Wednesday, May 1, 2013

At school, how can you send a message to another linux computer using the linux version of command prompt?

Q. I have been trying to figure out how to send a message to another linux computer at school for a while now by using the linux version of command prompt. I have tried using the write command but it says I have write abilities disabled. I have also tried using smbclient -M accountnamehere and it always says failiure to connect to whatever account I tried to connect to. Any help would be awesome.

A. Maybe you as a normal user just don't have the rights to do so. It's probably so for security reasons.

Where can i download robin hood the legend of sherwood linux version for free?
Q. Please give me links to download robin hood the legend of sherwood linux version, i checked out torrents but there were no seeds, if not robin hood then any other good game but give.

A. Try movieadobo.com

what type of linux version would i use to download a new version of Opera?
Q. i need Opera Browser 9 to have Flash Player 9 and everytime i try to download Opera 9 it gives me tons of like Linux versions and i dont even know where to start.
please help.
thank you.

A. Download and install the Ubuntu Linux, you will install any applications easly and quickly. Just (once installed) open the Synaptics (package manager), search by " opera ", mark it to install and wait the installation finish.

You can to do this with any applications.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What is the command to know the linux version i am using?

Q. I am using a Linux server in command mode, i dont know which linux i am using ie whether it is Fedora Core 1,2,3 or Redh Hat linux Enterpirse or Linux 9.0 Version??

A. username@machine> uname -a
Linux test_machine1 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux

In this example, the Linux kernel version is 2.4.21-4.


To obtain the Linux glibc version, type the following at the shell command prompt:

username@machine> rpm -q glibc
glibc-2.3.2-95.3

Two alternative methods to obtain glibc version information:
username@machine> /lib/libc.so.6 | head -1
GNU C Library stable release version 2.3.2, by Roland McGrath et al.

username@machine> getconf GNU_LIBC_VERSION
glibc 2.3.2

If you are using a RedHat Linux distribution, you can find the RedHat release by typing:
usename@machine> cat /etc/redhat-release
Red Hat Linux release 9 (Shrike)

Where do I find source code of linux commands?
Q. Linux commands like cp, dir, ls, shred, man (etc...) are nothing but programs (hopefully all written in C). I would really like to know exactly how they work (and make a few modifications to some) so I need their source code...
Can you tell me where to find source code of linux commands?
Thank you in advance!

A. In general there are several places you can go to get the source for these commands. This is mostly because there can be several different implementations of the commands.

1) The company who distributed your version of Linux. Most versions of these types of commands are under the GPL and as such the person or company who gave you the executable has to make a copy of the source code available to you. Usually these are released as source rpms, and some times come on one of the CDs or DVDs that you used to install Linux with. You can often find them on the web too.

For example the RHEL5 Server source rpm (SRPM) is
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/coreutils-5.97-12.1.el5.src.rpm

Most of the time your distribution will have a tool like yum to install these and other rpms for you.

2) www.gnu.org
GNU probably wrote the commands that are on your distribution of Linux, although a few very specialized distros use different implementations of the commands (Usually busybox http://www.busybox.net/ but this is really rare).

http://www.gnu.org/software/coreutils/
has instructions on how to download a very recent copy of the code, which may be much much newer then the version currently installed on your computer.

NOTE:

Some shells, like tcsh and csh have their own implementations of these commands built into them. This is because it is faster to run the command as part of your shell then to fork and exec a new command. So if you do change them be sure to check that you are actually running your updated version. BASH usually does not play these games but you can always check by running which followed by the name of your command.

What would it take to make you change from Windows to Linux?
Q. Personally I would switch tomorrow if all of the software I used was compatible with Linux.

I hope that with the average person coming out of school being more computer savy these days we will see more and more software developers releasing Linux versions.
I have tried Linux in the past and wasn't very fond of it, at that time I was not aware of all the different types available such as Red Hat and Ubuntu. There are versions out there easy to get to grips with and similar to Windows.

A. A direct port of Microsoft Office not a watered down version like they made for Mac. I have tried open office I don't like it.

More automation, I would like to be abe to double click an install file and have it install - I hate hate HATE using the Linux command terminal it is like pulling teeth.

A better IM client I think kMess and GAIM are crap - and a better music player I don't like amarok and WinAmp style media players I just don't like them and I won't 'get used to them over time'.

Did I mention how much I hate using the terminal?

Better games, Linux supports OpenGL and has tonnes of C++ compilers etc, there really is no excuse for not having better games.

Faster boot times, every version of Linux I have tried took ages to boot and my PC isn't exactly low spec, its got a Core 2 Duo @ 1.83ghz with 2 gigs of RAM it shouldn't take so long to boot.

And finally I really like to nosey around and change things when I muck up Windows its easy to restore, Linux isn't I want better recovery options for when theings do go wong because the always do.

I don't ask for much really.



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 equipment I should get in order to create a media center?

Q. I want to create a Media Centre in my living room -- would like some help with respect to what PC + other equipment I should buy and what types of software I should use in order to create a cool media center (e.g. to watch/record TV, browse internet, listen to music, look at photos etc)

A. If you are interested in non-Windows solution, I would definitely recommend MythTV on Linux with a Hauppauge PVR250/350 TV tuner card. It is very powerful and comes with all the features you want and more. It requires some time to set up but once you do, believe me, its worth it.

How do I hook up a Linux computer to the internet using an XP host?
Q. I am running Fedora Core 5 on my laptop and I have Windows XP Media Center on my desktop which is connected to the internet via LAN. I want to know how I can connect to the internet from my laptop using my desktop's net connection. I already have all the physical connections set up (network adapters and cable) and I'm already using my network for file sharing. Please don't offer any suggestions on using Linux as host (I already know how much safer it is). I want help on dealing with situation as it.

Incidentally, I'm also facing trouble using ICS from my XP partition on the laptop. It used to work flawlessly before, but I think after I installed Fedora it stopped working (although file and printer sharing areOK). I ran the ICS wizard again on each comp, but it didn't work. Any suggestions on what might cause that?

A. First of all ICS or a proxy service are the way to go.
XP is a bit limited with other choices. If you already
had ICS set up for the XP partition the same settings
will work for the fedora one.

For the other part. No. Linux has nothing to do with it.
The ICS configuration ist just settings within the XP
partition. Linux can't change that. You have recently
installed a firewall or made some firewall rule changes
on either of the crates?

Are there any programs like Windows Media Center for the Mac?
Q. Mac comes with Front Row, but that is not a good program like Windows Media Center. I would preferably would like to watch TV on my Mac. If there are any alternatives to Windows Media Center only available for the PC then tell me. I can run VMWare fusion and run windows on my mac too however I don't think I have enough memory space or processor cards installed for me to be able to do that. I got Windows Vista Basic (it didn't come with Media Center)

A. Freevo
XBMC
MediaPortal
Elisa
GB-PVR

and also there are a number of linux Media Centre operating systems
* GeeXboX
* LinuxMCE
* KnoppMyth
* Mythbuntu
* Mythdora
* Linpus



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

I use a wireless hotspot for internet. How do I get Linux to connect to this hotspot?

Q. My ISP supports Windows, and the Mac OS, but not Linux.
I know that Chrome book's are Linux basically, but the machine is supported. I want to simply install Linux on a machine I already own, and connect to my hotspot.

A. Hi
Trustthebear69
He is asking about linux.
"Many ISP wireless will not give this information out to people."
To find your wireless key if not on the router just google "web interface for your router make" ie web interface netgear router
Log on to your router using the default user and password and you will find the information.

"My ISP supports Windows, and the Mac OS, but not Linux."
This means that the ISP will not offer advise on Linux.

As long as linux distro detects your wireless chip in your pc then it will connect when you select the name of your router and supply the security wireless key.

Google for the forum of your Linux Distro for instructions.

What do you download from the chrome store to be able to get java?
Q. I have an Acer Chromebook and i want java for like oovoo and some other apps. I understand you download the Linux java download. But when i download that it says i have to download an app that can open java. What is that app called?

A. Chrome devices have Flash support built-in, but they do not support Java or Silverlight. If you need Java, Silverlight, or other plug-in support, there are virtualization and remoting options you can use for Chrome devices. See the chapter on Remote Access and Virtualization in the Chrome Devices for Education Technical Planning Guide: http://www.google.com/support/enterprise/static/chromeos/docs/admin/en/chrome_devices_for_edu.pdf

SOURCE: http://support.google.com/chromeos/a/bin/answer.py?hl=en&answer=1290513

What are the benefits of using Google Chrome and what are the benefits of using Internet Explorer 9?
Q. My friend told me to switch over to Google Chrome, which i did. I am a Internet Explorer user and I upgraded Internet Explorer to version 9 and it seems like its the same as Google Chrome. What would be the benefits of the two?
Well internet explorer 9 too shows most visited web sites and is insanely fast lol. I guess one point would be security since internet explorer is a widely used browser.

A. Firefox 4 is even faster than IE and Chrome, over 9 million downloads in two days and it's available for Windows XP, which IE 9 isn't.

Chrome and IE isn't nearly as customizable as Firefox, Firefox has tens of thousands of add-ons, persona, themes etc.

Another great thing is it's available for Windows, OS X and Linux, one can auto-sync so all versions of Firefox are the same across different hardware. :)

Also with Firefox you don't have to worry if Microsoft, Apple or Google is spying on you, the code is open for people to see. (and improve on)

And Firefox with add-on's runs extremely fast on single core computers with 2.3 GHz and a mere 512K of RAM under Linux, so the "memory" issues is because of Windows bloat, PC vendor installed junk and anti-malware, not Firefox.

I use Windows in VM all the time, it always needs more memory than anything else I run. Nearly 2GB, that's with the eye candy turned way down. Just about all new Windows PC's today need their RAM bumped up right from the gate, especially after updating.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What Norton Antivirus product should I buy for protecting 6 server machines running windows 2003?

Q. I'd rather run Linux but.. some government people, probably don't know much about computers at all, are forcing us to use Windows.

They want Norton protecting all of them, despite only two of the machines being externally visible.

A. There is a corporate version of Norton Antivirus that has a much smaller memory/cpu usage footprint than the normal retail versions. Its just Symantec Antivirus 11.0. However, they now call it Symantec Endpoint Protection. I'd go with that to keep it simple.

How to remove linux from desktop computer using xp cd?
Q. I am using linux in my computer and do not like it and i want to remove it but i have no idea and i only have xp cd tell the full step.

A. HI There,

I had the same experience using LInux and decided to switch back to XP. Many of the applications I used simply did not work with LInux. Also configuring the printer, scanner (and wireless adapter) were difficult or even impossible. Not Linux's fault but the manufacturers did not include drivers for LInux.

It is not difficult to install XP and it only takes about 40 minutes or so for the installation. After installing there will be about 80 updates from Microsoft which will take longer than the install. If you have the original XP then you will want to update to SP-2 and then update to SP-3 since SP-3 is the only version still supported.

Before installing I like to write down the 25 digit key code on the tag located on the CD ( use big letters and numbers to make it easy to read later ).

Also write down all the settings needed to connect to the internet. Once XP is installed they will no longer be available.

Another thing to do is decide upon which antivirus app you want to install and have the CD or file ready on a flash drive ready for when you connect to the internet. At the very least have the URL written down so you can install ASAP. It only takes a few minutes for an unprotected system to be infected by a virus. The first thing to do after connectingto the interent is to install your antivirus and make sure the firewall is enabled.

Now you are ready to install XP.

To install all you need to do is insert your XP CD/DVD into the optical drive and boot from it then follow the instructions.

You will be asked for your time zone , keyboard configuration, password for admin account and at some time you need to enter the 25 digit COA that you have written down.

You do not need to enter a password (just press <Enter> with the dialog box blank or if you want a password; go ahead and enter it (write it down and save in a safe place). I don't use a password but if you do make sure to remember it .

To boot from the optical drive restart your computer and watch the monitor. It will show the memory and hardware check and at the bottom of the screen it will tell you which key to press to change the boot order. Probably <F12>, <F8>, <Esc> or <Delete>.

As soon as that message appears; press the key and it should boot from the CD/DVD.
If you are not quick enough; shut down and try again.

Once the computer has booted from the CD/DVD drive just follow the instructions for a full installation.
This will format the hard drive and install XP to the entire C-Drive. Formatting will erase Linux and set up the drive for Windows XP.

After the installation has finished you will need to reboot and you will be running Windows XP.
First go into security settings and enable the firewall.
Second setup your internet and connect to the internet. Immediately install your antivirus and let it update. Your antivirus may want to do a full system scan as part of the installation. That's OK.

After the antivirus is running Windows will want to update. If it does not ask then go to the Microsoft website and find updates and install them.

Good luck,
Al

Note: if you XP CD/DVD is not a genuine copy for your system the installation will fail at some point or it will not update.

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.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How to get steam to work on my google chrome book?

Q. Will steam work on my google chrome book? And if so how do I get it to work?

A. You might have to dual boot your Chromebook with Ubuntu then download steam for Linux, not 100% sure if it'll work.

Deleted history on google chrome and it still comes up on the url bar?
Q. I deleted my history on google chrome and I turned off the the suggestions on the url bar but the website that I tried to delete is still there, but it has a clock next to the url instead of an earth. How do I delete the url search history?

A. A. Disable the prediction service
--------------------------------------â¦
When you type in the address bar, Google Chrome can use a prediction service to help you complete the web addresses and search terms that you're entering The prediction service is typically turned on by default. http://support.google.com/chrome/bin/answer.py?hl=en&answer=95656

1. Click the wrench icon on the browser toolbar.
2. Select Options (Preferences on Mac and Linux).
3. Click the Under the Hood tab.
4. In the "Privacy" section, deselect the "Use a prediction service to help complete searches and URLs typed in the address bar" checkbox.

B. Pause your Web History (When you're signed in to a Google Account)
--------------------------------------â¦
If you're signed in to your Google Account and have Web History enabled, the algorithm may show some predicted queries based on searches that you've done in the past. http://support.google.com/accounts/bin/answer.py?hl=en&answer=54057

1. Go to google.com/history.
2. Click Pause to prevent your future web activity from being saved in Web History and from being used to personalize your search results.

C. Clear browsing history
--------------------------------------â¦
I suggest to install History Eraser extension:
https://chrome.google.com/webstore/detail/gjieilkfnnjoihjjonajndjldjoagffm

or more powerful Click&Clean app (automatically clear browsing history on Chrome exit, works on Chrome for Windows)
https://chrome.google.com/webstore/detail/ghgabhipcejejjmhhchfonmamedcbeod

Is there a linux distro that will run most windows programs?
Q. I really like linux except for most of the programs i use won't work on it. Is there a linux version that will run Yahoo messenger 10, Itunes 9, Frostwire and google chrome? I really don't like pidgin because of the way i use messenger. I have had very little luck with wine.

A. In most cases there is a Linux version or an open source alternative

YAHOO MESSENGER

Try Pidgin again using the directions on configuration

Pidgin is Ubuntu's default instant messaging (IM) client, at least through 9.04, Jaunty Jackalope. It works for a wide range of protocols, including MSN Messenger, AIM, Yahoo Messenger, Jabber, IRC, IRQ and Gadu-Gadu
https://help.ubuntu.com/community/Pidgin

Pidgin Frequently Asked Questions (including configuration)
http://developer.pidgin.im/wiki/FAQ

ITUNES

Take a look at these open source options

Rhythmbox
http://projects.gnome.org/rhythmbox/

gtkpod (good for syncing)
http://www.gtkpod.org/about.html

Songbird
http://www.getsongbird.com/

aTunes
http://www.atunes.org/

FROSTWIRE

Frostwire Downloads (including Linux)
http://www.frostwire.com/?id=downloads

GOOGLE CHROME

Google Chrome for Linux
http://www.google.com/chrome?platform=linux&hl=en

There are many other open source software alternatives available a list can be found here
http://en.wikipedia.org/wiki/List_of_free_and_open_source_software_packages


LUg.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What commands should i type in the terminal to display my system information in Linux?

Q. Thanks to the Yahoo Linux Community, i took my first step and installed Linux Mint Helina into my system. I play around with it a little and really like it but I do not have any knowledge on how to install any drivers.

I tried to install pcwizard so that i could see my system information but unfortunately the software is not compatible with Linux. I not sure what i need to do, its totally a new environment for me.

A. A couple of things you need to know about Linux and *nix environments.

First, Linux is not Windows, so nothing that runs on Windows runs on Linux. There are exceptions. Some popular Windows apps have Linux versions (Firefox, Thunderbird for mail, Adobe Acrobat Reader). There's also a tool called Wine that allow you to run Windows programs from inside Linux. But stick with just Linux for now.

One doesn't install drivers for Linux the way you do in Windows. Most hardware is automatically detected and configured in the installation process. Anything exotic might need to have a module or library installed, but you can nearly always do that through the software manager. Check at the Mint or Ubuntu forms for any assistance on this.

Also. look on the system menus. There are lots of tools that will provide all the information you need about your system.

Also, from the console, there is no one tool that tells you everything. Linux and similar systems include a wide variety fo smaller tools and programs, each of which handles a specific task. For example:

ps -ef (this will give you a list of all the currently running processes).

lspci (gives a list of all the hardware on various system interfaces)

mount (gives you a list of all currently mounted drives and storage devices.

When a list of things goes beyond a screen page, you can "page' the output by piping it through a pager tool like "less":

ps -ef | less

This presents the information a page at a time, and you press the space bar to read the next page.

How to open my Linux because it asks me a password ?
Q. I made a mess with my Linux and now it asks me a password at start-up which I don't know. Is there any method to regain my Linux ?

A. Welp, yes, it's a bit trixy, but it WILL work.
Do NOT |#u(K this up though.

Go ahead a boot up a live CD, it should mount your hard disk, so you can see files in it. I believe with an Ubuntu live it will be mounted /media/hda but look around, you'll find it.

anyway once you find your drive, you can directly edit the the /etc/passwd file.

Now, you need to understand what it is you are editing, and what to do, because if you pooch it... well, it's pooched then isn't it?

You are going to replace the x in the line that corresponds to your username, with a new password. The x stands for "use an encrypted password from /etc/shadow" we are going to tell the computer to use a non encrypted password. So open up a terminal, and hit it with;
sudo nano /media/hdb/etc/passwd
(path might be different depending on how the HDD mounted)

find the line about your username. It'll look like this:

elizabeth:x:1000:1000:
elizabeth,,,:/home/elizabeth:
/bin/bash

That will all be on one line but Y!A has issues...
what you want to do is replace the first x with a short easy to remember password, (at least 6 letters though) and change NOTHING ELSE about the file.

elizabeth:mypass:1000:1000:
elizabeth,,,:/home/elizabeth
/bin/bash

we changed the x to mypass.

now save the file: (ctrl +x, Yes, Enter)

and reboot the machine. (not to the live CD)
you should be able to get in now with your user name, and the password you changed to.

Once you are in, you should really
sudo su yourself, and change the password back to an x
in /etc/passwd
then while still in su issue the command :
passwd myusername
(obviously replace this with your real user name)

and enter a new password twice.
Now you are back to being encrypted, AND you know your password. YAY!

How can I tell if my Linux install is in its own partition?
Q. I have a Gateway netbook with Windows 7 starter. I installed the Ubuntu 10 version of Linux. But I don't think it installed on it's its own partition, because it never asked me about the size or anything of a partition or which partition to use. So, I followed some instructions on the internet to put Linux on its own partition, but how do I know its really on there?

A. It did, but if it will make you feel better, do this:

Boot into Linux.
Open a console shell
Type 'df -h'

The partitions will be displayed. The information on the right will tell you the mount point. The one marked '/host' will be the windows partition. On the left the host partition will be /dev/sda1. All the rest are you Linux partitions.

If you want to know more about /dev/sda1, type 'fdisk -l' (be careful with fdisk).



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