Admin linux
Linux
Latest Content
move you bookmarks between computers - 371 days ago
Most of time I face problem when I lose my bookmarks. Its important to take backup of bookmarks which easily transfer between systems. After doning 10min of search I comeup with 3 method. a. Export & Import Method. From the Firefox browser, click on..
Performance : Alternative PHP Cache (APC) - 427 days ago
1. yum install php-pecl-apc If for some reason centosplus repo is not enabled then: 1. cd /usr/src/ 2. wget http://pecl.php.net/get/APC-3.0.19.tgz 3. tar xvzf APC-3.0.19.tgz 4. cd APC-3.0.19 5. yum install php-devel 6. yum install automake 7. yum install.
Understanding LVM - 437 days ago
LVM terminology: a. Physical Volume (PV) : A PV is nothing more than a physical medium with some administrative data added to it - once you have added this, LVM will recognise it . b. Physical Extents (PE) :- Physical Extents are like really big blocks,..
1. Make these change in samba configuration file : emacs /etc/samba/smb.conf Important terms to understand a. wins support = yes b. domain master = yes c. netbios name = samba d. workgroup = OFFICE e. domain logons = yes 2. Samba root...
NFS server Redhat 5 - 491 days ago
Making NFS server Live: Server side (Server IP 10.1.31.1): 1. Check nfs-utils is installed or not using #yum list nfs-utils 2. Edit /etc/exports , add dir you want share with netrwork information and permision # vi /etc/exports /var/ftp/pub ...









