To mount a samba share during each reboot we need to interact manually. This can be automated by putting the samba share entry in fstab which will automatically […]
Install and configure VNC server in CentOS 6, Red Hat 6 & Oracle Linux
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
Copy user files from Ubuntu or Debian servers to Amazon S3 bucket
If we have several Virtual private servers (VPS) and we need to back up the user data’s and database’s to Amazon S3 we can use a command-line tool […]
Setting up SFTP with chroot
Instead of installing with VSFTPD package to configure the FTP service we can use the default SSH service and port 22 for secure file system protocol. This will […]
Install vsftpd with SSL/TLS in Ubuntu Server
VSFTPD with encryption will protect us from unauthorized access to our data, By using SSL certificate all plain text communication will be encrypted.
Backup Linux filesystem using Ruby Backup Gem
Ruby Backup Gem is a simple and totally free-of-cost backup solution for Linux/Unix operating system.
Allow nginx to upload more than 1 MB file
By default Nginx will allow uploading 1 MB file, By using below directive we can upload up to 10 MB If we need to upload larger than 10 […]