Today, my post is about having fun with Bluetooh device in Ubuntu. First and foremost, lets install obexftp and obexpushd package from OpenOBEX project. sudo apt-get install obexftp obexpushd Then, insert your bluetooth device. You should see the bluetooth logo appears in left upper side of your desktop. Else, you can enable it by System [...]
Archive for the ‘Ubuntu’ category
Having fun with Bluetooh in Ubuntu Part 1
Manually start wireless – Ubuntu
Should you hit a problem on failure starting wireless lan automatically after booting up your ubuntu, execute below command to start your wireless Lan. sudo ifconfig wlan0 up
Installing vmware problem
Numerous problem might happen when installing Vmware-Server in your Ubuntu system. As mine after finish installing, some errors occurred when executed vmware /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4′ not found (required by /usr/lib/libcairo.so.2) /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0′ not found (required by /usr/lib/libstdc++.so.6) /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4′ not found (required by /usr/lib/libcairo.so.2) /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0′ not found [...]
Open winmail.dat in Ubuntu
I know that I will have some hard time when using Ubuntu after conversion from Windows Yeah. It hit me today when I want to read a mail with winmail.dat attachment. After some research, I learned to install tnef. Once tnef has been installed, execute tnef winmail.dat . A rar file will be output to [...]
vlc + avi + srt not displayed
Sharing of the day. Keep wondering why my subtitle (srt) cant be displayed when I watch my avi movie with VLC. Though it was not compatible in Ubuntu whereby I was using XP last time which displayed well. Ah Hah. I got the luck solving the problem by edting a file /usr/share/applications/vlc.desktop . Just need [...]
apt-get update
Sometime, you will get GPG error when running apt-get update after adding some unofficial supported list to your Ubuntu list. W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 28A8205077558DD0 After researching around, found a fix for this kind of situation. Type in, gpg [...]