Swappiness controls the tendancy the kernel wishes to swap. Even with free memory the kernel may swap. 100 means aggressively swap 3 me...
Wednesday, October 16, 2019
Saturday, October 12, 2019
Install Node.js with NVM on Ubuntu
Ivan Boginski
October 12, 2019
install npm on ubuntu 18.04 LTS first, install the nvm curl -sL https://raw.githubusercontent.com/creationix/nvm/ v0.34.0 /install.sh...
Fixing System Program Problem Detected In Ubuntu
Ivan Boginski
October 12, 2019
Open the terminal and run this command ~$ ls -l /var/crash/ and then ~$ sudo rm /var/crash/* last change the file into this w...