Does This Make FOSS Better or Worse | Ask Noah Show 85
Does the "Commons Clause" help the commons? The Commons Clause was announced recently along with several projects moving portions of their code base under it. It's an additional restriction intended to be applied to existing open source licenses with the effect of preventing the work from being sold. We play devils advocate and tell you why this might not be such a bad thing. As always your calls go to the front of the line, and we give you the details on how you can win free stuff in the Telegram group!
For links to the articles and material referenced in this week's episode check out this week's page from o our podcast dashboard!
This Episode's Podcast Dashboard
Phone Systems for Ask Noah provided by Voxtelesys
Find all the resources for this show on the Ask Noah Dashboard
Need more help than a radio show can offer? Altispeed provides commercial IT services and they’re excited to offer you a great deal for listening to the Ask Noah Show. Call today and ask about the discount for listeners of the Ask Noah Show!
Contact Noah
asknoah [at] jupiterbroadcasting.com
-- Twitter --
Links:
Episode one has now been made free, so if you want to support feral you will need buy additional episodes. It has five episodes in total.
When Bash is invoked as an interactive login shell, it first reads and executes commands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable.
When a login shell exits, Bash reads and executes commands from the file ~/.bash_logout, if it exists.
When an interactive shell that is not a login shell is started, Bash reads and executes commands from ~/.bashrc, if that file exists. This may be inhibited by using the --norc option. The --rcfile file option will force Bash to read and execute commands from file instead of ~/.bashrc.
As some of you may or may not know, I own and operate a small business. I installed a Unifi Video Camera System for a client with two RPI RTSP Screens. The person overseeing the project took interest in the RPI Screens and ended up rewriting practically all the code. Huge Thank You to AnonymousDog. New Code Below, Enjoy!