Posted in 12 June 2009 ¬ 23:40h.John
Here’s a useful guide for some IT people that are getting into Linux, and more specifically Ubuntu.
Basically, it’s a reference for Windows users to do Linux-type commands. I’ll be adding to this post as time goes on.
Shell Commands
sudo -i set the command shell to have root privileges
Networking Commands
ifconfig shows network information (ipconfig in Windows)
ifdown eth0 [...]
Read the rest of this entry »
Posted in 12 June 2009 ¬ 23:26h.John
Test your ADSL line using the BT test user account Broadband test
If you are unable to connect to ADSL using the login details provided by your ISP, then try the alternatives below to test your connection.
Here are the login settings to use for your router or modem to connect to the BT test domain.
User: [...]
Read the rest of this entry »
Posted in 12 June 2009 ¬ 23:23h.John
I used a regular expression in VB for the first time ever (I think) today!
The reason is that I cached some generated ASP and realised that when I needed to use it on different pages, the id lookup for certain elements would change. So, no problem (except for the fact that I’m coding in ASP):
Dim [...]
Read the rest of this entry »