Some times you need to know , Your Ubuntu / Debian is 32 bit or 64 bit,
You can use the following command
open a terminal and type
$ uname -m
You will get an output like i686 or x86_64
i686 means it is 32 Bit
x86_64 means it is 64 bit
Howto find out Your Ubuntu / Debian is 32 bit or 64 bit
Related Posts:
How to Set Ubuntu Server IPConfiguring Ubuntu Server IP have never been any easier. Just edit the /etc/network/interfaces file using any text editor on the server. By default, y… Read More
How to Change Ubuntu Server from DHCP to a Static IP AddressIf the Ubuntu Server installer has set your server to use DHCP, you will want to change it to a static IP address so that people can actually use it. … Read More
Simple Linux Socket Programming in UbuntuNormally, people start learning programming with some simple typical Hello World sample. However, I'm searching for some challenge as my first try. So… Read More
Extracting RAR files in UbuntuRAR files is common package and compression format that is used by people who share files in rapidshare. As one of rapidshare fan, I always found the … Read More
Finch - How to use Pidgin via Terminal ConsoleFor those who have starts getting in love with Terminal Console in Ubuntu, you may love to be able to do everything from the Terminal console. Even if… Read More
0 comments:
Post a Comment