<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-26989840</id><updated>2011-12-30T02:33:19.545+07:00</updated><title type='text'>.:pushbutton:.</title><subtitle type='html'>Living a life is not just like operating a modern machine wherein you simply have to push a button, living a life is to strive hard to get what you want even if it is already meant for you... and from that you get total satisfaction.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>49</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-26989840.post-2553325257856981242</id><published>2009-06-30T15:10:00.003+07:00</published><updated>2009-06-30T15:21:51.059+07:00</updated><title type='text'>Tips and tricks on installing CentOS 5.3 x86_64, Vmware 2.0.1, eRPTS on an IBM X3400.</title><content type='html'>I was in Binalonan last weekends to help my friend Bryan setup his electronic Real Property System on his brand new server.  This is to share what we basically did...&lt;br /&gt;&lt;br /&gt;Specs: Intel Quad Core 2.0 with Intel VT, 3 x 250 SATA HDD (hot swappable), 8Gb RAM DDR2&lt;br /&gt;&lt;br /&gt;For RAID configuration, please refer to documentation as provided by the IBM supplier.&lt;br /&gt;&lt;br /&gt;In our case, we did a RAID 1 on the first 2 HD, while the remaining HD was configure as a hot spare.&lt;br /&gt;&lt;br /&gt;Get CentOS 5.3 x86_64 from http://centos.org.  Best download speed is via Torrent.  Make sure you get the x86_64 to maximize your machine.&lt;br /&gt;&lt;br /&gt;Install CentOS.  For best results, allocate partitions for the following /boot, /, swap, /tmp, /usr, /var, /home, and a separate partition for the vmware machines (e.g. /vmware).&lt;br /&gt;&lt;br /&gt;On selecting packages to install, make sure you check on the Development Libraries and Development Tools and try to prune other packages that you may not need at all (e.g. openoffice, gimp, etc.).  As a server, you may also opt to put a password on your boatloader.&lt;br /&gt;&lt;br /&gt;Upon installation, configure network first to a static IP (e.g. 192.168.10.200) and make sure it will connect to the Internet.&lt;br /&gt;&lt;br /&gt;Update your CentOS installation&lt;br /&gt;&lt;blockquote&gt;$ yum update&lt;/blockquote&gt;Reboot after update.&lt;br /&gt;&lt;br /&gt;Edit /etc/fstab.  On the options concerning ext3 partitions, put noatime after defaults as an optimization.&lt;br /&gt;&lt;blockquote&gt;/dev/sda1    /boot        ext3        defaults,noatime    1 1&lt;/blockquote&gt;Then edit /etc/sysctl.conf to add the following lines at the bottom:&lt;br /&gt;&lt;blockquote&gt;vm.swappiness = 0&lt;br /&gt;vm.overcommit_memory = 1&lt;br /&gt;vm.dirty_background_ratio = 5&lt;br /&gt;vm.dirty_ratio = 10&lt;br /&gt;vm.dirty_expire_centisecs = 1000&lt;br /&gt;dev.rtc.max-user-freq = 1024&lt;/blockquote&gt;You must also turn off some services that your host server won't need during boottime like cups, etc.&lt;br /&gt;&lt;br /&gt;Reboot for the new optimizations to take effect.&lt;br /&gt;&lt;br /&gt;Install VMWare 2.0.1.  Check documentation for installation instructions.  Actually you can accept almost all the defaults except for the location of the virtual machine which you must set to the partition you intended solely for erpts (e.g. /vmware).&lt;br /&gt;&lt;br /&gt;After installation, edit /etc/vmware/config:&lt;br /&gt;&lt;br /&gt;If your CPU was 2.0 then its&lt;br /&gt;&lt;blockquote&gt;host.cpukHz=2000000&lt;/blockquote&gt;Then add the following lines&lt;br /&gt;&lt;blockquote&gt;host.noTSC = TRUE&lt;br /&gt;ptsc.noTSC = TRUE&lt;/blockquote&gt;Access Vmware with your web browser via http://localhost:8222, with root as admin user.&lt;br /&gt;&lt;br /&gt;Edit host configuration as desired.&lt;br /&gt;&lt;br /&gt;We may now create a virtual machine where we will install eRPTS.&lt;br /&gt;&lt;br /&gt;Tips:  When adding a virtual disk, put a check on Allocate Disk Space Now and Split into 2Gb files.  Under policies, select Optimize for Performance.  We allocated 40 Gb of disk space for this VM.&lt;br /&gt;&lt;br /&gt;Allocate at least 2Gb of RAM and use only single processor.  No need to add floppy disk and USB controller.  Configure NIC to Bridged.&lt;br /&gt;&lt;br /&gt;You may now proceed with the installation of erpts.  You may also partition your drive into /boot, /, swap, /tmp, /usr, /home, and /var.  Take note that /var should have the biggest allocation, perhaps not lower than 20Gb for it will store the database files.  Partitioning on this case will ease down I/O traffic.&lt;br /&gt;&lt;br /&gt;Configure network to a static ip that is in range with the static IP of the host machine. (e.g. 192.168.10.100).  Apply erpts patches as instructed during the trainings.  Update the database into 57 tables.&lt;br /&gt;&lt;br /&gt;Time again for some optimizations in the eRPTS Guest Machine...&lt;br /&gt;&lt;br /&gt;Edit /etc/fstab and add noatime on /var line...&lt;br /&gt;&lt;blockquote&gt;/dev/sda5    /var    ext3    defaults,noatime    1 2&lt;/blockquote&gt;Download the following kernel packages (optimized kernels for vm guests)&lt;br /&gt;&lt;blockquote&gt;http://people.centos.org/tru/kernel-vm/4/RPMS/i386/kernel-vm-2.6.9-78.0.22.EL.i686.rpm&lt;br /&gt;http://people.centos.org/tru/kernel-vm/4/RPMS/i386/kernel-vm-devel-2.6.9-78.0.22.EL.i686.rpm&lt;/blockquote&gt;Install the kernel and development libraries with the –-nodeps option&lt;br /&gt;&lt;blockquote&gt;rpm -ivh -–nodeps kernel-vm-2.6.9-78.0.22.EL.i686.rpm&lt;br /&gt;rpm -ivh –-nodeps kernel-vm-devel-2.6.9-78.0.22.EL.i686.rpm&lt;/blockquote&gt;Edit /boot/grub/menu.list.  Make sure the default is set to 0.&lt;br /&gt;&lt;br /&gt;And add the following at the end of the kernel line of kernel-vm-xxxx&lt;br /&gt;&lt;blockquote&gt;noapic nolapic acpi=off clocksource=acpi_pm elevator=noop&lt;/blockquote&gt;Save and exit.&lt;br /&gt;&lt;br /&gt;Edit /etc/sysctl.conf to add the following lines&lt;br /&gt;&lt;blockquote&gt;vm.swappiness = 0&lt;br /&gt;vm.overcommit_memory = 1&lt;/blockquote&gt;Then remove unnecessary services during boot time like cups, smb, etc. YMMV&lt;br /&gt;&lt;br /&gt;Reboot guest machine for settings to take effect.&lt;br /&gt;&lt;br /&gt;On the host machine, edit the .vmx file of the just created virtual machine.  Its located where you put the virtual machine itself.&lt;br /&gt;&lt;br /&gt;Add the following lines at the bottom&lt;br /&gt;&lt;blockquote&gt;MemTrimRate = “0″&lt;br /&gt;sched.mem.pshare.enable = “FALSE”&lt;br /&gt;MemAllowAutoScaleDown = “FALSE”&lt;/blockquote&gt;Optional!&lt;br /&gt;&lt;br /&gt;It is possible to install the latest phpmyadmin on eRPTS.  Get phpmyadmin on their website.&lt;br /&gt;&lt;br /&gt;You may also install the mysql 4.1 package from eBPLS with instructions to be posted here soon.&lt;br /&gt;&lt;br /&gt;Use with caution though and as always, YMMV. :)&lt;br /&gt;&lt;br /&gt;Wait! No USB?  Well now that you are a linux sysad, try using the scp command to transfer files from your host machine to the guest machine.  Syntax is as follows:&lt;br /&gt;&lt;blockquote&gt;scp sourcefiles root@ipaddressofguestmachine:/specific/path/of/target/folder&lt;/blockquote&gt;And how did this installation fare?   We chose a certain page at eRPTS where it usually takes them around 60 to 80 seconds to open.  With this setup, it now opens in only about 3 to 8 seconds.&lt;br /&gt;&lt;br /&gt;Not bad, aye?&lt;br /&gt;&lt;br /&gt;That's all for now, I hope this helps!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-2553325257856981242?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/2553325257856981242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=2553325257856981242' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2553325257856981242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2553325257856981242'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2009/06/tips-and-tricks-on-installing-centos-53.html' title='Tips and tricks on installing CentOS 5.3 x86_64, Vmware 2.0.1, eRPTS on an IBM X3400.'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-7078975282112358415</id><published>2009-04-15T11:57:00.000+07:00</published><updated>2009-04-15T11:58:01.706+07:00</updated><title type='text'>Faceoff: PCLOS 2009.1 vs LinuxMint KDE CE 6</title><content type='html'>In the past few days, I was lucky to be able to test drive two wonderful Linux distributions that both promises to work "out of the box" -- PCLinuxOS 2009.1 and LinuxMint KDE Community Edition 6.&lt;br /&gt;&lt;br /&gt;My rig is only a Lenovo G400, with 1Gb of RAM, 120 Gb SATA HD, Built in Video (‎Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller) and Sound (82801G (ICH7 Family) High Definition Audio Controller), NetLink BCM5906M Fast Ethernet PCI Express as NIC, and BCM4311 802.11b/g WLAN for Wireless.&lt;br /&gt;&lt;br /&gt;Before using trying out these two distros, I was happily using Ubuntu 8.10 on this laptop.&lt;br /&gt;&lt;br /&gt;PCLOS and Mint KDE share many similar characteristics.  They both use the K Desktop Environment.  They are both derivatives from "bigger" Linux distros.  Both promised an excellent "out of the box" experience thus loaded with the necessary plugins and codecs needed for every average user to enjoy his/her everyday computer use.  Both distros are using the Synaptic Package Manager for software management.  Development of both distros are being led by one guy namely Texstar for PCLOS, and Clem for LinuxMint.&lt;br /&gt;&lt;br /&gt;But the similarity ends here. &lt;br /&gt;&lt;br /&gt;PCLOS is based on Madriva Linux while LinuxMint KDE CE is based on Ubuntu.  PCLOS is a meta or rolling distro, Mint is not.   PCLOS is true to its promise of being able to play almost all types of media files, with LinuxMint KDE, I don't have sound on some .3gp and .mp4 files.&lt;br /&gt;&lt;br /&gt;Although both uses Synaptic, PCLOS uses rpms while Mint uses debs.   PCLOS uses KDE 3.5.10, while LinuxMint is now using KDE 4.2.&lt;br /&gt;&lt;br /&gt;Installation with both distros on this rig is a breeze as I didn't encountered any problems at all with both distros using easy to use wizards.&lt;br /&gt;&lt;br /&gt;On hardware support, I had varying results.&lt;br /&gt;&lt;br /&gt;PCLOS was not able to activate my Fn keys at the start (I had to install Keytouch), while LinuxMint was able to activate almost every key right after installation.  I also have this feeling that LinuxMint KDE 6 handled power management for this laptop better than PCLinuxOS but then again, both were able to suspend my laptop well and that what matters most.&lt;br /&gt;&lt;br /&gt;Network management is way too easy with PCLOS than that of the KNetwork Manager installed on LinuxMint KDE 6.  To make matters worst for Mint, I can't seem to make my wireless work.  It was so easy with Ubuntu 8.10 but a no go with Mint (this was the ultimate deal breaker for me).  With PCLOS, I didn't had to install or download anything.  I simply configured it with the wizard incorporated on its Control Center.  No fuss or whatsoever.&lt;br /&gt;&lt;br /&gt;Built in sound just works, the same thing with the video as both can use Compiz with it.&lt;br /&gt;&lt;br /&gt;More softwares are installed by default with PCLOS.  However, I had problems with Frostwire which I had to do a "killall" command before I can kill it.  HDDTEMP and POWERTOP aren't working well on PCLOS too.  HDDTEMP on PCLOS says that it doesn't support my drive but hddtemp on Mint can.  PowerTop on PCLOS doesn't work on my Lenovo, but powertop on Mint just works.&lt;br /&gt;&lt;br /&gt;However, perhaps its because of KDE 4.2, I had stability problems with LinuxMint KDE 6.  Random crashes and slowdowns.  I can't use the wireless card with it.  Mint doesn't even have a GUI for connecting with PPPOE.  And as compared with KDE 3.5 and the PCLOS Control Center, Mint doesn't offer as much tools to work onas PCLOS does.&lt;br /&gt;&lt;br /&gt;And personally, I don't like Amarok 2 on Mint as much as I love Amarok on PCLOS.  Kaffeine on PCLOS is able to play almost everything, unlike VLC or DragonPlayer on Mint which can "play" some videos but with no sound. Where is the joy in that?&lt;br /&gt;&lt;br /&gt;After an update using mintUpdate, I found myself wondering why I can't hear anymore any sound with Youtube videos with Mint.  Did I just broke something with that update?  Along the way, I also unknowingly broke my Mint system as some widgets (which I love so much) suddenly ceased to function.  I didn't know what happened.  I just installed some apps using mintInstall then after a reboot, some of my widgets aren't functioning anymore much to my dismay.&lt;br /&gt;&lt;br /&gt;And with Mint, sometimes when I try to restart or shut it down, sometimes it will turn off or restart, sometimes it just sits there doing nothing.&lt;br /&gt;&lt;br /&gt;PCLOS is much more stable.  Almost every app from the repos works well except for the three apps I mentioned earlier.  And I haven't ever experienced breaking my system after an update.&lt;br /&gt;&lt;br /&gt;One thing I like more about PCLOS is that it has its very own repository of applications unlike in Mint where I still see some Ubuntu lines on their /etc/apt/sources.list file.&lt;br /&gt;&lt;br /&gt;And the mklivecd script simply rocks with PCLOS along with RedoMBR and other utilities which Mint doesn't unfortunately have.  (Or perhaps they some equivalent but still mklivecd works better than the others)&lt;br /&gt;&lt;br /&gt;My verdict?!  Obviously, after installing PCLOS then wiping it out for LinuxMint, here I am again with PCLOS.  So how was I able to restore my PCLOS installation so easily?  Good thing that I used mklivecd to create my very own PCLinuxOS, loaded with my fave goodies and with all the updates. &lt;br /&gt;&lt;br /&gt;I simply reinstalled the whole thing using my custom PCLOS and everything were back to its proper places. :)&lt;br /&gt;&lt;br /&gt;Make no mistake about it.  This is not an anti LinuxMint or anti KDE 4.2 post.  I love LinuxMint especially its main Gnome edition.  I love how KDE 4.2 looks and still fancy plasma, plasmoids, widgets or whatever you want to call them.  (Hey, I miss the Picture Frame widget!!!)&lt;br /&gt;&lt;br /&gt;But I have a life to live and a choice to make.&lt;br /&gt;&lt;br /&gt;Perhaps someday when the Ripper Gang is finished with their KDE 4.x rendition, I won't hesitate to install and use KDE 4.x on this laptop knowing that it is finally stable to let me get my job done.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-7078975282112358415?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/7078975282112358415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=7078975282112358415' title='12 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/7078975282112358415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/7078975282112358415'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2009/04/faceoff-pclos-20091-vs-linuxmint-kde-ce.html' title='Faceoff: PCLOS 2009.1 vs LinuxMint KDE CE 6'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>12</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-8191926089407586904</id><published>2009-01-26T11:17:00.005+07:00</published><updated>2009-01-26T11:43:21.315+07:00</updated><title type='text'>IpKungfu NAT + DHCP server + Transparent SquidI</title><content type='html'>For 2 months and a half, I forced myself to believe that an appliance router would be enough to share our (measly) internet connection within our local area network.&lt;br /&gt;&lt;br /&gt;Well, it was actually enough to share the internet connection but not enough to control how it shares the connection and speed it up.  Since it was configured as a DHCP server, we are having a hard time monitoring what PC is viewing this and that.  We also cannot effectively filter out "undesireable websites" via the appliance router.&lt;br /&gt;&lt;br /&gt;So I had to go back to my old setup... NAT + Squid + Built-in Filter and now plus DHCP server.  We were using Ubuntu 8.10 and I thought it would be easy after all this time I am configuring such setup. It was actually easy, except for one thing... NETWORK setup on Intrepid.&lt;br /&gt;&lt;br /&gt;Okay, here is the setup.  I have two NICs, eth0 and eth1.  eth1 is connected to the Internet with a dynamic IP while eth0 is connected to the LAN and to be configured with a static IP.&lt;br /&gt;&lt;br /&gt;I tried to use the built-in Network Manager but there seems to be a bug on it.  It won't save static IP configuration after a reboot.  So, eventhough I have configured eth0 with an IP of let's say 192.168.2.1... after a reboot it would still and again ask for a dynamic IP.&lt;br /&gt;&lt;br /&gt;Darn!&lt;br /&gt;&lt;br /&gt;Perhaps, there could be other better solutions out there for static IP to work on Network Manager but I did it on a way that I am comfortable... get my hands dirty on /etc/network/interfaces.  Here it goes!&lt;br /&gt;&lt;br /&gt;1.  Disable Network Manager&lt;br /&gt;&lt;blockquote&gt;sudo update-rc.d -f NetworkManager remove&lt;/blockquote&gt;1.1 Open and edit /etc/network/interfaces (dynamic eth1, static eth0).&lt;br /&gt;&lt;blockquote&gt;gksu gedit /etc/network/interfaces &lt;/blockquote&gt;My /etc/network/intercafes looks like this:&lt;br /&gt;&lt;blockquote&gt;auto lo eth0 eth1&lt;br /&gt;iface lo inet loopback&lt;br /&gt;iface eth0 inet static&lt;br /&gt;address 192.168.2.1&lt;br /&gt;netmask 255.255.255.0&lt;br /&gt;&lt;br /&gt;iface eth1 inet dhcp&lt;/blockquote&gt;Reboot&lt;br /&gt;&lt;br /&gt;2.  Install and configure DHCP&lt;br /&gt;&lt;br /&gt;2.1  Install&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install dhcp3-server &lt;/blockquote&gt;2.2  Configure DHCP to provide reserved IPs to specific computers.&lt;br /&gt;&lt;br /&gt;2.2.1 Open DHCP conf file, edit to provide ip range 192.168.2.0/24 plus reserved IPs for specific PCs.&lt;br /&gt;&lt;blockquote&gt;gksu gedit /etc/dhcp3/dhcpd.conf &lt;/blockquote&gt;Copy, paste, and edit the following configuration according to your LAN settings (leave out the comments),&lt;br /&gt;&lt;blockquote&gt;    default-lease-time 600;&lt;br /&gt;  max-lease-time 7200;&lt;br /&gt;&lt;br /&gt;  option subnet-mask 255.255.255.0;&lt;br /&gt;  option broadcast-address 192.168.1.255;&lt;br /&gt;  option routers 192.168.2.1; # This should be your Squid/NAT server&lt;br /&gt;  option domain-name-servers 208.67.222.222, 208.67.220.220; # These are OpenDNS settings&lt;br /&gt;  subnet 192.168.2.0 netmask 255.255.255.0 {&lt;br /&gt;  range 192.168.2.160 192.168.2.169; # Edit accordingly&lt;br /&gt;}&lt;br /&gt;host linksys {&lt;br /&gt;hardware ethernet 00:21:29:65:7a:66;&lt;br /&gt;fixed-address 192.168.2.170;&lt;br /&gt;}&lt;br /&gt;host ecenter1 {&lt;br /&gt;hardware ethernet 00:07:e9:01:b5:dc;&lt;br /&gt;fixed-address 192.168.2.171;&lt;br /&gt;}&lt;br /&gt;host ecenter2 {&lt;br /&gt;hardware ethernet 00:07:e9:01:bc:be;&lt;br /&gt;fixed-address 192.168.2.172;&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;Of course, we have more PCs but I have to cut it to three. :)  To get the MAC address of each PC, issue the ifconfig command (ipconfig /all for Windows PC).&lt;br /&gt;&lt;br /&gt;2.2.3 Restart dhcpd for the settings to take effect.&lt;br /&gt;&lt;blockquote&gt;sudo service dhcpd restart &lt;/blockquote&gt;3. Configure NAT via Ipkungfu (transparent redirection will be done later)&lt;br /&gt;&lt;br /&gt;3.1 To save space, Please just read my blogspot on this at &lt;a href="http://teqnix.blogspot.com/2006/06/ipkungfu-kicks-firestarter-out-of-my.html"&gt;LINK&lt;/a&gt; .  Additional info at &lt;a href="https://help.ubuntu.com/community/firewall/ipkungfu"&gt;LINK&lt;/a&gt;, which was actually partially based on my blogspot too. :) Don't forget to reboot thereafter.&lt;br /&gt;&lt;br /&gt;4. Configure squid with minimal configuration.  I just lifted and edited accordingly my previous post on this:&lt;br /&gt;&lt;br /&gt;First install squid via apt-get or synaptic:&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install squid&lt;/blockquote&gt;After installation, edit Squid's configuration file:&lt;br /&gt;&lt;blockquote&gt;sudo gedit /etc/squid/squid.conf&lt;/blockquote&gt;In the /etc/squid/squid.conf file, search and edit the following options/tags:&lt;br /&gt;&lt;br /&gt;#TAG:http_port&lt;br /&gt;http_port 3128 transparent&lt;br /&gt;&lt;br /&gt;#OPTION WHICH AFFECT THE CACHE SIZE&lt;br /&gt;cache_mem  (1/4 of the your RAM) MB&lt;br /&gt;&lt;br /&gt;(e.g. assuming your RAM is 1Gb then its "cache_mem 250 MB")&lt;br /&gt;&lt;br /&gt;#LOGFILE PATHNAMES AND CACHE DIRECTORIES&lt;br /&gt;#cache_dir ufs /var/spool/squid 100 16 256&lt;br /&gt;cache_dir diskd /cache (capacity of your /cache in MB) 16 256&lt;br /&gt;&lt;br /&gt;(make sure /cache already exists)&lt;br /&gt;&lt;br /&gt;#RECOMENDED MINIMUM CONFIGURATION&lt;br /&gt;acl netxxx src xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx&lt;br /&gt;&lt;br /&gt;(specify your network and netmask e.g. "acl mynet src 192.168.0.0/255.255.255.0)&lt;br /&gt;&lt;br /&gt;# AND FINALLY DENY ALL OTHER ACCESS TO THE PROXY&lt;br /&gt;http_access allow netxxx&lt;br /&gt;&lt;br /&gt;(e.g. "http_access allow mynet")&lt;br /&gt;&lt;br /&gt;#TAG:Visible_hostname&lt;br /&gt;visible_hostname (yourserver name)&lt;br /&gt;&lt;br /&gt;At the terminal, change the ownership of the existing /cache folder:&lt;br /&gt;&lt;blockquote&gt;sudo chown proxy:proxy /cache&lt;/blockquote&gt;Then create swap directories at /cache:&lt;br /&gt;&lt;blockquote&gt;sudo squid -z&lt;/blockquote&gt;Then fireaway squid!&lt;br /&gt;&lt;blockquote&gt;sudo /etc/init.d/squid start&lt;/blockquote&gt;5. Enable transparent redirection via IpKungfu&lt;br /&gt;&lt;br /&gt;5.1 Open and edit /etc/ipkungfu/redirection.conf.&lt;br /&gt;&lt;blockquote&gt;gksu gedit /etc/ipkungfu/redirection.conf &lt;/blockquote&gt;Uncomment the line that has 3128 on it.&lt;br /&gt;&lt;pre&gt;&lt;blockquote&gt;tcp:80:3128:internal # transparent squid proxy&lt;/blockquote&gt;&lt;/pre&gt;5.2 Restart IpKungfu for settings to take effect.&lt;br /&gt;&lt;blockquote&gt;sudo /etc/init.d/ipkungfu restart &lt;/blockquote&gt;My squid configuration was actually configured to filter out undesirable websites and that will be tackled on my next blogpost.&lt;br /&gt;&lt;br /&gt;Till then!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-8191926089407586904?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/8191926089407586904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=8191926089407586904' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8191926089407586904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8191926089407586904'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2009/01/ipkungfu-nat-dhcp-server-transparent.html' title='IpKungfu NAT + DHCP server + Transparent SquidI'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-6688401413129089276</id><published>2008-05-31T15:28:00.001+07:00</published><updated>2008-05-31T15:30:53.215+07:00</updated><title type='text'>Hardy Heron on Lenovo 3000 g400</title><content type='html'>&lt;p&gt;Ahhh finally!  A laptop issued to me by the LGU of Paniqui, Tarlac.&lt;br /&gt;&lt;br /&gt;Ta Da!  Its a &lt;strong&gt;Lenovo 3000 G400&lt;/strong&gt;.  The specs are on the &lt;a href="http://www-07.ibm.com/lenovoinfo/ph/notebooks/3000hho/g-series/" target="_blank"&gt;Lenovo website&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;It was bought from Computer Zone in Tarlac City (beside the Tarlac Cathedral).  As you already saw the price at the link I gave you... does this mean that a local store would sell it hig&lt;img src="http://epaniqui.com/images/hitman.png" alt="My Desktop" align="right" height="156" width="250" /&gt;her?&lt;br /&gt;&lt;br /&gt;Surprisingly, it didn't.  It was priced almost just the same plus a free webcam and mouse... not to mention the gorgeous bag that goes with it.&lt;/p&gt;&lt;p&gt;It only has MSDOS as its Operating System which is actually a PLUS for me.  First, it saved us money from MS licenses and secondly, even if they will give me a laptop with a copy of licensed MS Windows on it, I will still reformat it in favor of Linux.&lt;br /&gt;&lt;br /&gt;Installing Ubuntu Linux (Hardy Heron) on it was a breeze.  Everything was auto detected, including the wireless card.  However, it seems that it won't work at first.   Some googling around brought me to a simple how-to by &lt;a href="http://invaleed.wordpress.com/2008/05/06/howto-install-driver-wireless-lenovo3000-g400-ubuntu-hardy-heron/" target="_blank"&gt;Invaleed&lt;/a&gt; .&lt;/p&gt;  &lt;p&gt;Luckily for me, the how-to worked seamlessly.&lt;br /&gt;&lt;br /&gt;Next step is to install various codecs and plugins essential for daily work and surfing needs.  I first edited the &lt;strong&gt;/etc/apt/sources.list&lt;/strong&gt; file to enable all the software repositories on it.  It simply involves uncommenting a few lines.&lt;br /&gt;&lt;br /&gt;Then I also included the Medibuntu repos with the following commands:&lt;br /&gt;&lt;br /&gt;sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list&lt;br /&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install medibuntu-keyring &amp;amp;&amp;amp; sudo apt-get update&lt;br /&gt;&lt;br /&gt;Then I installed everything I need with this command:&lt;br /&gt;&lt;br /&gt;sudo apt-get install build-essential avant-window-navigator linux-header-$(uname -r) ubuntu-restricted-extras audacious vlc k3b wifi-radar grip acidrip aptoncd&lt;br /&gt;&lt;br /&gt;After about two hours (internet connection at the office is crappy at the most) everything got installed.  I then proceeded to http://gnome-look.org to get some icon sets, gdm themes and wallpapers for some eye candy.&lt;br /&gt;&lt;br /&gt;All in all, my laptop now looks like this: &lt;a href="http://epaniqui.com/images/hitman2.png" target="_blank" title="Click Here"&gt;Click Here&lt;/a&gt; &lt;/p&gt;&lt;p&gt; The dock at the bottom is avant-window-navigator which will only work when compiz is activated.  Good thing I have Intel as video so I don't any problem enabling compiz on this laptop.&lt;br /&gt;&lt;br /&gt;Almost every key on this laptop works with Ubuntu except for the orange NOVO key.  The weight is just right for me although some say it looks kinda bulky.   I love the screen and the keyboard layout.  My hands just fit in.  Suspend and hibernate works without a problem.&lt;br /&gt;&lt;br /&gt;I haven't tested the internal modem but no I have no problem with that.  Earphones are working, including the integrated mic.  Battery applet indicates that the battery would last 2 hours and 55 minutes when fully charged.  CPU scaling seems to work out just fine.  CPU temperature is from 42 to 57 degrees Celsius.&lt;br /&gt;&lt;br /&gt;And oh, when I installed the wireless drivers.... I suddenly noticed that when I started working on it, a scratching sound blurts out.&lt;br /&gt;&lt;br /&gt;I desperately tried to trace everything to the point that I wanted to reinstall everything.... only to find out that the sound was caused by my palm movement over the integrated mic on my left.  Stupid me!  All it takes is for me to mute the mic.&lt;br /&gt;&lt;br /&gt;One thing I don't like?!  The touchpad.  It doesn't feel as responsive as the other touchpads that I have used.  Its a good thing that I always have my USB retractable mouse with me.&lt;br /&gt;&lt;br /&gt;All in all I am very much impressed with Lenovo 3000 g400 and with Ubuntu Hardy Heron.  I love the simple black Lenovo design that looks cool and sturdy which is complemented by the stability and responsiveness of Ubuntu Hardy.  If ever I'll have money to buy a laptop of my own, I won't hesitate to buy the same laptop.&lt;br /&gt;&lt;br /&gt;Low priced laptop + free open source software = Best Everyday Computing ever!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-6688401413129089276?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/6688401413129089276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=6688401413129089276' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/6688401413129089276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/6688401413129089276'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2008/05/hardy-heron-on-lenovo-3000-g400.html' title='Hardy Heron on Lenovo 3000 g400'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-8161431706283706550</id><published>2008-04-22T12:52:00.004+07:00</published><updated>2008-12-11T08:02:19.702+07:00</updated><title type='text'>Me, Avant, and my Wallpaper</title><content type='html'>Just two screenshots showing avant-windows-navigator with a nice green wallpaper on LinuxMint Daryna.&lt;br /&gt;&lt;br /&gt;Screenshots taken out of boredom waiting for Hardy (which I'll be using for server purposes) and Mint 5.0.&lt;br /&gt;&lt;br /&gt;Green is cool with Mint, aye?!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_ifNJVQswSfk/SA197XWwUdI/AAAAAAAAADQ/OPlXPoCRgdg/s1600-h/screen.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_ifNJVQswSfk/SA197XWwUdI/AAAAAAAAADQ/OPlXPoCRgdg/s320/screen.png" alt="" id="BLOGGER_PHOTO_ID_5191944404263260626" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ifNJVQswSfk/SA1-P3WwUeI/AAAAAAAAADY/S-UljWC-Yvw/s1600-h/screen1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_ifNJVQswSfk/SA1-P3WwUeI/AAAAAAAAADY/S-UljWC-Yvw/s320/screen1.png" alt="" id="BLOGGER_PHOTO_ID_5191944756450578914" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-8161431706283706550?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/8161431706283706550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=8161431706283706550' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8161431706283706550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8161431706283706550'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2008/04/me-avant-and-my-wallpaper.html' title='Me, Avant, and my Wallpaper'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_ifNJVQswSfk/SA197XWwUdI/AAAAAAAAADQ/OPlXPoCRgdg/s72-c/screen.png' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-7905160651225147189</id><published>2008-01-04T13:43:00.000+07:00</published><updated>2008-01-04T14:26:43.358+07:00</updated><title type='text'>Arno's Iptables Firewall on my Ubuntu Gutsy</title><content type='html'>Ipkungfu is acting weird on Ubuntu Gutsy box lately.  It sometimes locks the machine from the other PCs in the LAN (I can't ssh or vnc to it) and even disables the transparent proxying for Squid :(.  I can't seem to find the problem so every time it locks the server (which acts as squid proxy, router, gateway, dhcp, and vmware server host) I simply reinstall ipkungfu and it works again but then after a few more days, the server got locked up again. :(&lt;br /&gt;&lt;br /&gt;So what I did is to try find another easy to use firewall script... and that is when I came upon &lt;a href="http://rocky.molphys.leidenuniv.nl/"&gt;Arno's Iptables Firewall&lt;/a&gt;.  To quote from its freshmeat.org entry:&lt;br /&gt;&lt;blockquote&gt;"Arno's IPTABLES Firewall Script is a secure stateful firewall for both single and multi-homed machines. It supports NAT and SNAT, port forwarding, ADSL ethernet modems with both static and dynamically assigned IPs, MAC address filtering, stealth port scan detection, DMZ support, protection against SYN/ICMP flooding, experimental IPv6 support, multi-interface/aliased-IP support, and extensive user definable logging with rate limiting to prevent log flooding. It has plugin support to add extra features (like SSH Brute Force protection and (Racoon) IPSEC support). It is easy to configure and highly customizable. A filter script that makes your firewall log more readable is also included."&lt;/blockquote&gt;To install it on ubuntu, fire up synaptic then look for and install the arno-iptables-firewall package.  It will also install the following packages: gawk and lynx.&lt;br /&gt;&lt;br /&gt;After the download it will run a simple wizard that will also questions like what is your internet and external interfaces, what ports should be allowed, etc.  After answering the questions, it will be installed and is ready to run.&lt;br /&gt;&lt;br /&gt;To enable transparent proxying, open with your favorite text editor the file "/etc/arno-iptables-firewall/firewall.conf" and then search for the term "3128" and then simply uncomment the line pertaining to it.&lt;br /&gt;&lt;br /&gt;To reconfigure your firewall, simply do a "sudo dpkg-reconfigure arno-iptables-firewall" and an easy to understand text-based wizard will come up.  To make it run on boot, do a "sudo invoke-rc.d arno-iptables-firewall start" command.&lt;br /&gt;&lt;br /&gt;So far its running great on my machine.  Remember when I blogged about ipkungfu kicking firestarter out of my machine?  Now it seems arno is ready to kick ipkungfu, but let me find out first after a series of tests.&lt;br /&gt;&lt;br /&gt;For the FAQ on arno, read &lt;a href="http://rocky.molphys.leidenuniv.nl/page/iptables/qafaq.htm"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-7905160651225147189?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/7905160651225147189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=7905160651225147189' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/7905160651225147189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/7905160651225147189'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2008/01/arnos-iptables-firewall-on-my-ubuntu.html' title='Arno&apos;s Iptables Firewall on my Ubuntu Gutsy'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-5634666635562154817</id><published>2007-11-09T10:57:00.000+07:00</published><updated>2007-11-09T14:13:56.902+07:00</updated><title type='text'>VCDGear and WinFF on Ubuntu Gutsy</title><content type='html'>I once had this challenge on how to convert a .dat file on a VCD to mpeg.  After scouring the web, I stumbled upon VCDGear which has a GUI version built for Windows and a Console version for Linux.&lt;br /&gt;&lt;br /&gt;Unfortunately, its not at the repositories but its easy to install.  Simply download the file from this &lt;a href="http://vcdgear.com/files/vcdgear_1.6e-1_i386.deb"&gt;page&lt;/a&gt; and then double click on the deb file and easy does it.&lt;br /&gt;&lt;br /&gt;Execute it by typing vcdgear at the terminal and you'll see the options and command syntax to follow.  For more info, visit http://vcdgear.com.&lt;br /&gt;&lt;br /&gt;Another app I love is WinFF.  I first saw it at PCLOS repos but its not included at the Ubuntu repos.  Simply download the deb file from &lt;a href="http://biggmatt.com/files/winff-0.31-i386.deb"&gt;here&lt;/a&gt; and double click on it to install.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;strong&gt;WinFF&lt;/strong&gt; is a cross platform batch GUI for&lt;/span&gt; &lt;a href="http://ffmpeg.mplayerhq.hu/"&gt;FFMPEG&lt;/a&gt;. It will convert  most any video file that FFmpeg will convert. WinFF does multiple files in multiple formats at one time. You can for example convert mpeg's, flv's, and mov's, all into avi's all at once.&lt;br /&gt;&lt;br /&gt;Great for converting flv's downloaded from Youtube to 3gp's to be uploaded to cellphones. :)&lt;br /&gt;&lt;br /&gt;For more info, visit http://biggmatt.com/winff/.&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-5634666635562154817?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/5634666635562154817/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=5634666635562154817' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/5634666635562154817'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/5634666635562154817'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/11/vcdgear-and-winff-on-ubuntu-gutsy.html' title='VCDGear and WinFF on Ubuntu Gutsy'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-4553757429225315428</id><published>2007-11-08T15:23:00.000+07:00</published><updated>2007-11-08T15:35:03.797+07:00</updated><title type='text'>A Hit and a Miss in a Day</title><content type='html'>&lt;span style="font-weight: bold;"&gt;HIT&lt;/span&gt;:  Mark, my officemate, can't synchronize his iPod shuffle on Windows PC.  iTunes spew an error that it won't sync because there is a missing disc. Duh?!&lt;br /&gt;&lt;br /&gt;So what I did is that I tried it on Ubuntu Gutsy... iPod Shuffle was automatically detected, Rhythmbox came up and I simply drag and drop the songs he wanted and it worked flawlessly!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;MISS&lt;/span&gt;:  I tried my Ubuntu Gutsy for a presentation... actually to play .dat movies on a VCD... plugged on an LCD Projector.  Wow, the resolution is very good!  Sound is working.. but hey it won't play the VCD that we wanted to play.... no applicable codecs, no suggestion to download... ubuntu-restricted-extras but still no go.  :(&lt;br /&gt;&lt;br /&gt;In short, I was embarrassed.&lt;br /&gt;&lt;br /&gt;Now I am using Automatix2 to install the necessary codecs and see if it works.  Dang!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-4553757429225315428?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/4553757429225315428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=4553757429225315428' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/4553757429225315428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/4553757429225315428'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/11/hit-and-miss-in-day.html' title='A Hit and a Miss in a Day'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-3468247864299644509</id><published>2007-10-24T17:46:00.000+07:00</published><updated>2007-10-24T17:55:27.367+07:00</updated><title type='text'>Gutsy or PCLOS</title><content type='html'>I have enjoyed Ubuntu in the past but suddenly got turned off by Feisty.  Now that Gutsy is out with a slew of improvements... my heart is torn into two.&lt;br /&gt;&lt;br /&gt;Gutsy or PCLOS?!&lt;br /&gt;&lt;br /&gt;PCLOS = KDE, codecs and plugins already installed... with excellent control panel...&lt;br /&gt;&lt;br /&gt;Gutsy = I just love Gnome!!!&lt;br /&gt;&lt;br /&gt;Oh well, abangan na lang... bugbog na naman sa install itong PC ko.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-3468247864299644509?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/3468247864299644509/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=3468247864299644509' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/3468247864299644509'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/3468247864299644509'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/10/gutsy-or-pclos.html' title='Gutsy or PCLOS'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-8795464287735544100</id><published>2007-10-08T16:07:00.000+07:00</published><updated>2007-10-08T16:25:06.314+07:00</updated><title type='text'>eBPLS on Asus P5K Mobo Intel Pentium Core2 Duo</title><content type='html'>We at the LGU of Paniqui, Tarlac is currently testing the deployment of the  Electronic Business Permit and Licensing System or eBPLS software that came from the NCC thru its joint project with the LMP and CESO (a Canadian group).  The eBPLS is on Fedora Core 4.&lt;br /&gt;&lt;br /&gt;The biggest  hiccup that came along the way is that we weren't (at first) able to install it on a new server PC with an Asus P5K Mobo, Intel Pentium Core 2 Duo, 2 sata drives, one dvd drive, and 2 Gb of RAM.&lt;br /&gt;&lt;br /&gt;The install CD will boot until the time it looks for a driver (or module in *nix terms) for the DVD drive (or might be the sata drives).  We tried all the selections but it was in vain.&lt;br /&gt;&lt;br /&gt;Until I discovered something that can make it work by putting an incantation at the boot parameter... and its as simple as "linux all-generic-ide"!&lt;br /&gt;&lt;br /&gt;And it installed although it only recognized our sata drives as IDE drives which we can live for now.  One other problem that is it won't recognize the DVD drive upon boot but still we just simply USB drives which came in handy.   Got any solutions for this?  Comment it!&lt;br /&gt;&lt;br /&gt;And yes, no sound and no ready detection of NIC... so we simply inserted one edimax NIC and it works.  I don't have to deal with the sound coz its a server PC after all.&lt;br /&gt;&lt;br /&gt;And for those using eBPLS on a Intel Core 2 Duo machine, install the smp kernel to maximize your processor.  The default kernel will only use one cpu. :(&lt;br /&gt;&lt;br /&gt;For now, we are happy that the server is now up and running.  We have installed Yum to ease the installation of other applications if ever we need them.  So far so good!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-8795464287735544100?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/8795464287735544100/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=8795464287735544100' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8795464287735544100'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8795464287735544100'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/10/ebpls-on-asus-p5k-mobo-intel-pentium.html' title='eBPLS on Asus P5K Mobo Intel Pentium Core2 Duo'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-7272026912354940805</id><published>2007-09-12T15:56:00.000+07:00</published><updated>2007-09-12T16:05:41.703+07:00</updated><title type='text'>WinFF converter!</title><content type='html'>I am soooo busy!  And quite frankly, I am too lazy to blog about anything and I don't know where to start!&lt;br /&gt;&lt;br /&gt;Oh well, here's a small post.&lt;br /&gt;&lt;br /&gt;Are you looking for a free open source movie converter with a simple and easy to use interface?&lt;br /&gt;&lt;br /&gt;Look no further, we have WinFF!  WinFF is a frontend for FFMPEG that runs on Windows and Linux. The project will convert most any video file that FFmpeg will convert.&lt;br /&gt;&lt;br /&gt;WinFF does multiple files in multiple formats at one time. You can for example convert mpeg's, flv's, and mov's, all into avi's all at once.&lt;br /&gt;&lt;br /&gt;I've tested WinFF on my PCLinuxOS box converting a .flv movie to .mpeg, .mpeg to .3gp, and other conversions and it just works.&lt;br /&gt;&lt;br /&gt;For more info, check it out on its &lt;a href="http://biggmatt.com/winff/"&gt;homepage&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-7272026912354940805?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/7272026912354940805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=7272026912354940805' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/7272026912354940805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/7272026912354940805'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/09/winff-converter.html' title='WinFF converter!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-8928947398831554984</id><published>2007-06-28T13:27:00.000+07:00</published><updated>2008-12-11T08:02:19.942+07:00</updated><title type='text'>How a hospital opted for SimplyMepis...</title><content type='html'>"What?!  The last time you're on PCLOS 2007 and now you're using  yet another distro?! "&lt;br /&gt;&lt;br /&gt;Ok, that's a bit exaggerated but that's what my friend told me when I told him that I am using yet another new Linux distro.&lt;br /&gt;&lt;br /&gt;Its SimplyMepis 6.5.02!  SM 6.5 is an Ubuntu based Linux distro being led by a certain Warren Woodford.  Its official site is at www.mepis.org... other relevant sites are its &lt;a href="http://www.mepis.org/docs"&gt;Wiki&lt;/a&gt;, &lt;a href="http://mepisguides.com/"&gt;Guide&lt;/a&gt;, and &lt;a href="http://mepislovers.com/"&gt;Community Forum&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Its KDE based much like Kubuntu and PCLOS.  Why SimplyMepis for me?!  Here's what happened...&lt;br /&gt;&lt;br /&gt;A hospital here in Tarlac sought my services thru my friend Jag Talon.  They will migrate to OpenOffice, while half of their PCs will be installed with Linux.  Actually, they would want to install Linux in all their PCs if not for an already developed hospital system they are currently using... oh well, that's another story.&lt;br /&gt;&lt;br /&gt;I was supposed to install PCLOS 2007, but along the way the installer seems to fail in some machines... to the point of not being able to boot up to its live installer.  And then I asked them if they would want to try on Ubuntu but they said that they would like to have something that looks close to Windows XP without much modifications... which is KDE of course.&lt;br /&gt;&lt;br /&gt;I need Kubuntu!  But I don't have one at that time.  I only have PCLOS, Sam Linux, Xubuntu, Bayanihan Linux 4.0, Ubuntu Feisty and of course SimplyMepis 6.5.02.&lt;br /&gt;&lt;br /&gt;Sam and Xubuntu are good but I don't think they will work well for these Linux newbies.  PCLOS was my first choice, but alas, it won't boot right on a nice PIII 256 RAM ATI Video Card laptop owned by their boss.  It seems to have problems detecting its screen, thus, it won't boot on a Live CD environment.&lt;br /&gt;&lt;br /&gt;Down goes PCLOS 2007 :-(.  And so I tried SimplyMepis... it flawlessly booted.  It even detected the correct screen resolution plus the wifi card.&lt;br /&gt;&lt;br /&gt;They were actually sold with SimplyMepis but I still insisted to try on an Ubuntu Feisty Live CD.   To my embarrassment, Ubuntu Feisty took *years* to boot... a far cry from how fast SimplyMepis Live CD booted on the same laptop.  And besides, they don't really like Gnome.&lt;br /&gt;&lt;br /&gt;To make the story short, 17 PC desktops at Ramos General Hospital are now on SimplyMepis 6.5... and so is my office PC so that I can relate to what I am teaching them.&lt;br /&gt;&lt;br /&gt;They even requested  me to customize Mepis so that it would look as closest as possible with Windows XP and so here is my best imitation of Windows XP desktop look:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ifNJVQswSfk/RoNe2ys2QoI/AAAAAAAAACY/WiCDSkRIvAQ/s1600-h/xplook.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_ifNJVQswSfk/RoNe2ys2QoI/AAAAAAAAACY/WiCDSkRIvAQ/s320/xplook.png" alt="" id="BLOGGER_PHOTO_ID_5081009100019876482" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I am now compiling a few newbie KDE tips that I plan to post here when I have the time.  Some of them are really simple but are often overlooked... and may already constitute as an annoyance to many new Linux users.&lt;br /&gt;&lt;br /&gt;So far, Ramos General Hospital is happy and contented to migrate to Linux and OpenOffice.org.  It saved them around P350,000.00 and are already looking forward to the development of custom FOSS solutions in the future.&lt;br /&gt;&lt;br /&gt;Which makes me ask... anyone interested to develop an accounting software (FOSS of course!) for them?  Email me ASAP!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-8928947398831554984?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/8928947398831554984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=8928947398831554984' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8928947398831554984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8928947398831554984'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/06/how-ramos-general-hospital-opted-for.html' title='How a hospital opted for SimplyMepis...'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_ifNJVQswSfk/RoNe2ys2QoI/AAAAAAAAACY/WiCDSkRIvAQ/s72-c/xplook.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-1343206838317093493</id><published>2007-06-04T07:21:00.000+07:00</published><updated>2008-12-11T08:02:20.241+07:00</updated><title type='text'>A cool object dock for KDE</title><content type='html'>One thing that "amazes" me on a MAC desktop is its object dock wherein the icons actually zoom in a parabolic way when you hover your mouse pointer on it.   I thought it was exclusive for MAC then so I didn't bothered looking for a Linux equivalent.&lt;br /&gt;&lt;br /&gt;Now that I am on KDE, I found out that there is &lt;a href="http://ksmoothdock.sourceforge.net/"&gt;ksmoothdock&lt;/a&gt;.  Ksmoothdock&lt;span&gt; is a cool desktop panel (like KDE's kicker) for KDE 3.2 and above with smooth zooming (2 modes: normal &amp; parabolic). Its aim is to provide a cool alternative/complement to kicker. As it is intended for KDE/Linux, its behavior will be like that of kicker.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here's are screenshots:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ifNJVQswSfk/RmNuvM6iPkI/AAAAAAAAACQ/ZVIOIP_foSY/s1600-h/ksmoothdock2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_ifNJVQswSfk/RmNuvM6iPkI/AAAAAAAAACQ/ZVIOIP_foSY/s320/ksmoothdock2.jpg" alt="" id="BLOGGER_PHOTO_ID_5072019362548956738" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ifNJVQswSfk/RmNpwM6iPjI/AAAAAAAAACI/irzd-M4iSYs/s1600-h/ksmoothdock1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_ifNJVQswSfk/RmNpwM6iPjI/AAAAAAAAACI/irzd-M4iSYs/s320/ksmoothdock1.jpg" alt="" id="BLOGGER_PHOTO_ID_5072013882170687026" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Neat!  I am using the Aqua Fusion Icon Theme the Baghira window decorator.  Perfect for Linux (KDE) enthusiast who would want a MAC twist to their desktop look. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-1343206838317093493?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/1343206838317093493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=1343206838317093493' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/1343206838317093493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/1343206838317093493'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/06/cool-object-dock-for-kde.html' title='A cool object dock for KDE'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_ifNJVQswSfk/RmNuvM6iPkI/AAAAAAAAACQ/ZVIOIP_foSY/s72-c/ksmoothdock2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-8935384581218956932</id><published>2007-06-01T09:39:00.000+07:00</published><updated>2008-12-11T08:02:20.592+07:00</updated><title type='text'>TIP: Undo wrapped text on your KDE desktop icons</title><content type='html'>An initial bad impression I had on KDE is that it wraps the text under a desktop icon that sometimes it even automatically shorten the text... it looks darn ugly to me:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_ifNJVQswSfk/Rl-Hzc6iPgI/AAAAAAAAABw/lO8BDAY3Eug/s1600-h/panget.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_ifNJVQswSfk/Rl-Hzc6iPgI/AAAAAAAAABw/lO8BDAY3Eug/s320/panget.png" alt="" id="BLOGGER_PHOTO_ID_5070921023447252482" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I've tried searching the &lt;span style="font-weight: bold;"&gt;KDE Control Center&lt;/span&gt; for a solution only to get zero results. I later found out that the solution is really simple.  Right click on your desktop (not on an icon), then hover on the word &lt;span style="font-weight: bold; font-style: italic;"&gt;Icon&lt;/span&gt; and then left click on &lt;span style="font-weight: bold; font-style: italic;"&gt;Align to Grid&lt;/span&gt;.  You may also right click on &lt;span style="font-weight: bold;"&gt;Lock in Place&lt;/span&gt; to prevent accidentally messing up your desktop icons.&lt;br /&gt;&lt;br /&gt;And dyaran...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ifNJVQswSfk/Rl-ImM6iPhI/AAAAAAAAAB4/QaKrxLS839Q/s1600-h/ganda.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_ifNJVQswSfk/Rl-ImM6iPhI/AAAAAAAAAB4/QaKrxLS839Q/s320/ganda.png" alt="" id="BLOGGER_PHOTO_ID_5070921895325613586" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;No more wrapped texts under desktop icons while icons are neatly aligned.  Simple does it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-8935384581218956932?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/8935384581218956932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=8935384581218956932' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8935384581218956932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8935384581218956932'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/06/simple-tip-on-text-being-wrapped-up-on.html' title='TIP: Undo wrapped text on your KDE desktop icons'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_ifNJVQswSfk/Rl-Hzc6iPgI/AAAAAAAAABw/lO8BDAY3Eug/s72-c/panget.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-6664669957026001348</id><published>2007-05-29T18:25:00.000+07:00</published><updated>2008-12-11T08:02:21.154+07:00</updated><title type='text'>Another distro hop - PCLinuxOS 2007</title><content type='html'>Again and again, a new Linux distro is installed on my office PC... and for a change, its not Debian or Ubuntu based.&lt;br /&gt;&lt;br /&gt;It's &lt;strong&gt;&lt;a href="http://www.pclinuxos.com/"&gt;PCLinuxOS 2007&lt;/a&gt;&lt;/strong&gt;, a three year old Live CD distro based originally on Mandriva and is developed by a rpm packager known as Texstar.&lt;br /&gt;&lt;br /&gt;Actually, my first distro is rpm based... Bayanihan 3.0.  Then my 2nd distro is also rpm based, Mandrake 10.1.   And then I got hooked on Ubuntu primarily because of Synaptic which makes software installation a few clicks away.&lt;br /&gt;&lt;br /&gt;Now here comes PCLinuxOS, an rpm-based that actually uses Synaptic to install applications.  Huh?!  But it amazingly works!  No rpm hell or whatsoever!&lt;br /&gt;&lt;br /&gt;As of now, I am pretty much impressed with this distro.  Essential (some say evil) codecs and plugins are already installed out of the box... to the point that any multimedia format I threw on it played without problems (I'm starting to like KMplayer).&lt;br /&gt;&lt;br /&gt;The PCLinuxOS Control Center (that is actually ripped from Mandriva) is fantastic.  Samba is installed by default which makes file sharing with Windows PCs on a network an instant.  Beryl and Compiz are installed by default, while installation of Nvidia graphics card via Synaptics is a breeze.&lt;br /&gt;&lt;br /&gt;One thing I don't like about this distro is the menu layout.  Its like a "chopsuey" of applications that sometimes it is difficult to find this and that (or maybe I just got too used to playing around with Ubuntu Gnome).  And oh, another thing is that it doesn't have any game installed by default but a lot are listed at the repositories via Synaptic.&lt;br /&gt;&lt;br /&gt;PCLinuxOS by the way uses KDE.&lt;br /&gt;&lt;br /&gt;The community is not as large as that of Ubuntu but I am already trying to blend in with the crowd of PCLinuxOS users.&lt;br /&gt;&lt;br /&gt;But hey, I still do like Ubuntu.  Its just that somehow I just felt that PCLinuxOS offers a better out of the box experience than Ubuntu.  If someone will ask me to install Linux on his laptop or desktop PC with no internet connection, PCLinuxOS would be my choice coz I don't like my friend wondering why he can't play his 3gp or MP3 files out of the box... which is already a showstopper to many to some degree.&lt;br /&gt;&lt;br /&gt;PCLinuxOS 2007 is good for PC users who are thinking of migrating from Windows to Linux and even to those who are not so technically adept (like me!) who would want to promote Linux to their friends.&lt;br /&gt;&lt;br /&gt;Don't just imagine there how it feels like to use PCLinuxOS on your PC, &lt;a href="http://www.pclinuxos.com/index.php?option=com_ionfiles&amp;Itemid=28"&gt;grab a copy now&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;Pahabol:  Our LGU here in Gerona, Tarlac will launch an FOSS IT Skill Enhancement Program thru our Community eCenter.   Our goal is to promote FOSS to the local constituency.  Trainings, fora, and seminars will be launched along with free internet use on Linux boxes (PCLinuxOS 2007 maybe used instead of Ubuntu).  Mabuhay FOSS!&lt;br /&gt;&lt;br /&gt;Three snapshots of my PCLinux OS:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_ifNJVQswSfk/Rl1KTM6iPdI/AAAAAAAAABY/_S1jUCKj3Bw/s1600-h/snapshot1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_ifNJVQswSfk/Rl1KTM6iPdI/AAAAAAAAABY/_S1jUCKj3Bw/s320/snapshot1.png" alt="" id="BLOGGER_PHOTO_ID_5070290449233755602" border="0" /&gt;&lt;/a&gt;Yakuake on PCLinuxOS in action&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ifNJVQswSfk/Rl1Kwc6iPeI/AAAAAAAAABg/6oLFiAD-Is0/s1600-h/snapshot2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_ifNJVQswSfk/Rl1Kwc6iPeI/AAAAAAAAABg/6oLFiAD-Is0/s320/snapshot2.png" alt="" id="BLOGGER_PHOTO_ID_5070290951744929250" border="0" /&gt;&lt;/a&gt;Wobbly windows courtesy of Beryl which is installed by default&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ifNJVQswSfk/Rl1LUc6iPfI/AAAAAAAAABo/lhj-YdVbYe4/s1600-h/snapshot3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_ifNJVQswSfk/Rl1LUc6iPfI/AAAAAAAAABo/lhj-YdVbYe4/s320/snapshot3.png" alt="" id="BLOGGER_PHOTO_ID_5070291570220219890" border="0" /&gt;&lt;/a&gt;Multimedia playback are out-of-the-box... I'm playing a .FLV file with KMPlayer.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-6664669957026001348?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/6664669957026001348/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=6664669957026001348' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/6664669957026001348'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/6664669957026001348'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/05/another-distro-hop-pclinuxos-2007.html' title='Another distro hop - PCLinuxOS 2007'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_ifNJVQswSfk/Rl1KTM6iPdI/AAAAAAAAABY/_S1jUCKj3Bw/s72-c/snapshot1.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-4458665871614240438</id><published>2007-05-02T09:18:00.000+07:00</published><updated>2008-12-11T08:02:31.040+07:00</updated><title type='text'>Mintified Edgy!</title><content type='html'>Last weekends, I suddenly felt like installing LinuxMint over Ubuntu Edgy on the PCs in our Community eCenter.  However, I realized that all I need is the theme (not including the Biana usplash theme which IMHO sucks) and the mint tool namely mintMenu, mintDisk, mintDesktop, and mintConfig.&lt;br /&gt;&lt;br /&gt;And then I realized that LinuxMint is in fact around 95 percent Ubuntu Edgy so why waste my time again doing a fresh install when all the codecs and plugins I need are already installed?  So I did a few research and I theorized that Ubuntu Edgy can be easily mintified, so to speak.&lt;br /&gt;&lt;br /&gt;How?&lt;br /&gt;&lt;br /&gt;To be able to install the mint tools, you have to add the LinuxMint Bianca repository at the /etc/apt/sources.list file.&lt;br /&gt;&lt;br /&gt;Open /etc/apt/sources.list&lt;br /&gt;&lt;blockquote&gt;$sudo gedit /etc/apt/sources.list&lt;/blockquote&gt;and then add the following line at the end of the file...&lt;br /&gt;&lt;br /&gt;deb http://www.linuxmint.com/repository bianca/&lt;br /&gt;&lt;br /&gt;Please take note of the "/" after the word bianca.  Save and close the file and then update packages...&lt;br /&gt;&lt;blockquote&gt;$sudo aptitude update&lt;/blockquote&gt;Time to install mint tools.  To make this a lot easier, simply open the Synaptic via Administration --&gt; Synaptic Package Manager.  Then search for the word "mint" (Ctrl + F then type in the word mint).  Scroll down until you see the following packages: mintMenu, mintDesktop, mintConfig, and mintDisk.  Select there four packages, right click then choose Install.  Then click on Apply and then wait till installation is done.  (You may also want to install the Bianca theme and mintWifi if you like.)&lt;br /&gt;&lt;br /&gt;To use mintMenu, right click on a panel then Add to Panel, then scroll down to click on LinuxMint Menu.  After selecting it, click on Add.  You may change the word Bianca by right clicking on the mintMenu then Preferences.  When a dialog opens, double click on applet_text and input any word you like.&lt;br /&gt;&lt;br /&gt;You can now also access mintDisk via Administration.  mintConfig and mintDesktop are at Preferences.&lt;br /&gt;&lt;br /&gt;Here are some &lt;a href="http://www.flickr.com/photos/8071481@N02/"&gt;screen captures&lt;/a&gt; at &lt;a href="http://flickr.com/"&gt;Flickr&lt;/a&gt;....&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ifNJVQswSfk/RjgBe_LeL4I/AAAAAAAAAAw/xo1S54VRfWw/s1600-h/clean.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_ifNJVQswSfk/RjgBe_LeL4I/AAAAAAAAAAw/xo1S54VRfWw/s320/clean.png" alt="" id="BLOGGER_PHOTO_ID_5059795813218004866" border="0" /&gt;&lt;/a&gt;&lt;span style="font-style: italic;"&gt;I am still using the orange Human icon set but opted to use the linuxmint wallpaper plus the layout of its panel.&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ifNJVQswSfk/RjgB5vLeL5I/AAAAAAAAAA4/ECtmH_hJz98/s1600-h/mintMenu.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_ifNJVQswSfk/RjgB5vLeL5I/AAAAAAAAAA4/ECtmH_hJz98/s320/mintMenu.png" alt="" id="BLOGGER_PHOTO_ID_5059796272779505554" border="0" /&gt;&lt;/a&gt;&lt;span style="font-style: italic;"&gt;mintMenu, a replacement for the Gnome menu which is inspired by SUSE's Slab and based on USP.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_ifNJVQswSfk/RjgCnfLeL6I/AAAAAAAAABA/sEx5sJKSuEk/s1600-h/minttools.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_ifNJVQswSfk/RjgCnfLeL6I/AAAAAAAAABA/sEx5sJKSuEk/s320/minttools.png" alt="" id="BLOGGER_PHOTO_ID_5059797058758520738" border="0" /&gt;&lt;/a&gt;&lt;span style="font-style: italic;"&gt;mintDisk and mintDesktop, both imported from the Linuxmint repositories.&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ifNJVQswSfk/RjgDCvLeL7I/AAAAAAAAABI/D_laRo-2hM0/s1600-h/preview.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_ifNJVQswSfk/RjgDCvLeL7I/AAAAAAAAABI/D_laRo-2hM0/s320/preview.png" alt="" id="BLOGGER_PHOTO_ID_5059797526909956018" border="0" /&gt;&lt;/a&gt;&lt;span style="font-style: italic;"&gt;Beryl in action!&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ifNJVQswSfk/RjgDT_LeL8I/AAAAAAAAABQ/D7CKmg_ZlEA/s1600-h/windowselect.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_ifNJVQswSfk/RjgDT_LeL8I/AAAAAAAAABQ/D7CKmg_ZlEA/s320/windowselect.png" alt="" id="BLOGGER_PHOTO_ID_5059797823262699458" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;By the way, I had a chance to try on &lt;a href="http://www.albertomilone.com/nvidia_scripts1.html"&gt;Envy&lt;/a&gt; and on &lt;a href="http://www.beryl-project.org/"&gt;Beryl&lt;/a&gt;.  As you can see at the screencaps, it still looked yummy even only on 64 mb Nvidia video card.&lt;br /&gt;&lt;br /&gt;Obviously, I am trying to keep myself busy to forget my disappoint not being able to install Ubuntu Feisty.  Poor me!&lt;br /&gt;&lt;br /&gt;P.S.:  Thanks Dom and Chin for the Ubuntu Feisty Fawn installer!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-4458665871614240438?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/4458665871614240438/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=4458665871614240438' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/4458665871614240438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/4458665871614240438'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/05/mintified-edgy.html' title='Mintified Edgy!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_ifNJVQswSfk/RjgBe_LeL4I/AAAAAAAAAAw/xo1S54VRfWw/s72-c/clean.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-5081795570026564015</id><published>2007-04-28T16:24:00.000+07:00</published><updated>2007-04-28T17:25:36.449+07:00</updated><title type='text'>Feisty'ng Yawa, stucked and getting to know LinuxMint</title><content type='html'>It seems Feisty has installation problems that were reported &lt;a href="https://bugs.launchpad.net/ubuntu/+bug/75135"&gt;here&lt;/a&gt; and &lt;a href="https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/106864"&gt;here&lt;/a&gt; that both unfortunately bugged me on my attempts to install Feisty on two different machines.  More Google results on the said problem are &lt;a href="http://www.google.com/search?hl=en&amp;q=feisty+installation+problem+%2Btty&amp;amp;btnG=Google+Search"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I had no problems installing the Dapper and Edgy versions of Ubuntu on the same machines so I just thought why waste my time on a version that won't properly install on PCs where previous versions can (without any glitch!).  Sorry for me, no upgrade this time until they resolve the bug.&lt;br /&gt;&lt;br /&gt;But then, thanks to &lt;a href="http://linuxmint.com"&gt;LinuxMint 2.2 (Bianca)&lt;/a&gt; which somehow satisfied my itch to upgrade my office PC.&lt;br /&gt;&lt;br /&gt;The purpose of this Ubuntu-based distribution, according to its website, is “to produce an elegant, up to date and comfortable GNU/Linux desktop distribution.”  There is support out of the box for numerous multimedia codecs, encrypted DVDs, as well as the latest Flash and Java plugins.  (Yes, I know its illegal in some countries. :-&gt; )&lt;br /&gt;&lt;br /&gt;Installation is almost exactly the same easy way as how you install Edgy Eft (in which Bianca is based) on your PC.   I had no problems installing LinuxMint on a PIV 1.7 Ghz 512 MB Nvidia VC and on a PIV 3.0 Ghz 256 MB built-in VC.&lt;br /&gt;&lt;br /&gt;The initial interface is much like Vista or XP if you wish.  It uses a menu system that works like SLAB in Suse.  I kinda like the menu system but when I right clicked on an item in which I am trying to find an option to add it on the desktop or panel... the only option is to Add to Favorites.  I always use that option so I was a bit disappointed not to see it. I hope someday they could add that feature on this gorgeous menu system.&lt;br /&gt;&lt;br /&gt;It doesn't have a workspace switcher by default on the panel.  Beagle search is the default desktop search engine.  No games included.  No Gimp.&lt;br /&gt;&lt;br /&gt;Despite being without workspace switcher, games, and Gimp... it has all the necessary codecs and plugins to play movies and music.  No problems playing a movie at YouTube, or using Chikka JavaLite.  I can play 3pg, mp3, and other formats by default.  I can also play .flv but I have to install VLC media player coz other media players installed (Totem and Mplayer) doesn't play it properly (no sound).  I also installed RealPlayer which is best for .3pg playing.&lt;br /&gt;&lt;br /&gt;No problem detecting USB flash drives and sound.  I installed nvidia-glx for the Nvidia VC the same way I once installed it on Dapper and Edgy and it just works.&lt;br /&gt;&lt;br /&gt;Honestly, I don't like any interface that resembles Windows XP anymore.  So, in an instant I modified the panels and everything to make it look like Ubuntu.   I don't like the default theme and wallpaper.  I went to System -&gt; Preferences -&gt; Theme and chose the pre-installed the Bea theme which is a blue tango inspired theme.  I also used the simply blue Bea wallpaper.  I love it.&lt;br /&gt;&lt;br /&gt;I tried Beryl which installed and works flawlessly on LinuxMint but I uninstalled it soon afterwards since I am not really a fan of eye candy.  You may also use &lt;a href="http://getautomatix.com"&gt;Automatix&lt;/a&gt; with LinuxMint.&lt;br /&gt;&lt;br /&gt;Other than codecs, what does LinuxMint have that its parent Ubuntu doesn't?  It has mintDisk, mintDesktop, and mintConfig.  With mintDisk, you easily mount NTFS partitions with read and write powers, mintDesktop is much like the desktop options in Windows OS, while mintConfig is its customized Control Center. &lt;br /&gt;&lt;br /&gt;Oh  yes, on your home directory... there are already folders like Documents, Videos, Projects, Network, Pictures, etc with the appropriate emblems.  Pretty neat.&lt;br /&gt;&lt;br /&gt;I inspected /etc/apt/sources.list and it actually uses the same Ubuntu and MediBuntu repositories plus a one line LinuxMint repository (in which I think where you can get the mint tools).&lt;br /&gt;&lt;br /&gt;Although I am not sure if Bianca will stay on my PC for a long time, I'll surely keep its installer handy especially for installations on internet-less PCs (less hassle).&lt;br /&gt;&lt;br /&gt;Next upcoming version is Cassandra which is most likely based on Ubuntu Feisty.  I do sure hope that Cassandra already has the fix for the above reported bug... more reason for me to keep LinuxMint longer on my PC.&lt;br /&gt;&lt;br /&gt;For the meantime, I must say that I am disappointed with Feisty... I hope not for long.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-5081795570026564015?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/5081795570026564015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=5081795570026564015' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/5081795570026564015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/5081795570026564015'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/04/feistyng-yawa-stucked-and-getting-to.html' title='Feisty&apos;ng Yawa, stucked and getting to know LinuxMint'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-5456307185821198291</id><published>2007-04-22T11:07:00.000+07:00</published><updated>2007-04-22T11:17:36.204+07:00</updated><title type='text'>To do with Feisty!</title><content type='html'>I am yet to install Feisty on my PC but here's already my short list of to-do's, to wit:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Install VMWare and learn how to install different OS's.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Install IE4Linux, just for fun.&lt;/li&gt;&lt;li&gt;Install and setup a working LAMP.&lt;/li&gt;&lt;li&gt;Get an account at DynDNS.com to acquire a static domain.&lt;/li&gt;&lt;li&gt;Setup my PC so that I can ssh (or VNC) to it when I am out of the office.&lt;/li&gt;&lt;li&gt;Install and play with Beryl!&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;That's all for now.  I just thought that I have been using Desktop Linux for two years and its about time that I experiment with other things than I can do with Linux (other than fiddling with proxy servers and iptables all the time).&lt;br /&gt;&lt;br /&gt;This forever linux newbie is getting excited!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-5456307185821198291?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/5456307185821198291/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=5456307185821198291' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/5456307185821198291'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/5456307185821198291'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/04/to-do-with-feisty.html' title='To do with Feisty!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-2790966241735981875</id><published>2007-04-22T10:18:00.000+07:00</published><updated>2007-04-24T09:21:23.596+07:00</updated><title type='text'>Paying it Forward</title><content type='html'>&lt;a href="http://villageidiotsavant.blogspot.com/2007/04/free-feisty-fawn-cds.html"&gt;Dom&lt;/a&gt; promised to send me a copy of the latest Ubuntu (Feisty Fawn) installer.  I haven't met Dom in person or even online.  He's from Dumaguete.&lt;br /&gt;&lt;br /&gt;The only thing he asked me in return is free beer when he visits Tarlac.  (But I read from a comment on his blog that he doesn't really drinks beer!)   But then, what the heck... I am a beer drinker so no problem with free beer.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Pay it forward&lt;/b&gt; or &lt;b&gt;paying it forward&lt;/b&gt; refers to repaying the good deeds one has received by doing good things for other unrelated people.&lt;br /&gt;&lt;br /&gt;Just like Dom, I am paying his kindness forward... (of course, I am still reserving that free beer for him)... anyone who would want to have a free Ubuntu Feisty Fawn delivered thru mail, just email me your mailing info at daveasuncion@gmail.com.  No fancy CD here, just works.&lt;br /&gt;&lt;br /&gt;And if you can bring your laptop or PC here at my humble office (which looks like a bodega sale for PCs) at the Local Government Unit of Gerona, Tarlac... I may even help you install Ubuntu Feisty Fawn... for free!&lt;br /&gt;&lt;br /&gt;There's one condition though: you have to promise me that you'll burn the installer CD (at least) into three copies and then give it to your friends, or just about anyone who would want to have an Ubuntu Feisty Fawn installer.&lt;br /&gt;&lt;br /&gt;Deal?!&lt;br /&gt;&lt;br /&gt;Of course, free beer shall also be greatly appreciated :)&lt;br /&gt;&lt;br /&gt;Addendum:  Oh yes!  I'm also waiting for a CD from &lt;a href="http://chinwong.com"&gt;Chin&lt;/a&gt; who also promised to send me one :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-2790966241735981875?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/2790966241735981875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=2790966241735981875' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2790966241735981875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2790966241735981875'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/04/paying-it-forward.html' title='Paying it Forward'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-6547352640650539238</id><published>2007-03-25T10:43:00.000+07:00</published><updated>2007-03-25T11:06:39.100+07:00</updated><title type='text'>IPKungfu, Squid Screwed on Edgy... Nah!</title><content type='html'>Whew!  I almost thought that I could no longer use my trusted combination of IpKungfu and Squid for a transparent proxy setup on our local intranet here at the Community eCenter of Gerona.&lt;br /&gt;&lt;br /&gt;Yesterday, I upgraded our router/squid/samba/printer server from Ubuntu Dapper to Ubuntu Edgy Eft via a fresh install.&lt;br /&gt;&lt;br /&gt;To my horror, as I tried to run ipkungfu from the terminal... it won't run leaving several lines of error warnings!  I did some research with Mr. Google in which I find out that I only have to open /usr/sbin/ipkungfu...&lt;br /&gt;&lt;blockquote&gt;sudo gedit /usr/sbin/ipkungfu&lt;br /&gt;&lt;/blockquote&gt;and change the first line to...&lt;br /&gt;&lt;blockquote&gt;#!/bin/bash&lt;br /&gt;&lt;/blockquote&gt;and then my IpKungfu started to work flawlessly.&lt;br /&gt;&lt;br /&gt;Then next is Squid. When I tried the same configurations I used on this &lt;a href="http://teqnix.blogspot.com/2007/03/my-basic-squid-proxy-configuration.html"&gt;blogpost&lt;/a&gt;, Squid won't start with matching errors (again!).&lt;br /&gt;&lt;br /&gt;After a few seconds Googling the net, I found out that I no longer have to setup the lines below on Squid version 2.6 (Dapper uses the older version)...&lt;br /&gt;&lt;pre&gt;httpd_accel_host virtual&lt;br /&gt;httpd_accel_port 80&lt;br /&gt;httpd_accel_with_proxy on&lt;br /&gt;httpd_accel_uses_host_header on&lt;/pre&gt;Instead, all I have to do is to change the http_port tag at the squid configuration file from "http_port 3128" to "http_port 3128 transparent" and that's it!&lt;br /&gt;&lt;br /&gt;Now Ipkungfu and Squid works well hand in hand (and a bit zippier!) on my Ubuntu Edgy Eft box as if it was configured by a pro. :)&lt;br /&gt;&lt;br /&gt;Online Resources: &lt;a href="http://www.deckle.co.za/squid-users-guide/Transparent_Caching/Proxy"&gt;Transparent Caching on Squid 2.6&lt;/a&gt; and &lt;a href="http://my.opera.com/albuemil/blog/index.dml/tag/firewall"&gt;Ipkungfu on Edgy Eft&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-6547352640650539238?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/6547352640650539238/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=6547352640650539238' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/6547352640650539238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/6547352640650539238'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/03/ipkungfu-squid-screwed-on-edgy-nah.html' title='IPKungfu, Squid Screwed on Edgy... Nah!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-8322833299674212084</id><published>2007-03-16T11:38:00.000+07:00</published><updated>2007-03-16T14:30:50.213+07:00</updated><title type='text'>My basic Squid Proxy configuration</title><content type='html'>A certain Albuemil asked thru a comment on this &lt;a href="http://teqnix.blogspot.com/2006/06/ipkungfu-kicks-firestarter-out-of-my.html"&gt;blog&lt;/a&gt; on how I configured my Squid proxy.   So here I am sharing what I learned via PLUG mailing list (special mention to AC Perdon for his excellent instructions) on how to configure Squid proxy.  Warning: I am no computer expert and so I welcome additional information to enrich my Linux experience.&lt;br /&gt;&lt;br /&gt;First install squid via apt-get or synaptic:&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install squid&lt;/blockquote&gt;After installation, edit Squid's configuration file:&lt;br /&gt;&lt;blockquote&gt;sudo gedit /etc/squid/squid.conf&lt;/blockquote&gt;In the /etc/squid/squid.conf file, search and edit the following options/tags:&lt;br /&gt;&lt;br /&gt;#TAG:http_port&lt;br /&gt;http_port 3128&lt;br /&gt;&lt;br /&gt;#OPTION WHICH AFFECT THE CACHE SIZE&lt;br /&gt;cache_mem  (1/4 of the your RAM) MB&lt;br /&gt;&lt;br /&gt;(e.g. assuming your RAM is 1Gb then its "cache_mem 250 MB")&lt;br /&gt;&lt;br /&gt;#LOGFILE PATHNAMES AND CACHE DIRECTORIES&lt;br /&gt;#cache_dir ufs /var/spool/squid 100 16 256&lt;br /&gt;cache_dir diskd /cache (capacity of your /cache in MB) 16 256&lt;br /&gt;&lt;br /&gt;(make sure /cache already exists)&lt;br /&gt;&lt;br /&gt;#RECOMENDED MINIMUM CONFIGURATION&lt;br /&gt;acl netxxx src xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx&lt;br /&gt;&lt;br /&gt;(specify your network and netmask e.g. "acl mynet src 192.168.0.0/255.255.255.0)&lt;br /&gt;&lt;br /&gt;# AND FINALLY DENY ALL OTHER ACCESS TO THE PROXY&lt;br /&gt;http_access allow netxxx&lt;br /&gt;&lt;br /&gt;(e.g. "http_access allow mynet")&lt;br /&gt;&lt;br /&gt;#TAG:Visible_hostname&lt;br /&gt;visible_hostname (yourserver name)&lt;br /&gt;&lt;br /&gt;#Then i just add these lines after the last lines of the configuration file&lt;br /&gt;&lt;br /&gt;ie_refresh on&lt;br /&gt;httpd_accel_host virtual&lt;br /&gt;httpd_accel_port 80&lt;br /&gt;httpd_accel_with_proxy on&lt;br /&gt;httpd_accel_uses_host_header on&lt;br /&gt;&lt;br /&gt;Save the file and then close.&lt;br /&gt;&lt;br /&gt;At the terminal, change the ownership of /cache&lt;br /&gt;&lt;blockquote&gt;sudo chown proxy:proxy /cache&lt;/blockquote&gt;Then create swap directories at /cache:&lt;br /&gt;&lt;blockquote&gt;sudo squid -z&lt;/blockquote&gt;Then fireaway squid!&lt;br /&gt;&lt;blockquote&gt;sudo /etc/init.d/squid start&lt;/blockquote&gt;You may now follow the instructions on this &lt;a href="http://teqnix.blogspot.com/2006/06/ipkungfu-kicks-firestarter-out-of-my.html"&gt;blogpost&lt;/a&gt; for a transparent proxy using Ipkungfu.&lt;br /&gt;&lt;br /&gt;To check if its working, open a web browser on a PC in your LAN and then do the following at the terminal :&lt;br /&gt;&lt;blockquote&gt;sudo tail -f /var/log/squid/access.log&lt;/blockquote&gt;Enjoy Squid!&lt;br /&gt;&lt;br /&gt;P.S.:  I am using Ubuntu LTS on a Pentium IV 1.7 Ghz 1Gb RAM 120 Gb HB PC.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-8322833299674212084?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/8322833299674212084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=8322833299674212084' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8322833299674212084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8322833299674212084'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/03/my-basic-squid-proxy-configuration.html' title='My basic Squid Proxy configuration'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-2751172635503830390</id><published>2007-02-26T13:34:00.000+07:00</published><updated>2007-02-26T13:53:50.450+07:00</updated><title type='text'>Have I died and gone to Linux heaven?</title><content type='html'>Once upon a time, I had a &lt;a href="http://teqnix.blogspot.com/2006/05/ubuntu-printer-sharing-repost.html"&gt;blog entry&lt;/a&gt; on how to share a printer from an Ubuntu box to other PCs within a Local Area Network.  Back then,  I have to hand edit a few configuration files here and there...&lt;br /&gt;&lt;br /&gt;But now, printer sharing on Ubuntu Edgy has been made way much easier than it is used to be that you won't even have to open a terminal.  The steps are:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Install printer.&lt;/li&gt;&lt;li&gt;Go to System --&gt; Administration --&gt; Printing --&gt; Global Settings then click on Share Printer.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;That's it!&lt;br /&gt;&lt;br /&gt;On the Ubuntu Edgy box where you have to share the printer, simply go to System --&gt; Administration --&gt; Printing --&gt; Global Settings then click on Detect LAN Printers then wait for a few seconds and there you see the shared printer automatically detected and installed.&lt;br /&gt;&lt;br /&gt;Ain't that sweet?!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-2751172635503830390?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/2751172635503830390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=2751172635503830390' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2751172635503830390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2751172635503830390'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/02/have-i-died-and-gone-to-linux-heaven.html' title='Have I died and gone to Linux heaven?'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-2828080554869042951</id><published>2007-02-14T14:49:00.000+07:00</published><updated>2007-02-14T14:54:14.513+07:00</updated><title type='text'>Problems moving from Linux to Windows</title><content type='html'>Since I can't think of anything to write about my Linux experience in the past few days, I just thought of sharing this comment posted at &lt;a href="http://www.oreillynet.com/linux/blog/2007/02/performing_brain_surgery_on_yo.html?CMP=OTC-0O724Z062301&amp;amp;ATT=Performing+Brain+Surgery+On+Yourself#comment-468513"&gt;page&lt;/a&gt;.&lt;br /&gt;&lt;p&gt;I had a fun time reading this comment and I hope you'll enjoy it too. :)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;I do have some sympathy for the poster that had problems moving from Windows to Linux. I had the same problem trying Windows.&lt;/p&gt;  &lt;p&gt;I decided to try it after some friends who use it all the time told me it was great.&lt;/p&gt;  &lt;p&gt;I went to the MS site to download it but it wasn't available. I got really frustrated as I couldn't work out how to download it. In the end I had to ask a friend who told me I had to buy it. &lt;/p&gt;  &lt;p&gt;I got in my car, drove to PC World and asked one of the sales guys for a copy of Windows. He asked me which one, I said I want the most complete one please and he said that's £149.99 please.....I said a rude word then I drove home empty handed.&lt;/p&gt;  &lt;p&gt;One of my friends gave me a copy of Windows XP but said I had to be very quiet about it. I thought that was odd because I always burn copies of Ubuntu for anyone that asks me and tell them to pass it on to anyone interested when they've finished. Anyway, I popped it in my CD tray and waited for it to boot into the 'live' CD desktop. It didn't work. It just kept asking me if I wanted to install it. I got on the phone to one of my friends in case I was doing something stupid but he told me, XP cannot run a 'live' desktop from the CD.&lt;/p&gt;  &lt;p&gt;I thought I would try installing it. I followed the prompts but got nervous when it didn't ask me about other operating systems. When I installed Ubuntu it recognized I had Windows on my machine and asked me if I wanted to create then install Ubuntu on another partition. Back on the phone my friend told me that Windows will overwrite any other OS it finds when it installs.&lt;/p&gt;  &lt;p&gt;I backed up all my stuff then took the plunge and installed it. The install was pretty straightforward apart from when I had to enter some letters for a serial code. I had to call my friend again but he got quite flustered came over and entered it himself. He told me to keep quiet again??&lt;/p&gt;  &lt;p&gt;After I powered it up I had a look around. &lt;/p&gt;  &lt;p&gt;I was shocked when it let me changed system configurations without asking for root access. My friend was getting a bit p**sed off when I called him again but came over. He told me that root access was given as default. I immediately made another account as a user and used that. I started getting confused when I tried to make changes but it didn't ask for access but he told me I had to log out as user then log back in as administrator. I started to understand why so many people run as root all the time and it made me shiver.&lt;/p&gt;  &lt;p&gt;Enough of the playing. I had some work to do. I went to start &gt; programs so I could open a spreadsheet I needed to complete but couldn't find any spreadsheet software. My friend told me Windows didn't come with any and I would have to download some. Oh I thought, a barebones distro. I went to add/remove programs in the control panel, (just like Ubuntu) but it didn't have any programs to add. It would only let me remove programs. I couldn't find the button to add applications. My friend told me I had to go and find the applications myself. After much googling I figured it out, downloaded and installed Open Office.&lt;/p&gt;  &lt;p&gt;To be honest I had a torrid time with Windows. I didn't understand a lot of the terminology...why do they have an A drive, then a C drive, where is the B drive? I thought the distro is way too barebones, it ships with no real productive applications and it is very confusing to find any. My friend told me I needed anti-virus and anti-adware software but Windows didn't come with any.&lt;/p&gt;  &lt;p&gt;I think it is difficult, confusing and too much hard work for me. It might be OK if you are a techie like my friend but I'll stick to Ubuntu. Thanks.&lt;/p&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-2828080554869042951?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/2828080554869042951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=2828080554869042951' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2828080554869042951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2828080554869042951'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2007/02/problems-moving-from-linux-to-windows.html' title='Problems moving from Linux to Windows'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-8179722737328835673</id><published>2006-12-14T08:48:00.000+07:00</published><updated>2006-12-14T08:55:34.422+07:00</updated><title type='text'>Who said this?!</title><content type='html'>I am not a Windows hater.  Its just that I already love using Linux on the desktop and still wishing that I could learn someday how to use Linux on the server.&lt;br /&gt;&lt;br /&gt;But I kinda like how the following quote sounds, to wit:&lt;br /&gt;&lt;blockquote&gt;"Windows - a 32 bit extension and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company without 1 bit of sense."&lt;/blockquote&gt;Any idea of the original author?!  I even forgot where I got it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-8179722737328835673?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/8179722737328835673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=8179722737328835673' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8179722737328835673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8179722737328835673'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/12/who-said-this.html' title='Who said this?!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-8546358715387590933</id><published>2006-11-17T15:06:00.000+07:00</published><updated>2006-11-20T10:48:31.990+07:00</updated><title type='text'>Ahhh, no more GoogleBot... I hope!</title><content type='html'>To my surprise, the bandwidth for our website at www.gerona.gov.ph is almost spent. :(&lt;br /&gt;&lt;br /&gt;Upon inspection of log statistics with &lt;a href="http://awstats.sourceforge.net/"&gt;AWSTATS&lt;/a&gt;, I was surprised that it was no other than GoogleBot that has been churning our bandwidth. All the while, I thought that the culprit was the &lt;a href="http://www.gerona.gov.ph/larawan"&gt;Gallery&lt;/a&gt; and all the photos on it.&lt;br /&gt;&lt;br /&gt;So with my limited knowledge on this webserver stuff, how do I stop GoogleBot from eating our bandwidth?!&lt;br /&gt;&lt;br /&gt;Ironically, Google itself provided the answers. I did this &lt;a href="http://www.google.com.ph/search?q=where+to+put+robot.txt+googlebot&amp;start=0&amp;amp;amp;amp;amp;amp;ie=utf-8&amp;oe=utf-8&amp;amp;client=firefox&amp;rls=org.mozilla:en-US:unofficial"&gt;search&lt;/a&gt; and this &lt;a href="http://www.google.com.ph/search?q=how+to+block+googlebot&amp;amp;start=0&amp;ie=utf-8&amp;amp;amp;amp;amp;amp;oe=utf-8&amp;client=firefox&amp;amp;rls=org.mozilla:en-US:unofficial"&gt;search&lt;/a&gt; wherein I learned that I have to place a robots.txt at the accessible root (e.g. http://gerona.gov.ph/robots.txt) of our website.&lt;br /&gt;&lt;br /&gt;So what are the contents of the robots.txt file?! I find this &lt;a href="http://www.searchguild.com/printer/fm7/86/"&gt;link&lt;/a&gt; very helpful. Even more helpful is this &lt;a href="http://webtools.live2support.com/se_robots.php"&gt;link&lt;/a&gt; where it automatically gives you the correct content of the robots.txt file to block specific bots. This &lt;a href="http://www.thesitewizard.com/archive/robotstxt.shtml"&gt;webpage&lt;/a&gt; is also a good source of information.&lt;br /&gt;&lt;br /&gt;As of this writing, I haven't tested if its working but I'm keeping my fingers crossed as GoogleBot is threatening to eat all of our site's bandwidth.&lt;br /&gt;&lt;br /&gt;The question is, why is it doing that?! Is it being used by malicious spammers, some sort of vehicle?! I hope to be enlightened. Anyone?&lt;br /&gt;&lt;br /&gt;Update:  It works!  GoogleBot and Inktomi is no longer eating my bandwidth :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-8546358715387590933?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/8546358715387590933/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=8546358715387590933' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8546358715387590933'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/8546358715387590933'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/11/ahhh-no-more-googlebot-i-hope.html' title='Ahhh, no more GoogleBot... I hope!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-2786511370018224263</id><published>2006-11-13T16:29:00.000+07:00</published><updated>2006-11-14T08:09:58.427+07:00</updated><title type='text'>Joomla! did it for LMP</title><content type='html'>The office of the League of Municipalities of the Philippines thru Mr. Norio Alumno asked me if I can develop a website for them.  Since I had no time to do such, I then offered them to try Joomla wherein I can help them learn it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The TASK&lt;/span&gt;:  Help three people who don't have any much idea on web publishing, HTML and website design to create a website for a national organization of municipalities in two days... impossible?!   Not with Joomla! -- a free open source content management system and the first FOSS I've ever used.  Its the software that  made me ask "WTF is open source?!"&lt;br /&gt;&lt;br /&gt;To make the story short, this is their website after two days of coaching them (with me just talking and them doing everything else):  www.lmp.org.ph.  I am proud of these guys for the interest and enthusiasm they showed during the training (or is it just coaching?!).  They have Sir Norio, the amiable chief of the Research and Information Management Office, Sir Herbert who is an all around go-to guy, and of course my good friend Joseph who managed to create a banner for their website in just a few minutes.&lt;br /&gt;&lt;br /&gt;For other government agencies and/or local government units who would like to learn the basics of Joomla!, I am just an email away at daveasuncion[at]gmail.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-2786511370018224263?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/2786511370018224263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=2786511370018224263' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2786511370018224263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/2786511370018224263'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/11/joomla-does-it-for-lmp.html' title='Joomla! did it for LMP'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-3830276185404777104</id><published>2006-10-20T09:14:00.000+07:00</published><updated>2006-10-20T09:38:06.851+07:00</updated><title type='text'>Setting up your OOo default page</title><content type='html'>Some PC users are too accustomed with the MS Word default page setup (8.5" x 11" page size, 1.25" margin on right and left sides, etc.) that sometimes they get annoyed by the default page in OpenOffice... A4 page size, .79" margins on all sides...&lt;br /&gt;&lt;br /&gt;Also, I also found that not all new users to OpenOffice.org knows howto change their default page so let me share my way.  I guess there are other means to do this and if you have one, just share it here.  Here it goes:&lt;br /&gt;&lt;br /&gt;Open OpenOffice Word Processor.  You'll notice that the side margins are smaller than the default margins in MSWord.  First, you have to format the page by clicking &lt;span style="font-style: italic;"&gt;Format&lt;/span&gt; --&gt; &lt;span style="font-style: italic;"&gt;Page&lt;/span&gt;.  Then click the drop down beside the word Format to choose Letter.  The height and width settings will change accordingly to 8.5" x 11".&lt;br /&gt;&lt;br /&gt;Change the left and right margins to 1.20".  Personally, .79" top and bottom margins are ok for me.  Click OK.&lt;br /&gt;&lt;br /&gt;Now you have to save the page as a template.  Click &lt;span style="font-style: italic;"&gt;File&lt;/span&gt; --&gt; &lt;span style="font-style: italic;"&gt;Templates&lt;/span&gt; --&gt; &lt;span style="font-style: italic;"&gt;Save&lt;/span&gt;.  Give a name to your template, let's use LetterDefault.  Click OK. &lt;br /&gt;&lt;br /&gt;Now we  have to set it as default.  Click &lt;span style="font-style: italic;"&gt;File&lt;/span&gt; --&gt; &lt;span style="font-style: italic;"&gt;Templates&lt;/span&gt; --&gt; &lt;span style="font-style: italic;"&gt;Organize&lt;/span&gt; and then double click My Templates.   There you see the template  you have just saved (named LetterDefault), right click on it then left click on the Set as Default Template.   Click Close and that's it!&lt;br /&gt;&lt;br /&gt;Close OpenOffice Word Processor (you don't have to save the document you are using).   Open it again to see if it works.  I hope this helps.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-3830276185404777104?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/3830276185404777104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=3830276185404777104' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/3830276185404777104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/3830276185404777104'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/10/setting-up-your-ooo-default-page.html' title='Setting up your OOo default page'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115992571192537248</id><published>2006-10-04T08:28:00.000+07:00</published><updated>2006-10-04T08:35:11.936+07:00</updated><title type='text'>Firefox humor video at YouTube.com</title><content type='html'>I just found about this a few days ago and I just love watching it...&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.youtube.com/watch?v=Cm2Ctg-L8lg"&gt;Have fun!&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115992571192537248?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115992571192537248/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115992571192537248' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115992571192537248'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115992571192537248'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/10/firefox-humor-video-at-youtubecom.html' title='Firefox humor video at YouTube.com'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115986163981217259</id><published>2006-10-03T14:35:00.000+07:00</published><updated>2006-10-03T14:47:19.826+07:00</updated><title type='text'>Ang kulit!</title><content type='html'>Once upon a time, I met this high school student to whom I introduced Ubuntu Linux... and the rest was pure "pangungulit".&lt;br /&gt;&lt;br /&gt;He kept sending me emails on a daily basis on anything and everything he learned about Linux.  The last time, he now uses Sabayon Linux... Gentoo-based.&lt;br /&gt;&lt;br /&gt;He is already becoming a spam to me.   One more thing is that it seems all he wants is eye-candy (he is inloved with XGL - Compiz), emulation of Windows software, and downloading viruses then running it on Linux.&lt;br /&gt;&lt;br /&gt;Hay, kids.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115986163981217259?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115986163981217259/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115986163981217259' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115986163981217259'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115986163981217259'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/10/ang-kulit.html' title='Ang kulit!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115837826028918222</id><published>2006-09-16T09:32:00.000+07:00</published><updated>2006-09-16T10:44:20.486+07:00</updated><title type='text'>A matter of choice, then what?!</title><content type='html'>A lot has been said about the proposed FOSS bill in the congress especially at the PLUG mailing lists where everybody seems to have his or her idea of what the bill should be...&lt;br /&gt;&lt;br /&gt;Of course, I have something to say also but I choose to blog it here as it seems there are some members of the mailing lists who are really way too passionate about their beliefs that in the end you'll get tagged by certain terms... especially when you don't agree with them.&lt;br /&gt;&lt;br /&gt;Oh well...&lt;br /&gt;&lt;br /&gt;I believe in FOSS.  I believe that we all should have a choice, and that includes the State or the Government.&lt;br /&gt;&lt;br /&gt;Yes, it is a matter of choice... so what's next? &lt;br /&gt;&lt;br /&gt;A choice has to be made -- a choice that is based after carefully weighing the scales of reason and that is beneficial to the one who is making the choice.&lt;br /&gt;&lt;br /&gt;If ever the proposed FOSS bill will be legislated, then it only means that the State just made its choice.  Is there anything wrong with that?  FOSS (including open standards and all) will or may be chosen by the State because of reduced cost, interoperability of government information systems will be ensured, assurance that the public may be able access public information to the infinite and among other reasons why other country governments has chosen to adopt FOSS.&lt;br /&gt;&lt;br /&gt;As what I understand, the proposed FOSS bill is intended ONLY for the government.  If the government wants to use FOSS, so what's wrong with that? &lt;br /&gt;&lt;br /&gt;Unless you are a government employee, then you don't have to use any FOSS all.  You can CHOOSE to use propriety software in your homes, at the internet cafes, in your schools, or wherever you wish.  If you are working in a private company that uses propriety software, the government won't compel you to use FOSS simply because the proposed bill doesn't cover that. &lt;br /&gt;&lt;br /&gt;So what's with all the noise?&lt;br /&gt;&lt;br /&gt;If you are software developer who doesn't believe in GPL or dislike it, then offer your software to private companies who can afford or prefer your software.  That's the company's choice and the government won't even stop that company from choosing propriety software or you from offering your software.&lt;br /&gt;&lt;br /&gt;I don't really see how the proposed FOSS bill would take out my, yours, or their freedom of choice.   As per the proposed bill, the government must choose FOSS because it thinks that FOSS is good for the government but will not compel you as a private citizen to use or develop FOSS.  It is clear that YOU still have your choice.&lt;br /&gt;&lt;br /&gt;Let the government choose, the same way it allows us as private citizens to choose what we want or what we see is good for us. &lt;br /&gt;&lt;br /&gt;You may choose for yourself but the government can't?!  That's scary, ever heard of anarchy?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;P.S.  I hope they scrap Section 8 of the proposed bill, it doesn't make sense... but nonetheless I hope and pray for its passage.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115837826028918222?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115837826028918222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115837826028918222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115837826028918222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115837826028918222'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/09/matter-of-choice-then-what.html' title='A matter of choice, then what?!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115762375994129012</id><published>2006-09-07T16:18:00.000+07:00</published><updated>2006-09-16T09:23:46.063+07:00</updated><title type='text'>Sa wakas nakapagBLOG!</title><content type='html'>Warning: TAGLISH&lt;br /&gt;&lt;br /&gt;Wow, super busy ako ng mga nakaraang linggo kaya halos wala na akong time na makapagblog man lang.  Pero ok na rin kasi sobrang daming nangyari at dami ko ding natutunan...&lt;br /&gt;&lt;br /&gt;Last week, nag-attend ako sa isang Advanced Linux Training Seminar na sponsored ng National Computer Center at ng aming office para sa eLGU project.  Ginanap ito sa NCC mismo sa UP Diliman. Gaya ng sabi ko, isa lang akong everyday Linux desktop user kaya napakabasic pa lang talaga ng mga alam ko kaya excited akong umattend.&lt;br /&gt;&lt;br /&gt;Ilan lang sa mga natutunan ko ay ang mga sumusunod: mga bagay-bagay tungkol sa Logical Volume Management, Software Raid, sa Xserver at Xorg, sa Cron, booting process, troubleshooting at marami pang iba.  Ang gamit pala namin sa training at RHEL 4 kasi tiga Touch Solutions ang nagturo.&lt;br /&gt;&lt;br /&gt;Mayroong binigay na parang troubleshooting test nung last day (tslocal, tsnetwork, tsboot).  Ang sabi ng instructor eh, iyong last at tanging trainee na galing sa isang LGU daw na nakatapos ng lahat ng mga exercises na iyon eh sa batch the past year at inabot daw ng alas-siyete ng gabi.  Weee! Natapos ko lahat before 5 pm!  At ako lang nakatapos sa batch namin!  Yabang?!  Oo, pero happy lang ako kasi ako lang ang hindi computer engineer o kumuha ng computer related course sa batch namin eh...&lt;br /&gt;&lt;br /&gt;Nag-attend din ako ng Basic Linux Training conducted by the Development Academy of the Philippines kasi requirement sa Community eCenter project namin.  Para akong tanga, at ang masakit.. ung mga batang instructor namin eh tinuring kaming lahat na tanga.&lt;br /&gt;&lt;br /&gt;Oh well, I don't question their proficiency pero siguro they should consider na hindi lahat ng magiging estudyante nila eh pare-parehas na first time Linux user.&lt;br /&gt;&lt;br /&gt;May itinanong ba naman ako dun sa isang instructor na nagkataong katabi ko... tapos hindi ako pinapansin pero after mga 3 times ako nagtanong... sinagot ba naman ako ng pabalang na "makinig ka sa nagsasalita sa harap para matuto ka ng Linux".&lt;br /&gt;&lt;br /&gt;Dang!  Puede naman siguro akong napagsabihan ng mas maayos di ba?  And besides about Linux din naman ung tanong ko.  Oh well, siguro magaling na talaga sila... pero still, I was offended kasi if I was in his case... hindi ako mambabastos ng estudyanteng nagtatanong.&lt;br /&gt;&lt;br /&gt;Nasanay kasi ata ako sa Touch Solutions na kapag may naitanong ka eh sinisikap pa rin nilang sagutin kaya dami ko natutunan.  Different people, different strokes.&lt;br /&gt;&lt;br /&gt;At sa aking obserbasyon, base na rin sa training module na ibinigay nila... mukhang kulang ung training o hindi ito akma para magamit ang mga kaalamang ipinamamahagi upang magamit ito sa isang Community eCenter.  May mga puntong may mas madali pang paraan na puedeng magamit upang madaling ma-absorb ng mga participants ang paggamit ng Linux sa desktop o puede ring kulang talaga ang dalawang araw para sa lahat ng topics na dapat pag-aralan.&lt;br /&gt;&lt;br /&gt;Ang resulta?  May balita ako na marami na sa mga Community eCenter sa iba't-ibang munisipyo ay nagpalit na nang piratang Windows sa kanilang mga PCs.  Talagang nakakalungkot kasi pagkakataon na sana ito upang maimulat ang tao sa FOSS.&lt;br /&gt;&lt;br /&gt;Ah basta kami sa Gerona, we'll push on with Kubuntu and Ubuntu para maimulat ang aming kababayan sa isang alternatibong mas ligtas gamitin, kadalasang legal na libreng gamitin at magdaragdag sa kanila ng ibayong kaalaman sa computers.&lt;br /&gt;&lt;br /&gt;Balik sa Ubuntu, nakainstall ako today ng GyachE Improved.  Hanep, deb package na siya.  Isang Loell sa ubuntuforums.org na tiga-Davao ang nagpackage nito.   Madali siyang install sa aking Ubuntu Dapper at may mga dagdag na features tulad ng puedeng irecord ang webcam session, etc.  At mukhang hindi siya buggy hindi tulad ng Gyach Enhanced na kung saan kinuha ang project na ito.&lt;br /&gt;&lt;br /&gt;Pero sana matapos na ang Gaim 2 kasi meron na din daw siyang webcam at voice capability, mas masaya na naman yun!&lt;br /&gt;&lt;br /&gt;Sarap talaga ng Linux at Open Source, dami taong makikilala at daming bagay na puedeng matutunan.... hindi ka mauubusan!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115762375994129012?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115762375994129012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115762375994129012' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115762375994129012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115762375994129012'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/09/sa-wakas-nakapagblog.html' title='Sa wakas nakapagBLOG!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115569808458779340</id><published>2006-08-16T09:40:00.000+07:00</published><updated>2006-08-16T10:44:23.986+07:00</updated><title type='text'>Camorama, DoTA and Kubuntu</title><content type='html'>Yesterday, I had my first try to use a webcam on Ubuntu Linux.  It was a Logitech QuickCam Messenger ( ID 046d:08f0) issued for our LGU's Community eCenter.  As I am keen on installing *buntu on the PCs they gave us (with FC4 preinstalled), my first daunting task is how to make its webcam work.&lt;br /&gt;&lt;br /&gt;Ubuntuforums.org came to my rescue as I learned that I needed to get a file at http://home.mag.cx/messenger and run it so that the webcam would work.  Unfortunately, the link is dead and so as the site.  I searched it thru Google and I was lucky to find the driver (qc-usb-messenger1.1.orig.tar.gz - not the latest) from a certain location I already forgot.&lt;br /&gt;&lt;br /&gt;I first had to apt-get build-essential and linux-kernel-header-uname plus camorama (for testing).  I then simply ran the .quickcam.sh file in it (as root as it was required) and did a "sudo modprobe quickcam".&lt;br /&gt;&lt;br /&gt;And here's my camorama snapshot:&lt;br /&gt;&lt;br /&gt;It works nicely with Gyach-Enhanced.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/1536/2832/1600/camorama.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger/1536/2832/320/camorama.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Another thing is that a friend asked me if I could try to ran DoTa in Ubuntu.  I, of course, used Wine. DoTA ran as if its a native game in Linux and I'm starting to love it.&lt;br /&gt;&lt;br /&gt;I wanted to use Edubuntu on the PCs for our LGUs Community eCenter but the installation borked as it seems that monitor (brand: Giant) has a low frequency thingy... something I am not familiar.   Too afraid to tinker with /etc/X11/xorg.conf.&lt;br /&gt;&lt;br /&gt;And so I tried the Kubuntu Live CD and it had no problems with the monitor.  I copied the archived debs from my Edubuntu PC to the /var/cache/apt/archives of the Kubuntu PCs, edited /etc/apt/sources.list to enable and add the required repositories.. and then did an update.&lt;br /&gt;&lt;br /&gt;I only had to download 40mb out of the 170mb but it still took too long as my internet connection is really, really slow.  Hint: DIAL-UP.&lt;br /&gt;&lt;br /&gt;My first impressions of Kubuntu?!  I love Kaffeine and Amarok.  Codecs and extra fonts were installed via Automatix = the only installation process I use Automatix nowadays (Too lazy!).&lt;br /&gt;&lt;br /&gt;I get to love Konqueror as it works as a browser for files and for the net.  System Settings is also OK.&lt;br /&gt;&lt;br /&gt;I hate Adept.  It sucks.  The updater sucks more.  I had to install synaptic package manager, easier to use and better interface.&lt;br /&gt;&lt;br /&gt;Ahhh... using a webcam, a nice game like DoTA, and the likable interface of Kubuntu makes me somewhat think about the other OS I used to tinker not too long time ago... an OS that is not part of my PC anymore. :)  Do I miss it?!  Nah, not a bit!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115569808458779340?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115569808458779340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115569808458779340' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115569808458779340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115569808458779340'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/08/camorama-dota-and-kubuntu.html' title='Camorama, DoTA and Kubuntu'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115484815473009433</id><published>2006-08-06T13:49:00.000+07:00</published><updated>2006-08-06T18:06:28.276+07:00</updated><title type='text'>Of Edubuntu Install CD and Irssi</title><content type='html'>I must admit that I was quite disappointed when I got my order of Ubuntu and Kubuntu CDs.  Although the packaging still impresses, I was disappointed that each package only has the one CD... the Live CD.&lt;br /&gt;&lt;br /&gt;I am not a fan of Live CDs and besides all I want is an installer CD coz I am already sold with the idea that I want to install Ubuntu on a PC.  So when my Edubuntu packages came, I just put it on my bag and left there for days.&lt;br /&gt;&lt;br /&gt;Then this morning, I happen to read the carton paper package of one of my Edubuntu CDs and OMG! I was actually amused to find out that it was the Edubuntu Install CD!  Oh well, the lessons are 1.  Read First and 2.  Don't assume too much.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/1536/2832/1600/irssi.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 255px; height: 187px;" src="http://photos1.blogger.com/blogger/1536/2832/320/irssi.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Another thing I learned on a Sunday (at the #ubuntu-ph channel at irc.freenode.net) is about irssi -- a command line IRC client.&lt;br /&gt;&lt;br /&gt;Simply type "irssi" at the terminal and then press Enter.  To connect to a server e.g. irc.freenode.net, type /server irc.freenode.net and then to join a channel e.g. #ubuntu-ph, type /join #ubuntu-ph and that's it!&lt;br /&gt;&lt;br /&gt;Now I know irrsi and loving it. :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/1536/2832/1600/irssi.png"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115484815473009433?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115484815473009433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115484815473009433' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115484815473009433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115484815473009433'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/08/of-edubuntu-install-cd-and-irssi.html' title='Of Edubuntu Install CD and Irssi'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115457439022351786</id><published>2006-08-03T09:39:00.000+07:00</published><updated>2006-08-03T21:01:35.263+07:00</updated><title type='text'>Discoveries...</title><content type='html'>Yesterday, I found out that when you right click a folder it already has an option to share the folder over the network. Neat. :)&lt;br /&gt;&lt;br /&gt;This morning, I found out that my former student now has blog about Linux and he even has his own how-tos.  Congrats &lt;a href="http://bahalakaph.blogspot.com"&gt;Jag&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;And thru his blog, I also learned that there is an IE4Linux project.  However, I don't use IE anymore so I opted not to install it.  But then, for those who would like to try it (or it may help run Gunbound on Linux).. here is the &lt;a href="http://www.tatanka.com.br/ies4linux/index-en.html"&gt;link&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Ahhh, the beauty of learning Linux... there are so much to learn that you'll always be a newbie.  I love that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115457439022351786?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115457439022351786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115457439022351786' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115457439022351786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115457439022351786'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/08/discoveries.html' title='Discoveries...'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115432122901401919</id><published>2006-07-31T11:00:00.000+07:00</published><updated>2006-08-03T07:57:53.490+07:00</updated><title type='text'>LMP IT Officers Unite!</title><content type='html'>Last July 27-28, 2006, I attended a "Forum on eGovernance Capability Building" sponsored by the League of Municipalities of the Philippines (LMP), The Asia Foundation (TAF), and the British Embassy at the Astorias Plaza Hotel in Ortigas.&lt;br /&gt;&lt;br /&gt;The League of Municipalities of the Philippines (LMP) in partnership with The Asia Foundation (TAF) held the forum as it is their common support for the use of Information and Communication Technology to improve services and operations in the municipalities.&lt;br /&gt;&lt;br /&gt;Aside from being a participant, I was also made to talk to introduce &lt;a href="http://www.joomla.org"&gt;Joomla!&lt;/a&gt; for the easy creation of dynamic content rich websites.&lt;br /&gt;&lt;br /&gt;The forum was also a way for the organizers to organize IT officers in municipalities in the country in one organization under the auspices of the LMP.  It is tentatively known as the LMP Association of eGovernance Advocates.  The organization was established to promote eGovernance among LGUs and to its constituents and pursue the formulation of a national policy that will ensure the success of local ICT projects.&lt;br /&gt;&lt;br /&gt;And to my surprise, I was elected as National President (unoppose and to think that it was my first time to meet the other participants).  Personally, I was at the most gunning for the PRO position but I guess they must saw something in me that I wasn't able to.&lt;br /&gt;&lt;br /&gt;For starters, we talked about convening all national government agencies concerned and ask them to  push for the standarization and interoperability of their info systems (READ: open source), encourage mayors to fully support ICT, push for a enabling law that will allow the creation of permanent ICT positions even if the LGU's allocation for salaries is already over the prescribed limit, and among other concerns.&lt;br /&gt;&lt;br /&gt;I am now doing a website for the organization using Drupal (my first try), and has already created a mailing list for the organization at http://groups.yahoo.com/group/LMPeGov.&lt;br /&gt;&lt;br /&gt;I was also able to distribute Ubuntu and Kubuntu installer CDs during the event and was able to discuss about our LGU's experience on using Linux on the desktop with my peers.  Some of them in fact have signified their intent to ask me for assistance for possible Linux desktop migration.&lt;br /&gt;&lt;br /&gt;Personally, I hope I could encourage more LGUs to adopt free open source softwares in their respective LGUs thru the organization.  Other than that, I hope I could keep up with the challenge of being the President of the organization.  I am excited, obviously.&lt;br /&gt;&lt;br /&gt;I have high hopes yet I don't want to push it too much.  I don't wanna give my fellow ICT officers too much undue pressure yet I don't wanna waste the momentum and their enthusiasm.&lt;br /&gt;&lt;br /&gt;I'll go with the saying "THINK BIG, START SMALL" and so God help me.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115432122901401919?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115432122901401919/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115432122901401919' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115432122901401919'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115432122901401919'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/07/lmp-it-officers-unite.html' title='LMP IT Officers Unite!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115339055261664507</id><published>2006-07-20T16:06:00.000+07:00</published><updated>2006-07-21T10:17:55.286+07:00</updated><title type='text'>Doing the Samba without the Terminals</title><content type='html'>Assumptions: You're connected to a Local Area Network and your NIC has already been configured with the proper IP and subnet.  Of course, basic mouse skills will help. (Addendum to assumptions: You just want a simple share, meaning you just want everybody in the LAN to view, copy, and edit the shared resource.)&lt;br /&gt;&lt;br /&gt;Install the &lt;span style="font-weight: bold;"&gt;samba&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;smbfs&lt;/span&gt; packages with the &lt;span style="font-weight: bold;"&gt;Synaptic Package Manager&lt;/span&gt;.  Open Synaptic (&lt;span style="font-weight: bold;"&gt;System&lt;/span&gt; -&gt; &lt;span style="font-weight: bold;"&gt;Administration&lt;/span&gt; -&gt; &lt;span style="font-weight: bold;"&gt;Synaptic Package Manager&lt;/span&gt;) and &lt;span style="font-style: italic;"&gt;search&lt;/span&gt; for the samba and smbfs packages.  Right click on it and then choose install.  Click apply.  Close Synaptic when finished.&lt;br /&gt;&lt;br /&gt;Create a folder in your home directory.  Click &lt;span style="font-weight: bold;"&gt;Places&lt;/span&gt; -&gt; &lt;span style="font-weight: bold;"&gt;Home&lt;/span&gt;.  &lt;span style="font-weight: bold;"&gt;Ctrl+Shift+N&lt;/span&gt; to create a new folder and name it &lt;span style="font-weight: bold;"&gt;SharedFolder&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Change its permissions to &lt;span style="font-weight: bold;"&gt;777&lt;/span&gt; (or read-write-execute permission to User/Group/Others).  Right click on the folder then &lt;span style="font-weight: bold;"&gt;Properties&lt;/span&gt; then click the &lt;span style="font-weight: bold;"&gt;Permissions tab&lt;/span&gt; then make sure all the read write execute check boxes have checks on it.&lt;br /&gt;&lt;br /&gt;Now to share the folder... click &lt;span style="font-weight: bold;"&gt;System&lt;/span&gt; -&gt; &lt;span style="font-weight: bold;"&gt;Administration&lt;/span&gt; -&gt; &lt;span style="font-weight: bold;"&gt;Shared Folders&lt;/span&gt;.  Click &lt;span style="font-weight: bold;"&gt;Add.  &lt;/span&gt;&lt;font&gt;At the &lt;span style="font-weight: bold;"&gt;Path&lt;/span&gt; selection, click the up and down arrows then choose &lt;span style="font-weight: bold;"&gt;others&lt;/span&gt; to browse your home folder.&lt;br /&gt;&lt;br /&gt;Now as you see the &lt;span style="font-weight: bold;"&gt;SharedFolder&lt;/span&gt; folder that you just created, make sure you double click on it and not single click.  Click &lt;span style="font-weight: bold;"&gt;Open&lt;/span&gt;.  Put something on the &lt;span style="font-weight: bold;"&gt;Name&lt;/span&gt; field (like SharedFolder) then also put a check on the &lt;span style="font-weight: bold;"&gt;Allow Browsing Folder&lt;/span&gt; option.  Click on &lt;span style="font-weight: bold; font-style: italic;"&gt;General Windows sharing settings&lt;/span&gt;.  Put anything on the &lt;span style="font-weight: bold;"&gt;Host Description&lt;/span&gt; field, then put your LAN's workgroup at the &lt;span style="font-weight: bold;"&gt;Domain / Workgroup&lt;/span&gt; field (in my case is MYGERONA).  Click OK.&lt;br /&gt;&lt;br /&gt;For the settings to take effect, you should do something at the terminal but for the sake of avoiding the terminal... just restart your PC. :)&lt;br /&gt;&lt;br /&gt;That's it.  Tried and tested it with two PCs and one laptop.. all fresh installed with Ubuntu Dapper.&lt;br /&gt;&lt;br /&gt;I hope it works for you too. :)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115339055261664507?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115339055261664507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115339055261664507' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115339055261664507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115339055261664507'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/07/doing-samba-without-terminals.html' title='Doing the Samba without the Terminals'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115302363230632590</id><published>2006-07-16T10:56:00.000+07:00</published><updated>2006-07-17T03:59:58.570+07:00</updated><title type='text'>Automatix and just being me...</title><content type='html'>I remember then when I started using Automatix for Ubuntu, someone told me that I should not use Automatix coz its a badly written program (it was said to use the --force-yes option but according to the developer, it ain't true) and it won't help me learn Linux &lt;font&gt;the right way.&lt;br /&gt;&lt;br /&gt;My take?  I guess that someone forgot about the fact that not everyone who migrated from Windows to Linux wants to learn Linux.  Some jumped in to Linux because they just got tired of viruses, spywares and other malwares while some got hooked with the ideals of GPL... and for so many other reasons but in the end they just want a "just works" Linux box.&lt;br /&gt;&lt;br /&gt;Some people want to learn before they use something, but for some people like me, we prefer to use something first and then learn the details later.  What drives people like me to learn something is how that something did great for us.&lt;br /&gt;&lt;br /&gt;Now, if something doesn't work for me at the onset, why would I even think of learning it?  But that is just me...&lt;br /&gt;&lt;br /&gt;That is why Automatix helped me a lot on my migration.  Remember, I am no developer... and WAS a sucker for the other OS.  When I first started Linux, I must admit that I got intimidated with  the menu of command lines just to get my Linux box play music and movies or install useful apps.&lt;br /&gt;&lt;br /&gt;And no matter how you say it that it was too easy to do this and that, believe it or not, lots of newbies find it hard... yeah, its easy for you to say Linux guru.&lt;br /&gt;&lt;br /&gt;Why can't we just let them use tools like Automatix and EasyUbuntu so that they could enjoy their PCs first and then encouraged them later to understand the details?  Well, of course, it would be a different view if we are talking about programmers and developers.. but I am talking about myself -- a none programmer who just want to use Linux.&lt;br /&gt;&lt;br /&gt;About Automatix as a badly written program, I guess I am too lucky coz I haven't had any problems with it.  Never.&lt;br /&gt;&lt;br /&gt;Nonetheless, I still thank those who warned me against &lt;a href="http://getautomatix.com"&gt;Automatix&lt;/a&gt;.  At least, I have been warned of risks and that I appreciate.  If I choose to use Automatix and for that you call me an idiot or pathetic then fine with me!  But hey, its NOT your PC that I am using, right?&lt;br /&gt;&lt;br /&gt;I took my choice... and choice is what open source and Linux is all about.&lt;br /&gt;&lt;br /&gt;Now let's all go get a life.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115302363230632590?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115302363230632590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115302363230632590' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115302363230632590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115302363230632590'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/07/automatix-and-just-being-me.html' title='Automatix and just being me...'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115275594590961970</id><published>2006-07-13T08:33:00.000+07:00</published><updated>2006-07-13T08:59:05.920+07:00</updated><title type='text'>Kubuntu: I want to try!</title><content type='html'>Sir &lt;a href="http://www.chinwong.com/index.php/site/article/a_challenge_for_linux_developers/"&gt;Chin Wong&lt;/a&gt; of the Manila Times issued a challenge to Linux developers that has something to do with providing an easy GUI on SAMBA (network file sharing) and CUPS (printer installation).  He uses Ubuntu, by the way.&lt;br /&gt;&lt;br /&gt;Wait! I do remember when I was using Mandrake 10.1, there was a nice GUI interface for SAMBA setup and I had no problems sharing my printer on the network.  Unfortunately, no more Mandrake 10.1 for me to try on.&lt;br /&gt;&lt;br /&gt;But then, I realized that there is Kubuntu which is KDE based just like Mandrake 10.1. &lt;br /&gt;&lt;br /&gt;How I wish I could help Mr. Chin Wong by developing such GUI but then I am no developer or programmer so I had to try help him in other ways I can.&lt;br /&gt;&lt;br /&gt;And so I will try to install Kubuntu any time this week and share my experiences thru this blog.  I hope to get something out of it although quite honestly, a year of using Ubuntu (Gnome-based) has already made me a stranger to KDE.  (I really pray that I'll have time to do this.)&lt;br /&gt;&lt;br /&gt;By the way, Jon has a very nice &lt;a href="http://jond3rd.blogspot.com/2006/07/transparent-proxy-at-iptables.html"&gt;how-to on transparent Squid proxying with iptables&lt;/a&gt;.  Do read it and enjoy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115275594590961970?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115275594590961970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115275594590961970' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115275594590961970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115275594590961970'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/07/kubuntu-i-want-to-try.html' title='Kubuntu: I want to try!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115139046979127977</id><published>2006-06-27T12:56:00.000+07:00</published><updated>2006-09-28T09:45:52.530+07:00</updated><title type='text'>IpKungfu  kicks Firestarter out of my Ubuntu box</title><content type='html'>For the longest time I'm using Linux, I have been trying to make transparent squid proxy work.  I had no problems setting up Squid proxy along with the lines I need to add on squid.conf to make it work but what pains me is how to forward port 80 requests to the squid proxy.&lt;br /&gt;&lt;br /&gt;Although I found a few helpful tips and preconfigured iptables-based firewall scripts with Google, I am always baffled by the fact that I don't know how to make a certain script run on bootup with Debian/Ubuntu... and sometimes those scripts don't work or it must be me who doesn't understand those scripts...&lt;br /&gt;&lt;br /&gt;Iptables?!  No, not for me.  Even the &lt;span style="font-style: italic;"&gt;tagalized&lt;/span&gt; instructions of Jond3rd won't go thru my thick skull.  I just don't get it. :(  Firestarter only works for me as a firewall and router, but the option to setup a transparent squid proxy doesn't work... any way I do it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://linuxkungfu.org"&gt;IpKungfu&lt;/a&gt; to the rescue!  IpKungfu was the first ever firewall I used during my Mandrake 10.1 days.  However, as I shifted to Ubuntu it was unfortunate then that it was not available then at the repos (from warty to breezy) so I had to use Firestarter.  Good thing that it has finally reached Debian Stable (I think!) and now its in the &lt;a href="http://packages.ubuntu.com/dapper/net/ipkungfu"&gt;universe repo of Ubuntu Dapper&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;So how did I do it?   Here's my how-to for newbies and wannabees. :)&lt;br /&gt;&lt;br /&gt;Install IpKungfu (make sure you have the universe repositories enabled)&lt;br /&gt;&lt;br /&gt; &lt;code&gt;$sudo apt-get install  ipkungfu&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Edit /etc/ipkungfu/ipkungfu.conf according to your needs.&lt;br /&gt;&lt;br /&gt; &lt;code&gt;$sudo gedit /etc/ipkungfu/ipkungfu.conf&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;I edited the contents to look like this...&lt;br /&gt;&lt;br /&gt;&lt;code&gt;# Please read the README and FAQ for more information&lt;br /&gt;&lt;br /&gt;# Some distros (most notably Redhat) don't have&lt;br /&gt;# everything we need in $PATH so we specify it here.&lt;br /&gt;# Make sure modprobe, iptables, and route are here,&lt;br /&gt;# as well as ordinary items such as echo and grep.&lt;br /&gt;# Default is as shown in the example below.&lt;br /&gt;#PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin&lt;br /&gt;&lt;br /&gt;# Your external interface&lt;br /&gt;# This is the one that connects to the internet.&lt;br /&gt;# Ipkungfu will detect this if you don't specify.&lt;br /&gt;#EXT_NET="eth0"&lt;br /&gt;#EXT_NET="eth1"&lt;br /&gt;#EXT_NET="ppp0"&lt;br /&gt;&lt;br /&gt;# Your internal interfaces, if any.  If you have more&lt;br /&gt;# than 1 internal interface, separate them with&lt;br /&gt;# spaces.  If you only have one interface, put "lo"&lt;br /&gt;# here. Default is auto-detected.&lt;br /&gt;#INT_NET="eth0"&lt;br /&gt;#INT_NET="eth1"&lt;br /&gt;#INT_NET="lo"&lt;br /&gt;&lt;br /&gt;# IP Range of your internal network.  Use "127.0.0.1"&lt;br /&gt;# for a standalone machine.  Default is a reasonable&lt;br /&gt;# guess.&lt;br /&gt;LOCAL_NET="192.168.1.0/255.255.255.0"&lt;br /&gt;&lt;br /&gt;# Set this to 0 for a standalone machine, or 1 for&lt;br /&gt;# a gateway device to share an Internet connection.&lt;br /&gt;# Default is 1.&lt;br /&gt;GATEWAY=1&lt;br /&gt;&lt;br /&gt;# TCP ports you want to allow for incoming traffic&lt;br /&gt;# Don't add ports here that you intend to forward.&lt;br /&gt;# This should be a list of tcp ports that have&lt;br /&gt;# servers listening on them on THIS machine,&lt;br /&gt;# separated by spaces. Default is none.&lt;br /&gt;# ALLOWED_TCP_IN="21 22"&lt;br /&gt;&lt;br /&gt;# UDP ports to allow for incoming traffic&lt;br /&gt;# See the comments above for ALLOWED_TCP_IN&lt;br /&gt;#ALLOWED_UDP_IN=""&lt;br /&gt;&lt;br /&gt;# Temporarily block future connection attempts from an&lt;br /&gt;# IP that hits these ports (If module is present)&lt;br /&gt;FORBIDDEN_PORTS="135 137 139"&lt;br /&gt;&lt;br /&gt;# Drop all ping packets?&lt;br /&gt;# Set to 1 for yes, 0 for no. Default is no.&lt;br /&gt;BLOCK_PINGS=1&lt;br /&gt;&lt;br /&gt;# Possible values here are "DROP", "REJECT", or "MIRROR"&lt;br /&gt;#&lt;br /&gt;# "DROP" means your computer will not respond at all. "Stealth mode"&lt;br /&gt;#&lt;br /&gt;# "REJECT" means your computer will respond with a&lt;br /&gt;# message that the packet was rejected.&lt;br /&gt;#&lt;br /&gt;# "MIRROR", if your kernel supports it, will swap the source and&lt;br /&gt;#   destination IP addresses, and send the offending packet back&lt;br /&gt;#   where it came from.  USE WITH EXTREME CAUTION! Only use this if you fully&lt;br /&gt;#   understand the consequences.&lt;br /&gt;#&lt;br /&gt;# The safest option, and the default in each case,,  is "DROP". Don't change&lt;br /&gt;# unless you fully understand this.&lt;br /&gt;&lt;br /&gt;# What to do with 'probably malicious' packets&lt;br /&gt;#SUSPECT="REJECT"&lt;br /&gt;SUSPECT="DROP"&lt;br /&gt;&lt;br /&gt;# What to do with obviously invalid traffic&lt;br /&gt;# This is also the action for FORBIDDEN_PORTS&lt;br /&gt;#KNOWN_BAD="REJECT"&lt;br /&gt;KNOWN_BAD="DROP"&lt;br /&gt;&lt;br /&gt;# What to do with port scans&lt;br /&gt;#PORT_SCAN="REJECT"&lt;br /&gt;PORT_SCAN="DROP"&lt;br /&gt;&lt;br /&gt;# How should ipkungfu determine your IP address? The default&lt;br /&gt;# answer, "NONE", will cause ipkungfu to not use the few&lt;br /&gt;# features that require it to know your external IP address.&lt;br /&gt;# This option is good for dialup users who run ipkungfu on&lt;br /&gt;# bootup, since dialup users rarely use the features that&lt;br /&gt;# require this, and the IP address for a dialup connection&lt;br /&gt;# generally isn't known at bootup.  "AUTO" will cause&lt;br /&gt;# ipkungfu to automatically determine the IP address of&lt;br /&gt;# $EXT_NET when it is started.  If you have a static IP&lt;br /&gt;# address you can simply enter your IP address here.&lt;br /&gt;# If you do port forwarding and your ISP changes your IP&lt;br /&gt;# address, choose NONE here, or your port forwarding&lt;br /&gt;# will break when your IP address changes. Default is&lt;br /&gt;# "NONE".&lt;br /&gt;#GET_IP="NONE"&lt;br /&gt;#GET_IP="AUTO"&lt;br /&gt;#GET_IP="128.238.244.16"&lt;br /&gt;&lt;br /&gt;# If the target for identd (113/tcp) is DROP, it can take&lt;br /&gt;# a long time to connect to some IRC servers. Set this to&lt;br /&gt;# 1 to speed up these connections with a negligible cost&lt;br /&gt;# to security.  Identd probes will be rejected with the&lt;br /&gt;# 'reject-with-tcp-reset' option to close the connection&lt;br /&gt;# gracefully. If you want to actually allow ident probes,&lt;br /&gt;# and you're running an identd, and you've allowed port&lt;br /&gt;# 113 in ALLOWED_TCP_IN, set this to 0. Default is 0.&lt;br /&gt;#DONT_DROP_IDENTD=0&lt;br /&gt;&lt;br /&gt;# Set this to 0 if you're running ipkungfu on a machine&lt;br /&gt;# inside your LAN.  This will cause private IP addresses&lt;br /&gt;# coming in on $EXT_NET to be identified as a spoof,&lt;br /&gt;# which would be inaccurate on intra-LAN traffic&lt;br /&gt;# This will cause private IP addresses coming in on&lt;br /&gt;# $EXT_NET to be identified as a spoof. Default is 1.&lt;br /&gt;#DISALLOW_PRIVATE=1&lt;br /&gt;&lt;br /&gt;# For reasons unknown to me, ipkungfu sometimes causes&lt;br /&gt;# kernel panics when run at init time. This is my&lt;br /&gt;# attempt to work around that.  Ipkungfu will wait&lt;br /&gt;# the specified number of seconds before starting, to&lt;br /&gt;# let userspace/kernel traffic catch up before executing.&lt;br /&gt;# Default is 0.&lt;br /&gt;#WAIT_SECONDS=5&lt;br /&gt;&lt;br /&gt;# This option, if enabled, will cause ipkungfu to set&lt;br /&gt;# the default policy on all builtin chains in the filter&lt;br /&gt;# table to ACCEPT in the event of a failure.  This is&lt;br /&gt;# intended for remote administrators who may be locked&lt;br /&gt;# out of the firewall if ipkungfu fails.  A warning to&lt;br /&gt;# this effect will be echoed so that the situation can be&lt;br /&gt;# rectified quickly.  This is the same as running&lt;br /&gt;# ipkungfu with --failsafe.  Default is 0.&lt;br /&gt;#FAILSAFE=0&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;I only changed the following:  Gateway, Local_Net, Block_Pings.  I simply uncommented Suspect, Known_Bad, and Port Scan settings to DROP.  The ReadMe and FAQ can be found at /usr/share/doc/ipkungfu.&lt;br /&gt;&lt;br /&gt;To forward port 80 requests to the squid proxy server port, I opened /etc/ipkungfu/redirect.conf:&lt;br /&gt;&lt;br /&gt; &lt;code&gt;$sudo gedit /etc/ipkungfu/redirect.conf&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;...and changed the line "#tcp:80:3128:internal    # transparent squid proxy" to "tcp:80:3128:internal    # transparent squid proxy" without the apostrophes of course.&lt;br /&gt;&lt;br /&gt;To start ipkungfu everytime the computer boots up, I opened /etc/default/ipkungfu:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;$sudo gedit /etc/default/ipkungfu&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;... and change the line "IPKFSTART = 0" to "IPKFSTART=1".&lt;br /&gt;&lt;br /&gt;Fire away ipkungfu!&lt;br /&gt;&lt;br /&gt;     &lt;code&gt;sudo ipkungfu&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;I tested the firewall with the ShieldsUp test at grc.com and it passed with flying colors.&lt;br /&gt;&lt;br /&gt;I also tested transparent squid proxy by taking a peek at /var/log/squid/access.log...&lt;br /&gt;&lt;br /&gt;&lt;code&gt;$sudo tail -f /var/log/squid/access.log&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;...and there I saw all PCs in our LAN browsing the net, without them knowing that they were actually proxied.&lt;br /&gt;&lt;br /&gt;That's it!  I have a firewall and router, I was able to forward port 80 requests to the squid proxy server, and I was able to make ipkungfu ran on bootups!&lt;br /&gt;&lt;br /&gt;Now, for linux gurus... this must be a piece of cake but for someone like me who does have not any idea about iptables, netfilters, and among other things.. this is already a slice of heaven.&lt;br /&gt;&lt;br /&gt;IpKungfu kicks hard!  Eeyah!&lt;br /&gt;&lt;br /&gt;P.S.:  I must say that I have already configured squid proxy and dhcp to work long before I tried on ipkungfu.  So if there is anyone interested on my dhcp.conf and squid.conf, I'm glad to share.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115139046979127977?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115139046979127977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115139046979127977' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115139046979127977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115139046979127977'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/06/ipkungfu-kicks-firestarter-out-of-my.html' title='IpKungfu  kicks Firestarter out of my Ubuntu box'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115102794071310746</id><published>2006-06-23T08:42:00.000+07:00</published><updated>2006-06-23T09:02:05.970+07:00</updated><title type='text'>Oh my Tangerine!!!</title><content type='html'>I am done with  Vista-like or iMac-like Ubuntu desktops!  So here is my Ubuntu  Dapper Tangerine desktop for a change...&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/1536/2832/1600/sshot2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/1536/2832/320/sshot2.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I love the icons... plus a touch of transparent panels...&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/1536/2832/1600/sshot3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/1536/2832/320/sshot3.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Whoa, I am using a wallpaper entitled Uplifted by marko cavka...&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/1536/2832/1600/sshot1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/1536/2832/320/sshot1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Transparent Gnome-Terminal with an orange-skinned XMMS. :)&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115102794071310746?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115102794071310746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115102794071310746' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115102794071310746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115102794071310746'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/06/oh-my-tangerine.html' title='Oh my Tangerine!!!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-115087577244928188</id><published>2006-06-21T14:11:00.000+07:00</published><updated>2006-06-21T15:57:30.130+07:00</updated><title type='text'>Dapper at Last!</title><content type='html'>Finally, I am on Dapper!  I used the Edubuntu Dapper Live CD sent to me by someone I don't even personally know... Wendy Acetes from Daly City.  Wendy was the first one who offered to give me Ubuntu CDs after I pleaded thru this blog.  Thanks Wendy!&lt;br /&gt;&lt;br /&gt;Unfortunately, I accidentally scratched the CDs given by Charo when I placed them on my motorbike's compartment.  Sayang!&lt;br /&gt;&lt;br /&gt;My first impression on Dapper?!  One word:  FAST!   Two Words:  Really FAST!&lt;br /&gt;&lt;br /&gt;I like how they were able to make it boot faster... and shutdown a lot faster too than Breezy.  I also like the default theme - the colors and icons and all those stuff.&lt;br /&gt;&lt;br /&gt;However, it seems that they streamlined it to the bare necessities so gone are the other applications you see on Breezy.&lt;br /&gt;&lt;br /&gt;My first attempt to update my Dapper box (which I named TEQNIX after this blog) was last  Monday.    Although not continously, I was able to finish the download of 90 plus updated deb package this morning... including the kernel updates.  I am still using dial-up, remember?!&lt;br /&gt;&lt;br /&gt;Other applications I have installed were the following (with some help from ubuntuguide.org, automatix, and easyubuntu): Etherape, Firefox plugins (java, flash, mplayer), FrostWire, Gaim 2.0  Beta, gFTP, Gnome-PPP, Java,  GnomeBaker,  XPad, MS Core Fonts, MPlayer, XMMS, Simple Backup and Restore (ala System Restore), Boot-Up Manager and of course, the much-needed Audio Video Codecs... oh yes, I almost forgot Squid HTTP Proxy, Firestarter, SAMBA and DHCP3-Server which I had no problem setting up as I used the old .conf which worked like a charm.&lt;br /&gt;&lt;br /&gt;I had no problems with NVidia Video Card, sound card, my external modem, and war-torn HP printer.  No problem too with my dial-up connection setup.&lt;br /&gt;&lt;br /&gt;As with the installation itself, its a great idea to have Live CD that has a nice GUI for the installation process but somehow I still prefer the text-based installation on *buntu install CDs.  The bottomline, both are good but I prefer text-based.&lt;br /&gt;&lt;br /&gt;So far, everything is bliss... as in heaven for me with my Edubuntu Dapper box.  Oh well, mababaw lang ang kaligayahan ko eh!&lt;br /&gt;&lt;br /&gt;Now, if only someone can give me *buntu InStALL CDs... and that's another story. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-115087577244928188?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/115087577244928188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=115087577244928188' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115087577244928188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/115087577244928188'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/06/dapper-at-last.html' title='Dapper at Last!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-114915532288738504</id><published>2006-06-01T16:47:00.000+07:00</published><updated>2006-06-01T16:48:42.913+07:00</updated><title type='text'>How do I update an internet-less Ubuntu box: a Repost!</title><content type='html'>&lt;div class="storycontent"&gt;Perhaps the fastest way to update an internet-less Ubuntu box is to bring the CPU to an internet shop, connect it to the Local Area Network with a shared internet connection and then do the “sudo apt-get update”. I guess that’s what Zak has been doing…  &lt;p&gt;But in Linux, it is almost always that there are a number of ways to do things for your PC and this is my way of updating an internet-less Ubuntu box.&lt;/p&gt;  &lt;p&gt;On an updated PC where I configured it not to delete the downloaded (and updated) deb packages located at /var/cache/apt/archives, I copy the contents of that folder to a folder on my home directory, thus:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;$ sudo cp /var/cache/apt/archives/* ~/Desktop/updeb&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I then burned the contents of ~/Desktop/updeb folder to a CD(s) with GnomeBaker or any CD Burning app of your preference.&lt;/p&gt;  &lt;p&gt;Now going to the internet-less PC, copy the contents of the CD containing the updated deb packages to a folder at the home directory of the internet-less PC.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;$ sudo mkdir ~/deb&lt;/p&gt;      &lt;p&gt;$ sudo cp /media/cdrom/* ~/deb&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Now go to the directory where you copied the packages&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;$ cd ~/deb&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Do this while in the said directory to create Packages.gz:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;$ sudo dpkg-scanpackages . /dev/null | gzip -9c &gt; Packages.gz&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Open and edit /etc/apt/sources.list to add the local folder as a repo…&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;$ sudo gedit /etc/apt/sources.list&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Insert the following line at the end of the file…&lt;/p&gt;  &lt;p&gt;deb file:/home/username/deb/. /&lt;/p&gt;  &lt;p&gt;Save and close the file.  Update and upgrade with Synaptic or at CLI!&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;$ sudo apt-get update&lt;/p&gt;      &lt;p&gt;$ sudo apt-get upgrade&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;P.S.: Make sure you have installed the dpkg-dev package on the internet-less PC from the Ubuntu CD Installer before anything else.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;$ sudo apt-get install dpkg-dev&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I hope this helps!&lt;/p&gt;     &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-114915532288738504?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/114915532288738504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=114915532288738504' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114915532288738504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114915532288738504'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/06/how-do-i-update-internet-less-ubuntu.html' title='How do I update an internet-less Ubuntu box: a Repost!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-114843509203930356</id><published>2006-05-24T08:30:00.000+07:00</published><updated>2006-05-24T09:32:45.243+07:00</updated><title type='text'>Ubuntu Release Party!</title><content type='html'>Its Ubuntu Dapper Release Party on June 3, 2006 at 3:00 pm at the Coffee Bean and Tea Leaf at Green Belt, Makati!  I may attend for pressed Ubuntu Dapper CDs maybe given away plus of course meeting fellow Ubuntites in the Philippines.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ealden.net"&gt;Ealden&lt;/a&gt;'s email announcement regarding this is &lt;a href="https://lists.ubuntu.com/archives/ubuntu-ph/2006-May/000460.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now where in the world is my brown shirt?!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-114843509203930356?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/114843509203930356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=114843509203930356' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114843509203930356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114843509203930356'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/05/ubuntu-release-party.html' title='Ubuntu Release Party!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-114801248845888344</id><published>2006-05-19T11:19:00.000+07:00</published><updated>2006-05-24T09:34:10.643+07:00</updated><title type='text'>Lazy Unmount</title><content type='html'>Have you ever had this problem of unmounting your CDROM that comes with the error that the device is busy or whatever?!&lt;br /&gt;&lt;br /&gt;Now, what you want is to force it to unmount so you do a "sudo umount -f /media/cdrom0".&lt;br /&gt;&lt;br /&gt;It won't work.  Try to do a lazy unmount instead:&lt;br /&gt;&lt;br /&gt;$sudo umount -l /media/cdrom0&lt;br /&gt;&lt;br /&gt;and most of the time, it will work. :)  It may also work on other devices.&lt;br /&gt;&lt;br /&gt;Cheers!&lt;br /&gt;&lt;br /&gt;P.S.: If everything else fails, press the CPU OFF button then pull out your CD during boot-up!  Now that's lazy unmount! :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-114801248845888344?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/114801248845888344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=114801248845888344' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114801248845888344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114801248845888344'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/05/lazy-unmount.html' title='Lazy Unmount'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-114787000870095252</id><published>2006-05-17T19:42:00.000+07:00</published><updated>2006-05-24T09:34:48.010+07:00</updated><title type='text'>Apt-Get Easter Egg</title><content type='html'>I was PMed  by one of my students (who is now actually better than me) and asked me to do a "sudo apt-get moo" and said that "may lalabas na kalabaw".  He must be kidding, right?!&lt;br /&gt;&lt;br /&gt;Do it yourself at the terminal. :)&lt;br /&gt;&lt;br /&gt;        (__)&lt;br /&gt;        (oo)&lt;br /&gt;  /------\/&lt;br /&gt; / |    ||&lt;br /&gt;*  /\---/    ~~   ~~&lt;br /&gt;...."Have you mooed today?"...&lt;br /&gt;&lt;br /&gt;Neat.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-114787000870095252?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/114787000870095252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=114787000870095252' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114787000870095252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114787000870095252'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/05/apt-get-easter-egg.html' title='Apt-Get Easter Egg'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-114767912226347617</id><published>2006-05-15T14:09:00.000+07:00</published><updated>2006-05-28T16:13:42.296+07:00</updated><title type='text'>Dapper CD Please!!!</title><content type='html'>Dapper CD Please!!!&lt;br /&gt;&lt;br /&gt;For the love of Ubuntu, please send me a  cd of Ubuntu (or Kubuntu) Dapper (Beta is fine).&lt;br /&gt;&lt;br /&gt;I'm still on dial-up that's why I can't download it on my own.  My mailing address is at:&lt;br /&gt;&lt;br /&gt;David T. Asuncion, Jr.&lt;br /&gt;c/o Office of the Mayor&lt;br /&gt;Gerona Town Hall&lt;br /&gt;Pob. 3, Gerona 2302, Tarlac.&lt;br /&gt;&lt;br /&gt;Please!  Im dying to have one!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-114767912226347617?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/114767912226347617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=114767912226347617' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114767912226347617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114767912226347617'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/05/dapper-cd-please.html' title='Dapper CD Please!!!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-114722957878736568</id><published>2006-05-10T09:48:00.000+07:00</published><updated>2006-05-24T09:35:50.463+07:00</updated><title type='text'>Webserver Down, I Repeat...</title><content type='html'>Aaarrrrgghhhh!!!&lt;br /&gt;&lt;br /&gt;Our webserver for www.gerona.gov.ph is under attack by some bot that eats up our bandwidth...&lt;br /&gt;&lt;br /&gt;That is why in only ten days, our 2 Gb bandwidth is gone.&lt;br /&gt;&lt;br /&gt;I have to do something but I have to wait for 20 days more.  Inis.  I will really work hard to transfer it to Joomla or any other open source CMS.&lt;br /&gt;&lt;br /&gt;Any suggestions?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-114722957878736568?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/114722957878736568/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=114722957878736568' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114722957878736568'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114722957878736568'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/05/webserver-down-i-repeat.html' title='Webserver Down, I Repeat...'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-114655873616130194</id><published>2006-05-02T15:28:00.000+07:00</published><updated>2006-06-28T16:46:45.746+07:00</updated><title type='text'>Ubuntu Printer Sharing: a Repost</title><content type='html'>This is a re-issue of my blog post on my previous pseudo tech blog... and its my personal favorite coz it has been a "bestseller".  I hope it helps!&lt;br /&gt;&lt;p&gt;I want to share my HP printer (old) to other computers (Ubuntu and Window$ boxes) in a LAN.  &lt;/p&gt; &lt;p&gt;There must be some other ways to do it but this is how it worked for me (learned it with Mr. Google):&lt;/p&gt; &lt;p&gt;Backup your /etc/cups/cupsd.conf:&lt;/p&gt; &lt;p&gt;&gt;&gt; sudo cp /etc/cups/cupsd.conf /etc/cups/cupsd.conf.backup&lt;/p&gt; &lt;p&gt;Edit /etc/cups/cupsd.conf:&lt;/p&gt; &lt;p&gt;&gt;&gt; sudo gedit /etc/cups/cupsd.conf&lt;/p&gt; &lt;p&gt;Delete everything in the file and replace it with the values below (replace 192.168.0* appropriately with your LAN configuration):&lt;/p&gt; &lt;div class="code"&gt; DefaultCharset notused&lt;br /&gt;LogLevel info&lt;br /&gt;Printcap /var/run/cups/printcap&lt;br /&gt;User cupsys&lt;br /&gt;Group lpadmin&lt;br /&gt;RunAsUser Yes&lt;br /&gt;Port 631&lt;br /&gt;Include cupsd-browsing.conf &lt;p&gt;BrowseAddress @LOCAL&lt;br /&gt;SystemGroup lpadmin&lt;/p&gt; &lt;p&gt;&amp;lt;Location /&amp;gt;&lt;br /&gt;Order Deny,Allow&lt;br /&gt;Deny From All&lt;br /&gt;Allow From 127.0.0.1&lt;br /&gt;Allow From 192.168.0.*&lt;br /&gt;&amp;lt;/Location&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;Location /jobs&amp;gt;&lt;/p&gt; &lt;p&gt;AuthType Basic&lt;br /&gt;AuthClass User&lt;br /&gt;&amp;lt;/Location&amp;gt;&lt;/p&gt; &lt;p&gt;&amp;lt;Location /admin&amp;gt;&lt;br /&gt;AuthType Basic&lt;br /&gt;AuthClass System&lt;br /&gt;Order Deny,Allow&lt;br /&gt;Deny From All&lt;br /&gt;Allow From 127.0.0.1&lt;/p&gt; &lt;p&gt;&amp;lt;/Location&amp;gt; &lt;/p&gt; &lt;/div&gt; &lt;p&gt;To enable, do a:&lt;/p&gt; &lt;p&gt;&gt;&gt; sudo /etc/init.d/cupsys restart&lt;/p&gt; &lt;p&gt;On the Ubuntu or Linux boxes where you want to share your printer, open to edit /etc/cups/client.conf:&lt;/p&gt; &lt;p&gt;&gt;&gt; sudo gedit /etc/cups/client.conf&lt;/p&gt; &lt;p&gt;And add the following:&lt;/p&gt; &lt;p&gt;&lt;code&gt;ServerName hostname (hostname or IP of the printer server)&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Once this is all setup, you should be able to go to: System -&gt; Administration -&gt; Printing and in the top tool bar you'll see: Global Settings You'll want to make sure the following is checked:&lt;/p&gt; &lt;p&gt;&lt;code&gt;Detect Lan Printers&lt;/code&gt;&lt;/p&gt; &lt;p&gt;On the Windows boxes, just add the printer server as you normally do.&lt;/p&gt; &lt;p&gt;To make your printer browsesable in a LAN network, edit your /etc/cups/cupsd-browsing.conf:&lt;/p&gt; &lt;p&gt;&gt;&gt; sudo gedit /etc/cups/cupsd-browsing.conf&lt;/p&gt; &lt;p&gt;Simply replace the word "Off" with "On" (without the ""), don't worry...that file has only one line so you won't ever have difficulties finding it. I guess you have to do a "sudo /etc/init.d/cupsys restart" after this. :)&lt;/p&gt; &lt;p&gt;So that's it!  Everybody happy printing their stuff on your HP or any other installed printer on your PC!&lt;/p&gt; &lt;p&gt;UPDATE: To share your printer with Windows PCs, in the add printer wizard there is a step there when you'll have to enter the following lines:&lt;/p&gt; &lt;p&gt;&gt;&gt; http://ip_address_of_server:631/printers/share_name_of_printer&lt;/p&gt; &lt;p&gt;Voila!  That's it mama! &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-114655873616130194?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/114655873616130194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=114655873616130194' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114655873616130194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114655873616130194'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/05/ubuntu-printer-sharing-repost.html' title='Ubuntu Printer Sharing: a Repost'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-26989840.post-114653865334888242</id><published>2006-05-02T09:29:00.001+07:00</published><updated>2006-05-24T09:37:13.420+07:00</updated><title type='text'>Bayanihan:  From RPM to Deb?!</title><content type='html'>Bayanihan Linux 3.1 was my first ever Linux distro.  I got my first every Linux distro CD from ASTI office wherein I also bought BL 3.1 black tshirts.  I was an instant Linux fan.&lt;br /&gt;&lt;br /&gt;It was based on Fedora Core then but it has now switched to Debian thus my excitement!  Well, I have nothing against Fedora.  I just felt that I will be more "at home" using the new Debian-based Bayanihan Linux as I am currently using Ubuntu Linux... where every installation is only an apt-get away. :)&lt;br /&gt;&lt;br /&gt;The following is the annoucement post made by Rage Callao at the Philippine Linux User's Group (PLUG) mailing list, to wit:&lt;br /&gt;&lt;br /&gt;Hello everyone,&lt;br /&gt;&lt;br /&gt;&lt;span id="st" name="st" class="st"&gt;Bayanihan&lt;/span&gt; Linux, a project of the Advanced Science and Technology&lt;br /&gt;Institute of the Department of Science and Technology, has released&lt;br /&gt;the first beta version of &lt;span id="st" name="st" class="st"&gt;Bayanihan&lt;/span&gt; Linux 4.&lt;br /&gt;&lt;br /&gt;This beta/testing release features:&lt;br /&gt;&lt;br /&gt;- Debian Sarge/stable 3.1 based core&lt;br /&gt;- graphical installer&lt;br /&gt;- updated kernel to 2.6.16&lt;br /&gt;- KDE 3.5 desktop&lt;br /&gt;- OpenOffice.org 2&lt;br /&gt;- Firefox 1.5&lt;br /&gt;- Imendio Planner, Kile, KMyMoney2 and Scribus&lt;br /&gt;- GIMP 2.2.10 and Inkscape for graphical editing&lt;br /&gt;- XMMS and MPlayer for audio and video playback&lt;br /&gt;- Guarddog Firewall and Synaptic Package Manager&lt;br /&gt;- Smb4k browser&lt;br /&gt;&lt;br /&gt;To download, please visit: &lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://bayanihan.gov.ph/" target="_blank"&gt;http://&lt;span id="st" name="st" class="st"&gt;bayanihan&lt;/span&gt;.gov.ph&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;We welcome suggestions that will help improve this release and&lt;br /&gt;encourage everyone in the local linux community to contribute. If you&lt;br /&gt;would like to participate in its ongoing development please feel free&lt;br /&gt;to contact us at the below email address or visit us at:&lt;br /&gt;&lt;br /&gt;ASTI Building, C.P. Garcia Avenue&lt;br /&gt;U.P. Technology Park, Diliman&lt;br /&gt;Quezon City&lt;br /&gt;&lt;br /&gt;email: &lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:bayanihan@asti.dost.gov.ph"&gt;&lt;span id="st" name="st" class="st"&gt;bayanihan&lt;/span&gt;@asti.dost.gov.ph&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;or call: 426-3572&lt;br /&gt;&lt;br /&gt;Following is a preliminary to-do list for those who are interested to volunteer:&lt;br /&gt;* testing/patches/bugfixes/&lt;br /&gt;* a working text based installer&lt;br /&gt;* government forms and permission to include these forms in BL&lt;br /&gt;* wallpapers, graphics, themes&lt;br /&gt;* wine tweaks for apps and games&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I know this is not as big as Ubuntu but hey, this is our very own!  ASTI has also released its CENTos based Bayanihan Server edition.   I am already prodding my friend to download them for me.  I'll keep you all posted :).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/26989840-114653865334888242?l=teqnix.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://teqnix.blogspot.com/feeds/114653865334888242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=26989840&amp;postID=114653865334888242' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114653865334888242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/26989840/posts/default/114653865334888242'/><link rel='alternate' type='text/html' href='http://teqnix.blogspot.com/2006/05/bayanihan-from-rpm-to-deb.html' title='Bayanihan:  From RPM to Deb?!'/><author><name>fishfillet</name><uri>http://www.blogger.com/profile/16183341350078929051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://gerona.gov.ph/dave.jpg'/></author><thr:total>0</thr:total></entry></feed>
