Wednesday, February 6, 2013

What are the benefits of a Linux operating system?

Q. I've used Windows and and Mac operating systems, but never Linux. Are there any benefits to having a Linux operating system? Are there any disadvantages? Are they more likely to contract a virus?

A. A more informed user primary benefit.

Quicker more efficient system with less overhead and shit loads of free software. other beni

It won't make you a sandwich disadvantange.

Much less likely to get a virus, and if it does odds are it won't affect your machine but if you do get one you install Linux with a seperate home partition.

so when you have to format you just format your root partition.

Just for the record a Java/Flash/pdf buffer overflow attack can do just as much damage as a virus or more and is cross platform.

Typically these types of crap is put in pron and stuff people like to steal ie P2P over vuze or utorrent and stuff like that.


Most Linux users still Dual boot, just like allot of mac users boot camp.


Best place to start with Linux is to get Ubuntu and run the live Cd and see if you like it, you can also test your drivers running the live cd.

If you use Ubuntu you will probably need Ubuntu restricted extras from synaptic and a bunch of other stuff

You might run into problems with wireless drivers

What Linux operating system is best for a home audio and video recording system?
Q. Me and my friends are starting a band from scratch. We are building a computer from scratch and using a Linux Operating system to power it, but which distribution is the best for audio and video recording for a band?

A. Don't know about the "for a band" spec, but check out

64 Studio and

an Ubuntu clone that is for audio / video - it may be called mediabuntu or studiobuntu or something similar - do a google search on it

How to capture C and CPP files in the linux operating system?
Q. I am new to linux and have been trying to figure this out forever for a homework assignment! I am supposed to use appropriate linux commands to capture all "C or CPP" files in the linux operating system and make a list of the files. I am using Xubuntu. I am a beginner and could use any advice! Thanks!

A. What does it mean to capture a file??

If you mean to find the files and list the results, use the 'find' command to search for *.c and *.cpp files in the whole system. You will get the result on the screen, and you can redirect the output to a file.

To find *.c files:
find / -name *.c

To find *.cpp files:
find / -name *.cpp

Explanation: the "/" means to start the search at the top of the file system, meaning that the search will include all the system. The "-name" means to search by name, and "*.c" is the file pattern you want to find.

To redirect the output, use "> output_file" for example:
find / -name *.cpp > output_file

Hope it helps. See the manual page 'man find' to learn more.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

No comments:

Post a Comment