RSS
 

Archive for the ‘Linux’ Category

Cateva comenzi Linux utile cand ai probleme cu RAM-ul

12 Feb

Lista serviciilor care pornesc la boot.
chkconfig –list | grep : on   (scoateti spatiul dintre : si o)

Lista proceselor consumatoare de memorie, sortate:
ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS

 
No Comments

Posted in Linux