Tuesday, February 12, 2013

how i can setup putty in linux fedora plz?

putty linux
 on Putty(SSH)Linux VPS - linux ...
putty linux image



hany_me


putty and fedora


Answer
This link refers to Fedora and putty http://rpm.pbone.net/index.php3?stat=3&search=putty&srodzaj=3

Hope it is what you are looking for.

LUg.

what is putty in linux?




kanth_bopp





Answer
Your question is hard to understand. Putty is a ssh client. If you have Linux installed you can open up the terminal and use the ssh command as follows

ssh user@somewhere.org

and connect to a ssh server running.

Putty does the same thing on windows that does not have a ssh command.

RJ

linux putty directory?




jackal_04


Quick question when connecting to a linux box by putty:

Once I login in, I cannot see the directoy I am in. i.e. /usr/local>
It shows me -bash-3.2$>
is there a command to make it display the directory I am in..I wont be able to keep track of the directory I am in otherwise!



Answer
Put the following into your .bash_profile :

export PS1='\w> '

If you also want to show the current time in the prompt, and have the '$' show up as a '#' when you're root, then make it something like:

export PS1='\A \w\$ '

There is a full list and explanation of the expansions you can put into your prompt strings, in bash's manual page on Linux. Just type "man bash".




Powered by Yahoo! Answers

How do I set-up a Minecraft bukkit server on linux?

server linux
 on ... : Replacing a Windows NT/2000 server using Linux and SAMBA
server linux image



Connor


Hey, I'm already running a Minecraft server on a seperate ubuntu machine upstairs but now I want to run a bukkit server. I've seen the tuturial of putting the file in a folder and using shell to copy that code to run it, but how do I use shell. And secondly, how do I add plugins to a ubuntu bukkit server. Thanks.


Answer
Its really easy, all you have to do is drag the plugins .jar file into the "Plugins" folder. It will automatically install the plugin. To use the shell, double-click it.

Go here if you need more help:
http://wiki.bukkit.org/Setting_up_a_server

How do you run apache web server in linux?




successful


Hey guys,

I'm a newby and getting started with linux for the first time. I'm reading the book, "Beginning PHP 5.3", and it keeps mentioning to start programs, I need to go to "System -> Administration" etc. I don't know where to find "System". Can someone help me located where "System" is? I am trying to run the apache web server; already ran the synaptic package manager and installed apache from there. Thanks in advanced.

Eric



Answer
It's running, linux generally uses text files to configure things as opposed to GUI programs, so there's no menu or wizard anywhere to configure it as there would be on for Windows programs. Go to 'localhost' in your web browser and if you see "It works!" then apache is working and running on your system.

Usually web files will go in /var/www/, so if you put test1.html in that folder then you can see it at

http://localhost/test1.html

Make sure php is also installed and just place all your web files in that folder.

How to make an Apache Server using Linux?




Daniel


Hi I am using linux debian on an old imac g3. I have gotten the web server up to a point where I can see the 'It Works' page but now what? I want to add Joomla to it but I don't know how to make it load like cpanel does. Help!


Answer
a) Download Joomla
[code]
cd /var/www
sudo wget -c http://joomlacode.org/gf/download/frsrelease/14659/64120/Joomla_1.6.3-Stable-Full_Package.zip
sudo unzip Joomla_1.6.3-Stable-Full_Package.zip
sudo rm index.html
sudo chown -R www-data:www-data *
[/code]

b) Setup MySQL & phpmyadmin
[code]
sudo apt-get install mysql-server
sudo wget -c http://iweb.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.10/phpMyAdmin-3.3.10-all-languages.tar.gz
sudo tar xvfz phpMy*
sudo mv phpMy* phpmyadmin
sudo chown -R www-data:www-data phpmyadmin
sudo mv phpmyadmin/config.sample.inc.php phpmyadmin/config.inc.php
sudo nano phpmyadmin/config.inc.php
[/code]
During the installation, it will ask you for the mysql password. set it, and remember it.

Now,
At this point, add something to the part where it says you need to add something for blowfish authentication. Just type a whole load of random characters.

Press Control + X to save.

visit http://< web server address >/phpmyadmin

login with username 'root' and the password you set before.

Create a new database named "joomla"

Now, visit http://< web server address >
Your database name is the one you just created.
User is "root"
password is the password that you set.

Its not exactly secure to use the root account, but as your only using it for personal purposes, it doesn't matter much.




Powered by Yahoo! Answers

I am using Linux Ubuntu and would like to download movies, but when I try to download the file does not start.?

ubuntu linux download
 on Ubuntu 9.04 officially released, available for free download | Chips ...
ubuntu linux download image
Q. I am using Linux Ubuntu and would like to download movies, but when I try to download the file but it does not start
In applications) internet) transmission bit torrent client) the files report idle, but I know it works because I can test it on another computer using Windows.
Any ideas?

Thanks in advance.


Answer
The default Bittorrent client that comes with Ubuntu is Transmission
http://torrentfreak.com/transmission-bittorrent-client-ubuntu-080130/

However now you have gone to the trouble of starting out with Linux why consider infringing copyright with questionable downloads.

LUg.

I Downloaded Linux Ubuntu 9.10, but how do i make a bootable disk to install it on?




Toby


I want to install ubuntu by disk booting, i have downloaded the latest version, 9.10, but how do i make a bootable disk/device to install it straight on. Also i cant do it any other way because i have no other OS!


Answer
Ubuntu HowTo create a LiveCD
https://help.ubuntu.com/community/BurningIsoHowto

The Perfect Desktop - Ubuntu 9.10 (Karmic Koala) installation
http://www.howtoforge.com/the-perfect-desktop-ubuntu-9.10-karmic-koala

Ubuntu 9.10 (Karmic Koala) User Guide
http://ubuntuguide.org/wiki/Ubuntu:Karmic




LUg.

Help installing downloaded package for ubuntu linux?

Q. I downloaded a game called Vdrift for linux, the packege file is on my desktop but I have no idea how to install it with the package manager. Any idea's?


Answer
Is the package a .deb?

To install a package manually, open a terminal and go to the directory for the desktop, its probably ~/Desktop, issue the ls command to see files there. If you see the .deb package, then type 'sudo dpkg -i packagename.deb', and that should install it.




Powered by Yahoo! Answers

Monday, February 11, 2013

What is the BEST Linux software and how do you download things on it?

linux software
 on Ubuntu 9.04 ya est� listo para su descarga
linux software image



MAC MANIA


Hey, I was wondering what the best linux download is for a new user who like speed and does ALOT of programing. Also just because it will be my first time using linux I was wondering both how to download linux programs and if there are any restrictions ie. some progrmas are for mac and others are for Windows. Thanks for all the help!


Answer
I thoroughly recommend Linux Mint 9 LTS and Linux Mint 10 Main Edition which are built upon Ubuntu 10.04 LTS (Long Term Support) and Ubuntu 10.10 they are easy to install and easy to use plus they come with much of the software you are likely to need preinstalled

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

Linux Mint 10 Download
http://www.linuxmint.com/edition.php?id=67

Linux Mint 9 LTS/Linux Mint 10 Installation Guide
http://www.linuxbsdos.com/2009/12/03/linux-mint-8-installation-guide/

Linux Mint 9 LTS User Guide
http://www.linuxmint.com/rel_isadora.php

Linux Mint 10 User Guide
http://linuxmint.com/rel_julia.php

Also well worth considering is Linux Mint 10 KDE if you are looking for working with an alternative Desktop Environment

Linux Mint 10 KDE Download
http://www.linuxmint.com/edition.php?id=76

Linux Mint 10 KDE Release Notes/User Guide
http://linuxmint.com/rel_julia_kde.php

You download the ISO. image of Linux Mint 9 LTS/Linux Mint 10 or Linux Mint 10 KDE then you need to create a Bootable LiveCD/DVD for installation
https://help.ubuntu.com/community/BurningIsoHowto

All the above distros. can also be run direct from the LiveCD/DVD from Boot without touching your Hard Drive


LUg.

What is a good site to get linux software at?




denimcap


Something like cnet, with ratings and etc?

Whenever I want a linux program, I end up having to sift through dozens of websites, making and uninstalling dozens of programs, before I find a decent user friendly interface.



Answer
The best way to download linux software is through your distributions built-in package manager. Without knowing your distro, I can't tell you the name, it could be Yum, Synaptic, Yast, or something eles.
It also it looks like you need assistance with finding the right application to use. I would recommend Linux app finder, which sorts popular linux apps by catagory and rates them too. The alternatives link will help you find Linux alternatives for popular Windows apps.

What's the best Linux software to create/draw picture in an engineering master thesis written with Latex?




Jean-Phili


Hello

I'm currently writing my thesis on Linux using Kile (Latex), and I was wondering if any of you had suggestions of good software to use for creating pictures and diagrams for an engineering master Thesis? I only intend to do 2D, but I would like to do it efficiently.

Thanks!



Answer
would inkscape be of any use ?

http://inkscape.org/

its in the repo's of most linux distro's




Powered by Yahoo! Answers

Can the PS3 running Linux, using VLC media player, upconvert quicktime files?

vlc linux
 on vlc el mejor reproductor gratuito para video
vlc linux image



arvin b


We're hoping to screen using an HD projector connected to a PS3 running Linux, a Quicktime File running from VLC media player. Will it actually upconvert (the QT file is SD, DV/NTSC codec), because that's really the only reason we'd choose to run it on a PS3.


Answer
yeah it will do that.

How can I use VLC in Linux on the PS3?




Marios I


I'm not really sure on Linux etc so I wouldn't know how to compile something


Answer
http://www.videolan.org/vlc/download-redhat.html this is vlc for redhat linux distro this should help answer your question

Is there a Linux with open office, VLC player, and a driver builder?




Cheezecake


I have been looking for the perfect Linux OS for me, I need it to come installed with Open Office for school Work, the Video Lan Player (VLC) for media, and a driver for a Dlink DWA 130 for wireless internet. =]


Answer
I thoroughly recommend Linux Mint 8 Main Edition which is built upon Ubuntu 9.10 Its easy to install and easy to use plus it comes with much of the software you are likely to need preinstalled

Linux Mint 8 Download
http://www.linuxmint.com/edition.php?id=44

The Perfect Desktop - Linux Mint 8 (Helena) Installation
http://www.howtoforge.com/the-perfect-desktop-linux-mint-8-helena

Linux Mint 8 Helena User Guide
http://www.scribd.com/doc/23787138/Linux-Mint-8-Helena-User-Guide

You download the ISO. image of Linux Mint 8 then you need to create a Bootable LiveCD for installation

HowTo create a Linux LiveCD
https://help.ubuntu.com/community/BurningIsoHowto

Linux Mint 8 can also be run direct from the LiveCD from Booting up without touching your Hard Drive

VLC Player can be installed using the Linux Mint Software Portal
http://linuxmint.com/software/?sec=category&id=166&release=6&sort=name&start=10

MintWifi
http://www.linuxmint.com/wiki/index.php/MintWifi


LUg.




Powered by Yahoo! Answers

How can I download Ubuntu Linux with Xp?

ubuntu linux download
 on Ubuntu 9.04 officially released, available for free download | Chips ...
ubuntu linux download image
Q. I want to download Ubuntu on my computer, but i don't know how.
What is the best and easiest burner?


Answer
Take a look at installing Ubuntu 9.04 using Wubi installer
http://wubi-installer.org/

Using Wubi there is no need to burn a disc. as Ubuntu installs direct from the iso. image

You keep Windows as it is, Wubi only adds an extra option to boot into Ubuntu. Wubi 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.

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

LUg.

What is a good program to download music with Ubuntu Linux?




roguegreen


I switched from windows to Ubuntu. I can't use my normal programs I normally use with windows. I want to download songs (free). So any help will be greatly appreciated!

Thanks!!
I know what bittorrent's are. I'm looking for something similar to limewire that I can jsut download a single song.
I know what bittorrent's are. I'm looking for something similar to limewire that I can jsut download a single song.



Answer
Ubuntu does not have limewire in its repository but it does have many other bit torrent clients; which lime wire is.
If you go to allmyapps.com and search for p2p you will find 26 file downloaders. They are all free. Try them and see what you like. If you look at the right side of the page you will find any reviews and how many times it has been downloaded; a good sign of how good/popular it is.
Have fun

How can I download YouTube videos using Ubuntu Linux?




Water Gard


In windows, after I have installed Flash Player, I can roll over a video and get a link to download it. How can I do that using Ubuntu?


Answer
I use the download helper app in Firefox, it's in the add-ons. You'll get an icon in your toolbar that animates when there is a flash stream present, just click to download it.




Powered by Yahoo! Answers

What is the best linux version for a DELL Latitude D600 laptop?

linux version
 on Linux Se retrasa el lanzamiento de Linux 3.0
linux version image



Sgt. Peppe


I have a DELL Latitude D600 that was passed down to me by my older sister. The XP on it has some bad malware and is generally corrupted. What would be the best Linux version to either replace it , or do a dual boot?
It is about 5 years old.



Answer
Almost any distro will install with a dual boot option. Which distro you install depends on how much horsepower you have and what you want to do.

Since there are over 300 distros, and a few CDRWs are pretty cheap, download a few that sound interesting and try them. DSL (Damn Small Linux) or PCLinuxOS minime might be good for a smaller computer, but Ubuntu might run well too.

They're free - take 2. Or 20. Have fun. That's what it's all about. (Until you decide to earn your living doing what you do for fun.)

What is the easiest Linux version to install and use for a newbie?




Jambek


Hello.

I have never installed nor used Linux before.
I heard it's better than Windows and i have a spare old laptop which is broken now.

Now i thought about installing Linux on it. But since i never used Linux before, i need a version which is easy to install and use for a newb like me.

And i have also a few questions about it:
Can i still play Java games such as RuneScape?
Can i still browse the web like on Windows?

Thanks in advance!
My laptop specifications are:

around 186 mb ram
around 560 mhz processor speed
and 5 gb diskspace



Answer
your RAM is too low for most of linux versions. try Xubuntu http://www.xubuntu.org/
it's very complete and simple. and it's based on ubuntu, so you have many programs available for it.

to answer your other questions:
yes, you can install java on Linux, and you can browse the web just like you do on Windows.

What is the most layman friendly linux version available?




Francois


I would like to start using linux but i'm not a computer expert or anything. I'm not totally incompetent either. Is there a version available for me that i would actually be able to use successfully?
Thanks in advance
Francois



Answer
Ubuntu isn't for experts like that other poster says. In fact Linux mint is based off of the exact same branch of linux that ubuntu is based on. They are both Debian Linux w/ alot of user and gui customizations for end users.
Ubuntu 10.10 is GREAT!!! It found my pci wireless card and it streams to my xbox 360, I can use the files from my windows 7 partition, and see all my windows network shares.
Here is a link to a screen capture video of my ubuntu 10.10 desktop..
The desktop recorder makes it look a little glitchy and when I try to record the 3d stuff it messes up the recorder, but the real desktop experience is wonderful and smooth.

http://www.youtube.com/watch?v=K_DgJmsWDpI




Powered by Yahoo! Answers