Linuxspy - linuxspy.com
General Information:
Latest News:
Plesk Zend Guard Loader Installation 20 Feb 2013 | 03:54 pm
Zend Guard Loader translates encoded files to a format that can be parsed by the Zend Engine. Zend Guard Loader is a PHP extension which executes the output created by Zend Guard, and provides the eas...
How to Disable Shell Access for a Specific User 6 Feb 2012 | 04:06 am
If you want to disable shell access for a specific user quickly then you can use the below command to achieve this, Example :: OR You can use the usemod command to change a user’s default s...
How to change the bash shell language ? 6 Feb 2012 | 03:49 am
If you want to change the current shell language to a different one then you can change that with the LANG bash variable. But before we begin with the language change, we need to check the existin...
RPM Error :: specifies multiple packages 2 Feb 2012 | 04:24 am
Sometime it happens that when you want do delete/remove a rpm pkg using the command rpm -e pkgname you came across the below error :: This happens because you have a x86_64 Os installed on yo...
How to extend/resize LVM 21 Dec 2011 | 12:38 am
If you want to extend/resize your LVM then follow the below steps :: Create a Linux second extended file system : Initialize a disk or partition. (pvcreate initializes PhysicalVolume for late...
How to remove LVM partitions 21 Dec 2011 | 12:20 am
To remove the logical volume from harddisk you need to exactly reverse the procedure that you have followed to create LVM ie. first remove logical volume then remove volume group then remove physic...
How to create a LVM partition in Linux 21 Dec 2011 | 12:06 am
LVM stands for logical volume manager for the Linux kernel. LVM provides a method of allocating space on mass-storage devices that is more flexible than conventional partitioning schemes. Ste...
How to create a new Partition in Linux 20 Dec 2011 | 08:16 pm
If you want to create a new partition in linux then follow the below steps :: First of all list the existing partitions using fdisk -l command :: Now to create a new partition use the...
How to list all hidden files 19 Dec 2011 | 08:54 pm
Many time’s it happens that you only want to list hidden files in a directory and not all files, so in that case you can use the below command to list only hidden files . There are many ways to...
Disable all color’s in Vim editor 19 Dec 2011 | 08:31 pm
If you are like me who don’t want a color full editor , because sometimes it happens that when you search for a word in a file using Vim editor it shows the colored output and you find it difficult...