Hello World ! Jan 30, 2011 It’s already the end of January and I haven’t posted anything yet this month. Thus I have to write something today after postponing it for days. For the last few weeks I was trying to adapt with new atmosphere. The feel is almost the same when I was moving to Jakarta from Pekanbaru, because basically moving to another place mean that you have to leave your comfort zone to another war zone. ...
Pak Aking Dec 22, 2010 Pak Aking adalah seorang supir mobil pickup tahun 1984 yang hari ini membantu saya mengantarkan barang-barang ke ekspedisi di kapuk kamal raya. Lahir di jakarta sekitar tahun 1960an, berperawakan kurus, murah senyum dan suka ngobrol. Perkenalan kami bermula ketika teman saya, Hamdi memberikan nomor hp Pak Aking kepada saya. Bukan karena saya suka daun tua, pecinta sesama atau sedang haus akan belaian dan istilah-istilah lainnya tapi murni karena saya membutuhkan jasa Pak Aking. ...
Fixed static image path in Javascript using CakePHP Nov 10, 2010 Today I was encountered a problem within the static path for images in my Javascript file. So this was a design that given by my friend Budi, and he using a Jquery slider plugin in his design. Here are the original Javascript file that he gave me : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 // set up horizontal scroll var setupFeaturedBoxes = function () { var buttons = { previous: { enabled: '/img/arrow1-left. ...
Pengangguran Oct 31, 2010 It was my first job and it was the best. Satu kalimat itulah yang dapat gwa katakan setelah gwa resmi menjadi pengangguran. Tepat satu setengah tahun gwa bekerja di IT Directorate Binus University sebagai Network Controller ( yah walaupun skill networknya level teri tapi tetep labelnya Network Controller ) dan hari jumat kemarin ( tanggal 29 Oktober 2010 ) adalah hari terakhir gwa bekerja di sana. Hari terakhir di kantor diwarnai dengan isak tangis orang-orang yang seakan-akan tidak percaya bahwa gwa akan pergi meninggalkan mereka. ...
Redcar : Textmate alike editor Sep 30, 2010 It’s been a long time since the last time I am using e-texteditor as my primary text editor ( e-texteditor is a textmate alike editor for Windows ). And because I decided to use Linux, I have to find another editor and now I ended up using Eclipse. In Linux, obviously, there are several text editor but the features doesn’t fit my needs. But now there is a new text editor that written in Ruby and runs on JRuby and it’s features are inspired by Textmate : Redcar. ...
Add bridge and assign unique IP for each container in OpenVZ Aug 30, 2010 I am writing this tutorial to refresh my mind ( I am not configuring the machine right now ), so forgive me if the explanations are not clear and structured. After successfully installed the OpenVZ, you need to configure the IP for the containers. If you are using the built in “Venet” you will end up making the host as the gateway. In the other words if you traceroute to your container IP, it will going through your host then to your container. ...
Sydney PHP Group Aug 12, 2010 Sydney PHP Group or sydphp is a PHP community in Sydney, Australia. I found the website when I was reading an article in Graham Weldon’s blog. Graham is one of the CakePHP core team and also the organisers of Sydney PHP Group. From what I read, it’s said that they run regular meetings in the city. But when I clicked it, it didn’t show any histories or upcoming events ( maybe they not runs it regularly as they said ). ...
First post in August 2010 Aug 11, 2010 Hmm it’s August already and that’s mean my time in Binus is just two months left. Yeah, my contract will be ended on 31st October ( I hope so :P ). There are so much experiences that I got while working in Binus, not mentioning the technical experiences but more about the life experiences. The last 3 weeks I was busy taking my IELTS preparation course, it’s teach you to get accustomed to the IELTS test. ...
Bookmark with Delicious Jul 25, 2010 Have you ever heard about delicious ? no no, it’s not foods that are delicious but this Delicious. Delicious is a web application that allows to do the online bookmarking. If you say online that’s mean it’s not saved in your computer / laptop / server maybe. So if sometime you need to access your bookmark, you don’t have to open your computer or digging your old harddisk, just grab your friend’s computer, login to your Delicious and open the bookmark. ...
Installing OpenVZ and WebVZ in Centos 5.5 Jul 20, 2010 OpenVZ is an operating system-level virtualization technology based on the Linux kernel and operating system. OpenVZ allows a physical server to run multiple isolated operating system instances, known as containers, Virtual Private Servers (VPSs), or Virtual Environments (VEs). Now we’ll try to install OpenVZ in Centos. OpenVS is an operating system-level VPS so you need to install Host Operating System ( if you are using hardware virtualization like Xen or VMware then you don’t have to install an Operating System ). ...