

It’s because they are controlled by capitalists. Capitalists have shown the whole world what they stand for these past 4 years.


It’s because they are controlled by capitalists. Capitalists have shown the whole world what they stand for these past 4 years.
That stupid Newsom age-gating OS bill is pure political theatre. It won’t affect Linux – too many capitalists would be inconvenienced, and inconveniencing capitalists is the last thing capitalist darling Newsom would do; he couldn’t even be bothered to support a modest 5% tax on billionaires.
Linux is here to stay – it runs the internet. And it will always be customizable, because that’s part of what gives it so much value.


Fucking stupid. What now, everyone adds a script to enter 04/01/1984 for every continuous integration pipeline? Every kubernetes cluster has to include an age automation? Idiot politicians should not draft policies about shit they have no clue about.
I’d go with Ubuntu LTS - it receives updates for 5 years and security updates only for another 5 years. In other words, it is explicitly for your use case. Additionally, it offers kernel live patching as a free managed service, which nobody else offers afaik.


You could make it an alias and shorten the number of keystrokes
I prefer keeping my aliases in ~/.bash_aliases, which is sourced in my ~/.bashrc, ie
. ~/.bash_aliases
Then you would just need to source your bashrc to load it the first time.
Not yet it seems. Also looks like it doesn’t have a pedometer function. Hopefully a future version will add those, along with some way of downloading that data


gpodder could probably accomplish what you want


Those are indeed normal stumbling blocks.Thanks for being one of the very few Linux game devs!


You could host gitea locally on a spare computer and use that to store you dotfiles.


Check /var/log/syslog, dmesg, and /var/log/auth.log
Like the others suggest, try setting up ssh access so you can see what’s happening.
If you use ssh and login, I’d recommend using top or htop and maybe diskhogs and see what’s up


It’s an immutable distro that leverages containers to allow you to install packages from different distros. Further, it provides friendly tools and guis to make this easier than it would otherwise be
Like, the 2012 model? That should work. Xubuntu would run nicely.
Recommendation: you can get a decent used laptop from eBay or Craigslist and install mint on it. Cost would be under $200.


As I understand it, the issue is that tmux invents its own terminal emulator functionality that conflicts with the existing terminal it runs within, while screen simply defers scroll functionality to the terminal emulator.


ulimit can also be used to define limits, but for a user rather than a process. This could protect you against, ie, a fork bomb


systemd-run lets you run a command under some limitations, ie
systemd-run --scope -p MemoryLimit=1000M -p CPUQuota=20% ./heavyduty.sh


Scrolling in screen is superior to tmux imo
Self hostable is nice; less privacy risk and more power to the individual. Open source is kind of amazing. This is the way.