When you are not using Singnet lousy modem given to you during sign up, you will have to specify some of the parameters for your third-party modem/router in order to connect to the Internet.
Calling their technical support will be waste of time because most of them don’t really know what is the problem or bringing you go 1 big round.
Ahh… so some of the parameters required to specify for Singnet are as below:
Encapsulation: PPPoE
Multiplexing method: LLC-based
VPI: 0
VCI: 100
MTU: 1400
Well, if your modem or router support the configuring of MTU, then set it to 1400. Don’t ask me why.
Willie Software Configuring router, Singnet, VCI, VPI
Intruding into others privacy is a @^#%$#$ thing. Sometime, people might as a P2P peers tracking your download and speeds during your torrent session.
In order to prevent this, PeerGuardian protects your privacy over the P2P network. This is very good when you are always on torrent.
More information can be found below:
http://phoenixlabs.org/pg2/
Willie IT Security, Software P2P, P2P privacy, protect in P2P
Yes, quite stressful for me.
I am eliminating my tons of need-to-do tasks and clearing obstacles so that I can have a better life ahead. Life is short, we need to make better usage of it.
Someone once said: “Life is not measured by the number of breaths we take, but by the moments that take our breath away.”
Cherish the moments, do what you need to do. Plan ahead and crown the top
Willie Life
As time goes by, the thermal paste residing below the CPU will get dried out and thus, resulting in a poor heat management.
Buying a thermal paste and applying it yourself is the best and inexpensive way of doing it. Below is a guide on applying the thermal paste onto different Intel CPU:
http://www.arcticsilver.com/ins_route_step2intelas5.html
Willie Hardware
A must have plugin for developers using WordPress!
Example in PHP environment:
1
2
3
4
5
6
7
| <div id="foo">
<?php
function foo() {
echo "Hello World!\\n";
}
?>
</div> |
Installation guide:
http://wordpress.org/extend/plugins/wp-syntax/installation/
How to use it guide:
http://wordpress.org/extend/plugins/wp-syntax/other_notes/
Supported programming languages:
- java
- php
- csharp
- css
- mysql
- asp
and many more….
Very good !
Willie Programming, Software
I would like to express my appreciation of thanks to Ming En-chan.
He helped me in resolving my domain DNS issues. Basically, I spent my whole saturday finding webhosting and setting up my new domain name.
It is now finally done. 美美沒跑水…
Willie Uncategorized
My domain http://pcltowing.com expired yesterday.
So I have decided to buy myself a domain name since my father also don’t want to continue his domain.
http://xbfish.info is my new domain name.
Cheap cheap @ only US$2.98
Anyway, USD to SGD is now 1.5++++ to 1
The domain name costs me $3.00+++ Going to utilize it on wordpress soon.
Willie Life
Problem: Install ubuntu first then install Window XP. As a result, the GRUB is overwrite by Window Bootloader.
Solution: Reinstall GRUB.
Boot into ubuntu using the ubuntu disk.
After that, open the teminal.
Type the following commands.
sudo grub
find /boot/grub/stage1
root (hdX,X) – replace X with the value that the find command return. Example (hd0,0)
setup (hd0)
exit
Willie Software GRUB, Ubuntu