Monit is a utility for managing and monitoring, processes, files, directories and devices on a UNIX system. Monit […]
Author: Babin Lonston
PROFTPD use plain transfer mode. By implementing with TLS/SSL which help to secure our Proftpd with TLS/SSL by eliminating plain text transfer.
To watch the logs and send alert periodically to admin by configuring logwatch. Install Logwatch using # sudo […]
Introduction Installing gems for a Ruby deployment is a pain. It will take more than hours to download […]
If we get this error in Ubuntu while restarting network service. Here /etc/resolv.conf is a file move it […]
To recover from a windows installation first we need to boot from LiveCD of Ubuntu if you installed […]
In the rails application, if we need to forward all non-SSL traffic to SSL traffic we can use […]
In minimum install setup, the command will not be enabled because it installed with limited packages. When we […]
To mount a samba share during each reboot we need to interact manually. This can be automated by […]
Tiger VNC server will allow users to access remote servers Desktop environment. A number of concurrent users can access the server remotely using VNC server
If we have several Virtual private servers (VPS) and we need to back up the user data’s and […]
Instead of installing with VSFTPD package to configure the FTP service we can use the default SSH service […]
VSFTPD with encryption will protect us from unauthorized access to our data, By using SSL certificate all plain text communication will be encrypted.
Backup Gem is a simple backup solution for file-system backup in the small production environment to backup our Ruby environment.
By default Nginx will allow uploading 1 MB file, By using below directive we can upload up to […]