Nice command
Following command will displays the top 10 CPU users on the Linux system. ?View Code BASH1 ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10
Following command will displays the top 10 CPU users on the Linux system. ?View Code BASH1 ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10
myp2p_seo.txtOn myp2p, we’re using some ugly search engine unfriendly url’s. URL’s like competition.php?competitionid=&part=sports&discipline=football are not user- nor google friendly. It seems to be popular these days to split the url in a directory kind of look. The previously mentioned URL would become something like /competition/sports/football/. First thing to do to make myp2p SEO (search engine [...]