Home » Linux Internet
Description:
There is no available sub category in Linux InternetThere is no available article. Register feature article at this category only for 5 USD
Background: Sometimes a system administrator forgets the MySQL root password! It happens, but what to do when you're unable to login to your MySQL server? It's simple! All it takes is 5 simple steps! Step 1: Stop the MySQL Server We do this with: /etc/init.d/mysql stop or service mysql stop Step 2: Start the MySQL Server mysqld_safe --skip-grant-tables & We do this so MySQL ...more
Years ago back in the day as they say I was constantly on IRC! I was told try Linux to run several services! That is what got me into to linux. I want to say around 1998! I am sure it was 98! Anyways I started off with Slackware. It might have been Slackware 6! That is what sticks out in the the mind... I setup a shell server today for a customer on CentOS5 64 bit. It is really simple. You just install gcc, screen, glibc, automake, autoconf, oidentd, BitchX and some other packages if needed. The ...more
I was asked a question yesterday about adding Videos to a wordpress blog easily. This is really easy to do. 1. Download, install, and activate the Select WP YouTube Player plugin for wordpress. 2. Find the Video on YouTube and copy the URL. 3. In your blog post add [tube]Video URL from YouTube[/tube] BAM now you have Videos on your blog. I hope this helps! ...more
Dovecot and Cpanel issue! We setup a Cpanel server recently then we started to put customers on it. Right away we had a customer tell us they were not able to get email. They were getting the following error when checking email from a help desk. SECURITY PROBLEM: insecure server advertised AUTH=PLAIN Retrying PLAIN authentication after Authentication failed. First thing that came to thought was that it is using Plain Text Authentication but it is not working for whatever reason. We t ...more
Polycom phones cannot dial anything past 211 when our extensions go to 2111, 2112, 2113 and so on. The problem ended up being the digit map... At one of our customer’s sites they have extensions in the 2110-2120 range. Everything seemed fine when we installed the PBX. They started dialing 2111 2112 2113 2114 and they would get all circuits are busy. The PBX was only seeing 211. Here is what I was seeing from Asterisk. [Jul 11 10:09:47] VERBOSE[3220] logger.c: == Spawn extension (fro ...more
I recently was asked to find an email solution that was easy to use, easy to install, and open source or Free. I used qmailrocks in the past which was not easy to install! I started to look around and I really did not find much that was EASY. I decided to take a look at Zimbra. I had a couple friends a few months ago mention it to me and even ask questions about it. So I decided to install CentOS 5 and Zimbra. It was really easy all you have to do is get the server setup with the requirements th ...more
Cpanel IonCube Softaculous PROBLEM! How to fix it! None of the below worked but the last line.. What did work after all of that was to go to tweak settings and select ioncube and save it... You probably need to install ioncube first but you may only need to turn it on in tweak settings so try that first! 1. Download the newest version of Ioncube here http://www.ioncube.com/loaders.php 2. extract it and upload it to your server. It is easiest to use wget like this.. wget http://download ...more