Archive for the Softwares Category

Firefox to set a Guinness World Record

Posted in Softwares | No Comments »

Mozilla Firefox is trying to set a Guinness World Record for the most downloaded software in 24 hours during the Download Day. Be a part of this world record by pledging to download Mozilla Firefox 3 during the Download Day.

http://www.spreadfirefox.com/en-US/worldrecord/

Download Day 2008

2.70MBps~! Am I dreaming??

Posted in Softwares, Windows | 1 Comment »

Decompile Java class file

Posted in Softwares | 1 Comment »

If you happened to download a compiled Java file (.class extension) and decided to view the source code to see what’s going on, viewing with text editor won’t do any good. It’ll end up with output like these:

In order to view the source code, we need to decompile it. JAD is a good example. Just download the .zip file, extract and run. For Ubuntu users, it is recommended to download the statically linked version to avoid any errors upon execution. Extract the files in a directory, open terminal, change directory to the directory you extracted it, and type something like this:

$ ./jad filename.class

Then list the files in the directory using ls command, and you’ll noticed there’s a new file, filename.jad. Open it with any text editor.

$ gedit filename.jad

Now, you can view the source codes.

Xanara Rescue LiveCD (Beta 2.5) review

Posted in Softwares | No Comments »

Ok, so one day you wake up, drink a few sips of your favourite coffee to start your day, turn on your computer and…. OMGWTF!!! You can’t boot into your Windows!! No matter how many times you pressed the reset button, Windows won’t boot at all. And it happens that you have a bunch of important files inside your My Documents folder or C:\ drive. Repairing Windows is a good idea, but what if it’s caused by virus infection?

Xanara Rescue LiveCD is based on Ubuntu 7.10 (Gutsy) and developed by Xanda. It’s still under Beta version but it’s currently stable. Xanara Rescure LiveCD includes all necessary applications and programs for hard disk partitioning and formatting, backup and recovery, and virus scanner. Some examples are:

  • Gparted - partitioning and formatting hard disk
  • mintDisk - GUI disk mounting application
  • TestDisk - recover lost partitions and make non-booting disk able to boot again
  • Cmospwd - view cmos password, backup and erase cmos
  • ClamAV/ClamTK - virus scanner with updated virus signature

It also includes other essential programs such as word processor, multimedia player, instant messenger and internet browser. So, in case if you have no idea how to use a particular tool or encountered a problem, just fire up Mozilla Firefox and google your way through.

  • AbiWord Word Processor - open MS Office document files
  • VLC Media Player - open audio and video files (i.e. mp3, wav, ogg, avi, mpeg, divx)
  • Pidgin - multi-protocol IM (i.e. AIM, Yahoo Messenger, MSN Messenger, Google Talk)

The main advantage of this LiveCD is it’s GUI. Everything can be done via GUI without requiring any single command in the terminal. It’s the only recovery LiveCD which fully provides GUI for backup and recovery process, and it’s simplicity allows those who are not familiar with GNU/Linux to use. User-friendly, effortless, neat, yet contains a great package of powerful tools for recovery purpose.

Visit the Xanara Rescue LiveCD project page here to download and view latest updates.

Install lm-sensors in Ubuntu Gutsy

Posted in Softwares | 2 Comments »

lm-sensors is a hardware monitoring application for linux. It basically monitors voltages (VCore, +12V, +3.3V, etc.), motherboard/CPU temperatures and also fan speed. It’s the same application which i use to monitor my P4 temperature in my previous post. This is a simple tutorial on how to install lm-sensors without any configurations.

First, install lm-sensors from apt-get or Synaptic

$sudo apt-get install lm-sensors

Then, run sensors-detect and answer Yes to all questions

$sudo sensors-detect

Reboot

$sudo reboot now

Next we need to install X Sensors. Go to Applications -> Add/Remove Applications. Type sensors in the search bar and you should see X Sensors
in the list. Tick the checkbox and click Apply Changes and wait until the installation finishes.

X Sensors will be listed in Applications -> System Tools.