18Jul 2020 by AYL kdump – use cases for setting the path linux Here, we will see few use cases on how to set path in kdump configuration. (more…) Read More
18May 2016 by AYL sendmail fails with “daemon MTA-v6: problem creating SMTP socket” linux sendmail status shows: sendmail dead but subsys locked (more…) Read More
05Jan 2015 by AYL No Comments How to find architecture of rpms installed? linux Run the following command to find the architecture of all rpms installed on your server: (more…) Read More
05Jan 2015 by AYL No Comments How to start apache without entering the ssl passphrase ? linux You have to create a new passwordless key file from your current key file as shown below: (more…) Read More
05Jan 2015 by AYL No Comments Setting up MySQL replication linux 1. Settings to be done in Master DB server: Edit my.cnf file (/etc/my.cnf) and enter the following: server-id = 1 log-bin 2. Login to mysql DB in master server and run the following command: mysql> show master status; (more…) Read More