LINUX BONDING (TEAMING, LOAD BALANCING)
LINUX BONDING (TEAMING)Linux Network bondingLinux network Bonding is creation of a single bonded interface by combining 2 or more Ethernet interfaces. This helps in high availability of your network...
View ArticleHOW TO RESET MYSQL ROOT PASSWORD
login with root user mysql -h 127.0.0.1 -u rootrun below query to reset passwordmysql> SET PASSWORD FOR root@localhost = PASSWORD('yourpassword');
View ArticleINSTALL OR UPGRADE FLASH PLAYER ON LINUX
Download FlashPlayer from below URL http://get.adobe.com/flashplayerinstall_flash_player_xx_linux_xxx.tar.gztar -xzvf install_flash_player_xx_linux_xxx.tar.gzmkdir ~/.mozila/pluginsor sudo...
View ArticleApache2 fully qualified domain name issue
Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerNamevi /etc/apache2/conf.d/fqdnServerName localhostsave it and restart the apache2NOTE: localhost or...
View ArticleLAMP PHPMYADMIN WITHOUT PASSWORD
vi /etc/phpmyadmin/config.inc.phpuncomment below line// $cfg['Servers'][$i]['AllowNoPassword'] = TRUE;$cfg['Servers'][$i]['AllowNoPassword'] = TRUE;save the file and restart the mysql serverservice...
View ArticleSET LOCALTIME IN LAMP
vi /etc/php5/apache2/php.inifind date section[Date]; Defines the default timezone used by the date functions; http://php.net/date.timezone;date.timezone =date.timezone =Asia/Karachiuncomment...
View ArticleHOW LINUX MACHINE JOIN WINDOWS DOMAIN
To join linux machine to windows domain with (Centrify-express)Download centrify packages from below url:http://www.centrify.com/express/free-active-directory-tools-for-linux-mac.asp#agentsDownload...
View ArticleLINUX ACTIVE PORTS LIST COMMAND
To view Linux active portsTo list all active portsnetstat -l ActiveTo list listening portsnetstat --listen -A inetTo list -t for TCP and -u for UDP portsnetstat -n -A inet -t | -uORTo list all active...
View ArticleENABLE OR DISABLE A SERVICE FROM STARTUP IN UBUNTU
DISABLE A SERVICE FROM AUTOSTART IN UBUNTUupdate-rc.d apache2 disableENABLE A SERVICE FROM AUTOSTART IN UBUNTUupdate-rc.d apache2 enableOR PERMANENTLY REMOVE FROM STARTUPupdate-rc.d -f apache2...
View ArticleAPT/DPKG LOCKED ERROR
P { margin-bottom: 0.08in; direction: ltr; color: rgb(0, 0, 10); }P.western { font-family: "Liberation Serif",serif; font-size: 12pt; }P.cjk { font-family: "DejaVu Sans"; font-size: 12pt; }P.ctl {...
View ArticleUPGRADE LINUX MINT 15 TO 16
HOW TO UPGRADE THE LINUX MINT 15 TO LINUX MINT 16 To upgrade, First, open a terminal and run this command to check repositories inxi -rThis will show you your full repositories configuration,...
View ArticleCOMPILE LINUX KERNEL
COMPILE LINUX KERNEL STEP BY SETP1. Switch to "src" directory# cd /usr/src2. Download any latest stable version of kernel# wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.1.tar.xz3. untar...
View ArticleBUGZILLA INSTALLATION ON CENTOS 6
Bugzilla Installation and Configuration on Centos 61. Download latest stable bugzilla version from the website.http://www.bugzilla.org/download/2. Disable selinux# vi /etc/selinux/configset...
View ArticleVMWARE PLAYER INSTALLATION ON LINUX MINT
How to install VMware player on Linux MintDownload VMware Player for your OS from below linkhttps://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/6_0## Install some packages...
View ArticleVMWARE DATA CENTER VIRTUALIZATION CONCEPTS
VMware Data Center Virtualization FundamentalsAvailability ScalabilityOptimization ManagementConversion of hardware devices into software to reduce the power consumption...
View ArticleMAGENTO ON LINUX
INSTALL MAGENTO ON LINUXwget http://www.magentocommerce.com/downloads/assets/1.7.0.2/magento-1.7.0.2.tar.gzOr Download latest from belowhttp://www.magentocommerce.com/download#magento-1.8.1.0.tar.gztar...
View ArticleINSTALL OR UPDATE LIBREOFFICE 4.1 ON LINUX MINT
INSTALL/UPDATE LIBREOFFICE 4.1 ON LINUX MINTlibreoffice writer not keeping imageslibreoffice not saving picturesupdate it to libreoffice 4.1 to hold the images upon save.## Open Terminal## add a...
View ArticleOS FINGERPRINTING (Get OS Version of Remote PC)
OS Fingerprinting ToolsRequirements1. ICMP (ping) must be allowed from Source to Destination2. Any Single port must be opened on DestinationOptional: Firewall may be active or not## NMAP to get remote...
View ArticleVulnerability Management Training & Certification Free
Qualys Vulnerability Management Training and Certification is Free......!Follow the link.....!https://gm1.geolearning.com/geonext/qualys/login.geo
View ArticleHappy New Year 2014
Happy New Year 2014....!May Allah Bless Health and Peace to Everyone for each coming day.....!
View Article