How to Compress file/folder in Linux
Introduction A backup, or the process of backing up, refers to the copying and archiving of computer data so it[…]
Read more
Introduction A backup, or the process of backing up, refers to the copying and archiving of computer data so it[…]
Read more
Introduction Linux has inherited from UNIX the concept of ownerships and permissions for files. When applying permissions to directories on[…]
Read more
There are several ways in order to check the CPU detailed Information. 1) /proc/cpuinfo The /proc/cpuinfo and sysfs stores info[…]
Read more
Step 1: Modify /etc/postfix/main.cf File # vi /etc/postfix/main.cf virtual_alias_domains = tecdistro.com virtual_alias_maps = hash:/etc/postfix/virtual Step 2: Configure /etc/postfix/virtual File Forward[…]
Read more
Step 1: Modify /etc/mysql/my.cnf File To enable mysql slow query logs add the lines in my.cnf file. #vi /etc/mysql/my.cnf log_slow_queries[…]
Read more
“Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients.” Samba is freely[…]
Read more
Check Date and Time To check the date and current time of server,use date command: # date Wed Jun 17[…]
Read more
Step 1: Login MySQL Database Login to MySQL database using following command: # mysql -u root -p Enter password: Server[…]
Read more
Following are the methods through which we can send email in linux: Method 1: mail # mail -s “Test Email”[…]
Read more
Step 1: Remove mysql Server We can use apt-get command in order to remove both MySQL server and client in[…]
Read more