How To: Add new hard drive on Centos

January 15th, 2012 by Youzhny 
Lists the new Hard Drive: lshw -C disk (more…)

Install and Configure Cacti Network Graphing Tool on CentOS

January 12th, 2012 by Youzhny 
Cacti is a network graphing tool similar to MRTG. How do I install and configure common options to collect SNMP data and various other data (such as system load, network link status, hard disk space, logged in users etc) into an RRD? (more…)

How to install CSF firewall and webmin on centos linux

January 11th, 2012 by Youzhny 
I just installed webmin on my CentOs 6 server. Webmin is a GUI control panel that lets you administer a Linux box. (more…)

Install Xwindows and Gnome on Centos with Yum

January 4th, 2012 by Youzhny 
I recently had need to add XWindows to a Centos 4.x install that didn’t have X or Gnome. I was doing this under VMware which added slightly to the degree of difficulty. As it turns out, using Yum makes this a very easy process, although you probably end up with some bloated packageware. (more…)

htaccess: Redirect RSS feed to Feedburner

January 3rd, 2012 by Youzhny 
The rules for Feedburner should come before the WordPress rules. And activate the rewrite engine just once. That’s enough. (more…)

WordPress 3.3 “Sonny”: Easier Media Upload and Cleaner Dashboard Design

December 29th, 2011 by Youzhny 
WordPress 3.3, named “Sonny”, has been released. The new version features easier media upload, cleaner dashboard design, better co-editing, and new Tumblr Importer.   Easier media upload WordPress 3.3 now make it simpler to upload files with only only 1 upload button and auto detects the file type of your upload file(s). You simply drag-and-drop files into the upload area to upload your files....

3 Ways to Share 3G Mobile Broadband Connection with Multiple Users and Devices

December 29th, 2011 by Youzhny 
Editor’s note: This is a guest post by Shannen D.  There is no doubt we have all become hooked on the internet. Smartphones, 3G and Wi-Fi are all common terms that no one thinks twice about. In fact, with greater and greater connectivity through the mobile network more and more people are switching to mobile broadband through dongles, or their phones, for their primary access to the online world....

9 Things Which can Drive Your Traffic Away

December 29th, 2011 by Youzhny 
If you are a blogger or a webmaster then visitors and traffic is the scoop of the internet. Do you want your visitors to stay on your website for a while and read your posts thoroughly? I bet you do. (more…)

How to Add Popular Posts Widget With Thumbnail in Blogger

December 29th, 2011 by Youzhny 
Blogger has just launched Popular Posts Widget in Blogger for all blogspot user, and i would like to guide you on how to add this popular posts widget in blogger. You can show this widget with thumbnail and without thumbnail. You will also be able to show text snippet of your post. (more…)

Installing rar/unrar On CentOS 5/6

December 29th, 2011 by Youzhny 
for 32bit: wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.i386.rpm (more…)

Fast alternative to yum whatprovides

December 29th, 2011 by Youzhny 
Linux: yum options you may not know exist. Most of the users who work with distributions such as: centos, fedora, redhat, etc use yum as a package update/installer. Most of them know how to do “yum update [packagename]” (to update all or [certain packages]) or they do “yum install packagename” to install certain package(s). But yum can do so much more. Here are some options you may find useful:...

How-to config MySQL Master/Slave Replication

December 29th, 2011 by Youzhny 
How To Set Up Database Replication In MySQL This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy...