Thursday, April 4, 2013

What do you think are the advantages and disadvantages to the computer buyer when using one of the free?

Q. operating systems such as google chrome and linux rather than windows?

A. i don't know about linux
but google chrome was designed to be fast
A great OS for something like net books that are only really good for watching videos and social networking
so it woulnd;t be able to do much in the way of gaming or high demand software

that was the last time i herd about google chrome a while ago it might be different now

What do you think are the advantages and disadvantages to the computer buyer when using one of the free?
Q. operating systems such as google chrome or linux rather than windows?

A. 1 If the computer already comes with Windows, there's no point in wiping it to install a free OS (although that is what I would do)

Pros:
It's free :)
There is a large and supportive community for some linux OSes (if you're willing to learn a little bit)
Linux is highly customizable
There is a lot of cool effects available for some GUI's
Most of the software is free open source alternatives to Windows software
Any one can modify the code of software to improve it
Little to no virus problems, I have no antivirus installed
Being made easier all teh time

Cons:
Can be difficult to migrate from windows
A lot of things are difficult to do (although constantly being made easier)
Some Windows software can be difficult to get working in linux
Software is open source so anyone can modify/look at the code (pro or con)
Difficult to choose a good distro
A lot of command line typing

All in all migrating to linux is a good strategy if you want to save a few hundred $ and are really willing to learn. If you want everything to just work the same then save yourself the anger and just pay out. If you really are willing to learn however there are many people who will help you get started with linux.

What do you think are the advantages and disadvantages to the computer buyer when using one of the free?
Q. operating systems such as google chrome or linux rather than windows?

A. Windows = lots of easy to install software, not very reliable(frequent crashes/freezes), is slow, tracks everything you do and sends it to microsoft(really!)

Linux = Fast, very stable(almost no crashes/bsod's), the new "package-installers" make installing software easier than it used to be, no help(use well maintained forums to get help), no behind the scenes data collection, stick to the popular versions(called "distros")

Chrome = coming out soon, Google's OS. Since it is google it is all spyware. Supposed to be fast, designed more for netbooks and using "cloud storage" to give you unlimited storage space on google servers for free(until you are hooked, then they will begin charging you to access your own data). All of the data you store will be scanned for unlicensed songs, films, kiddie porn, etc. If they find any expect a visit from the Man and a lawsuit from Sony Music.

Best sloution: dual boot Win XP sp3 and Ubuntu Linux, then you can have both while you learn more about linux, slowly phase out windows use. With the new Ubuntu you can access your WIN files! See youtube vids for dual boot tutorials



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How can I mount a disk I unmounted on my Mac?

Q. I ejected one of my hard drives by accident and when I tried to mount it again, it says "Mount failed. Try running first aid on the disk and then retry mounting. I ran first aid (both verify and repair disk) and that failed as well. It's an almost new disk with all my most important files (of course). The recommended action by First Aid is to erase and reformat.

A. If you're familiar with the Terminal application you could try getting the drive mounted via the command line. The programs you'll likely need are "fsck" to make sure the partition is clean and "mount" to actually mount the partition. Unfortunately those tools have a bit of a learning curve if you don't have any UNIX/Linux background.

Another option is other GUI-based disk/mount utilities. "Mount Me!" has worked for some people but I haven't had a need for it personally.

My computer memory is split in to two drives on linux, How to utilize it?
Q. I'm not very pro-efficient at using Linux yet. My laptop has 320GB of memory but on this partition I only have 90GB or less. How to open the other partition or make use of the rest of my memory?

A. Your drive is split into partitions, your memory isn't split.

Just make a mount point and mount the other partition.

Is there a linux program that would allow you to copy video games?
Q. Im new to Linux, and a saw some cd and dvd rippimg programs. I was wondering if there is one for video games. Or would a dvd/r ripper work to?

Yes, I is noob!

A. Linux is a Unix derivative, so among the things -- call them cultural -- you are unlikely to have looked at is the preference for using several small programs rather than one large one for doing tasks. Thus, the program k3b mentioned above, while I use it, is what is called a mashup which provides a GUI for several command line programs (which I also use when relevant) and which -- philosophically -- should be able to copy anything, even if it runs on a radically different architecture.

Insert your disk and open an xterm. Close any program which wants to open -- OR MOUNT -- your disk automatically and unmount it if it was mounted.

type "dd if=/dev/hdc of=<myfile.iso>" /dev/hdc is a standin for your cdrom or dvd in the /dev directory and <myfile.iso> is a standin for whatever you choose to call the file, but if it's from a computer cd or dvd name it iso.

Check to see you got a true copy of the image. Do a "md5sum /dev/hdc && md5sum <myfile.iso>" That generates a hash number twice (the && means run a separate command) and if the two hash numbers agree then you have a true byte copy image.

Then burn the iso image to disk.

It's not that hard.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What exactly is so great about linux?

Q. I have tried Ubuntu out once but I didn't really see the point of it and I ended up going back to windows 7. What does linux have to offer that windows does not (apart from the fact that its free)? I'd really love to learn more about linux and play around with it (especially customizing it and tweaking settings to personal preference but I don't know if that's what it's about).
Oh and can someone also please recommend a (or perhaps a few) versions I should try out?

A. I'm so glad you ask this question!
Well, linux is great from many points of view. I hope you take your time reading this, and I hope this will prove helpful to you! :D

1. The main one, which is definitely the best thing for an every-day user is the fact that Linux is virus-free. No antivirus, no problems at all with malwares or malicious software.

2. Open source. Open source doesn't mean ONLY that it's free. Aside of the fact that you have FREE licensed OS, there is a huge open source community, constantly working on your linux version (we call them distributions), fixing bugs, or dangerous leaks and making it better, and better every day. With linux, you will always benefit from the latest updates, which is great.

3. Great security. Having no viruses, being open source (constantly updated), with Linux you can be sure you're system is as secure as it can be. As for myself, I feel secure ONLY on Linux.

4. Optimal. Linux is, no doubt, optimal! It is very fast, even on slower computers. As an example, at the Informatics Olympiads in my country, they test the sources both on Windows and Linux, and Linux is faster all the times, sometimes even twice. Linux is faster because of it's relative simplicity, because of it doesn't have all those additional programs which Windows needs for pretty much everything to slow down your computer.

5. Support for all standard formats. With Linux, you are off to go from the moment you install it. It supports pretty much EVERY standard format there is. In windows, to emulate an .iso you need a program (in Linux you don't; of course you can install, if you want a nice user interface), In windows to unzip a .zip you need a program (in Linux, you don't) etc. etc.

6. Great control over your OS. In Linux you got the Terminal, which allows you to do EVERYTHING you want (including to screw up your computer, believe me :)) ). Basically, in Linux you control the system. In Windows it's different, Windows is a closed box, you can only see it's outside. You are forced to use what they give you, how they give it to you. In Linux you can use what you want, how you want. And that's nice.

7. Just like the OS, you benefit from a lot of open source software, which (some of them) are great! Like GIMP instead of Photoshop, Blender instead of... well instead of nothing because Blender is the best out there for 3D Modelling (IMO)..., Inkscape for vector graphics etc.

8. WINE. If you still need a certain program from Windows which doesn't have a version for Linux, there is WINE. WINE is basically a thing which lets you install and run Windows programs as your Linux would be Windows. You can very well install MSOffice, Photoshop, Dreamweaver, anything you want. Even games! Yes, you can play windows games on linux with WINE. For some of them, you may get even better performance than on Windows itself. With a little bit of learning it's ropes WINE will make you forget about windows.

9. Customization! That's another great thing of Linux. On Linux you can customize, tweak, modify anything at your pleasure, given that you know how to do it. Of course, some of the things you can customize easily, some of them harder, but there's always that feel of happiness when you make your system look like you want to. And when you know you did it!

At first, I would suggest you to use a dual boot: Windows 7 and Linux, so that you can switch to Windows whenever you need, until you get familiarized with linux. For this, it is necessary to install Windows first, and then Linux with it's bootloader so that it recognizes both Windows and Linux at boot.

Finally, as you requested, here are some versions (distributions, like I said, or shorter distros):
1. Ubuntu - it is great, user friendly. If you want full customization you should try older versions of Ubuntu, like 10.10 or 11.04. http://ubuntu.com/

2. Linux Mint 12 - the distro I'm using now. It's as great as Ubuntu, if not greater. It's interface is very very nice, and I love it. http://linuxmint.com/

Have a nice day, and good luck on learning the ropes to this great system, Linux!
I hope I helped!

Is it safe to have two different antivirus programs; one for your home computer and one for your flash drive?
Q. So my question's just that. I've learned that it's bad to have more than one antivirus program running on a single computer, but I was wondering, is it okay to one antivirus for my actual at-home computer, and a separate antivirus for the flash drive/portable device? Please and thank you.

I currently have avast! for my home computer and I'm thinking of getting ClamWin for the flash drive.

A. You need to get one antivirus program, one firewall and some spyware/adware/malware removers if you don't have it.
I use Norton Internet Security (antivirus, spyware, firewall, add blocker, mail spamfilter, pop up blocker etc) Ad Aware, Spybot and more on my desktop running XP Home SP2 with Firefox and Yahoo Toolbar with pop up blocker.
On my laptop i have Ubuntu 7.04. No security needed in Linux, but i use antivirus and firewall. Firefox is standard.
I have no virus, spyware, adware, pop ups etc on my computers.
Mozilla Firefox and Opera are safer browsers to use then Internet Explorer.
http://en-us.www.mozilla.com/en-US/produ...
http://www.opera.com/

Here are some free programs.
BitDefender Anti-Virus Free.
http://www.bitdefender.com/PRODUCT-14-en...
Avast Anti-Virus Free.
http://www.avast.com/eng/avast_4_home.ht...
AVG Anti-Virus Free.
http://free.grisoft.com/doc/2/lng/us/tpl...
Avast Virus Cleaner - free virus removal tool.
http://www.avast.com/eng/avast-virus-cle...

Where do I download a good free antivirus?
Q. I am looking for a good free antivirus on the internet to download for my pc. Any help?

A. www.linux.com

Has a longer track record than any anti-virus of not getting infected.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How to add Commands on Minecraft server?

Q. I just made a Minecraft server via linux, can somebody walk me through step by step how to add commands? Also, how to whitelist and black list, also, how to create user groups? Thanks!

A. You need to give a little bit more detail, we need to know if you are using Craftbukkit, or just a regular server, as installing mods that give commands on Craftbukkit servers is WAAY easier, since you just add the jar file into a plugins folder, but on a regular server, each mod's installation varies and it can be complicated.

For white listing, go to the server properties file, then set whitelist to 'true' and then go to the whitelist file and add the usernames of those on the whitlist. A blacklist is not needed as anyone not on the whitelist will not be able to get in, or you can just use the /ban or /banip command that comes as standard.

how to define variables and constants for a linux user account?
Q. Say I created a linux user account called john. John wants to create a variable called MYVAL with the value Hello World in the linux shell (bash)

MYVAL = 'Hello World'

John does not want to redeclare this variable everytime he logs in. Is there some linux config file or start up file john can declare this variable in such that it will populate every time he starts up his machine?

A. Declare them in your .bashrc file by copying and pasting that line

How to create a use on Linux, allow them to login with a certain password and make them a memeber of a group?
Q. I need to create multiple users, allow them to login with a certain passwork say "fire" and then make them members of a group? How would I do that.

A. need more info. what is the distro your using? it matters. if your using a modern full featured distro like ubuntu then you can do it through System -> Admin -> Users and Groups. If you are using a non full featured linux distro like crunchbang then you need to do it through the terminal. terminal would be "sudo adduser" without the "". you will have to add arguments to that command. for full help with that type "adduser --help" it will tell you everything you need to know. the terminal option will be available on all linux distros.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What do you think about Valve entering the console market with their steam box?

Q.

A. Here is what I got
-----------------------
Gabe Newell confirms the company is working on hardware to compete with next generation consoles.
Valve is known for keeping their cards close to the vest, but every once and awhile, founder Gabe Newell opens up a bit. The legendary CEO was on hand at Friday nightâs VGA awards, and confirmed during an interview with Kotaku that a Steam Box would go head to head with the next generation of consoles.

Valve seems to have been empowered by consumer interest in âbig picture modeâ, and is actively researching new and interesting ways to make PCs work better in the living room. The fact that Steam now runs on Linux could also help keep costs down. The prospect of a Steam Box in the living room brings to mind endless possibilities, but Newell was careful to manage our expectations when it comes to added functionality.

"Well certainly our hardware will be a very controlled environment," he said. "If you want more flexibility, you can always buy a more general purpose PC. For people who want a more turnkey solution, that's what some people are really gonna want for their living room. The nice thing about a PC is a lot of different people can try out different solutions, and customers can find the ones that work best for them."

A locked down Steam Box running Linux probably wouldnât be all that useful, however, Newell made it clear that third party OEMâs were welcome to join the party as well.

What is the best and easiest-to-manage Linux OS / POP / SMTP server for a novice Linux administrator?
Q. I am a novice Linux server admin (I can us SSH, vi, cron, and understand config files), but I am willing to learn. However, I do not have hundreds of hours to research and learn all the ins-and-outs of Linux. I need something fairly turnkey:

What is the best server software that will do all or most of the following:
- POP3 server
- SMTP server
- Webmail server (with good standard features, like WYSIWYG editor, attachments, etc.)
- Web-based end-user configuration tools
- Anti-virus
- Anti-spam (blacklists and whitelists & RBL support required, spam filtering logic a plus)
- Authentication data stored in a database for easy management.
- POP-before-SMTP authentication

Similarly, I need to pick the best Linux OS to run this puppy on. I would like an OS with a wizard install, and one with adequate security for a publicly accessible server.

Last of all, it would be great if all of the above would be freely available for commercial use.

Thanks for your help!

A. There is a fantastic tutorial on qmail at the links below. qmail is very secure and is widely used. Many developers have ported it to the application extensions you want to use, like WebMail, anti-virus and anti-spam.

This should at least get you started.

Good luck.

What is the budget version of the windows home server?
Q. same function but cheaper

A. According to Google the price ranges from $140-$180. The low price listed was from newegg.com I am talking about the software only here. If you don't have a PC to run it on your going to have to pay for that too.

A cheaper version of the same functionality would be a Linux distribution. There are some companies that offer a free implementation that does the many of the same things offered by the windows home server. But I suspect the windows home server offers wizards and other turnkey functionality that is often missing in a Linux solution.

After looking at the information provided I think you would still have to buy a URL and static IP address or else rent space on a dynamic URL dns as well as have permission to be using your access to run an internet server.

One of the Linux links claims that windows home server is nothing but a print and files sharing server. I believe that is wrong because when I read the fine print it refers to things that I interpreted to mean a web server was being made available on the internet.

Considering how expensive most Windows Servers are, this is a very low price (most Windows servers start at $500+)



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Can you change your Linux Software into Windows Vista?

Q. I got a laptop and I am fed up with the Linux software in it! Is there any free programs where I can download my Linux to Vista? Links appreciated! I was just wondering if there any Mac Links too? Thank you

A. You would have to buy windows vista, and then reformat your hard drive and install vista on it.

Is Isilo software compatible with the enTourage Edge E-Reader?
Q. I have an enTourage EBook reader with the Linux with Andriod Google operating system. Do I use the Isilo for Andriod software or the IsiloX for Linux software?

A. Some are. It depends on your version.

Why will some people buy anything shiny that is made by Apple?
Q. Half the products apple sells have crippled software that wont let you install 3rd party applications. Wouldn't you rather have windows or Linux software that would allow you to do anything you want it to?

A. most likely, as long as it has the apple symbol thing and it costs lots of money, peopel will buy it.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How to add a picture on top of my video in Windows Live Movie Maker?

Q. I recorded a video, and I want to put my logo on top of the video, and it be their the whole time the video is running. Is this possible?

A. In the apps I use (all Linux), you just make a transparent-background logo and put it on a separate track to be overlaid on the other tracks. You can fade it in and out too.

What is the linux command to list every file on the computer ?
Q. I know in DOS you do dir /s for the entire system. What is the linux equivalent ?

A. ls -Ra /

That is LiSt Recursively All files starting with / (the top level).

Where can I find some very good linux software?
Q. I downloaded linux ubuntu as a second OS next to windows, I coudn't find any software for it, whre can i find some good software.

A. Ubuntu comes packed with a variety of free soft-wares already. Check in the 'Applications' on your top left-hand side.

If you want to install additional soft-wares, use the synaptic package manager (System > Administration > Synaptic Package Manager) click 'Reload' for synaptic to get the latest updates. Then type in the keywords or name of the software you want into the search bar, it will filter out, right-click on what you want to install and choose 'mark for installation', click 'Apply' to proceed



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Newer Posts Older Posts Home