Thursday, December 24, 2009
Ubuntu fixed CD writing
Sunday, December 20, 2009
Virtualbox 3.1.2
With the new version, I can at least regain the connection by change the connection from NAT -> Bridge and back to NAT again as I can dynamically change my connectiont type in the new version. It isn't perfect, but it gets the job done.
I have tried various virtualization solution, and VirtualBox is still my favorite due to its wide range of supported formats, and its speed. While we are talking about speed, the latest version finally fixed the Hardware Virtualization support on my VIA chipset motherboard. Previously, it would caused BSOD, but now, it works perfectly! Hurray!
Friday, December 11, 2009
Chrome
For my date to date browser, I will still do it on Firefox as there is nothing come close to its plug-in ecosystem. However, Chrome has its places for certain "application" where tabs needed to open and close constantly. With Firefox, activities of such would gradually degrade its performance due to memory issues. If Chrome can manage memory as it advertise, it should handle this type of situation much better with its process base tabs. Well, time will tell.
Saturday, December 5, 2009
AutoMKV
Wednesday, December 2, 2009
Wednesday, November 25, 2009
Open commend prompt at the current directory
Thursday, November 12, 2009
Problems with Dreamweaver
Dreamweaver creates a cache file called WinFileCache-********.dat or MacFileCache-********.dat inside your personal Dreamweaver configuration folder (the asterisks represent a series of letters and numbers that might differ from computer to computer). This occasionally gets corrupted causing instability, unpredictable error messages, and even crashes.http://progresstechlabs.com/?p=666
Anyway, I followed the instructions as above, and now it back to behaves as it should be.
Saturday, November 7, 2009
exim4
XAMPP is a great tool for quickly setup LAMP infrastructure for web application development. However, getting the mail function to work under Linux can be a bit challenging.
After many hours of battle, I finally got it working. The step I used on my Ubuntu setup are:
- Running the dpkg-reconfigure exim4-config, and follow the onscreen instructions.
- Editing the /etc/exim4/passwd.client file to setup the authentication details if your smtp server needs authentication (ref: http://www.lexspoon.org/linux/smtp-relay.html).
- restarting exim4 by running /etc/init.d/exim4 restart
- cross your figure and hope mail works!
Monday, November 2, 2009
Sound works!
- video - it is painful to use VESA driver as it makes every slow. It really hurts the first impression!
- sound - well, it works, but the sound control is a mess! For instance, there is a slider for main volume, but it doesn't work. You need to use the PCM slider to get things work.
- FLAC + CUE
Also, sound control has finally got the polish it needed! There is a slider, and a slider works!
Just for these features alone, Ubuntu 9.10 is a worthy upgrade!
Sunday, November 1, 2009
Migrate to Karmic Koala
Wednesday, October 28, 2009
Create split virtual HD for VirtualBox
VirtualBox is a great tool and I like it a lot. However, the inability of creating split virtual hard drive into 2GB chunks can be a problem at times. Most flash pen drives use FAT32 to maximize its compatibility with different OSes, but at the same time this limits the maximum file size to 2GB. The inability of spliting virtual drive into 2GB blocks makes transporting native VDI image files used by VirtualBox impossible. However, there is a workaround as VirtualBox is also compatible with images created by VMWare which allows split images.
Today, I found this website which allow people to create empty VMware compatble images without using a VMWare product.
http://www.easyvmx.com/new-easyvmx.shtml
With the help of this link, you can now create virtual machines with split file feature under VirtualBox.
Sunday, October 4, 2009
Fix VFS Invalid Compression Format
Today my laptop lookup while it was updating, and I had to hard reset it. However, the system won't boot up properly, and instead, it gave me the Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block error. I have tried a number of suggestions found in Google, but didn't have much luck. Eventually, I managed to restore my system by the following.
- Boot up the system using a LiveCD. (I was using the Ubuntu 9.04 Desktop live CD)
- Open a command prompt, and sudo -s to become a super user
- Mount your boot partition, i.e. mount /dev/sda1 /mnt/
- Use chroot to become the root user of the newly mounted partition, i.e. chroot /mnt/
- Use aptitude search linux to find out the available images package on the repository
- Reinstall the image, i.e. aptitude reinstall linux-image-2.6.28-15-generic
- After it all done, get your fingers crossed, and reboot the system
With some luck, you may be able to get a working system back like myself.
To be on the safe side, I have rerun the aptitude reinstall linux-image-2.6.28-15-generic command again after I booted back to Gnome.
Saturday, September 5, 2009
Opera 10
Tuesday, September 1, 2009
Opera setup
deb http://deb.opera.com/opera stable non-freeto the Software Source (under System->Administration). After add the key from http://deb.opera.com/. Now Opera should be on your repository and ready for you to install.
Also refer to instruction on Opera's site http://www.opera.com/support/kb/view/841/
Monday, August 24, 2009
Off Topic: MCE 2005
Tuesday, August 4, 2009
Improving media playback
Saturday, July 11, 2009
Opera mini and my nokia e63
Wednesday, June 24, 2009
xorg.conf
Wednesday, June 17, 2009
Linksys HP200
Tuesday, May 12, 2009
Printing with Windows shared printers
Sunday, May 3, 2009
Chinese ... another step closer to ditching Windows
Windows 7 and my VirtualBox
I have just installed Windows 7 RC on VirtualBox to see how it compares with XP on the same setup. Well, it isn't doing so well. System monitor reported it used more CPU and more memory. If you are thinking of replacing XP on your Netbook with Windows 7, you may want to hold your thought. At least I will after this experience. I guess this explains why Microsoft has extended XP license for Netbook again.
Another negative aspect of Windows 7 is its footprint. Windows XP consumes about 3GB with minimal installation, i.e. Windows itself and AV software. Whereas Windows 7 takes over 6GB as it stands now with minimal installation. Again, this isn't something good for Netbooks which tends to have relatively small hard drive.
Wednesday, April 29, 2009
Virtualbox and Linux
Sunday, April 26, 2009
Virtualbox and Graphics Acceleration
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: Chromium
server glx version string: 1.2 Chromium
Jaunty
Sunday, April 5, 2009
Joining MTS files
Sunday, March 29, 2009
VLC 0.9
http://ppa.launchpad.net/c-korn/ubuntu hardy main
Monday, March 23, 2009
Mac and NTFS
http://code.google.com/p/macfuse/
http://macntfs-3g.blogspot.com/
Tuesday, March 17, 2009
Handbrake
https://edge.launchpad.net/~handbrake-ubuntu/+archive/ppa
Happy encoding!
Sunday, March 15, 2009
CUE+FLAC playback with Audacious
Monday, March 9, 2009
necflash
sudo ./necflash -flash -s <firmware file> <device>
The -s switch implicitly agrees the license agreement, and left with the prompt to confirm the writing process. This allowed to me to proceed the writing!
DVD playback
sudo apt-get install totem-xine libxine1-ffmpeg libdvdread3
sudo /usr/share/doc/libdvdread3/install-css.sh
OpenOffice 3
http://www.rebelzero.com/ubuntu/ppa-for-openofficeorg-301-for-hardyintrepid/94
Monday, March 2, 2009
Modeline
http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
This website helps you to generate a modeline for you display.
Sunday, March 1, 2009
Linux auto screen resize in VirtualBox
Monday, February 16, 2009
Path for firefox plugins
/usr/lib/firefox-addons/plugins
or to the
$HOME/.mozilla/plugins
Sunday, January 4, 2009
Logs
# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed
#compress
# packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp, or btmp — we'll rotate them here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
rotate 1
}
/var/log/btmp {
missingok
monthly
create 0664 root utmp
rotate 1
}
# system-specific logs may be configured here