linode – I'm Knight https://imknight.net From Freelancer to Bootstrapper Mon, 16 Jan 2017 14:12:43 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.8 Install Linode Longview on Laravel Forge Server https://imknight.net/development/install-linode-longview-on-laravel-forge-server/ https://imknight.net/development/install-linode-longview-on-laravel-forge-server/#comments Fri, 01 May 2015 00:52:31 +0000 https://imknight.net/?p=3465 I always think that when you are working on some enhancement, it needs to have a way to measure it. If you just tweak anything without measure, you might just waste your time doing some...

The post Install Linode Longview on Laravel Forge Server appeared first on I'm Knight.

]]>
I always think that when you are working on some enhancement, it needs to have a way to measure it. If you just tweak anything without measure, you might just waste your time doing some good to have enhancement.

I have been planning to do some enhancement on my server. I used Laravel Forge to provision my server, but one of the problem when using Laravel Forge provision server is there is no server stat you can monitor.

When I am looking for a solution, suddenly I recall that Linode is coming with a free tool call “Longview“. Although the free version only keep track of 12 hours of historical data, it should be enough, and it is only one button click to upgrade if there is a need.

I going to show you step by step how to install Longview on your server, the following instructions assume that you have a Laravel Forge provisioned server and own a Linode account.

1. First login your Linode Manager, navigate to Longview section and click on “Add Client”, there should be a pop-up show.

Linode-longview

2. Now login your server through SSH and follow the instruction do the “curl -s xxx xxx | sudo bash” command, you will see lots of text running after you key in the command.

longview-install-in-process

 

3. Once everything has been download and configure, there will be a popup asking to autoconfigure status page, choose No

configure-longview

 

4. Once it done, create a conf file under /etc/nginx/conf.d/ , you can done it with simple command

sudo vi /etc/nginx/conf.d/longview.conf

insert the content for this conf file

server {
    listen 127.0.0.1:80;
    server_name 127.0.0.1;
    location /nginx_status {
        stub_status on;
        allow 127.0.0.1;
        deny all;
    }
}

5. Restart the Nginx server through the Laravel Forge interface.

6. By now checking on the Longview interface on Linode, you should be start seeing the server stat.

longview-overview

 

P/S Linode has just expanded to Singapore, you can now launch your instance in Singapore DC !

The post Install Linode Longview on Laravel Forge Server appeared first on I'm Knight.

]]>
https://imknight.net/development/install-linode-longview-on-laravel-forge-server/feed/ 3
Linode vs Digital Ocean in Singapore soon https://imknight.net/web-hosting/linode-vs-digital-ocean-singapore-soon/ https://imknight.net/web-hosting/linode-vs-digital-ocean-singapore-soon/#respond Thu, 22 Jan 2015 02:38:00 +0000 https://imknight.net/?p=3379 It started from this tweet. Linode’s singapore data center launching soon, so it’s going to be Linode vs Digital Ocean for the cloud VPS market in Singapore. Coming soon: Singapore and Frankfurt, Germany datacenters! http://t.co/smKGU5vfMD —...

The post Linode vs Digital Ocean in Singapore soon appeared first on I'm Knight.

]]>
It started from this tweet. Linode’s singapore data center launching soon, so it’s going to be Linode vs Digital Ocean for the cloud VPS market in Singapore.

I been a long time Linode user and I love using Linode , but 70% of my monthly charge are going to Digital Ocean for one reason , Digital Ocean have Singapore data center. Most of my clients are based in Singapore and some of my client are target on Malaysia, so that’s pretty much explain my choice of Digital Ocean.

Soon both will be available for Singapore data center, let’s do a feature comparison between Linode vs Digital Ocean

Digital Ocean

do

  • no billing bandwidth currently  – https://www.digitalocean.com/community/questions/are-we-billed-for-bandwidth-usage
  • one button install app , the one button install Gitlab is my favourite – https://www.digitalocean.com/community/tutorials/how-to-use-the-gitlab-one-click-install-image-to-manage-git-repositories
  • can pay by paypal
  • SSH key deploy when launch new node

Linode
linode

  • better value if you want instance that more than 2GB ram
  • the SSD performance is way better on Linode
  • various interesting add-on like node balancer and longview – https://www.linode.com/addons.
  • Although there is bandwidth limit for each for your instance, but you are allowed to share the bandwidth between your instances.

I will be migrate all my DO production droplet over to Linode, once Linode start to offer Singapore as a choice, so that I can consolidate all my hosting under one roof. There is another interesting company call Vultr  , just wonder will they expand to Singapore too.

If you plan to signup any of these service, please use my referral link

for Linode – link

for DO – link

The post Linode vs Digital Ocean in Singapore soon appeared first on I'm Knight.

]]>
https://imknight.net/web-hosting/linode-vs-digital-ocean-singapore-soon/feed/ 0
Linode Strike Back https://imknight.net/web-hosting/linode-strike-back/ https://imknight.net/web-hosting/linode-strike-back/#respond Sun, 20 Apr 2014 15:05:34 +0000 https://imknight.net/?p=3252 It’s kind of unexpected  but at the same time I guess every one is waiting for this upgrade, finally Linode is fully SSD ready. It’s clearly the pressure from Digital Ocean on both pricing...

The post Linode Strike Back appeared first on I'm Knight.

]]>
It’s kind of unexpected  but at the same time I guess every one is waiting for this upgrade, finally Linode is fully SSD ready.

It’s clearly the pressure from Digital Ocean on both pricing and SSD, when Linode previously upgrade everyone has been asking what about the SSD ? today finally Linode has migrated as a SSD VPS provider and it seem like the SSD they using is datacenter-grade, so far lots of performance report has show that SSD performance is way better then DO.

Other then SSD, there are some other feature upgrade, like using better processor ,40Gbps network and hourly billing, compare the $20 category for both DO and Linode, you can find that Linode is giving better deal now, don’t forget what Linode provided is far greater then DO , for example the managed service , long view, node balancer.

Linode-SSD

I m a long time Linode supporter , but iI just cancel it last month,  If I know that they going to have this upgrade, I won’t cancel my pla. I just cancel it and move it to dnssimple since I use it more for dns purpose, but I guess I will be back to Linode very soon.

so my advice

if you want to have stable VPS which is above $20 category please choose Linode

if you need a budget VPS which is below $20 and you need it be at Singapore Data center , please choose Digital Ocean.

If you don’t want a VPS , just want to have nice dedicated share hosting, please choose Webfaction.

 

The post Linode Strike Back appeared first on I'm Knight.

]]>
https://imknight.net/web-hosting/linode-strike-back/feed/ 0
NextGen Linode https://imknight.net/web-hosting/nextgen-linode/ https://imknight.net/web-hosting/nextgen-linode/#comments Wed, 10 Apr 2013 14:46:05 +0000 https://imknight.net/?p=2808 I been using Linode for long enough , my Linode billing history started 2009 , it’s been 4 year plus and although I have move most of my  site to webfaction ( due to control...

The post NextGen Linode appeared first on I'm Knight.

]]>
I been using Linode for long enough , my Linode billing history started 2009 , it’s been 4 year plus and although I have move most of my  site to webfaction ( due to control panel and server location), I still keep my Linodee account alive.

I still remember the old day where Linode vs Slicehost , then Slicehost been acquired by rackspace and people start moving to Linode,  but for the past 1 year Linode seem like a bit quiet , just when everyone think that Linode is no longer being competitive , They release the 3 major update since last month.

  1. The Network – increase the outbound transfer by 1000%
  2. The Hardware – changing the CPU to 8 core.
  3. The RAM – upgrade ram for 100%

the price for all these improvement ? just the 0.05 cent to round-up their current plan, don’t forget their praised support and well collection of library.

linode_logo

some user are compare Digital Ocean with Linode , if purely compare just the pricing, Linode is more expensive than DO for the same setup, but I believe Linode is more mature to handle your production , I won’t mind putting some test project on DO. If you need an developer friendly VPS  take Linode , if you need a developer friendly shared hosting take webfaction.

The post NextGen Linode appeared first on I'm Knight.

]]>
https://imknight.net/web-hosting/nextgen-linode/feed/ 1
Linode Cloud Asia-Pacific Launch ! https://imknight.net/web-hosting/linode-cloud-asia-pacific-launch/ https://imknight.net/web-hosting/linode-cloud-asia-pacific-launch/#respond Tue, 20 Sep 2011 03:00:18 +0000 https://imknight.net/?p=2441 I m a big fan of Linode , the only things I really dislike is they don’t have any asia dc, the nearest to Asia will be the Fremont DC , which still about 200+ms far...

The post Linode Cloud Asia-Pacific Launch ! appeared first on I'm Knight.

]]>
I m a big fan of Linode , the only things I really dislike is they don’t have any asia dc, the nearest to Asia will be the Fremont DC , which still about 200+ms far away.

I been struggle on hosting recently , I need to some hosting which is low ping to me and cater for Singapore and Malaysia user, but I can’t really find any suitable host here, most of the host are full with useless feature for developer, the only choice I have is to leverage on Singapore Amazon AWS , but the funny thing is different ISP from Malaysia getting very different ping result for Singapore AWS.

Recently VPS.Net release the beta test of their JP DC, it’s quite smooth for ping test result but I don’t really like their interface , maybe I been pamper by Linode interface already or their ease of use features, I just find that VPS.net don’t really cut in for my need. I was thinking if only Linode have DC in Asia, so I fire a support ticket and ask and it seem like the Support just keep their mouth shut on this new release !

You might asking what so good about Linode ? Imagine for my case , I already have an US Linode running, added with this new JP Linode, I can ..

  • Bandwidth Pooling – share the Outgoing between my US and JP Linode , since incoming traffic has become free. My US Linode might be using some of the bandwidth only but my JP Linode can have bigger share of traffic without extra cost.
  • Internal Transfer is Free – transfer data between different instance of Linodes is not calculated as bandwidth usage.

If you want to give Linode a try , please use my referral code , this will give me a bit of token to fund my project. Don’t forget Linode billing is daily based , you can remove it any time to get back the credit of unused time , but if you want to refund there is a $5.00 refund processing fee.

The post Linode Cloud Asia-Pacific Launch ! appeared first on I'm Knight.

]]>
https://imknight.net/web-hosting/linode-cloud-asia-pacific-launch/feed/ 0
Linode with extra RAM now https://imknight.net/web-hosting/linode-with-extra-ram-now/ https://imknight.net/web-hosting/linode-with-extra-ram-now/#respond Thu, 17 Jun 2010 13:45:45 +0000 https://imknight.net/?p=2049 I mention before after leaving share hosting, this blog is hosted on Linode VPS . Today is a special day for Linode because  they turns 7 and giving out one big present – extra...

The post Linode with extra RAM now appeared first on I'm Knight.

]]>
I mention before after leaving share hosting, this blog is hosted on Linode VPS . Today is a special day for Linode because  they turns 7 and giving out one big present – extra ram upgrade for all the linode user .

So what happen is Linode update their product line today, their entry level VPS now is starting from 512MB in stead of 360MB, which mean now you can get a 512MB unmanaged VPS for $19.95 ! This deal is not coming from some oversell VPS provider, you actually get a XEN VPS 512MB for just $19.95 plus you getting some great support from Linode and developer focus community.

Personally I feel that Linode is doing a great  job this time, if they can handle the mass request from the market and getting everything under control, this might be really bring in tons of reputation and customer for them.But other this, maybe Linode should start to work with some other Partner to provide more VPS or developer related service ? example like VPS.net , they been work with some partner and provide free control panel and code hosting account.

If you feel like give Linode a try , please use my referral code : 918fd8bfbc25162ecfbe1235ad8c83e5499ec29f or visit Linode by the clicking on the image below.

Click me to try out one of the best VPS Hosting

The post Linode with extra RAM now appeared first on I'm Knight.

]]>
https://imknight.net/web-hosting/linode-with-extra-ram-now/feed/ 0
VPS Bible is great for VPS newbie https://imknight.net/web-hosting/vps-bible-is-great-for-vps-newbie/ https://imknight.net/web-hosting/vps-bible-is-great-for-vps-newbie/#comments Mon, 31 May 2010 17:07:47 +0000 https://imknight.net/?p=2041 VPS Bible is really a good guide for all the VPS newbie. I just complete setup my Linode box , thanks for the VPS Bible latest stackscripts release , it only take me 1~2 hour...

The post VPS Bible is great for VPS newbie appeared first on I'm Knight.

]]>
VPS Bible is really a good guide for all the VPS newbie. I just complete setup my Linode box , thanks for the VPS Bible latest stackscripts release , it only take me 1~2 hour to complete reinstall and reconfigure my blogs, the best part is it seem like resolved my Linode box memory issues, which might be causing by the previous Linode stackscripts.

I m highly recommend VPS Bible to all the VPS noob/VPS beginner , What you can getting from this membership ?

  • the step by step articles is great to learn all the basic of setup a VPS
  • the latest release stackscripts will do most of the jobs by itself
  • useful and current information ,example like  comparison between different FCGI and release of stackscripts that setup a Linode box on Lucid 10.04 , Lucid is only release some time ago.

I have learned a lot from VPS Bible’s Articles , now I can even change the WordPress Stack to suit my need. For just $15 a year , I would say this is really a great deal.

The post VPS Bible is great for VPS newbie appeared first on I'm Knight.

]]>
https://imknight.net/web-hosting/vps-bible-is-great-for-vps-newbie/feed/ 1
Goodbye Webfaction https://imknight.net/web-hosting/goodbye-webfaction/ https://imknight.net/web-hosting/goodbye-webfaction/#comments Wed, 05 May 2010 14:51:14 +0000 https://imknight.net/?p=2016 I have just terminate my Webfaction account few day ago, I think they are still one of the best share hosting for developer and user which can live without those fancy control panel. I...

The post Goodbye Webfaction appeared first on I'm Knight.

]]>
I have just terminate my Webfaction account few day ago, I think they are still one of the best share hosting for developer and user which can live without those fancy control panel. I had spend my last 10 month with them , I would still recommend them if you asking for share hosting recommendation.

Since they are so great , why am I leaving ?

  • My pingdom monitor did report some short down time which i believe it happen due to memory issue, this blog seem like consume quite a lot of memory.
  • I always want to get my hand dirty on VPS.
  • I going to spend more $$ on VPS , cancel this account can reduce my hosting spending.

Now this blog is live on Linode VPS and it seem like it using less memory and having better performance, but the first few day of the server configuration nearly knock me down, I almost want to move back to Webfaction at some point in time, in the end i manage to resolve the memory issue.

The post Goodbye Webfaction appeared first on I'm Knight.

]]>
https://imknight.net/web-hosting/goodbye-webfaction/feed/ 1
Easily setup LEMP on Linode https://imknight.net/web-hosting/easily-setup-lemp-on-linode/ https://imknight.net/web-hosting/easily-setup-lemp-on-linode/#comments Tue, 20 Apr 2010 15:19:53 +0000 https://imknight.net/?p=2002 I just complete setup LEMP (Linux, nginx (engine-x), MySQL, PHP) on my Linode box, which is totally different with the traditional LAMP ( Linux , Apache , MySQL,  PHP) setup, if you never heard...

The post Easily setup LEMP on Linode appeared first on I'm Knight.

]]>
I just complete setup LEMP (Linux, nginx (engine-x), MySQL, PHP) on my Linode box, which is totally different with the traditional LAMP ( Linux , Apache , MySQL,  PHP) setup, if you never heard about nginx , i would recommend you this post from pingdom (a famous website monitoring service’s blog) to understand the buzz around on nginx.

How to easily setup LEMP on Linode? I just make use of Linode’s StackScripts feature

  1. Select the Deploying using StackScripts links when you deploy your new Linode, select LEMP StackScripts and filling some of the fields, it will auto deploy your VPS.
  2. Once the VPS deployment done, the StackScripts will start running , it should take about 20~30 min , just wait for your VPS displaying nginx welcome message means the setup is done.
  3. You will find that the nginx init script seem like broken, you can’t really issue restart or stop command, just follow this article to create a new nginx init script .
  4. One important thing to take note is the path for Daemon, it shall be DAEMON=/usr/local/nginx/sbin/nginx
  5. The final step is changing of socket by following this article.
  6. Don’t forget to change the date time in your /usr/local/lib/php/php.ini to avoid date time error in your php log.

Some reference , there are different way to setup PHP with nginx

Base on my research it seem like  PHP-FPM is winning in term of performance and it will be integrate into PHP core, that’s why it should be the first choice if you try to setup a LEMP box , but since you need to manually compile PHP, it will be quite troublesome to do upgrade.

If you find it this post is helpful and planning to get a Linode box , please use my referral code , this will help me fund my box, thanks.

The post Easily setup LEMP on Linode appeared first on I'm Knight.

]]>
https://imknight.net/web-hosting/easily-setup-lemp-on-linode/feed/ 3
Linode Library strike back https://imknight.net/web-hosting/linode-library-strike-back/ https://imknight.net/web-hosting/linode-library-strike-back/#respond Fri, 31 Jul 2009 13:44:42 +0000 https://imknight.net/?p=1928 I did some comparison before and mention that slicehost score another point , today Linode is strike back with their Linode Library. I mention this before documentation / help file will be useful for...

The post Linode Library strike back appeared first on I'm Knight.

]]>
I did some comparison before and mention that slicehost score another point , today Linode is strike back with their Linode Library.

I mention this before documentation / help file will be useful for developer friendly host , in fact some time it become one of the benchmark for hosting, Linode have some nice VPS offer , what they lack of are these help file and documentation, although there are not many contents yet compare to slicehost’s articles , but i believe this is a great start for Linode, kudos to the Linode Team.
linode-library

The post Linode Library strike back appeared first on I'm Knight.

]]>
https://imknight.net/web-hosting/linode-library-strike-back/feed/ 0