Latest Posts
How to check OS version in RedHat
# cat /proc/version How to check Distribution version # cat /etc/*release
Read more
How to Zip a file/folder
Zip a Single File To make a zip of single file, execute the below command: #zip file.zip file1 file2 Zip[…]
Read more
9 Lethal Linux Commands
1) Delete Recursively The Linux ability to delete anything you want without question is a godsend, especially after dealing with[…]
Read more
How to Create SAMBA Server
“Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients.” Samba is freely[…]
Read more
Google Products
Here is a list of all Google products, services, and tools that I’m using. To see a snapshot of the[…]
Read more
CentOS & SUSE & Ubuntu Distributions
It’s Halloween week, and the big names in Linux are determined not to disappoint the trick-or-treaters. No less than three[…]
Read more
How to Change Time in Linux
Check Date and Time To check the date and current time of server,use date command: # date Wed Jun 17[…]
Read more
How to Create MySQL database & tables in Linux
Step 1: Login MySQL Database Login to MySQL database using following command: # mysql -u root -p Enter password: Server[…]
Read more