I have worked on Windows for long time. It is time that i am going to use Linux as my server, I will host most of server applications as web server, source code control, project management system... on Linux.
Now, i start to note all Linux commands that i use when i am working on Linux system.
Install a package
rpm –ivh packagename
upgrade a package
rpm –Uvh packagename
rpm -e
create a tar file
tar –cvf myfiles.tar mydir/
(add z if you are dealing with or creating .tgz (.tar.gz) files)
Creating a symlink
ln -s /home/nguyendhex/logs ./logs
Recent comments
7 hours 37 min ago
9 hours 33 min ago
11 hours 30 min ago
1 day 10 hours ago
2 days 1 hour ago
2 days 3 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 8 hours ago
6 days 3 hours ago