Archive for the ‘Tutorial’ Category
20 August
Posted by baskoro
Hello guys, it’s been a long time since my last post. I have many ideas to be written to this blog, but i didn’t know which one should be published first.
Just now, i’ve been working with User Mode Linux again. But now, it is easier to set up server as UML host. You just have to patch your host kernel with SKAS patch and install user-mode-linux and uml-utilities package from the repository. With user-mode-linux package, you will get a linux executable. For simple use, it is enough. But i found a problem when i want to add ip_vs module into my kernel. So i must compile my own linux kernel executable. And the bad thing is i forgot how to do that
. Because of that, i make this post, so i can remember it whenever needed. Read the rest of this entry »
Tags: Linux kernel, Operating system, User Mode Linux
Posted in Tutorial | Comments (0)
8 January
Posted by baskoro
i’ve tried to find solution for taking photo with Cheese and my vaio webcam since months ago. But the only thing i can do is make the webcam recognized by my Linux Mint. But today, accidentaly i found the solution !!! Read the rest of this entry »
Posted in Tutorial | Comments (1)
8 October
Posted by baskoro
CodeIgniter is one of the greatest PHP Framework out there. It’s simple and easy to use. Even a beginner won’t have trouble when learn it. But there is a disadvantage in CodeIgniter. You can’t generate a Model class from your existing database. Sometimes it troubles me. I must write my own Model class everytime i make a new CodeIgniter Application. But someday i think about create my own simple php application to create a Model class that has simple CRUD syntax in CodeIgniter. Read the rest of this entry »
Posted in Tutorial | Comments (2)
29 August
Posted by baskoro
Now, i’m trying to use flock to browse the internet. Before, i used Firefox and have many installed add ons and plugin. Because Flock is based on firefox, i think all my Firefox plugins automatically added in Flock. But not !!! I’m too lazy to download and install the plugin again, so i try to find a way to use installed firefox plugin in flock. And i have found it !!
It’s easy, you can copy the plugin file from you mozilla plugin directory (e.g : /usr/lib/mozilla/plugins) to flock plugin directory (e.g : /opt/flock/plugins). And then check at about:plugins in your flock. Without restarting my Flock, all plugin has worked.
Now i can use Flock just like i use Firefox before. But now i’m still searching for SwitchProcy extension for flock. Anybody know where to find it?
Tags: firefox, flock, plugins
Posted in Tutorial | Comments (0)
22 August
Posted by baskoro
Sometimes we have difficulties to differ web server and application server. Some of us maybe think that both of them is same thing. But they are different. They may have some similarity, but it doesn’t mean they are same. Below is explanation about web server and application server. Read the rest of this entry »
Tags: JavaServer Pages, Web server
Posted in Tutorial | Comments (0)
14 July
Posted by baskoro
Have you downloaded the latest version of EGroupware? Do you know that in order to see fully functional gantt chart you must update JPGraph that bundled with EGroupware? Why? They say that they have problem with JPGraph new policy. So they just give us the old version (1.5.2). Okay, the explanation is enough, lets do the update process. Read the rest of this entry »
Posted in Free Internet Tools, Tutorial | Comments (4)