Sharing the Knowledge
Winner is not the one who never fails, but one who never quits
Saturday, April 3, 2010
Latex Cheat Sheet
http://www.stdout.org/~winston/latex/latexsheet.pdf
Saturday, February 13, 2010
Changing Boot Order in Ubuntu 9.10
I have a dual-boot system with Windows 7 & Ubuntu 9.10. Recently I found a difficulty when changing the boot order in Ubuntu 9.10, which was so annoying because changing the boot order was an easy process in the earlier versions of ubuntu where we only had to change the "default=0" parameter in the menu.lst located in /boot/grub to something like "deafult=3".
The difference was made here due to the fact that Ubuntu 9.10 is using an all new Grub V.2.0. Unlike in grub V.1.0 we have to look for a file name grub.cfg to change the grub/ boot order. Since grub.cfg is read-only even for the root, we must change access rights like this.
- sudo chmod +w /boot/grub/grub.cfg (this command will make the file editable).
- sudo gedit /boot/grub/grub.cfg
- Change default=0 to default = 'X'
X - line number of the windows partition in the grub menu – 1
- After saving, make it again read only: sudo chmod -w /boot/grub/grub.cfg
Check whether the boot order is working properly, if not re-check the default parameter.
Saturday, October 10, 2009
SPD-II Online Examination
Study Materials:
Upto XML Serialization:
http://hotfile.com/dl/14572042/a348179/SPD_Online_Examination.pdf.html
A very simple webservice:
http://hotfile.com/dl/14574989/40bf48c/Web_Service.pdf.html
Link to all SPD Labs:
http://hotfile.com/dl/14574219/84c6470/SPD-II(SIXTY).rar.html
Hope this would be useful though its late :p
Saturday, October 3, 2009
Want to remove annoying quiz and application messages from your facebook homepage ?
Facebook Purity is such a javascript that you can install using greasemonkey, and using this script you can hide all the posts from your facebook homepage posted by facebook applications & quizes. Those posts are becoming really annoying since they make your FB homepage a mess and eat out a lot of bandwidth too.
There is an option to unhide the posts just incase if you want to see the posts which are hidden by this script. There will be a link on top of the page like this :
Monday, September 7, 2009
Things you need to know about Movie Sources ?
CAM
Telesync (TS)
Screener (SCR)
DVD-Screener (DVDscr)
R5
DVDRip
TVRip
Workprint (WP)
Asian Silvers / PDVD
These are films put out by eastern bootleggers, and these are usually bought by some groups to put out as their own. Silvers are very cheap and easily available in a lot of countries, and its easy to put out a release, which is why there are so many in the scene at the moment, mainly from smaller groups who don’t last more than a few releases. PDVDs are the same thing pressed onto a DVD. They have removable subtitles, and the quality is usually better than the silvers. These are ripped like a normal DVD, but usually released as VCD.
Tuesday, June 16, 2009
Facebook Hack for Pirate Lovers

To do this, goto language settings page of your profile & scroll down the available languages list & you will find English(Pirate) around the bottom. Select that and save the settings, you will have nice pirate languaged FaceBook profile to work with.
Sunday, May 10, 2009
Port forwarding and creating a Static IP - SLT ADSL users
Most of the ADSL users in Sri Lanka uses SLT Broadband as their service provider. Since a lot of them are using torrent managers and torrents to download their favourite movies and TV Episodes, I thought it would be a good idea to tell them how to retrieve the maximum out of their connections when downloading with torrent managers. I'm not going in to the details of how to tweak your torrent manager and connection and so on. Instead I'll make you aware of a great tweak that will lift the efficiency of your downloads, considerably.
I'll take µTorrent to do the demonstration on a Windows XP system, & µTorrent users may have noticed a small redcolor icon
or orange color icon
staying at the bottom of the µTorrent interface. What we gonna try & do is make this icon, a green colored icon
, so the incoming connections would not be blocked, and the torrents will be processed smoothly. More information on this can be found here. Let's roll,REQUIREMENTS:
- Wired ADSL connection
- ADSL Router
- Administrator Privillages to access the router's interface
- µTorrent as your torrent manager
How to setup a Static-IP ?
- Goto command prompt & type ipconfig /all
- From the items listed, note down the DNS Servers (there must be two IP addresses)
- Go to Control Panel -> Network Connections & right click on the connection thats used for the internet connection & click on properties
- On the general tab select TCP/IP Settings and click on properties button. (See Figure 1.0)
(Figure 1.0)
- Now change to "Use the following IP address" & type an IP address of the format 192.168.1.xxx (xxx could be any number ranging between 2-254) (See Figure 2.0)
(Figure 2.0)
- Subnet mask should be 255.255.255.0, Default gateway should be 192.168.1.1 & fill in the DNS server IP's that we noted in the step 2, and press OK twise.
- Open your browser & see if you can browse internet, if you cant recheck the DNS server IPs that you have enetered.
- Type "ipconfig" on CMD & you will see you newly created IP address being activated.
Forwarding a port to µTorrent
To start the proceeding you have to log in to the router's interface. (for the demonstration I'll be using SLT's Comtrend router). Normally you can do this by typing 192.168.1.1 on your web browser.
- Login by typing "admin" as username & password, since it is the default one.
- From the left side menu goto Advanced Setup -> NAT -> Virtual Servers.
- Click on Add.
- Select on Custom Server & give some name. (eg: uTor1)
- Enter newly created Static IP address as the server IP address.
- Minimize the browser window for a while and open µTorrent.
- Go to Options -> Preferences -> Connection
- Copy the port number used for incoming connections & untick the "Randomize port each start". (If ticked)
- Now maxmize the browser again & paste the port number copied from µTorrent into each four boxes. (Need to fill only one row)
- Select TCP as the protocol.
- Click on Save/Apply.
. If not, check your firewall configuration & see if it is interfering with µTorrent.
