Do you see this message on every login to your Ubuntu system? “Could not load list of meta packages: [Errno 12] Cannot allocate memory”. The error indicates there was not enough RAM available to complete the task. Here I explain where the message comes from and how to get rid of it.
linux
How to write screen output to a log file
How to have the screen command log its output in realtime to a file. Purely command line, no .screenrc file involved.
Neat little trick to fix annoying MySQL error
One small and easy command to fix InnoDB ‘column last_update in table “mysql”.”innodb_table_stats”‘ type mismatch error.
vnStat data traffic on Ubuntu login
Display data traffic statistics and estimates from vnStat for today and the current month on your Ubuntu Server login motd (message of the day)
Force file download with nginx
Configuration to force file download with nginx when a certain GET parameter is set, unless the file should be hidden.
Recursively clean up local git repositories
A CLI command to recursively garbage collect many local git repositories at once.
Tweaks for Ubuntu memory swap
System settings to improve memory swapping to disk
Top 10 files & directories by size
Add this alias line to your command line environment (.profile, .bashrc, …) to quickly see the total…