30
Jan
Posted in Others | 9 Comments »
1. Sign and install MapDrives v1.00 DiskAdmin Unsigned.sis
2. Install JBak TaskMan v1.00 R5
3. Copy MapDrives.txt to E:\
4. Copy Hack folder to E:\
5. Open JBak TaskMan and go to Struments -> Start App.ini -> select MapDrives -> Program Rule -> select “Autostart”
6. Restart phone
7. Delete MapDrives and install MapDrive_Y.sis
8. Install Modo
9. Extract installserverOS9.2only.zip. By using Modo, copy installserver.exe to Y:\sys\bin
Download files needed here.
Credits to DeltaFox and Yura-smart
Tags: hack, n82, v30.0.019, v31 firmware, v31.0.016
29
Jan
Posted in Others | 4 Comments »
Finally, this SSH client full final version was released on 26th January. This is the first non-beta release since version 1.3.2 which was dated back on January 2005. It now supports 256-bit AES encryption algorithm.
These are the actual screenshot of PuTTY connecting to my Ubuntu machine.



Download: PuTTY v1.5.0 S60v3
Tags: n95 8gb, OS9.x, putty, putty 1.5.0, s60, ssh, symbian, Ubuntu
25
Jan
Posted in Others | 4 Comments »
Changelog:
- Closing of the SDK security ‘hack’ for jailbreaking personal devices
- Minor bug fixes and cosmetic improvements
- Photo quality improvements (assuming same algorithm tweaks as for N95 classic v31)
- Better browser stability and speed improvements
I have tried twice to update my phone, however I received the same error message (device disconnected) on both attempts. Perhaps the problem is because I’m running WinXP in virtualization. I guess I have to wait until next week where I can update my phone via my PC.
The big question is, is it hackable? The answer is YES!! The procedures are to be done before updating the firmware (which means while you’re still in v30.0.018). But, I won’t post it just yet until I have personally tried it myself. If it works, then I’ll share it here. Otherwise, it would be just a waste.
Tags: 31.0.015, n95 8gb, n95-2
17
Jan
Posted in Linux | No Comments »
It really annoys me when I accidentally scrolled or clicked into something while I’m typing with my laptop. So, I start googling for something to get rid of this problem, and I came across into syndaemon. Syndaemon is a program which monitors the keyboard activity and disable the touchpad while typing. It is included by default in Ubuntu Intrepid.
$ syndaemon -d
-d option specifies the syndaemon to start as a daemon and runs in the backgroud. The default idle-time (time to wait after the last key pressed before enabling the touchpad) is 2 seconds. There are also a few other basic options to suit your needs.
-i : Specifies the idle-time
-t: Disable tapping and scrolling only.
So, for example, if you want to disable tapping and scrolling only, and 1 second idle time before touchpad is enabled again:
$ syndaemon -d -t -i 1
You can also run syndaemon in startup by adding the command at Preference -> Session.
Tags: disable touchpad while typing, intrepid, syndaemon, Ubuntu
1
Jan
Posted in Life | 1 Comment »
Hello 2009..!!
What’s your new year’s resolution??
Tags: 2009, new year, resolution
31
Dec
Posted in Linux | 4 Comments »
Firstly, we need to enable the current user to use VirtualBox. Go to System -> Administration -> Users and Groups. Click Unlock and insert your password. Select your username and click “Properties”. Go to User Privileges tab, tick “Use VirtualBox” and click OK.

Open terminal, and type this command
$ grep vbox /etc/group
Example of the output should be vboxusers:x:<gid>:yourusername
Take note of the <gid> value. Next, edit mountkernfs.sh
$ sudo gedit /etc/init.d/mountkernfs.sh
Insert this line after domount proc “” /proc proc -onodev,noexec,nosuid. Make sure to replace <gid> with the value that you get earlier.
domount usbfs “” /proc/bus/usb usbdevfs -onoexec,nosuid,nodev,devgid=<gid>,devmode=664
Reboot.
Run VirtualBox and your guest OS. Click Devices -> USB Devices and select the USB devices that you want to use in the guest OS.


Tags: intrepid, Ubuntu, usb, virtualbox, windows xp, winxp
30
Dec
Posted in Others | No Comments »
All girls went crazy for this movie.

/b/ FTW!!
Tags: /b/, twilight
30
Dec
Posted in Hardwares, Linux | No Comments »
I needed an entry-level notebook for study and work purpose, so I bought this lappie 4 months ago.
Specs:
- Intel Core Duo T2410 (2.0GHz)
- 2GB DDR2-667
- 120GB HDD
- Intel GM965 Express Chipset (GMA X3100)
- Intel 4965AGN Wi-Fi card
Operating system: Ubuntu Intrepid, Windows XP SP3 (running on VirtualBox)


Tags: 1420, dell, inspiron, T2410, virtualbox
29
Dec
Posted in Linux | 11 Comments »
Pre-requisite:
- Kernel 2.6.27 or higher
- Basic development tools (sudo apt-get build-essentials in Ubuntu)
- aircrack-ng
Make a temporary folder in home directory
$ mkdir temp
Then type this commands
$ cd temp
$ wget http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-228.57.2.21.tgz
$ tar -zxf iwlwifi-4965-ucode-228.57.2.21.tgz
$ cd iwlwifi-4965-ucode-228.57.2.21
$ sudo cp * /lib/firmware/
$ cd ..
$ wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2
$ tar -xjf compat-wireless-2.6.tar.bz2
$ cd compat-wireless-2008-12-28
$ make
$ sudo make install
Reboot.
To confirm, use aireplay-ng to test the packet injection.
$ sudo aireplay-ng -9 mon0

Tags: aircrack-ng, compat-wireless, iwlagn, iwlwifi
26
Dec
Posted in Linux | 1 Comment »
Ever thought of building your own SMS server? Well, here it is..
Pre-requisite:
- GNU/Linux
- CakePHP
- Gnokii / Gnokii-SMSD / GNOKII-SMSD-MySQL
- MySQL
- Apache
- PHP5
- VMware
- Windows XP
A complete step by step guide has been made by bazet. Visit http://cakesms.blogspot.com/ to download it.
Tags: bazet, cakephp, cakesms, gnokii, sms server