I began feeling old when re**itors started calling their site an ‘app’
I began feeling old when re**itors started calling their site an ‘app’
They were just roommates
What books did you read?
Will you submit a pull request with your fork? Maybe other users could benefit from it
More like oxygen as a service at this rate
Make sure to get all the endings
It’s open as in “look but don’t touch”
As a Pixel user, I’m looking into either Graphene or CalyxOS
For anyone curious about BeOS: https://www.youtube.com/watch?v=MzosnPSETzk
Also there’s apparently an open source version of it: https://www.youtube.com/watch?v=6-zgv0CZfco
For youtube, there’s libre frontends like newpipe and piped (but of course you are still using youtube)
I think this is an easier way to do it:
add this to a file called .bash_aliases instead (it should be a file right next to .bashrc, if not just create it)
You can add aliases to .bashrc with this, but I personally perfer to have aliases in their own file
Another thing, if you have a console window open while adding it, restart it so that the console is aware of the aliases. Alternatively, google something like “sourcing bashrc” or “sourcing aliases” and apply the commands you find
If you wish to add aliases to a bash script (for later automation), you add these two lines
shopt -s expand_aliases
source ~/.bash_aliases
but of course add this to the top of your bash scripts, so that your script knows to use the bash shell:
#!/bin/bash
https://www.gnu.org/philosophy/floss-and-foss.en.html
Don’t let Richard Stallman hear you unless you want him to interject again…
If someone is looking for a local hosted budgeting alternative, consider using Actual Budget. It’s an open source app that’s similar to YNAB
https://github.com/actualbudget/actual
Edit:
Also this is an interesting read from the original developer of Actual. Basically, it started as a closed source web app funded by a subscription model. When the business failed, he decided to open source it
https://actualbudget.com/open-source