Dirgahayu Republik Indonesia

"... Teknologi membutuhkan uang, dan teknologi juga menghasilkan uang. Jika banyak orang Indonesia menggunakan teknologi, artinya kita berhasil secara teknologi..."
Drs.H. Muhammad Jusuf Kalla
Wakil Presiden RI

"... Teknologi membutuhkan uang, dan teknologi juga menghasilkan uang. Jika banyak orang Indonesia menggunakan teknologi, artinya kita berhasil secara teknologi..."
Drs.H. Muhammad Jusuf Kalla
Wakil Presiden RI
As my previous plan to review the using of Windows XP guest in Linux host over VirtualBox, I decided to choose my existing Fedora 7 as the 2nd OS boot from my laptop as the host OS. Actually, my priority subjected to this than the previous. The main purpose is to make simply my coding time when I have a web based project & also the debugging sessions. It’s important for me to keep a maximum compatibility cross browser looks & functionality between Internet Explorer, Firefox, Opera compared to the native Linux internet browser such as Konqueror. Now, I don’t have to wasting time to test & re-code the source between browser on separated systems. Switching the OS are more faster than have a dual boot systems. It’s also more easy when you need to carry 2 systems on a single PC or laptop. Again, think about it!
[root@tuxbook ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1B:24:37:AA:DC
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
[root@tuxbook ~]# service network status
Configured devices:
lo eth0 wlan0
Currently active devices:
lo eth0
#!/bin/bash
tunctl -t tap1 -u root
brctl addbr br0
ifconfig eth0 0.0.0.0 promisc
brctl addif br0 eth0
ifconfig br0 192.168.1.10
brctl addif br0 tap1
ifconfig tap1 up
exit
[root@tuxbook ~]# ifconfig
br0 Link encap:Ethernet HWaddr 00:1B:24:37:AA:DC
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21b:24ff:fe37:aadc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:9391 (9.1 KiB)
eth0 Link encap:Ethernet HWaddr 00:1B:24:37:AA:DC
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST PROMISC MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
tap1 Link encap:Ethernet HWaddr 1E:A4:7A:4C:E8:49
inet6 addr: fe80::1ca4:7aff:fe4c:e849/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:1 errors:0 dropped:3 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 (0.0 b) TX bytes:70 (70.0 b)
[root@tuxbook ~]# service network status
Configured devices:
lo eth0 wlan0
Currently active devices:
lo eth0 tap1 br0





Labels: VirtualBox
What if you in a travel & hardly needs to get work in a networking situation? A virtual machine (VM) installed in your system can do that. This situation also affected when you only have 1 PC but you must have at least 2 PC to get work, just like me as I have a laptop but need 2nd PC in order to support my jobs. Rather than spending money to buying extra PC/laptop, I considered to using a VM over my laptop. It’s more valuable, practice & easy to carry as you will have 2 working PC in a single system. Think about it!






Labels: VirtualBox
KDE is my most favorite desktop manager on Linux. Since I ever used it up for the first time with Unix families several years ago, this desktop manager wouldn’t leaves behind over me. It’s strong characteristic GUI still easy to use. For me, this is the window manager mores closest similarity to Windows & much easiest to control all of the applications installed on the system. One of the several features I likes a lot is the existence of theme manager option included in KDE Control Center. With it, the users are feel free to change the interface such as desktop window graphical, the background picture, icons, kicker, panel behavior, login manager & lots of thing.





Web operating system establishing an exciting new look of futures OS. In latest year, several web based OS was introduced from each developer over the earth. It purposed was clearly simple, flatten the world I guess. Some of it’s known as eyeOS, DesktopTwo & CorneliOS. On a time, I got a chance to tried eyeOS. The installation source downloaded from it official website was very small with 862Kb zipped package. eyeOS required a web server with PHP support & of course a browser to run. Seems funny with the basic name “Operating System” while it needs a browser which executed from the real OS.











