In order to extend the XFS file system, you have to first modify the file system with new size as given below. 1. In our example the initial size of drive was 1 GB and we are going to extend Read More …
Month: July 2016
Understanding XFS File System
XFS is a high-performance 64-bit journaling file system created by Silicon Graphics, Inc in 1993. The file system was ported to the Linux kernel in 2001. Currently, XFS is supported by most Linux distributions, some of which use it as Read More …
Introduction To Linux File Systems
Linux supports a number of different file systems. A file system–internal data structure that assures all the data on disk is properly organized and accessible. Almost every file system has its own structure of metadata, which is partly why the Read More …
Squid Proxy Server : NCSA Authentication Implementation
Suppose you want to implement Authentication in Squid Proxy Server so that people should be prompted for valid User Name and Password, before they start browsing. This can be done using following simple steps.. 1. You need some program which Read More …
Squid Proxy Server : Access Control List Explained
Suppose you want to restrict access to gmail.com and facebook.com via Squid. Using dstdomain directive you can restrict the access to these sites. But make sure that these lines should be at top of the file. The general deny policy Read More …
Squid Proxy Server : Installation & General Configuration
Below are the steps to install and configure Squid Proxy Server ! 1. Check the installation of Squid Server. # yum list squid If it is not there then install # yum install squid -y . 2. Enable to start Read More …
Yum Software Package Manager : Connecting To FTP Repo Location
You can connect to FTP Location also. For testing purpose, we have created FTP Location at ftp://10.0.0.1/pub/ Using following simple steps you can connect yum to FTP location. . 1. Create a new file /etc/yum.repos.d/myftp.repo or edit the old file Read More …
Yum Software Package Manager : Creating Your Own Repo Location
You can create your own Repository. In this example we will assume that we have some downloaded RPM files. For these RPM files we are going to create our own Repo Location as below. Example Scenario : In our Lab Read More …
Yum Software Package Manager : General Configuration-1
yum is a very powerful tool for installing, updating & removing software in Linux System. yum is a small Python Script and it uses RPM files as base. It means yum is not a replacement of RPM. Below are easy Read More …
HowTo : Connect Linux Machine from Mobile Device ?
1. You can also connect to your Class Virtual Machine from mobile device. Below are the steps. Download JuiceSSH Mobile SSH Client from Google Play Store https://play.google.com/store/apps/details?id=com.sonelli.juicessh&hl=en 2. Use the same detail to add new host as given on page. Read More …