Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Sunday, December 5, 2010

How do I find out If Running Kernel Is 32 Or 64 Bit?

Target Audience: Beginners of Linux/Unix Users


Many beginners of Linux/Unix users might struggle or uncertain when they download softwares for Linux/Unix to choose correct software according to its kernel ie. 32 bit or 64 bit.



The uname command gives you the solution. Execute the following command in terminal:



$ uname -a

If the result contains x86_64, its 64 bit kernel.


If the result contains i386 or i486 or i586 or i686, its 32 bit kernel.

Saturday, December 4, 2010

Using find command in linux

Using find command in linux


find is a powerful command in linux. If u understand it then u can do most thing using it. but in this post i am not going to teach the full power of  it but some basic usage.

This is a simple one finding any .txt file in the home directory of vallu with exact size of 100kb


$find /home/vallu -name "*.txt" -size 100k

here this is a simple one finding any .txt file in the home directory of vallu with size greater than 100kb

$find /home/vallu -name "*.txt" -size +100k
here this is a simple one finding any .txt file in the home directory of vallu with size lesser than 100kb

$find /home/vallu/ -name "*.txt" -size -100k
this is also a simple command which finds any picture with .jpg extenstion which was accesed in past 5 mins


$find /home/vallu/ -name "*.jpg" -amin -5

this command finds any text file which are modified in last one min


$find /home/vallu -name "*.txt" -mmin -1


this command finds any text file which are created in last one day(24 hrs)

$find /home/vallu -name "*.txt" -ctime -1

Friday, December 3, 2010

Get your free personal cloud -Ubuntu One

Introduction to Ubuntu One:


Ubuntu One is a personal cloud for everyone. It's just like syncing files, notes and contacts. You can access your contacts, notes or bookmarks from any computer or the web.
The mind blowing thing in it is you can enjoy accessing your favorite music or stuff from a your iPhone and Android phones. Though this seems to be a small thing it is just not small

now i want to tell the secret that it is not just like syncing files, notes and contacts, its like hosting your personal cloud. woooooo... thats great right. it means you can have your pc where ever and you can share it and if u want u can remove it. ubuntu one gives all cool stuff to monitor the pc, tablets, and what ever u are connected with it.

what u can get with it? ofcrs no need to fly to home if u have all ur stuffs there. what ever u want to do is to sync your folder with ubuntu one.

right now comes with these cool things specified below for free of cost with 2gb of space and if u want more then u can buy some more.
Automatic sync to keep all of your important data the same across all of your computers and your personal cloud.Unlimited computers you can use and there's no limit to the number of Ubuntu and Windows (beta) computers that you can sync.

Anytime, anywhere access everything from your desktop while offline or via a web browser when online

if u are still struck with your virus filled OS. don't worry ubuntu one can be accessed via your OS too. dont think that i am talking about MS platform. i m not gona talk about it anyway. wana try just go to https://one.ubuntu.com/ and enjoy

i have my own cloud with ubuntu one and i have lot n lot of data which i always want to use. guz what its my GF's pics. luv u honey.... ummmmmaaaaaaa.....

Thursday, December 2, 2010

Linux gzip and gunzip commands

gzip:

gzip compresses files in linux and unix.

If given a file as an argument, gzip compresses the file, adds a ".gz" suffix, and deletes the original file. With no arguments, gzip compresses the standard input and writes the compressed file to standard output( use ">" to redirect to a file).

Examples:Compress the file named vallu.txt. Creates vallu.gz and deletes vallu.txt.

$ gzip vallu.txt

Compress the file called vallu.txt. The standard output (which is the compressed file) is redirected by the shell to vallu.gz. Keeps vallu.txt.

$ gzip -c vallu.txt > vallu.gz

note: -c option Write compressed file to stdout and keeps the original file.

Some useful options are:

-1  Performance: Use fast compression (somewhat bigger result)

-9  Performance: Use best compression (somewhat slower)

gunzip:

gunzip uncompresses a file that was compressed with "gzip".

Examples:Uncompress the file named vallu.gz and extracts the vallu.txt in that compressed file and deletes vallu.gz.

$ gunzip vallu.gz

Uncompress the file named vallu.gz and extracts the vallu.txt in that compressed file and keeps the vallu.gz.

$ gunzip -c vallu.gz > vallu.txt

zcat:

zcat is also same as gunzip -c it is basically used to display the content of compressed fule.

Examples:

$zcat vallu.gz

Tuesday, November 23, 2010

UBUNTU the Best Linux Desktop Distribution

There are a lot of Linux distributions that have the primary focus of becoming the next best desktop replacement for Windows or OS X. Canonical's UBUNTU is the great and most contentious group of distro which offers 4 kinds of desktop and special edition for laptops and Live Distros. you can download ubuntu from the following link Download.

Ubuntu edges out its closest contenders, Fedora and openSUSE, because its development team is constantly focused on the end-user experience. Canonical and the Ubuntu community have spent a lot of time and resources on bringing ease-of-use tools to this distribution, particularly in the area of installing Ubuntu and installing applications within Ubuntu.

In addition, Ubuntu's level of support for its desktop products is highly superior, which is important in this class of distributions since it is the most likely to contain users new to Linux. Both the official and unofficial Ubuntu documentation is robust and searchable, a big plus.

Linux and its Advantages

Linux is an operating system that was initially created as a hobby by a young student, Linus Torvalds, at the University of Helsinki in Finland. Linus had an interest in Minix, a small UNIX system, and decided to develop a system that exceeded the Minix standards. He began his work in 1991 when he released version 0.02 and worked steadily until 1994 when version 1.0 of the Linux Kernel was released. The kernel, at the heart of all Linux systems, is developed and released under the GNU General Public License and its source code is freely available to everyone. It is this kernel that forms the base around which a Linux operating system is developed. There are now literally hundreds of companies and organizations and an equal number of individuals that have released their own versions of operating systems based on the Linux kernel. More information on the kernel can be found at our sister site, LinuxHQ and at the official Linux Kernel Archives.

Apart from the fact that it's freely distributed, Linux's functionality, adaptability and robustness, has made it the main alternative for proprietary Unix and Microsoft operating systems. IBM, Hewlett-Packard and other giants of the computing world have embraced Linux and support its ongoing development. Well into its second decade of existence, Linux has been adopted worldwide primarily as a server platform. Its use as a home and office desktop operating system is also on the rise. The operating system can also be embedding into electronic devices such as routers, atm machines etc.



  1. Linux is not only a free operating system. but it also provides free software for everyone.

  2. Linux is virus free operating system.

  3. Linux is Hiperformance sclable and stable

  4. Compatable with atmost all drivers.

  5. Update all your software with a single click.

  6. No need to use software illegally coz linux comes with a huge package of softwares which is larger than windows.

  7. even if u need new software, Don't searching the web, Linux installer gets it for you.

  8. Linux provides the next generation of desktops.

  9. you can customise your desktop.

  10. No back doors in your software.

  11. Enjoy free and unlimited support.

  12. customise your start menu.

  13. you can use MSN, GTalk, Yahoo, AIM, ICQ, Jabber, with a single program.

  14. Keep an eye on the weather using widgets.

  15. Linux works in minamal hardware support


Most people think linux is hard to learn. but it is easy then windows. why dont just give a try on the free software. MINT and Ubuntu would be a good distrubtion for start using computers.