Red Hat / Fedora :: Use FTP Command In SSH Terminal To Get File?

Mar 20, 2010

How do I use my SSH Terminal to get a file that is sittng on another server that I have.. As its like 500 megs or so but to download it to my computer then upload it it takes a long time..

So this is what i have done so far

1. Loged in to SSH Terminal

2. Went to my DIR that i want to put the FILE to

3. Typed in FTP

4. I"M LOST now as i'm trying to connect using my user on my ftp site (DIFFERN"T SERVER)

I relly need the key commands SHH Terminal for dummies

View 3 Replies


ADVERTISEMENT

Fedora :: Open A File Using Command Line In Terminal And Edit Code Within It?

Jun 10, 2011

How to open a file using command line in terminal and edit the code within it ?code...

View 6 Replies View Related

General :: Append Command Output To File By Giving Command In Terminal?

Jul 3, 2009

I am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?

View 4 Replies View Related

Ubuntu :: Exclude File From Terminal Command?

Jul 12, 2010

Well i downloaded a program with many .deb files ( At least 15 ) so i wanna execute them all trough the terminal so i typed

Code:
patowlmc@patowlmc-desktop:~$ cd /home/patowlmc/Downloads/i386
patowlmc@patowlmc-desktop:~/Downloads/i386$ sudo dpkg -i *.deb
Readme.deb: command not found

As you can see all files in the folder are .deb packages, but one: The Readme file, wich is a text file.

I know I just have to move the file to somewhere else, and everything should work, but i wanna know if there's a command for excluding a file or something.

P.D. I totally trust the program, so don't worry about so many .deb files.

View 9 Replies View Related

OpenSUSE :: Register Command To Run A Script File From Terminal?

May 10, 2011

I've recently installed matlab and after some poking around found that you must start it using a script like:

#>> cd ~root/../matlab2009/bin/
#>>./matlab

the manual tells me that the installation should have made it so that all you have to do is type matlab at the terminal but for some reason this hasn't happened. If you did not set up symbolic links in the installation procedure, you must enter the full path name to start MATLAB, matlabroot/bin/matlab, where matlabroot is the name of the folder in which you installed MATLAB. I've also looked at documentation on ln but most refers to making links between files. Is there a way to link the command "matlab" to the file shown above so all I have to do is type the command and it runs the script?

p.s: Here's what I've tried:

#>> ln -s ~root/../matlab2009/bin/matlab matlab
linux-2fs6:/home/alex # matlab

If 'matlab' is not a typo you can use command-not-found to lookup the package that contains it, like this:

cnf matlab

View 9 Replies View Related

General :: Command To Update Terminal As File Is Updated

Mar 13, 2011

I'm looking for a way to have the access log for my nginx install scroll up the terminal as lines are added to the log. I think I need a command like cat access.log | diff but I'm not sure exactly what it should be.

View 1 Replies View Related

Ubuntu Servers :: Terminal Command - Searching Given SH File For String

Mar 10, 2010

I need a hand with a line of terminal commands. I need to be able to search a given .sh file in a given location for a string, and when found, add a "#" to the start of that string and save the file back to it's original location.

View 1 Replies View Related

Ubuntu Multimedia :: Terminal Command In Script To Save File

Sep 28, 2010

I use webcam with the streamer application. So, to record a video I have to put in terminal something like this:
Code:
streamer -q -c /dev/video0 -f rgb24 -r 24 -t 00:30:00 -o /home/shark/untitled.avi
I know I can use other applications but I have got problems with all except with this. This is really annoying because it is a delay job. So, I am wondering how can I make a script that the terminal will ask me to name the file or even better to ask where to put my file.

View 9 Replies View Related

Ubuntu :: Which Command Should Run From The Terminal To Know Which File System (ext3 - Ext4) Runs On

Dec 27, 2010

I'd like to know which command i should run from the terminal to know which file system (ext3, ext4, etc...) my Ubuntu runs on.

View 2 Replies View Related

General :: Burn Data (file) With Command Line (at Terminal) To DVD Rewrite?

May 17, 2010

Now, I use Fedora Core (version 8) with core linux OS 2.6
I have some file data with size about 2G and I want to burn (write) this file to DVD rewrite.

I know linux OS can install software to burn data to DVD, but I don't have permission to install more software. I only use command line over Terminal (Gnome Terminal).

View 4 Replies View Related

Ubuntu :: Log The Command Output's History That Are Previously Printed Messages In The Terminal To A File?

Apr 23, 2011

is it possible to log the command output's history that are previously printed messages in the terminal to a file? that is the first command output when i first opened terminal through the last command.

View 5 Replies View Related

Ubuntu Networking :: Terminal Command/script To Upload A File To An Ftp Server Without User Input?

Apr 26, 2011

I've got used to using the ftp command from the terminal, which is useful, especially with macros. But it requires user input, and what I want to do now is upload a specific file to a server, once I've finished working with it every day. It's the same file every day. II would like to be able to do this semi-automatically: I just give the command and it connects to the server and uploads the file. (I will probably want to encrypt the file before uploading it.)I don't know how I could use ftp without any user input: I want it to be automatic.

View 5 Replies View Related

Fedora :: Command For It In The Terminal Using YUM?

Mar 22, 2011

When I was using Ubuntu to remove stuff left behind after uninstalling programs, like all of the dependency files, you go into your terminal and type sudo apt-get autoremove. That removes all of those files that you no longer needed, its sorta like a "Disk Cleanup" for Linux. How can I do that in Fedora? Is there a command for it in the terminal using YUM?

View 5 Replies View Related

Fedora :: Need Terminal Command For System Information

Jul 22, 2010

I'm sure this answer is out there but I cannot find it. I thought there was a command you could put in the terminal to find out what version of Fedora you are running and also tell which architecture (either 32 bit or 64 bit) it is. Does anyone know what that command is?

View 2 Replies View Related

Fedora :: Terminal Command Prompt Changed?

Jul 31, 2010

Ive just done a fresh install of F13, after an install of AMD Cat 10.7 screwed up my system.Although everything works, ive just noticed that when I open a terminal, instead of my username prompt, I now have "bash-4.1$".Firstly is this a problem? and if so how can I get my normal prompt back?

View 4 Replies View Related

Fedora :: Command To Kill An Application From The Terminal?

Dec 16, 2010

anyone tell wich coomand to kill an aplication , in ubuntu i use sudo killalll aplicattion

View 3 Replies View Related

Red Hat / Fedora :: Execute Terminal Command At Startup

Jul 9, 2010

i'm trying to automate terminal commands to execute at startup (rc5)one is a background process: Code: xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Two-Finger Scrolling" 8 1 the other is a gui application: Code: /home/labr/apps/gmail-notify/notifier.py i placed these commands in /etc/rc.local but does nothing.

View 2 Replies View Related

Fedora Servers :: Command Can Run In Terminal To Help Assign Permissions?

Jan 4, 2009

Im running samba on fedora core 7, im abit new to the server part of fedora, i set up samba and it runs well, only issue i have now is resolving permissions( User Rights)i have a shared folder which has alot of files and many subfolders in it, the files and folders in this shared foldr were copied from our old Novell Server through samba, i need to assign permissions to this folder where by a defined usergroup can have full read and write permissions to all the files and folders and sub-folders in the shared folder. i tried doing it in GUI but i realized there were over 1000 subfolders.is there a command i can run in the Terminal to help me assign the permissions?

View 1 Replies View Related

Fedora :: Xterm - Gnome Equivalent Command In Terminal

Aug 31, 2009

Using the following command:
xterm -e tail -f stdout.log

I can see the log of an applications and it's update in realtime. I want to uninstall the gnome and I'm looking for the equivalent command for the terminal. I want on startup tty4 for example to show me the log.

View 3 Replies View Related

Fedora :: Echo Exit Status After Command Is Run In Terminal?

Feb 19, 2010

command will just execute and exit with a status of "0" -"Every command returns an exit status (sometimes referred to as a return status ). A successful command returns a 0, while an unsuccessful one returns a non-zero value that usually may be interpreted as an error code. Well-behaved UNIX commands, programs, and utilities return a 0 exit code upon successful completion, though there are some exceptions."[URL]With the command . . .

Code:

# dosfsck -v /dev/sdb

it could be very helpful (and decide my next move) to see the exit code as 0, 1, or 2 . the man page suggests the command exit code will specify if the message I get - "Cluster size is zero" (I think it is a "1")is a recoverable or fixable error by the utility. or is non-recoverable - a pretty nifty feature if I understand this right. [URL] is there anything like this script COMMAND_LAST used in the following link. [URL] that can be entered in the terminal window after - or at end of - my dosfsck command or any command. just to see if it has a 0, 1, or 2 status ?

View 2 Replies View Related

Fedora :: Open Multi Processes (command) Using Only One Terminal?

Apr 28, 2010

I just switch to fedora from windows recently. And I love the terminal of fedora alot. The problem is when I run some command on the terminal, I need to wait for that command to finish before executing another command. This is very inconvinient, say If I open eclipse using the terminal, this eclipse program will hog to the terminal until I closed it. So if I want to use terminal again I have to open another one.Hence the question is: Is there any way open multi processes(command) using only one terminal?

View 4 Replies View Related

Fedora :: Terminal : Set Font And Term From Command Line?

Aug 3, 2010

I need to set both my font size and my term ($TERM=vt220) from the command for a /usr/bin/terminal. Is there a way for me to do this?

View 2 Replies View Related

Fedora Installation :: Finding A Terminal Command That Probes Other OS's?

Nov 3, 2010

Whenever I install Fedora other distros don't show up in GRUB. Windows shows up in "other," and I can see the other distro still intact when I run G Parted, but I don't know how to get it to show up in GRUB. Is there a terminal-command in F14 that probes other OS's on the hard drive and restores them to GRUB?

View 6 Replies View Related

Fedora :: Setting Default Browser From Terminal Command?

Jul 23, 2011

Anybody know the names for the config for trying to set the default browser in Fedora KDE (from Konqueror to Opera ) ...

Code:

update-alternatives --config (name)

this may be for debian distros only ?

[URL]

i.e what are the group names ?

View 6 Replies View Related

Ubuntu :: Command For "Open A Terminal Window And Run Application In This Terminal ?

Aug 8, 2010

What is the command for "Open a terminal window and run application in this terminal

View 4 Replies View Related

Fedora :: Won't Open When Run Gedit Command Through Terminal To Edit Files

May 31, 2011

When I try and run gedit command through terminal to edit files it won't open them

Quote: (gedit:4113): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.

View 6 Replies View Related

Fedora :: Terminal Command For Installing Packages Zypper / OpenSuSE?

Jun 24, 2011

I'm considering making a switch from Ubuntu/Linux Mint to Fedora 15 because I just adore, love, cannot be without Gnome Shell any longer. SELinux - I actually am finding I hate this program as it blocks certain plugins (like Java), some programs I run it blocks functionality, etc. What's the best way to disable it or make it more like Ubuntu where it's pretty much permissive of everything. Common Apps I use - I haven't checked the repos, but at the least I use the following (some I know work, but I can't remember the specific ones I want to know if I need to compile or if it's in the repos)

a - Snes9x
b - PCSX Reloaded
c - KeepNote
d - libdvdcss2 and libdvdread4
e - MP4, MP3, AVI, MPEG, OGG, OGV codecs (I think I've converted any others like WMA and WMV... wait I have a few WMA files, crap)
f - Flash 64-bit - this one I have issues with SELinux wise, (reason for first question)
g - VirtualBox - it runs so much faster under Fedora so I know this one works
h - Sun Java

RPMs - Fedora uses RPMs right? Is there like an DEB Alien to convert DEBs to RPMs? Apache2 - Now maybe I found this as httpd or lightppd or something, but why isn't it listed as Apache2 in the repos? I'm more or less guessing that Fedora is not a "rolling" release, is there a variant or version that is or a repo I can enable? A software center, other than Synaptic; I'm pampered when it comes to Ubuntu Software Center and that, is there anything like that in Fedora that isn't Synaptic? What's the terminal command for installing packages, is it zypper or is that OpenSuSE?

View 7 Replies View Related

General :: Make Linux Terminal Transparent With Terminal Command?

May 10, 2010

Is it possible to make terminal (xfce4-terminal) transparent from bash script?

Maybe by enabling compostion?

View 1 Replies View Related

Fedora Networking :: Set Up Samba Using Command Line Terminal / Network Does Not Work

Nov 29, 2010

I set up Samba using command line terminal, and my network does not work. I have Samba username and keyring passwords all set, then I go to gui system-config-samba, and my samba user profile password is incorrect. In the past, I have used a 10 letter password, however, every time I boot the computer, I have to go back in and re-enter the password.I wonder if samba is truncating the password because it only accepts an 8 character password? I have deleted the user, and added a new username, and it is still doing it.

If I go into the gui and re-enter the password, usually I can get the network back up with my windows machine. All of the parameters are correct, I use the network to transfer files from my Windows to my Fedora drive all of the time when it works.

View 2 Replies View Related

Fedora :: Invoke 'skype' Using Command In Terminal Window - Error Message Set Out On Attachment

Jan 13, 2011

I am able to invoke 'skype' using the following command in a Terminal window. < export XLIB_SKIP_ARGB_VISUALS=1 && LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so && skype & >. I want to be able to enter it through the Gnome Application interface. I right click on the skype icon and went to properties and added the above code. When I click the icon I get the following error message set out on the attachment? properly enter the commands within the application Command: line?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved