Articles by Srijan Kishore
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.3 On A Headless Ubuntu 14.04 LTS Server
Author: Srijan Kishore • Tags: linux, ubuntu, virtualbox, virtualization • Comments: 6
VBoxHeadless - Running Virtual Machines With VirtualBox 4.3 On A Headless Ubuntu 14.04 LTS Server This guide explains how you can run virtual machines with VirtualBox 4.3 on a headless Ubuntu 14.04 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 20
Author: Srijan Kishore • Tags: fedora, ftp, mysql • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 20 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
-
The Perfect Desktop - Ubuntu 14.04 LTS (Trusty Tahr)
Author: Srijan Kishore • Tags: desktop, ubuntu • Comments: 9
This tutorial shows how you can set up an Ubuntu 14.04 LTS (Trusty Tahr) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
-
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 14.04LTS
Author: Srijan Kishore • Tags: ftp, ubuntu • Comments: 7
This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database. This tutorial is based on Ubuntu 14.04.
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Ubuntu 14.04LTS
Author: Srijan Kishore • Tags: ftp, ubuntu • Comments: 0
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Ubuntu 14.04LTS This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on an Ubuntu 14.04LTS system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 13.10 (LAMP)
Author: Srijan Kishore • Tags: apache, mysql, php, ubuntu • Comments: 2
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 13.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on anUbuntu 13.04 server with PHP5 support (mod_php) and MySQL support.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 14.04LTS
Author: Srijan Kishore • Tags: ftp, linux, ubuntu • Comments: 3
This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup. This tutorial is based on Ubuntu 14.04LTS.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 20 (LAMP)
Author: Srijan Kishore • Tags: apache, fedora, mysql, php • Comments: 3
Installing Apache2 With PHP5 And MySQL Support On Fedora 20 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 20 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Desktop - OpenSUSE 13.1 (GNOME)
Author: Srijan Kishore • Tags: desktop, linux, suse • Comments: 1
The Perfect Desktop - OpenSUSE 13.1 (GNOME) This tutorial shows how you can set up an OpenSUSE 13.1 desktop that is a full-fledged replacement for a Windows desktop, i.e.that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
-
Data recovery from accidentally deleted files or crashed drives in Redhat, CentOS and Fedora Linux
Author: Srijan Kishore • Tags: fedora, centos • Comments: 6
Data recovery from accidentally deleted files or crashed drives in Redhat, CentOS and Fedora Linux This tutorial will help you to recover data from accidentally deleted data from Linux-file systems. This is a very drastic mistake by any user/admin which costs for huge penalties. This script will be a boon for newbies/expert for data management. I will be using TestDisk for data-recovery. Here I have simplified the task with the help of a script.