Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
1-The FTP program for Liunx wants me to
do my editing in something like mousepad.
How do I go about doing that and
connecting those actions with my FTP program?
2-I have tried several times to play DVDs but,
I get this message to the effect of -xine engine failed to start.
I also get something about "no demuxer found-stream format not recognized".
3-I have the speakers working on the system but,
the volume is way too low.
4-My printer works if I print something from
a website but, I am as of yet unable to print anything
from my mouse pad files.
5-I have been looking over "Audacity"
for a while and am having trouble understanding
how to get just the "exe" files for the program.
(Sorry, I just want to plug and play it...lol)
I was in the midst of using the update manager when
the system seems to have locked up.
I opted to stop the process but now whenever
I try to update, I get this message that says
I need to do this again manually.
I am familiar with'sudo dpkg' but,
that is not quite getting the job done?
I'd really appreciate help on this matter as I'd like
to have my system more functional than it ever
was with the windows OS.
3) Right click on the panel> add new item> click on volume control and add. You can also drag the items you want straight to the panel instead of clicking add.
4) Have you set your printer? Right click (Desktop area)>Settings>Printing
5) (*See 6 below) Linux does not have any .exe files! (Linux is not Windows, Windows is not Linux.)It is available through repositories. Connect to the internet, open a terminal and input:
Quote:
sudo apt-get install audacity
6)
Quote:
I try to update, I get this message that says I need to do this again manually.
Not with an -a in it? Connect to the internet, open a terminal and input:
Generally, you'll get better help with each question in a different thread (But don't create any more just yet...)
1: I don't understand "FTP program wants me to do editing". FTP would normally be run from a terminal--unless you have a smart client. Give us more info about what you are trying to do.
4: Have you actually installed your printer (ie "configured a print queue")? If in doubt, open the CUPS manager directly by entering "localhost:631" in a browser window.
5: You should be able to install Audacity using the package manager. (Is there a GUI package manager installed--eg Adept or Synaptic?) Also, note that ".exe" files are for Windows. They will run on Linux only using the "WINE" interface---but not always.
3) Right click on the panel> add new item> click on volume control and add. You can also drag the items you want straight to the panel instead of clicking add.
4) Have you set your printer? Right click (Desktop area)>Settings>Printing
5) (*See 6 below) Linux does not have any .exe files! (Linux is not Windows, Windows is not Linux.)It is available through repositories. Connect to the internet, open a terminal and input:
6) Not with an -a in it? Connect to the internet, open a terminal and input: and then
arochester,
I was able to implement on points 2, 3, 5 and 6.
I have not quite gotten point 4 worked out yet.
Your help is much appreciated!
Namaste'
Scot
Generally, you'll get better help with each question in a different thread (But don't create any more just yet...)
1: I don't understand "FTP program wants me to do editing". FTP would normally be run from a terminal--unless you have a smart client. Give us more info about what you are trying to do.
4: Have you actually installed your printer (ie "configured a print queue")? If in doubt, open the CUPS manager directly by entering "localhost:631" in a browser window.
5: You should be able to install Audacity using the package manager. (Is there a GUI package manager installed--eg Adept or Synaptic?) Also, note that ".exe" files are for Windows. They will run on Linux only using the "WINE" interface---but not always.
pixellany,
Point 1-
I was trying to make changes to my website.
I have not quite gotten the bugs worked out yet.
The message I get tells me to use some sort of
editing program in order to make the changes to my website code.
Point 4-
I have indeed installed my printer but,
as of this point in time it only prints what I
see on websites. I do have the printer designated
as my default printer and still it will not print
my mouse pad items.
Point 5-
I did in fact get audacity installed!
Again, much thanks for your help!
Namaste'
Scot
Last edited by ScotHypnotist; 12-30-2007 at 03:35 PM.
Reason: typo
ok i havent been on here in a couple days or whatever.... what has not been fixed yet?
edit: do you have an ftp prog yet? heres a trick that i use allot
open a terminal and type sudo synaptic
enter your password if asked
click search in the window that comes up
enter in your case ftp hit search
sort through clicking the boxes of things you want
click apply
let it install
enjoy!
Last edited by tommytomthms5; 12-31-2007 at 01:07 AM.
pixellany,
Point 1-
I was trying to make changes to my website.
I have not quite gotten the bugs worked out yet.
The message I get tells me to use some sort of
editing program in order to make the changes to my website code.
If you're trying to edit some code, then of course you'll need to do it with a text editor. Not sure why you're trying to use FTP to do so, given that it stands for "file transfer protocol". Anyway, if the server is running SSH, you can connect to it that way "ssh user@host", enter your password, run your favourite text editor and whatever you need to.
If you're trying to edit some code, then of course you'll need to do it with a text editor. Not sure why you're trying to use FTP to do so, given that it stands for "file transfer protocol". Anyway, if the server is running SSH, you can connect to it that way "ssh user@host", enter your password, run your favourite text editor and whatever you need to.
Nylex,
I suppose it is a carry over from
my time in windows ville.
I am accustomed to going into an FTP program
let's say CORE FTP for example, and on either
the local machine or the remote unit, you have
the option of making changes to the files.
I am simply looking for something similar in Linux.
ok i havent been on here in a couple days or whatever.... what has not been fixed yet?
edit: do you have an ftp prog yet? heres a trick that i use allot
open a terminal and type sudo synaptic
enter your password if asked
click search in the window that comes up
enter in your case ftp hit search
sort through clicking the boxes of things you want
click apply
let it install
enjoy!
Tommytomthms5,
At this point, the printer is still not
quite up to speed and please forgive me
but, I am looking for something less complicated
in order to edit my web pages.
I am rather leary of trying what you suggest as,
I really do not wish screw anything up.
For various Web Editors look at http://linuxappfinder.com/development/web
The classic is probably NVU which is fairly WSWG. (It has possible been renamed KompoZer???}. Other worthies are Quanta, Bluefish, Screem, Aptana
For various Web Editors look at http://linuxappfinder.com/development/web
The classic is probably NVU which is fairly WSWG. (It has possible been renamed KompoZer???}. Other worthies are Quanta, Bluefish, Screem, Aptana
Arochester,
Thank you again for your help.
I seem to recall getting Filezilla.
I don not recall installing it though.
I will look into that.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.