Archive

Archive for the ‘Feeds’ Category

Rebuilding/Restarting Exim Mail Server

February 18th, 2010

When troubleshooting the Exim log file:
tail -f /var/log/exim_mainlog
If you need to restart or rebuild Exim, you can dump your databases
* /etc/exim.conf
* /var/spool/exim/db
Which Exim just rebuilds automatically by issuing the following command via SSH:
rm -fv /var/spool/exim/db/*
Then to start Exim:
/scripts/eximup –force

Related posts:Linux server tip: force reboot/shutdown Forcing reboot A Linux Server is not Windows XP and…
Linux Server [...]

Related posts:

  1. Linux server tip: force reboot/shutdown Forcing reboot A Linux Server is not Windows XP and…
  2. Linux Server Type: Restoring MySQL SimLink. If you’re unable to restart mysqld and troubleshooting the cause:…

Feeds

Linux Server Type: Restoring MySQL SimLink.

February 16th, 2010

If you’re unable to restart mysqld and troubleshooting the cause: if u log into SSH and go to /tmp you may see that there is no simlink
To create a simlink you can do the following:
cd /var/lib/mysql/
touch mysql.sock
chmod 1777 mysql.sock
chown mysql.mysql mysql.sock
Create a symlink for the sock file :-
ln -s /var/lib/mysql/mysql.sock /tmp
Restart mysql :- service mysql [...]

Related posts:

  1. How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1 This tutorial is based on Falko Timme’s tutorial for MySQL…
  2. Turbo charging MySQL by setting up the query cache To make sure MySQL uses the query cache, there are…
  3. Moving mySQL DBs between servers Moving mySQL DBs from one server to another: mysqldump -uUSER…

Feeds

What to do when Cpanel/WHM udate is hanging

November 1st, 2009

Sometimes a cPanel/YUM upgrade will hang and instead of manually trying to kill all processes you can simply use the following comands:

killall -9 rpm; killall -9 rpmq; killall -9 yum; killall -9 upcp

mv /var/lib/rpm/__db* /root (in case your YUM DB is corrupted)

rpm –rebuilddb (to rebuild your cPanel/Yum DB)

yum –exclude=kernel* -y update

yum clean all

Feeds

Fix corrupted RPM database on CentOS 5

October 29th, 2009

If rpm / yum command hangs during operations or you see error
messages – it means your rpm database corrupted. /var/lib/rpm/…

Feeds

Using WordPress Auto-Upgrade and Solving Timeouts

October 15th, 2009

wordpresslogo Using WordPress Auto Upgrade and Solving TimeoutsFor recent versions of WordPress, upgrading has been as simple as logging into your Dashboard, seeing the notification of a new version available and clicking the automatic upgrade link.

The process doesn’t always run smoothly and the most common error during the auto-upgrade is due to a timeout. Before you go running back to using the old way of backing up your files and database and performing a manual upgrade, this tutorial will guide you through some troubleshooting steps you can take to fix any timeout errors.

Feeds

How to use the iPhone WordPress App with your Website!

October 15th, 2009

iphone logo How to use the iPhone WordPress App with your Website!How to use the iPhone WordPress App to manage your website anywhere!

The iPhone App-Store is home to thousands upon thousands of apps, some of them useful, some of them .. not so useful. One of the most popular and useful however is the WordPress App for iPhone, which will let you write posts, upload photos, edit pages, and manage comments on your blog all in the palm of your hand.

While it’s a quick and easy free download from the App-Store, you do need to make sure your WordPress site is setup correctly to allow iPhone users to login! The following tutorial will guide you through the process and trouble-shooting any issues that may arise. When complete, you’ll be able to update your WordPress via your iPhone, from anywhere on the go!

Feeds

How to make your WordPress site iPhone Friendly!

October 15th, 2009

iphone logo How to make your WordPress site iPhone Friendly!How to make your WordPress site iPhone friendly!

The following tutorial will guide you through customising your WordPress website for viewing on the iPhone and other mobile smartphone devices using the WPTouch Plugin.

Feeds

cPanel authorized Partner

October 7th, 2009

Google on Notification of Webmaster Guideline Violations

September 18th, 2009

Matt Cutts Talks Communication Strategy

One thing that Google is pretty good at is providing resources for webmasters to learn from. The regular videos from Matt Cutts in which he answers user-submitted questions are no different. It just happens to be this very topic that is addressed in the latest YouTube upload.
Read more…

Feeds, Google, HTML, News, Scripting & Coding, Search, Web Hosting News

How to setup email accounts on your iPhone

July 15th, 2009

iPhone 3GSWith the release of the latest iPhone 3GS model, we’ve noticed an increase in the number of AUSWEB customers asking for advice on setting up email accounts on their shiny new devices.

The following tutorial will guide you step by step in setting up your AUSWEB hosted email account on your iPhone, check it out below:

Tutorial: AUSWEB Email Setup for iPhone

Feeds

Ruby on Rails and cPanel VPS Hosting

May 10th, 2009

Requirements for RoR
There are a few major requirements for installing Ruby on Rails (http://rubyonrails.org/) on a cPanel server. First, cPanel 11 must be running on the server. This can be verified by checking at the version number in the upper right-hand corner of WHM.
Installing Ruby on Rails in cPanel does require some command line interaction, so you will need to make sure that you can log into your server via SSH as root. Furthermore, cPanel requires that your server contain a working yum configuration. You can check this before trying to install Ruby by running yum list ruby from SSH, if it works without error, you should be fine.

Feeds

Adobe Photoshop CS – Image Editing Software

May 7th, 2009

Adobe Photoshop CS is the market leading graphic design and image editing program, and the flagship product of Adobe Systems. Available for both PC and Mac Photoshop CS has been described as an industry standard for graphics professionals . Photoshop CS3 is marketed with three main components of…

Feeds

Joomla! Content Management System

May 7th, 2009

Joomla! is a PHP based Content Management System which makes use of MySQL databases for publishing content on the Web and intranets. The Joomla! system includes numerous features and extensions such as RSS feeds, printable versions, news flashes, blogs, polls and extensive search optimisation along with page caching to improve…

Feeds

Linux server tip: force reboot/shutdown

April 24th, 2009

Forcing reboot

A Linux Server is not Windows XP and if reboot fail you usually still connect by SSH and do something. This commands will show you how to remotely hard reboot machine. Hard reboot mean that shutdown scripts will not run and machine reboot immediately without syncing hard disk drives, …

Feeds

How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1

April 19th, 2009

This tutorial is based on Falko Timme’s tutorial for MySQL Cluster 5.0. It shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This cluster is load-balanced by an Ultra Monkey package which provides heartbeat (for checking …

Feeds

How to update Virtuozzo Node to the newest Kernel

April 6th, 2009

Virtuozzo includes a utility to update itself and the included templates. To run this, you will need to ssh into the hardware node and execute the command:

vzup2date

In order to update the templates, add a -t to the command thusly:

vzup2date -t

It should be noted that if Virtuozzo is installed on the …

Feeds

AMD demos six-core Opteron processor: New in brief

March 2nd, 2009
AMD Opteron

AMD Opteron

AMD is putting the spotlight on its upcoming six-core 45-nanometer AMD Opteron processor, code-named Istanbul, with live demonstrations on YouTube. The x86 six-core processor is designed for systems with two and four or more sockets, and is due in the second half of this year.

Istanbul is compatible with current AMD Opteron processor-based systems, and to prove this, Advanced Micro Devices Inc. demonstrated on YouTube a live upgrade of a system based on 45-nm quad-core AMD Opteron processors to the six-core Istanbul processors. According to the time-lapsed video, the upgrade took more than eight minutes.

AMD claims Istanbul provides better performance and efficiency than other Opteron chips, and a simple performance demonstration on YouTube shows four Istanbul processors operating and running virtual machines.

Source: techtarget.com

Feeds, Science & Tech , , ,

Whats New In Plesk 9

January 31st, 2009

What’s new in Parallels Plesk 9?
Parallels Plesk 9 for Windows brings a whole suite of new features to further enhance the popular hsoting control panel software. All of AUSWEB’s Windows VPS hosting solutions come with the option of installing Plesk 9 for only an additonal $29.95 per month.

Feeds

cPanel 11.24 Enters RELEASE Today!

January 4th, 2009

After weeks of intense testing and feedback all the great new features and optimizations present in cPanel 11.24 EDGE and CURRENT are now in our RELEASE build.  11.24.4 includes many updates and enhancements that have been discussed in past posts. Now, those customers who prefer to use cPanel’s RELEASE build get to find out what all the buzz is about.

To find out more about all the optimizations and updates that 11.24.4 brings to the table please have a look here.

 

http://www.cpanel.net/products/cpwhm/cpanel11/new-features.htm

Feeds, Science & Tech, Scripting & Coding, Web Hosting News

Important Notice about MySQL and Automated Process Killers with cPanel 11.24

January 4th, 2009

Please ensure to read the following message carefully as there is important information about MySQL and Automated process killers in relation to the cPanel 11.24 upgrade.

MySQL Root Password

———————————

With cPanel 11.24 now available, it is imperative to ensure that you have set your MySQL root password before upgrading to the latest version of cPanel. If you have previously skipped this step, you can set it now using the “MySQL Root Password” function in WebHost Manager. Failure to set a MySQL root password may cause database corruption on systems running MySQL 4.1 with InnoDB tables. Please set your MySQL root password as soon as possible to avoid any issues. Machines without a MySQL root password set allow access to any database by any user so it is imperative that a password is set as soon as possible.

 

If you have moved /root

——————————

If you have set root’s home directory to something other than /root, you will need to copy .my.cnf from root’s home directory to /root/my.cnf. In the future, this process will be automated.

 

Automated process killers

————————————

If you have a system in place that automatically kills processes taking up a lot of CPU time, you should disable them before running the cPanel update as the size of the update has triggered many of these systems. These process killers will kill updates or related process in the middle of the process and cause issues. If you have a failed update, you can force a re-update by running /scripts/upcp –force

If you have already updated to cPanel 11.24 and experienced this problem please open a ticket at https://tickets.cpanel.net/submit/

Feeds, Science & Tech, Scripting & Coding, Web Hosting News