Ssh, linux
online marketing
Home
Business
Internet
Market
Stock
Downloads
Dvd
Games
Software
Office
Parent Category
Child Category 1
Sub Child Category 1
Sub Child Category 2
Sub Child Category 3
Child Category 2
Child Category 3
Child Category 4
Featured
Health
Childcare
Doctors
Uncategorized
Saturday, 30 January 2010
HowTo Find out if Installed Linux is 32 bits or 64 bits
02:53
No comments
To figure out whether we have installed Linux is of 32 bits or 64 bits, you can run the following command in a Terminal:
uname -m
The possible outcomes and their meanings are:
* i686 : Installed 32-bit version.
* x86_64 : Installed 64-bit version.
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Home
0 comments:
Post a Comment
Social Profiles
Popular
Tags
Blog Archives
Popular Posts
eBook - Java Application Development on Linux
" Java™ Application Development on Linux® - Free 599 Page eBook " Linux is the fastest-growing Java development platform because i...
Bash Script: Using IFS to split the strings into tokens
IFS ( Internal Field Separator ) is one of Bash's internal variables. It determines how Bash recognizes fields, or word boundaries, when...
Configure Squid Proxy with ClamAV Antivirus using HAVP (HTTP Anti Virus Proxy)
HAVP (HTTP Anti Virus Proxy) is a non caching proxy which scans for viruses with ClamAV anti-virus scanner at the same time. The main aims a...
Easy steps to tune-up your Ubuntu / Kubuntu Linux System
Below are few very simple and easy steps to fast tune your Ubuntu / Kubuntu Linux system. Disable IPv6: IPV6 got many new exciting features ...
Bash Script: How read file line by line (best and worst way)
There are many-many way to read file in bash script, look at the first section where I used while loop along with pipe (|) ( cat $FILE | whi...
Web Based Linux Command Line SSH Terminal - Ajaxterm
Ajaxterm is a web based terminal written in python and some AJAX JavaScript for client side. It can use almost any web browser and even wo...
Detect Directory Traversal Vulnerabilities on HTTP / FTP Servers - DotDotPwn
THE AUTHOR IS NOT RESPONSIBLE BY ANY DAMAGE THAT THIS SOFTWARE MAY CAUSE, THIS TOOL WAS DEVELOPED FOR SECURITY RESEARCH PURPOSES, USE THIS B...
PyMT - Library for developing multi-touch applications
PyMT is an open source library for developing multi-touch applications. It is completely cross platform ( Linux/OSX/Win ) and released under...
Network Traffic and Bandwidth Monitor - NTM (Network Traffic Monitor)
NTM ( Network Traffic Monitor ) is a monitor of the network and internet traffic for Linux. NTM is useful for the people that have a intern...
Convert your media files to all the popular formats - Format Junkie
Format Junkie is an Graphical User Interface user-friendly application with lots of options, which can convert your media files to all the ...
Blog Archive
►
2013
(42)
►
April
(2)
►
March
(13)
►
February
(10)
►
January
(17)
►
2012
(167)
►
December
(6)
►
November
(12)
►
October
(19)
►
September
(13)
►
August
(13)
►
July
(16)
►
June
(9)
►
May
(16)
►
April
(10)
►
March
(20)
►
February
(18)
►
January
(15)
►
2011
(141)
►
December
(21)
►
November
(12)
►
October
(16)
►
September
(12)
►
August
(14)
►
July
(10)
►
June
(11)
►
May
(4)
►
April
(10)
►
March
(1)
►
February
(12)
►
January
(18)
▼
2010
(219)
►
December
(25)
►
November
(19)
►
October
(22)
►
September
(19)
►
August
(27)
►
July
(21)
►
June
(12)
►
May
(23)
►
April
(19)
►
March
(16)
►
February
(14)
▼
January
(2)
iptstate - Display IPtables state information in a...
HowTo Find out if Installed Linux is 32 bits or 64...
Categories
ubuntu
(1)
//PART 2
0 comments:
Post a Comment