Rss Feed
Tweeter button
Facebook button
Technorati button
Reddit button
Linkedin button
Delicious button
Digg button
Flickr button
Stumbleupon button
30 articles and counting
      
Articles listed under:

linux: handy commands

copy files from one linux server to another through shell $ scp user@from_computer:dir/filename user@to_computer:dir/filename open shell to another linux machine from one through shell $ ssh user@to_computer Prints the owner of every file or directory in the current directory. The AWK syntax is simply "print the 3rd field in every line of data" ls -l | awk '{print $3}' To get the owner of only one file (filename): ls -l | grep filename | awk '{print $3}' To compress a folder: zip -r target.zip folder/ User creation useradd username Change user password passwd username Add user to a group usermod.......................... READ FULL ARTICLE

Protected: brain munch: timely incidence = coincidence

This post is password protected. To view it please enter your password below: Password: .......................... READ FULL ARTICLE


Parse error: syntax error, unexpected '<' in /home/philogy/public_html/wordpress/wp-content/themes/prettypress/statcode.php on line 7