Latest Posts
How to Check CPU Detailed Information
There are several ways in order to check the CPU detailed Information. 1) /proc/cpuinfo The /proc/cpuinfo and sysfs stores info[…]
Read more
How to Forward Email To Another Email Account Postfix in Linux
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
How to Enable mysql slow query logs in Debian/Ubuntu
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
