Hello everyone, today we will know some very valuable globally recognized Linux certification. Linux certification is a certification program different Linux professional organizations worldwide conducted. Linux certification allows Linux professionals in the server space or related companies, and so these places more accessible to Linux-related work. Linux certification assessment of a person at the professional […]
Time synchronization in Debian / Linux
How to synchronize time in Debian / Linux? # Ntpdate-debian List servers synchronization can be changed here – / etc / default / ntpdate
Enabling logs Cron for Linux
Have a system for Debian 6. After installing the system from scratch does not keep logs cron. How to enable logging cron in Linux? Edit /etc/rsyslog.conf: # Nano /etc/rsyslog.conf Uncomment the following line: cron. * /var/log/cron.log Restart rsyslog: # /etc/init.d/rsyslog Restart