Linux Hard Disk Encryption With LUKS [ cryptsetup Command ]

Linux encryption methods There are two methods to encrypt your data: #1: Filesystem stacked level encryption eCryptfs - It is a cryptographic stacked Linux filesystem. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decrypted with the proper key in the Linux kernel keyring. This solution is widely used, as the basis for Ubuntu's Encrypted...

Install VNC Server On CentOS 6.4

In this handy tutorial, let me show you how to install vncserver on Centos 6.4 and how to  connect to this server from remote hosts. Install Desktop Environment Sometimes you may need the GUI to do some tasks in Linux even if that tasks are not preferred for Unix administrations . For GNOME: # yum groupinstall  "General Purpose Desktop" "Desktop Platform"  For KDE: # yum groupinstall  "KDE Desktop" Install VNC server #...

network-configuration-files

Services in Linux are managed through the several configuration files. In this article we will walk through the network configuration files. This article is the part of article series. Previous articles of this series. IP addressHow to assign IP address in LinuxNetworking tools From previous articles you have learned the basic of IP address and their associated commands. In this article we addressing associated configuration files. This...

Setup Your Own YouTube Like Website Using ClipBucket

ClipBucket is an open-source and free Multimedia Management Script used to build your own media sharing site like YouTube, Metacafe, Veoh and Hulu etc. Whether you are a small fan club or a big Multi Tier Network operator, Clipbucket will fulfill your video management needs. In this tutorial let us build a basic Youtube like website. Here i use CentOS 6.4 32bit edition to setup this website. My hostname and IP address are server.unixmen.com and192.168.1.200/24 respectively....