• Entries (RSS)
  • Comments (RSS)

The Planet Announces Cloud Hosting

Posted by | Posted in News | Posted on 28-06-2010

Tagged Under : , , ,

The Planet just jumped in to the cloud computing announcing the launch of Server Cloud Hosting.

Cloud computing gives you more reliability, computing power with the advantage of seamless scalability in terms of resources but at the same time its pretty expensive, in my opinion.

The minimum package starts from $49 with just 60GB space and 512MB ram with 1TB bandwith (transfer). The bigger packages cost $99 and $179. All prices are per month in USD. One thing that amazes is why there is just 60GB in the core packages?

I wonder if a XEN from LINODE.COM is better then this cloud offer? LINODE has been very very stable with almost no downtime or issues. XEN512 from LINODE costs $20 per month.

Since The Planet is new, I cannot comment on their reliability but The Planet is one of the best data centers in the US so I expect it to be nothing but the BEST.

Got my first Linode today

Posted by | Posted in Tips and Tricks | Posted on 25-06-2010

Tagged Under : ,

Today at around 02am, I signed up for my very own LINODE. I have been with many different cheap providers but one way or the other, LINODE impressed me a lot.

My client, at work, also signed up for LINODE at my recommendation a little while ago. Linode uses 1GB pipe networking port on a XEN VPS that gives you blazzing fast speed as if its on your local machine. I choose London data center for my VPS.

Update: If you want to signup for LINODE, please use my referral link http://www.linode.com/?r=587d6a71720a4606811a5710431462642c56bc21. It will give you the same price but it will help me a little.

My First IPv6 address

Posted by | Posted in Personal | Posted on 23-06-2010

Tagged Under : ,

My first IPv6 address is 2607:f358:1:fed5:2::178

IPv4 pool (the ip address range as we know today) will dry by the end of this year or mid-next year. SO IPv6 is here for all our future needs :)

Thanks to BuyVM.net for my first VPS with IPv6 address.

How to change “-bash-*”?

Posted by | Posted in CentOS, How to, Linux, Thoughts, Tips and Tricks, Ubuntu, Virtual Private Server | Posted on 23-06-2010

Tagged Under : , ,

If you are seeing this in your bash (SSH), It makes it tough to navigate through SSH since it doesn’t give you much information.

-bash-3.2#

To fix that, you can simply type this in your SSH when logged in:

PS1="[\u@\h \W]\$ "

PHP Depreciated errors on Ubuntu 10.04 LTS

Posted by | Posted in How to, Linux, PHP, Tutorials, Ubuntu | Posted on 21-06-2010

Tagged Under : , , , , , ,

If you have installed LAMP (Apache, MySQL and PHP on Ubuntu 10.04 LTS) then running this on SSH

php -v

would be giving you certain PHP Depreciated warning like these

root@sea:~# php -v
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imap.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP 5.3.2-1ubuntu4 with Suhosin-Patch (cli) (built: Apr  9 2010 08:23:39)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

Its a noted bug with Ubuntu and changes may be pushed soon but to fix this just edit each of these files and replace comments starting with ‘#‘ to ‘;‘.

Set mysql’s root password on fresh copy from SolusVM OS template

Posted by | Posted in Linux, Virtual Private Server | Posted on 20-06-2010

Tagged Under : , , , , , , ,

On SolusVM, your host may provide you with OS templates such as “Ubuntu 10.04 LTS LAMP” and you click-install it to your VPS. Now how do you change its mysql’s root password? simple, run these two commands on SSH after doing

mysql
UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root';
FLUSH PRIVILEGES;
Get Adobe Flash playerPlugin by wpburn.com wordpress themes