Everyone knows that Ubuntu is a free Operating System. But does everyone also know that it’s really easy to upgrade Ubuntu? Not everything in Linux required command line, today I’m going to show you how to upgrade Ubuntu 10.04 to 10.10. Tutorial: Start the Update Manager (System -> Administration -> Update Manager): In the Update [...]
Are you facing issues in upgrading your PHP version? Here is an article on how to upgrade your current PHP 5.1 version to PHP 5.3 using remi and yum. Now you can assume yourself as a PHP 5.1 user. What we normally do is the following: # php -v PHP 5.1.6 (cli) (built: Mar 31 [...]
DPM (Data Protection Manager) is a Windows solution for automatically creating backups of information. DPM offers disk and tape based backups. When using a disk based solution, DPM utilizes a storage pool for replicas of protected data on the DPM server or a custom volume. Replicas are placed inside of DPM-created volumes. On the DPM server, if you [...]
24 Feb 2011 •
General •
0 Comments
Scenario: DNS not resolved for your domain Are you wanting to see your website whose nameservers were just transferred to the new server ? You can continue editing and make changes to your website and can view it from your local machine. Following are the steps to achieve this: 1. Identify where is your workstation [...]
Debian is Linux operating system composed of software packages released as free and open source software. Debian can be used as a desktop as well as server operating system. It focuses on stability and security and is used as a base for many other distributions. Debian has made ten major stable releases. A few of [...]
If you have to access a lot of servers through SSH and if are tired of entering long SSH passwords, there is now an easy way to overcome this. By using SSH Keys (with the help of a private and public key), you can easily connect to a server, or multiple servers, without having to [...]
Yesterday I wrote a blog tutorial on how to add email account using Entourage. If you need to find it, you can click on this link. Today I’m going to show how to setup the Address Book feature for Entourage. Tutorial: To open the Address book click on the Address Book pane in the Entourage [...]
Today I’m going to give a short tutorial on how to add email account using Entourage. First a quick introduction to what is Entourage. Microsoft Entourage is an e-mail client and personal information manager developed by Microsoft for Mac OS 8.5 and higher. Microsoft first released Entourage in October 2000 as part of the Microsoft [...]
This tutorial will show how to configure Outlook automatically. First go to the control panel and select the mail icon. Select Email accounts in the window that opens. If a profile already exists, click new. Choose the email service and now enter your account information wait as Outlook configures your account Congrats…your finished.
Setting up your own SSH tunnels can be useful in a variety of ways. One such use is using SSH to tunnel your web traffic through a remote machine. This can be useful if you want to access a particular resource that is only available from that machine (e.g. your home router’s web interface) or [...]