Thursday, January 31, 2013

What is a good keyboard mouse combo device?

Q. looking for a keyboard that functions as a mouse and board with only one usb input.

linux compatible good quality?

anyone have any good expediences with such hardware?

A. Logitech has good products,I think the latest Keyboard/Mouse uses one wireless USB connection that also will control up to six devices.

How to install wifi usb driver on back track linux or make it to work on vmware?
Q. i have back track linux on vmware and i cant get my wifi device to work i tried to use wifi usb to work but it also dont work i guess i need to install the driver of that usb in BT linux but i dont how
can you please help me ?

A. there is an easy way, Google to find DGTSoft, then you can download "USB Drivers for Windows XP/Vista/7", choose one for your PC, it an scan and find the missing drivers and then install the right ones automatically.Good luck for u!

Is there a modding software like Modio or USB XTAF for Linux?
Q. Is there any modding software that can read from a Xbox 360 memory unit like Modio or USB Xtaf can for Linux. I am currently running Ubuntu 11.04 and can't seem to find anything. Also neither Modio or USB Xtaf work under Wine.

A. http://www.se7ensins.com/forums/topic/201665-tutlinux-xbox-360-usb-mods/



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What is a good Linux 3-D games that does not require internet connection?

Q. I'm just looking for a good Linux 3-d game that is shooter or adventurous game that can be played without the internet.

A. try medal of honor allied assault
open arena and alien arena
half life 2
and
lot of other games for windows using wine windows emulator winehq.com

What Linux games will work with Kubuntu 9.04?
Q. It didn't come with games and i am wondering what Linux games it will play, if any at all.

A. I believe one of the packages available is called "kde-games". Look for it. I enjoy the ace of penguins suite which mirrors the OLDE Windows 3.1 games -- taipei, freecell solitaire Merlin exccept the face cards all have penguins on them. I was playing canfield when I saw your question. Also of course, you'll have to look around but there are deb packages for quake quake2 and quake3 arena (maybe even quake 4) which games were originally written on a *nix network.

Is it possible to convert Linux games for Windows?
Q. I have a couple of simple games (not 3d) on Linux OS and I need to run them on Windows XP on the other computer. So would it be possible to make them run on Win OS?

A. Usually most Linux games have been ported to Windows. You can always install Ubuntu as a WuBi install on Windows so you can run any non-ported games on Windows (technically they would be running on Ubuntu but I won't sweat the details).



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What is the best version of Linux for programmers?

Q. Hi, I'm a programmer and I'm currently using Ubuntu as my main OS which I want. I looking for the best version of Linux or any other type of free OS that is good for a programmer. Ubuntu is the most user friendly version of Linux but I want a OS that is good for a programmer. Anyone have any suggestions?

A. I'm not too sure, I think that all GNU/Linux distros are a good choice, you may want to go with one that is very stable such as, CentOS (Red Hat Enterprise Linux), Debian, or Slackware. You may even want to try Gentoo (or Sabayon Linux which is a user friendly Gentoo) which you need to know how your computer components work to set it up properly.

You may want to look through:
http://www.linux.com/archive/feed/54657
http://freedomhec.pbworks.com/

Free Linux Books:
http://www.techbooksforfree.com/linux.shtml

What Linux distro is good for a beginner?
Q. I have absolutely no experience with Linux, but I want to try running one on a VM. I'm thinking of getting Ubuntu 12.04 or Mint 13.

A. In ascending order of how ambitious you wish to be:

Easy: Ubuntu, Mint, Zorin, Pinguy, Fuduntu, Mandriva, Solus

Moderate: Fedora, OpenSUSE, Debian, Puppy, CentOS, Bodhi

Advanced: Arch, Gentoo, Slackware

Of the two you mention, Ubuntu is the one which will require more "hands on" configuration, as Mint offers Flash, mp3, and DVD support out-of-the-box; Unity also has a less-traditional desktop than Mint in either the MATE or Cinnamon editions.

Who makes the different versions of Linux?
Q. I'm a little curious, who makes the different versions of Linux? Whoever makes it obviously is very talented. But why would people just make an OS just for the heck of it? How do they get their funding to keep providing a free OS?

A. 'm a little curious, who makes the different versions of Linux?

> Different companies make them. Bob Young and Mark Ewing made Red Hat/Fedora/RHEL, Ian Murdock made Debian, Lance Davis made CentOS, Mark Shuttleworth made Ubuntu, Dan Robbins made Gentoo. Linus Torvalds made the Linux Kernel.

Whoever makes it obviously is very talented. But why would people just make an OS just for the heck of it?

> Linus Torvald in the late 80s made it as a "free-time" side project in the late 80's. He and many others across the web kept adding it too and then Patrick Volkerding created Slackware from the one of the first "testing" distro SLS. Overtime it kept building up. Read up on Linus Torvalds, Richard Stallman and Hacker Culture to understand what I am really talking about.

How do they get their funding to keep providing a free OS?

> Not totally sure.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

In Linux/Unix, is it necessary to virtually disconnect a USB data storage device before you unplug it?

Q. You know how in Windows you right click on an icon beside the clock and click Safely Remove Hardware, and stop certain USB devices before you can safely unplug them. Is it necessary to do something similar in Linux or Unix, if so how is it done?

A. That depends, are you actually writing to the device?

If you have, you need to unmount (or umount) it before ejecting it.

How it is done? I just right click on the device's icon of my GNOME desktop. I simply choose the corresponding option then. Use KDE? Same thing applies.

Now why is this operation required?

In all operating systems (even in DOS, but it wasn't encouraged back then), whenever the system is told "write this to the disk" it actually puts it in a queue and returns to the calling application immediately. The actual write is done soon, but not necessarily done yet.

So, there is the possibility of a file being not written to the disk. Worse yet, there is the possibility of a file being partially written to the disk. Believe me, partially written files are a pain in the a....

Linux can set things up so that this is not such a problem. However, doing so will cause your pendrive to be Linux only, which is not such a hot idea to most people.

I have however divided an external hard disk into two partitions, format one as Linux only and the other as a tiny FAT disk, and copied into it the Windows driver for the Linux partition. It works with limitations in Windows, but it works.

Anyway, you do need to do it, and it is called unmounting or umounting the disk.

Can you use PHP and Mysql with a Linux Live CD?
Q. If you come back to Windows will all your PHP & Mysql settings gone? Do you have to reinstall everything again if you decide to use a second time the Linux Live CD?? I don't want to install Linux permanently o0n my sustem but I would like to work with the Lice CD without losing my work & setings. Is it possible?

A. Linux LiveCD's are run within the RAM of your PC so you cannot save you settings between LIVE sessions.

One possibility is having Ubuntu installed on a USB Pendrive


Ubuntu Live USB Pendrive Persistent
https://wiki.ubuntu.com/LiveUsbPendrivePersistent

LUg.

Best linux distro to put on bootable usb?
Q. Hi, i have been using a usb loaded with ubuntu to browse the internet for some time now. I like how you can't get a virus with an operating system that isn't actually installed. But my question is what is the best bootable linux distro. Which has the most features that can be run from usb? I was just wondering if there was anything better than ubuntu that others would recommend.

A. you can run any number of distros off a usb thumb drive though the light weight distros are the best such as Puppy Linux, Slax, DSL, &c. One thing you can do is install a bunch of distros to a Thumb Drive http://www.pendrivelinux.com/boot-multiple-iso-from-usb-multiboot-usb/ thus you can boot to whatever you feel like. For instance you can put all six versions of Linux Mint (5 Desktop Environments & LMDE), with Fedora, Puppy, Slax, & Knoppix on a 32 GB Pendrive.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Is it possible to have both Linux AND OS X Leopard installed on my Powerbook G4?

Q. I am looking at installing Linux on my Powerbook G4, but I don't know if I should.

Say once I install Linux...will I be able to use Leopard any more? Can I pick which OS I want to run when I boot up my computer?

If so any help will be appreciated because I am downloading the Linux ISO right now.

A. Yes.
http://ubuntuforums.org/showthread.php?t=157240

Does anyone know where to find a iso image of linux that will run vmware player?
Q. I am looking for a linux iso image that will install on a computer that has vmware player built in so that I can host vmware images.

A. Select distribution at DistroWatch.
http://distrowatch.com/

How do I install the Linux to my computer?
Q. I had download the Fedora Linux with ISO extension. How do I install the Linux to my computer another hard disk partition. Can anyone shows me the way?

A. Yep - follow any of the online guides. But first things first, you need to burn the ISO image(s) to CD/DVD using a program like ImgBurn, then reboot with the disk in your drive.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Can you use PHP and Mysql with a Linux Live CD?

Q. If you come back to Windows will all your PHP & Mysql settings gone? Do you have to reinstall everything again if you decide to use a second time the Linux Live CD?? I don't want to install Linux permanently o0n my sustem but I would like to work with the Lice CD without losing my work & setings. Is it possible?

A. Linux LiveCD's are run within the RAM of your PC so you cannot save you settings between LIVE sessions.

One possibility is having Ubuntu installed on a USB Pendrive


Ubuntu Live USB Pendrive Persistent
https://wiki.ubuntu.com/LiveUsbPendrivePersistent

LUg.

How to make a live bootable usb?
Q. I want to make a bootable live usb for both linux(ubuntu) and windows 7...how to do it??please help....

A. The Linux one is easy.  Just download and run PendriveLinux with your favourite distro .iso.  Select it from the dropdown list when you run it.  http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/  If you make a Persistent file, then it will save changes you make to the installation on the USB drive.  I have a really nice Pinguy installation on a USB stick.

Windows 7 is a bit trickier, in that Windows doesn't allow you to do that sort of thing.  I doubt that it's possible.
 

How to turn my usb key into a network key
Q. I would like to boot linux from a live usb but my BIOS dose not support boot from usb. I was worndering if I got a USB to RJ-45 adapter would my usb key show up as a network drive in my BIOS

A. IBM developerWorks has published a detailed technical article on booting Linux from external FireWire or USB drives, in conjunction with a boot floppy, USB storage device, internal drive partition, or another device recognized by the system BIOS. The article also explains basic bootloader concepts that may interest embedded Linux developers.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What are the Best iPhone apps?

Q. I got my iPhone 4 a few weeks ago and I'm bored of all the same apps, what are the best free apps available? Useful or not useful it doesn't really matter, I just want to make the moat of my phone.

A. The list



1. Google Voice



Google Voice is a service that is so useful I consider it one of the top benefits of Android itself, especially since Apple rejected the Google Voice app for the iPhone. It gives you a phone number that can ring to multiple places or devices and it allows you to access all of your voicemail and text messages over the Web. The Android app integrates even deeper. It can make outgoing calls look like theyâre coming from your Google Voice number so that you can keep your real mobile number private.



2. Advanced Task Killer



One of the realities of having a multitasking mobile OS in Android is that you have to manage your apps so that they donât hurt performance or battery life. Advanced Task Killer (or ATK) is my favorite. It even comes with a widget that you can tap once to kill all open apps.



3. Dropbox



Dropbox is a great cloud service that automatically syncs a folder of files between multiple computers (Windows, Mac, or Linux). This app extends Dropbox to Android and interacts with other apps (such as Documents To Go) to open the files.



4. Evernote



Once you get used to typing on a virtual keyboard (and it honestly took me over a year to do it), then these devices are great for note-taking, and Evernote is a great note-taking app. It is similar to Dropbox in that it saves data locally but syncs it across all your machines and devices.



5. DroidAnalytics



For some reason Google doesnât have an official app (for either Android or iPhone) for Google Analytics. The best one Iâve found on Android is DroidAnalytics. Another good one is mAnalytics.



6. Documents To Go



The free version of Documents To Go offers a great little reader for Word and Excel files. You can upgrade to the full version (for $15) if you want to edit files and add PowerPoint files to the mix. If you do want editing capability, Iâd also recommend taking a look at QuickOffice.



7. Amazon Kindle



I never warmed up to the Amazon Kindle e-reader, but Iâm a big fan of the Kindle mobile app. Since it was released Iâve read a lot more books simply because my smartphone is always with me and I can pull it and read a few pages anytime Iâve got a couple minutes free.



8. Places Directory



This is an awesome app for finding shops and services near your current location. From restaurants to movie theaters to medical facilities to taxis, this app is very accurate and takes advantage of the business information from Google Local. This app is better than the info you get from a GPS unit (or app) and better than any of the similar apps available on the iPhone.



9. Tripit



I dig Tripit. It is by far the best app Iâve found for keeping track of all my travel itineraries. It runs on some great backend systems. You simply forward your confirmation emails for your flights, hotels, rental cars, and more to Tripit and it automatically organizes them into trips with all your details and confirmation numbers.



10. Seesmic



Twitter is an amazing instant-intelligence engine and it was made for mobile browsing. Although thereâs an official Twitter app for Android now, Seesmic is still the best Android Twitter client.



11. FCC Speedtest



Iâm obsessed with running speed tests to check my bandwidth in various places, both to see 3G fluctuations and to check the quality of Wi-Fi. There are a number of really good speedtest apps, but my new favorite is the FCC Test app.



12. Astro File Manager



Another one of the great things about Android (if youâre a geek or a tinkerer) is that you have lower-level access to the system itself. Astro is an app that lets you navigate the Android file system.



13. Got To Do



There are plenty of to-do apps to choose from on Android but I prefer Got To Do because of the solid interface and the fact that it can sync with the online service Toodledo.



14. Gist



Many of us have contact lists scattered across various computers, devices, and online services. Gist is a Web service that can bring them together and even pull in stuff from the Web to help you stay up to date with your most important contacts. Thereâs an Android app as well as an iPhone app.



15. TED Mobile



TED is a fascinating event that features a meeting of the minds of some of societyâs most influential thinkers. Youâll definitely disagree with some of them, because thereâs a large diversity of opinions, but many talks are worth listening to. What I love is that theyâve taken the videos from their conference and made them freely available on the Web. This app provides a great way to access the videos. I hope more conferences follow TEDâs lead on this.

Evernote program for linux?
Q. Is there an evernote program that runs on linux?

A. How to install Evernote 3.0 on Ubuntu
http://abbysays.wordpress.com/2008/05/24/how-to-install-evernote-30-on-ubuntu/

Evernote on Ubuntu
http://www.flickr.com/photos/decko/2755252834/


LUg.

Minecraft launcher wont download on Macbook?
Q. When my mom upgraded my computer to Mountain Lion, minecraft got deleted from my computer. When I had the launcher before I didn't download it from the actual minecraft site, I put it in a file in evernote from my iPod (because my computer has parental controls on it and I can't get to minecrafts site.) My mom realized it wasn't actually downloaded to my computer so I tried downloading it (from minecraft.net) but every time a pop up came up saying it was a damaged file and couldn't be opened so I needed to move it to the trash. When I looked at the file in downloads it said the file was 149 KB when online it said it was supposed to be 270 KB. I turned off pretty much all of the parental controls and firewalls and it still isn't working so I just played through that evernote file like before. When I logged in my world's weren't there. I'm so frustrated and I'm not sure why it isn't working. Any ideas? If you need any more information let me know

A. I'm not sure if the problem is that yuor launcher is not loading orthat your worlds are not there, but forthe launcher, make your you downloaded the mac/linux version, and for thewrlds, its normal that your world worlds are not there if you changed pc. you had tosave your worlds on a USB key and then put themback in /.minecraft. Hope i helped!!:D



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How to run a makefile in windows?

Q. I know at school we run it on linux but i have windows on my laptop and im using visual studios 2010 for C++ (express) - can someone please explain what i need to download/do to run makefiles?

A. I don't believe that Visual Studio has any facility for handling a "makefile".

What you can do is download the MinGW C++ compiler.

http://www.mingw.org

Unzip the download into a known location, such as "C:\mingw" on XP, or
"C:\Users\USERNAME\AppData\Local\MinGW" on Windows 7.

Calling that {mingw} to represent whichever case you have:

Set your PATH to include {mingw}\bin and {mingw}\msys\1.0\bin.

The MinGW package includes not only a C++ compiler, but a Bash shell script, awk, sed, grep, and a slew of other UNIX commands that will run on the Windows machine. For your interest, it happens to also include the "make" command, which will process your "makefile".

It might end up running the MinGW compiler against your C++ code, when you might have wanted it to use the Visual Studio compiler, but you can cross that bridge when you come to it.

Why wont my downloaded version of wordpress work?
Q. I downloaded wordpress from wordpress.org and it downloaded it as a zipped folder, I unzipped it but it is still just alot of documents and folders and files and I have no idea how to set it up. I know other people have had this problem, any advice?

A. you need a running server (apache/php/mysql). [apache is reccommended, but not required)
It might be easier to sign up for a free hosting plan, so you don't have to think about the server-part

However if you'd prefer to have wordpress on your own computer:
http://php.net/manual/en/install.php
http://httpd.apache.org/docs/1.3/windows.html
http://dev.mysql.com/doc/refman/5.1/en/windows-installation.html

I took it that you're a windows user, if you have a linux distribution on you computer, you should be able to find these software packages in the repositories

How do i create a Wakepup Floppy Under Linux?
Q. im switching between my xubuntu live cd to a Puppy Linux running from a USB FD, i downloaded Wakepup which allows your old pc to boot from your USB device but its a windows Installer, its design for windows and i dont have access to it right now. So how can i create the Boot up floppy under Linux?

A. I think you will find the information you need at:
http://www.murga-linux.com/puppy/viewtopic.php?t=3875

Note at the top of the thread, there is a link for the WakePup disk image for version 2.0. The link for Version 1.0 {WKPUP11C.ZIP } is lower on the page.

The directions are for Puppy1 {wakePup 1.1c} so you will have to translate them as needed if YOUR's is Puppy2.

In a nutshell, once you have the proper image it needs to be uncompressed and written {as root} to the floppy using 'dd' in Linux. For example, assuming Puppy1:

# unzip WKPUP11C.ZIP
# dd if=WKPUP11C.IMG of=/dev/fd0 bs=1440k

BTW, WakePup is a Puppy boot disk using FreeDOS, with support for USB mass storage drives (CD-ROM, hard disk and flash), legacy parallel port drives (Backpack CD-ROM and Iomega ZIP) and legacy PCMCIA drives (Addonics or similar CD-ROM).

You may also find this link helpful if you want to create a boot CD version:
http://www.puppylinux.com/cd-puppy.htm

hth.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Is there a way to download linux without a disk drive?

Q. I got this new laptop (ultra portable) without a disk drive. I remember hearing ti was possible to get linux running with a flash drive but, what I want to know is if it's possible to download linux with it (dual boot). If not is there any other way? I'm using an Ubuntu like distro.

A. You have at least 2 options: use unetbootin (see link below) and use an usb drive. or use wubi to download ubuntu to your computer and install from there.
You should also check out the ubuntu remix for the netbook, )see the 3rd link.
Good luck

Is it possible to download Linux with a CD?
Q. I have an extremely old Windows laptop that can't go on the internet (it's modem doesn't work). I want to download Linux on it in order to see how the operating system works.

Is it possible to upload Linux to a CD and download it that way? If so, can someone tell me how?

A. Download an ISO image distribution and install it on a CD. Many distributions come with a live CD package that allows you to run the Linux OS from the CD drive without messing with your Windows installation. You might want to try an older version of Linux if the notebook is not up to speed. SimplyMEPIS (MEPIS.org) is a good combination of software that includes apps OpenOffice and stuff. I would download one of the older distributions like 7.0 or 6.5 for an older PC.

Can I download Linux on My PS3 with an external hard drive?
Q. I want to download linux but i hear you need a flash drive and have to partition your internal drive. All i have is a 500gig external drive and 40gig internal. Can I make it work? I really dont want to spend more money on a flash drive if this can be done.

A. You can only run Linux on the internal hard drive. The PS3 can't boot Linux from an external device.

I'm sure you can save the Linux files onto the external hard drive and install them from there to the internal hard drive. You'll need to create a partition on the internal hard drive. I think its 10-12 GB.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do I download stuff on a Linux computer?

Q. My brother just made the Dell computer a Linux and I have no idea how to download anything. I keep trying to download Skype but it won't download correctly when I press Save. It keeps opening a new link on Google Chrome and its about blank. How do I download stuff on a Linux computer? I think its a Ubuntu! Please help I'm clueless and just guessing what kind of Linux it is because my brother did it.

A. If you're sure it's Ubuntu, try visiting this page:

https://help.ubuntu.com/community/Skype

Computer requirements for college? Is a linux computer a bad idea?
Q. I will need a computer for college, and I heard that some schools limit what OS's or types of computer their students can bring. For example, only windows, or only computers with Microsoft Word. Do any of you go to college and know whether this is true? And if you do have a linux computer at college (which I want) have there been any problems?

A. I had a couple issues using a linux distro in college. Most I was able to resolve; however, 1 issue a did run into was that some of the online resources that the college required me to access were only compatible with Internet Exploder... cough.. hack, I mean Internet Explorer. Granted this was entirely the resource's flaw and had nothing to do with linux, but there wasnt much i could do about it. If anything, u may just want to do a multi-boot setup. You should be able to get a discounted or *free copy of windows from the school, so multi-booting shouldnt be to big of an issue

Is it worth buying a Linux computer - or are they not very good?
Q. I am planning on buying a linux computer but I have never owned one before, I was wondering if anyone knew anything about them - can you use word programs and computer games like The Sims?
Thank :)

A. dude, you need windows. if you even have to ask the question, get windows.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

is it possible to update crunchbang linux whilst running it from usb?

Q. i run my crunchbang from usb (to avoid the bothersome choice everytime i turn on my computer) is there any way for the updates to stick whilst running it from the usb?

A. No. I'm guessing that your distribution is running from an image on the USB. You'd have to update a real installation and create a new Live USB image.

And is the choice more bothersome than not being able to keep your distribution up to date?

How can i tell which files a specific process is using in ubuntu?
Q. I am trying to find out where a temp file for a program is being stored. im sure linux has a way of doing this (seemingly?) simple task.

thanks

A. I have 'conky' set up to give me information about top processes as part of my wallpaper - but I think for detail, you can go through GUI or terminal, up to you. You should search for information about conky in Crunchbang forums.

If you prefer mousey answers, then using GUI - open system monitor (add it to your panel, right click and open from there maybe) - processes, and view 'command line'

Problem is that GUI affects your system too much, so better open terminal (install terminator, it's very cool, also install cowsay cos that's really cool too)

type 'htop'

if it isn't installed, your terminal will tell you exactly how to get it ;)

I'm apt to think you'll get my meaning B-)

With terminator, you can actually run HTOP, and you can remove the scrollbar and window border too - and actually have just a display like a widget on your desktop. To move windows with no decoration, you press a modifier (usually ALT and drag with the mouse, but if you had problems with GIMP shortcuts, you should change the function for 'move' window to use 'ctrl+alt')

Ok? anything else? :P

What was your opinion when you upgraded from XP to Ubuntu?
Q. I am wondering what you think of Ubuntu when you upgraded from the outdated and insecure XP.

I used Ubuntu, and find it is far more complete and more secure then anything ever seen from Microsoft.

You can actually use it without no security software because everyone targets Windows.

I will never go back to Windows. (Note: This is from a person who said a few months back that "Linux is for script kiddies" or "Linux is only used to inflate your computer ego".

A. I really wasn't impressed when I installed Ubuntu 7.04 from a CD. I was happy with the 25 minutes installation time, but then had loads of stupid problems - firstly I couldn't connect to wireless internet, and then I had problems trying to mount things, and found that I had to manually edit text files to set some things up....

What else - well the first thing that started to change my mind is that whilst editing one text file, I restarted and had no desktop - it wouldn't load at all, and I decided to try something. I'd set up an alias already 'sudo apt-get install' is just 'install' on my system.

I typed 'install gnome-desktop'

And it did. Wow. Then with Ubuntu 8.10 most of the issues were ironed out - just eight months later!!! Hard drives just appear and I could just format to NTFS if I wanted to, great - good for USB's.

I still have XP - but gradually I used it less, and less, and less - and now it's only for Windows games - I disabled the networking. Ubuntu works perfectly straight from a fresh install of Jaunty 9.04 - Printer, Wifie, Monitor - everything is perfect from the start.

Summary - I wasn't impressed when I first tried Ubuntu, it's too different and seems harder.

Now, however, I laugh at the amount of time I took to install XP last year, because Ubuntu installs in 25 minutes - including drivers for most stuff (nVidia is a 5 minutes download, and I have .deb installers for my printer).

I also have XP in a virtualbox for anyting that refuses to run on ubuntu and has no decent replacement (i.e. ACDSee Pro2 for moving pictures from Camera to Computer because it has a couple of killer lighting adjustment tools).

I never missed Photoshop, it is too hard and complicated - and I learned to do ten times as much stuff in GIMP in just 6 months using it (than with 3 years working with Photoshop)

Then, of course, sekurity - forgot even how to spell that. Why do you need to worry about security with your computer? just make a strong password and it's finished right? Surely nobody would ship an operating system that is Insecure by default!!!

But I can tell you, if you get interested in something like 'conky' you'll start getting really interested to edit a text file and make it your own (google search for 'crunchbang' and 'conky' and find a really cool forum for it.

Mac is for inflating ego - Mac is the BMW (based on freeBSD actually, but with layers on top that aren't open) and priced like a Benz - it's over priced and fine for poseurs everywhere.

I actually like the Mac 'globalmenu' concept, so I found out how to install it on Ubuntu - nice way to save on vertical screenspace.

Join the party, go to linuxoutlaws.com and sign up for their very funny podcast (they do a really cool 'microwatch' section every week)>

You'll love it, it's a real blast :P

BTW - never use 'Automatix' but DO use 'Ubuntu Tweak'



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What is the best free antivirus for a Macbook Pro with Mac OS X?

Q. I just bought a Macbook Pro and I run Frostwire and I don't have antivirus to protect my Mac. I am new to Apple so I hardly know anything about this yet, so any help with be great, Thanks.

A. clamav is a good antivirus program that has long existed for linux and since the macos is now based on bsd which is a very very similar os to linux, there is a version of clamav for mac too. Im not a mac user so beyond knowing about it, i don't know much about any others.

edit - Actually, there is a very good reason to have virus protection on a mac. Even though most viruses can't run on macs, it doesn't mean they can't be there and transferred to a pc and infect that pc. He says he is downloading stuff using a p2p network and that tends to be one of the most common ways viruses are spread so it is only prudent to have an antivirus program that can scan the downloaded files and clean them up if needed.

Can I run an antivirus on windows installed on a mac?
Q. I am soon to be getting a macbook, and I plan to run a dual-boot system on it. My question is whether it is safe to install an antivirus on windows, like nod32 while having an antivirus on osX as well. I know that intalling more than one antivirus is a very bad idea, I am wondering if that is true for two operating systems on the same machine.

A. why even dual boot --unless u have a large hdd---just use linux from a pen drive --it is an open source an is safer then windows --it's a plug and play OS----i use it in travel --it's great for cafes and airports --plug in log on lo gout put pen drive in ur pocket

Would any antivirus program prevent that fake antivirus software?
Q. I just had it and had to set my dell laptop a month before so it'd go away. Would any antivirus program from windows prevent this? If not how can I prevent that fake software crap?! Thanks!

A. Hi There,

Do not click on any of the links when the pop up comes up. Not even the "X" that is supposed to close the pop up. When you click on any choice that "accepts" the download and installation.
Just hit the back button to go to another page or shutdown your browser and clear any personal data.

To minimize the problem set up a guest account (without any privileges) for you web surfing.
Then nothing is supposed to run or change your computer (need admin priviliges for that)

Another sure way would be to do your web surfing using a Linux live CD to prevent any of the fake programs from loading. When you use a live CD everything runs in RAM so when you shutdown everything is gone forever. You can download and burn a live CD or order a free one (takes about two weeks to arrive).

Hope this helps,
Al



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Help please, i was trying to boot up Linux the centos or redhat version using a virtualbox?

Q. after i did everything and tried to install it i got an error page saying " This kernel requires an x86-64 CPU, but only detected an i686 CPU. Unable to boot- please use a kernel appropriate for your CPU." what does it mean and how do i fix it do i have to download anything somewhere? please put links if i have too. Thanks a lot i really need this Linux for this operating systems class.

A. you need to enable virtualisation support in your bios - if you have it

you cannot run 64bit o/s's in virtualbox if you do not have the support

How to install a new application in linux?
Q. Whenever i download a new program in my PClinuxOS, it shows it as a ".exe" file but doesn't open it.For example in my desktop a file lies as "AdbeRdr920_en_US.exe" but when i try to open it they ask me which application to open it with and shows a bunch of applications already installed by linux only.

A. .exe's are for windows only, they will not run natively in linux,

what program are you trying to install ?,
i guess its adobe reader - no need, you already have a pdf reader enabled

pclinuxos is built from mandriva linux, it uses rpm's as the packages,
it also uses the aptitude package management via synaptic,

(people associate synaptic and apt with ubuntu and mint, this is a error made by people who do not understand how to install or remove software from linux, you cannot use .deb packages - which are debian, you use rpm's which are redhat)

you will have a large S in your system tray, this is synaptic, click on it,
you will be asked for your ROOT password not your user password,
once open click reload
mark all upgrades and apply

once its finished you will have access to over 7000 pieces of software,

what you want will be there, just search and mark for install (and all dependancies)

i'll check back later

How can I use iMac desktop PC under RedHat Linux 4 mail Server?
Q. Dear Friend

Can anybody tell whether iMac desktop PC can be used under RedHat Linux 4 mail server to download mails?

Appreciate, if you would come back shortly.


Regards
Pervez

A. Debian is your girl for PowerPC macs.
Not sure about RedHat, but with Debian for PPC the answer is yes, for sure.
if you have an intel Mac, it will be no problem with any distro.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What are the different features from WINDOWS and LINUX when connecting a MP3 Player?.?

Q. I need the different features and display settings when opening LINUX.

If u can screen shot?

A. I recommend trying LinuxMINT or ZorinOS. These Linux distributions have all of the multimedia codecs pre-installed. When connecting an mp3 player in Linux, it will immediately recognise your device and allow you to transfer your files, much the same as you would transfer files to a flash disk. If you are new to Linux, I have several informative videos on Youtube. You can download the distro, burn it to disk and run it without installing to your hard drive. Check out linuxspatry.blogspot.com I hope this helps!

-Spatry

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.

What other color of death screens for a computer are there?
Q. I knew of blue and have just recently found out about the red screen. I'm not computer savvy so I don't know a whole lot about them.

Are there any other colors of death for a computer screen?

A. The Blue Screen of Death (also called BSOD, BAD for Blue And Dead, stop error, or bluescreen) is a common name for a screen displayed by the Microsoft Windows operating system when a system error occurs. At times a Red Screen of Death (RSoD) may appear, as seen on the Windows 2008 server and a few beta builds of Windows, such as Memphis or Longhorn. It defines very critical hardware errors or boot errors.
The Black Screen of Death is usually one of four things: a failure mode of Microsoft Windows 3.x, the screen displayed by the OS/2 operating system in the event of either a system error from which it cannot recover or a "hard" error in a program running in "full screen" mode (the former being a serious system failure but the latter being a less serious application failure), the Nintendo Wii's non-recoverable brick screen, or the Linux Black Screen of Death. Later versions of the Xbox 360s E74 error are also considered a Black Screen of Death.
The Red Screen of Death is used in some game consoles and in early beta versions of Windows Vista. It also appears in recent versions of Lotus Notes, but does not appear full-screen. Such screens are bright red boxes with black borders.
The Purple Screen of Death is used by VMware ESX Server, a server virtualization product by VMware, Inc. It is displayed in the event of a fatal kernel error. The screen provides error codes that can be used for debugging purposes.
The White Screen of Death may represent different types of failure on several different operating systems and BIOSes, including Apple iPhones and iPods.[1]
A kernel panic is used primarily by Unix and Unix-like operating systems: the Unix equivalent of Microsoft's Blue Screen of Death. It is used to describe a fatal error from which the operating system cannot recover.
A Sad Mac is an iconic symbol used by older-generation Apple Macintosh computers, starting with the original 128K Macintosh, to indicate a severe hardware or software problem that prevented startup from occurring successfully. A similar symbol exists for the iPod.
The Bomb icon is a symbol that was displayed when a "classic" Macintosh operating system (pre-Mac OS X) program had an application crash.
The Row of Bombs screen is used on TOS-based systems to indicate a critical system error.
Guru Meditation is the name of the error that occurred on early versions of the Amiga home computers when they crashed.
The Sad Tab occurs when a web page crashes in Google Chrome. The page looks similar to the Sad Mac found in Macintosh computers.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How to use linux centos terminal basicly?

Q. i have free vps by Host1Free and centos installed. Ok i want to niow how to upload, delete, rename, move, copy, list files using putty when o connect remotelt. To say this simply: i want terminal commands to manage files.

A. Try these links:

http://www.tuxfiles.org/linuxhelp/cli.html

http://linuxcommand.org/learning_the_shell.php

How to print linux man command into web browser using perl?
Q. I am actually being able to print the command to the webbrowser, BUT the problem is the format !!!! it displays the text with no format ( no space, no new lines etc..)

how can i display the text with its original format into the web browser? It means i want to display the man command in the browser with the same format it looks like in the linux terminal

A. Try putting

<pre>

</pre>

around the man page text

Is there a simple way to add disk space to Linux?
Q. I am a noob at Linux, and I installed Linux without adding enough disk space. Now, 4 days later, I am extremely low on space. I need a simple Terminal command or something to allocate more disk space.
And if it helps, I am running Linux 11.04
Going off of an answer, I am more specifically running Ubuntu 11.04.

A. I imagine (given the lack of detail I can only imagine since you don't explain) that you created a single linux partition, and now you are running out of space. If that is the case, I would recommend that you consider reinstalling Linux, and creating a "/" (root) directory or partition which can be fairly small) and a "/home" directory which is where you store data and the various things that make Linux useable. You won't know how to do this without a lot of google reading - it isn't difficult, but you need to understand it to pull it off. Someone else referred to LVM, a much more flexible way of setting up your system with the option for later configuraiton changes, but much more difficult than setting up / and /home partitions.

I just looked at my partitions and / is using slightly under 7 GB. /home is using 33 GB. I still have lots of free space available in both partitions.

Now, if you have lots of room available on your hard disk, you can try using GParted to expand your linux partition (if you don't want to mess with re-partitioning and re-installing - but since you have only recently installed Linux, I recommend repartitioning!). You will need a live CD - Ubuntu, Mint, xyz, it doesn't matter which distro you use. You backup any data that you want to keep, reboot the system using a live CD and fire up GParted. Use it to make the linux partition larger, when it is done hopefully you can restart the system and have Linux boot and run. If you have a dual boot configuration (Windoze and linux) hopefully they will both run. No guarantees, which is why you back up important data, but it should work. Depending on how you did the initial linux install, it may be a piece of cake, or it may be a pain. Don't blame me if you muck things up! Back up anything you can't bear to lose before trying anything!

Good luck!



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Where can I download linux for mac and how?

Q. I want to download linux for mac and I need a link and I want to know how to do it. Thanks in advance.

A. Download the ISO file, use Apple's Disk Utility to burn it to a start-up DVD.
http://fedoraproject.org/en/get-fedora-ppc (for Mac's with a PowerPC processor i.e. G3, G4, G5).
(http://fedoraproject.org - for other processors.)

Is there a way to download linux without a disk drive?
Q. I got this new laptop (ultra portable) without a disk drive. I remember hearing ti was possible to get linux running with a flash drive but, what I want to know is if it's possible to download linux with it (dual boot). If not is there any other way? I'm using an Ubuntu like distro.

A. You have at least 2 options: use unetbootin (see link below) and use an usb drive. or use wubi to download ubuntu to your computer and install from there.
You should also check out the ubuntu remix for the netbook, )see the 3rd link.
Good luck

Can i download linux ubuntu to a flash drive then install it?
Q. i want to download linux ubuntu to a flash drive since i dont have any cds. can i do that?

A. Download the Ubuntu iso then use this program http://unetbootin.sourceforge.net and make a "live-usb".



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do I establish a linux operatings system that would be similar to windows?

Q. Linux is free right. So if I have to buy a new hardrive, I won't need windows which is expensive. But how do I know which I should use. There seems to be many different linux operating system.

A. There are many flavours so you need to decide what you want to do with it (use it as a server, as a desktop etc). There are distributions who offer Live CD's. You boot up from a Live CD and are able to test that particular distribution without actually having to install it until you decide it's good for you.

Search on the net for tips about choosing a linux distribution.
http://wiki.linuxquestions.org/wiki/Choosing_a_Linux_distribution

Ubuntu should be good for a beginner.

How can I start Linux and what distribution do you think I should use?
Q. I want to use Linux because I have heard that it is significantly better than IE. My entire family is technologically inept and we only have one computer. How do you think I should start and what distribution do you recommend for a beginner who plans on programming and the like?Any helpful suggestions will be appreciated.

A. I thoroughly recommend two Linux distros.

Linux Mint 9 Main Edition which is based upon Ubuntu 10.04

Linux Mint Debian Edition (LMDE) which is based upon Debian Lenny/Squeeze

Both are easy to install and use plus they come with much of the software you are likely to need preinstalled

Linux Mint 9 Download
http://www.linuxmint.com/edition.php?id=52

The Perfect Desktop - Linux Mint 9 (Isadora)
http://www.howtoforge.com/the-perfect-desktop-linux-mint-9-isadora

Linux Mint Debian Download
http://www.linuxmint.com/edition.php?id=66

Linux Mint 9/Debian User Guide pdf.
http://www.linuxmint.com/rel_isadora.php
http://linuxmint.com/rel_debian.php

HowTo install Nvidia Graphics Drivers on Debian
http://wiki.debian.org/NvidiaGraphicsDrivers#Installapre-builtmodule

Alternatively install Linux Mint as a dual-boot with Windows using mint4win without partitioning mint4win works the same as Wubi as described below (not available on Linux Mint Debian)
http://www.psychocats.net/ubuntu/wubi

You keep Windows as it is, mint4win only adds an extra option to boot into Linux Mint. mint4win does not require you to modify the partitions of your PC, or to use a different bootloader, and does not install special drivers. It works just like any other application.

mint4win keeps most of the files in one folder, and if you do not like it, you can simply uninstall it as any other application.

Boot in to windows insert the Linux Mint LiveCD and you will offered the option of installing inside windows which is where the mint4win installer comes in, you will be asked how many gigabytes you wish to allocate to Linux Mint (I recommend 8gb) then you set a password for your installation then click install and thats it.

Once Linux Mint is fully installed upon starting your PC you will be given a choice of which operating system you want to use Windows or Linux Mint

You download the ISO. image of Linux Mint 9 or Linux Mint Debian then you need to create a Bootable LiveCD/DVD for installation

Linux Mint 9 and Linux Mint Debian can also be run direct from the LiveCD/DVD from Booting up without touching your Hard Drive




LUg.

How can I remove Linux from my computer and restore the partition space to windows?
Q. I have both Linux Mint 11 and windows 7 on my computer and I no longer want it on my computer so... ya, pretty much says it all in the title.

A. (NOTE: A page titled "How to uninstall Fedora" was added to the project wiki after this blog was published, as noted in the comment section below in a post titled "Contribution is easy.")

Try "remove Fedora."

Nothing.

Go to Ubuntu's official documentation site and search for "uninstall Ubuntu."

You won't find anything in the "official" documentation but in the "community" section you find two entries that state "Wubi allows you to install and uninstall Ubuntu...."

In an installed Ubuntu distribution, clicking on Help and searching for uninstalling or removing Ubuntu finds nothing. A link ârepeat the search online at the Ubuntu help pagesâ brings up a 404 â page not found.

If you look hard enough on the real community support pages you'll find a post from July 2007 titled "HowTo: Remove Ubuntu (& Restore Windows)" .

Have a cow
The post starts out: "Okay, I know some people are going to have a cow because I'm posting this."

(No kidding. Just take a look at the excoriating flames that are sure to appear in the comments section of this blog.)

OpenSUSE does better. A search there finds the page titled SDB:How to Uninstall Linux from December 2006. The page includes more than 1,300 words to describe various processes.

Go to Google and search "install Linux" and you get about 1,450,000 hits. Try "uninstall Linux" and you get about 16,800. "Remove Linux" gets you about 53,300.

Why is it so hard to find instructions to remove Linux and then so hard to actually do it?

Why can't you just easily find the uninstall procedure in a help file, and click a button and follow the instructions?

Windows makes it easy
Opening the Windows XP Help and Support Center and searching for "uninstall Windows" brings up, first thing, "Uninstall Windows XP" and a 5-step process from the Control Center.

Did you know that in a dual-boot install Linux will partition your hard disk and if you remove the partitions without restoring the Master Boot Record on your boot-up disk, your computer won't start?

Did you know you'll likely need separate applications such as fixmbr or fdisk or partitioning software to get your system back the way it was, hopefully having not lost any data? Or you may need to change a BIOS setting to boot to a Windows CD and use its "Recovery Console?" These all depend on your version of Linux. Again, openSUSE seems to do the best job in automating the process, with the "YaST2 Control Center."

Oh, and if that dual installation included Windows, and partitions were resized, "Microsoft does not support Windows installed on partitions manipulated in this manner."

So it's just you and that Linux documentation. Good luck.

Now, I don't have any great love for Windows and I like Linux. I really do. I'm going to use it and learn a lot more about it.

But if you're a newbie like me, you'd best be warned. Searching various Linux forums finds a lot of users who have had problems uninstalling the OS and have lost data in the process.

Go back to Windoze? You're stupid
And while there are some helpful Linux aficionados who try to help these people out -- and others searching for uninstall help -- there are too many posters who take the attitude along the lines of: "Why would you want to uninstall Linux? That's crazy. You must be stupid to want to go back to Windoze."

If you want to try Linux out while keeping Windows, it's a real good idea to try it from a "live" Linux CD/DVD instead of installing it on a hard disk. Iâve tried several. The response is slower, of course, but you get an idea of how it works and donât risk losing anything. For Ubuntu the Wubi installer accomplishes the same thing by treating Ubuntu as a Windows application.

Do your homework
If you do install Linux on a disk, make sure you do a full system backup. And make sure you have a bootable "rescue" or "system" CD. And really do your homework. Read up on disk partitioning and logical volumes and extended partitions and mounts; and GRUB and LILO bootloaders; and NTFS, FAT 32 and ext3 file systems; and gparted and maybe the commercial app Partition Magic -- which supposedly merges/resizes partitions without destroying data -- and so on.

Then read it all again. And be careful our there.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What Linux os is the best one to install on a computer?

Q. For people wanting to download media files on? And are all Linux os's free or atleast the good ones? Is there any point of me putting linux on my d drive so I can switch back and fourth from windows 7 to Linux?

A. Most Linux distributions aimed at home/office users are free.
There is no "best". This test will help you decide: http://www.zegeniestudios.net/ldc/
As you are probably a new linux user, I would recommend ubuntu or openSUSE. It can install and configure the GRUB loader for you, which is what you need to dual-boot windows and linux, and yes, you should definitely keep your windows installation.

BTW, All distros are able to download media files, most of them able to play them straight away (I would say all, but then there is Arch and Ubuntu Server ;)).

There's really no reason to think of which distro to choose for too much, most are quite similar. The only major differences between distros are the package managing systems and the pre-installed packages. Anotherdifference is, for example, that in Ubuntu, unlike Debian, you can not su root (=login as superuser) by default. (TTheoreticallyyou can make Debian look and behave exactly like Ubuntu with some configuration work, though.)

How do I install Windows on a Linux OS?
Q. I have the linux os and need windows to run a certain application. I've heard there's a way to have both operating systems simultaneously. How do you put windows on? I'd prefer to have both if possible.

A. This link explains how to set up a dual boot (have both linux and windows on the same computer). You will have to reinstall the linux bootloader after installing windows because the windows bootloader does not recognize linux.
Good luck

How do i partion my hard drive so i can put the Linux OS(Unbuntu) onto it and choose to boot Linux instead?
Q. How do i partion my hard drive so i can put the Linux OS(Unbuntu) onto it and choose to boot Linux instead?


Some links would be nice, Thanks!

A. you need to provide more information when you ask a question like this. Assuming you have windows xp installed on your computer:

http://apcmag.com/how_to_dual_boot_windows_xp_and_linux_xp_installed_first.htm

assuming you have vista installed

http://apcmag.com/how_to_dualboot_vista_with_linux_vista_installed_first.htm



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What is the corresponding free command on an AIX machine?

Q. I'm programming on a machine running IBM AIX version 6.1. I'm trying to profile the memory usage so I'm looking for a command similar to the free command on Linux distributions. Help

A. svmon and vmstat

How do you show the processes that are running in linux under a command line?
Q. And, how do you show how much memory and cpu each is using?

A. Check out the manpage for ps. The most common syntax is "ps auxww" which will show PID, CPU usage, Memory usage, process name, etc for each process that is running on your system. "top" shows real time information and ranks processes by their CPU/RAM usage.

What slows down computers besides memory usage?
Q. I just deleted a whole lot from my laptop, and I ran a 'defragmentation' on the hard-drive, but it's still going really slow. Any ideas?
More detail: It's slow to open programs or new windows. There's a delay between when I click an icon and when the window opens.

A. Are you familiar with the Task manager? (Ctrl+Alt+Delete) The task manager will show you which processes are using you processor power and how much virtual memory.

What version of Windozes? Have you tried using a registry cleaner? Do you have a reliable anti-virus?

When I used to use Windozes, I had to wipe it about every 6 months and start over. It just seemed to get unstable after prolonged use. I now use Ubuntu Linux.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

what are some AWESOME apps for android?

Q. I download the most convincing;)

A. The list

1. Google Voice

Google Voice is a service that is so useful I consider it one of the top benefits of Android itself, especially since Apple rejected the Google Voice app for the iPhone. It gives you a phone number that can ring to multiple places or devices and it allows you to access all of your voicemail and text messages over the Web. The Android app integrates even deeper. It can make outgoing calls look like theyâre coming from your Google Voice number so that you can keep your real mobile number private.

2. Advanced Task Killer

One of the realities of having a multitasking mobile OS in Android is that you have to manage your apps so that they donât hurt performance or battery life. Advanced Task Killer (or ATK) is my favorite. It even comes with a widget that you can tap once to kill all open apps.

3. Dropbox

Dropbox is a great cloud service that automatically syncs a folder of files between multiple computers (Windows, Mac, or Linux). This app extends Dropbox to Android and interacts with other apps (such as Documents To Go) to open the files.

4. Evernote

Once you get used to typing on a virtual keyboard (and it honestly took me over a year to do it), then these devices are great for note-taking, and Evernote is a great note-taking app. It is similar to Dropbox in that it saves data locally but syncs it across all your machines and devices.

5. DroidAnalytics

For some reason Google doesnât have an official app (for either Android or iPhone) for Google Analytics. The best one Iâve found on Android is DroidAnalytics. Another good one is mAnalytics.

6. Documents To Go

The free version of Documents To Go offers a great little reader for Word and Excel files. You can upgrade to the full version (for $15) if you want to edit files and add PowerPoint files to the mix. If you do want editing capability, Iâd also recommend taking a look at QuickOffice.

7. Amazon Kindle

I never warmed up to the Amazon Kindle e-reader, but Iâm a big fan of the Kindle mobile app. Since it was released Iâve read a lot more books simply because my smartphone is always with me and I can pull it and read a few pages anytime Iâve got a couple minutes free.

8. Places Directory

This is an awesome app for finding shops and services near your current location. From restaurants to movie theaters to medical facilities to taxis, this app is very accurate and takes advantage of the business information from Google Local. This app is better than the info you get from a GPS unit (or app) and better than any of the similar apps available on the iPhone.

9. Tripit

I dig Tripit. It is by far the best app Iâve found for keeping track of all my travel itineraries. It runs on some great backend systems. You simply forward your confirmation emails for your flights, hotels, rental cars, and more to Tripit and it automatically organizes them into trips with all your details and confirmation numbers.

10. Seesmic

Twitter is an amazing instant-intelligence engine and it was made for mobile browsing. Although thereâs an official Twitter app for Android now, Seesmic is still the best Android Twitter client.

11. FCC Speedtest

Iâm obsessed with running speed tests to check my bandwidth in various places, both to see 3G fluctuations and to check the quality of Wi-Fi. There are a number of really good speedtest apps, but my new favorite is the FCC Test app.

12. Astro File Manager

Another one of the great things about Android (if youâre a geek or a tinkerer) is that you have lower-level access to the system itself. Astro is an app that lets you navigate the Android file system.

13. Got To Do

There are plenty of to-do apps to choose from on Android but I prefer Got To Do because of the solid interface and the fact that it can sync with the online service Toodledo.

14. Gist

Many of us have contact lists scattered across various computers, devices, and online services. Gist is a Web service that can bring them together and even pull in stuff from the Web to help you stay up to date with your most important contacts. Thereâs an Android app as well as an iPhone app.

15. TED Mobile

TED is a fascinating event that features a meeting of the minds of some of societyâs most influential thinkers. Youâll definitely disagree with some of them, because thereâs a large diversity of opinions, but many talks are worth listening to. What I love is that theyâve taken the videos from their conference and made them freely available on the Web. This app provides a great way to access the videos. I hope more conferences follow TEDâs lead on this.

I really want a new phone,?
Q. Basically i have the iPhone 3G and i don't want another iPhone and i've been using my dad's old BlackBerry Bold 9700 and im not impressed, so what phone can i get that's comparable to the iPhone and won't disappoint? And preferably touch screens please (:?
I was thinking about the Palm Pre Plus, anybody know anything about it?

A. I'll answer by asking: are you a *very* technical person?

If so, the Nokia N900 is amazing ... but it's surely not for the faint of heart. Sure, very few of its apps cost money, but with kernel editing and beta software being the rule instead of the exception, there's the room for danger. I love mine -- I can FTP, DLNA, edit word docs with Abiword, check my wife's cycle on MaeGirls, blog with MaStory, edit images with Ansel-A, use Evernote and have root access. I even started using it as an MP3 player, keeping 30 GB of MP3 on it (did I mention it has 32GB of space built in and will take a 16GB Micro-SD card?). However, I'm very experimental.

The Palm Pre platform is gorgeous, with amazing multitasking and user interface. The hinge on the phone was a problem for my co-worker, who sent his back, saying it felt "fragile." If HP updates the OS (they bought Palm recently) and supports it (and the deal with the privacy concern -- Palm was collecting user data that was so not cool, but then again so do many Android apps), I could see myself being swayed back that way with decent productivity software. For now, though, I love the freedom of my Linux phone and don't mind the risks (I back up everything all the time).

Good luck!

looking for a good and free todo/task manager/tracker, any suggestion?
Q. I'm looking for a ToDo/task manager with the following features:

Mandatory:
- Free
- Works offline.
- Able to sync between computers/devices.
- Cross or multi platform. Must work on Linux and/or Windows (as long as some others)
- Task can be marked as completed.
- Hierarchy, projects and or subtasks.
- Tags, contexts, or any way to classify tasks in the same context.
- Alarms or time notifications or calendar

Desirable:
- Open Source
- Task completion percentage.
- Task priority.
- Share task lists, collections or projects with others.
- GTD or Kanban related.

I'm looking for apps different than TaskCoach (hard to sync), Chandler (seems the project is dead, and not working in the latest Ubuntu), Remember The Milk (no subtasks, no real clients and depends on Internet), Evernote (hard to track tasks just at sight, not working on Linux), not a geek command line task manager (no and no).

A. Check out Teamlab.
Sure, it will meet your requirements .
It`s a really nice PM web-app, free, opensource, based on the cloud in Amazon.



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