How to setup VNC server for remote desktop in Ubuntu 11.10 Oneiric
Install VNC server in Ubuntu 11.10 Oneiric for remote-desktop is very easy. Here are the steps to install : 123sudo apt-get install x11vnc sudo x11vnc -storepasswd yourpasswordhere /etc/x11vnc.pass...
View ArticleSwitch off ATI VGA in dual VGA with Intel on Ubuntu to solve overheat problem
I have AMD Radeon HD 6470M which sometimes it make my laptop overheat until 90 C. Usually, it’s run on 70 C. This is because ATI Radeon run together with Intel VGA. By switch off VGA AMD Radeon, it...
View ArticleSolve double minibufexplorer opened in VIM
When using Minibufexplorer in VIM, I usually use Fuzzfinder for opening files. But, somehow, I see double minibufexplorer window every open more than 2 files. To solve this issue : 1let...
View ArticleHow to login into HPCloud Instance and edit Security Group using Hybridfox
Hybridfox is great tools for connecting with our cloud server. When you configure HPCloud server, then you should have this for manage your security groups and allowing several ports to be open....
View ArticleHow to enable TOR open for remote access with Polipo on Ubuntu
Tor usually installed and running on 127.0.0.1 port 9050 which it’s can’t be accessed from outside. We can open this local listen address TOR signed into IP network and run as HTTP Proxy with Polipo....
View ArticleHow to change font bold style of php HTML in Aptana Studio
When opening HTML, CTP or another PHP-HTML files in Aptana Studio 3, i found that all using bold which is annoying for me. So, to make it to be normal fonts : 1. Go to Aptana Studio menu -> “Window...
View ArticleCopy Youtube FLV from Firefox in Ubuntu 12.04 Precise Pangolin
Here is simple bash script to copy FLV Youtube into your folder in Ubuntu 12.04 Precise Pangolin. At this example, I put this script on home folder and create “Youtube” folder : 1234cd ~/ mkdir Youtube...
View ArticleHow to solve problem HFSplus OS X partition sharing as home partition in Ubuntu
I have dual-OS in my Macbook Pro, OS X Leopard and Ubuntu Oneiric. I want to share partition between OS X and Ubuntu. I use hfplus partition (without journaled) as user home in Ubuntu Oneiric. Then the...
View ArticleSolve github ssh key Agent admitted failure to sign using the key. Permission...
Today, I change my ssh key and I see this error when pushing commit into my Github repository : 12Agent admitted failure to sign using the key. Permission denied (publickey). So, to solve this problem...
View ArticleRun NodeJS with non-root / user permission using Runit in Ubuntu 12.04 Precise
After leaving NodeJS about 6 month, I still hard to find articles who explain how to running NodeJS services in production mode. This is mean, running NodeJS services by user permission (not by root)...
View Article