Showing posts with label linux terminal commands. Show all posts
Showing posts with label linux terminal commands. Show all posts

Tuesday, May 14, 2013

How do I use a Linux terminal to send messages?

Q. How do you message other online users on a server without using the mailx system on a UNIX/Linux terminal?

And what command should I use to block/unblock incoming messages?

A. use the wall or write command

mesg y

will allow messages

mesg n

will block messages

How to invoke the Linux Terminal in LINUX when a process becomes unresponsive?
Q. If a process becomes unresponsive in WINDOWS then we press "alt+ctrl+del" to invoke the task manager & then terminate the process.Is there any similar way to invoke the Linux Terminal so that we can end a process by the 'kill' command when it becomes unresponsive?Any help would be gladly accepted.

A. Whether you are in an x-windows session or working at the console command line, an equivalent in Linux would be to select a new virtual terminal using the key sequence CTRL-ALT-F-Key.

For example, from the console, CRTL-ALT-F1 will open virtual tty1, if it has not been disabled by configuration. Once in the screen for the virtual terminal is displayed you can log in with appropriate permissions to use 'ps' to determine the process that you need to kill as you would normally do as indicated in your question. To return to the console use CTRL-ALT-F7.

For completeness, if you are at the command line you could begin a program by running it in the background, so you can do other things during it's execution. If a program that is running, but which is not in the background, is stuck your first step should be to try CTRL-Z, to terminate it. If that fails try a virtual terminal.

As has been suggested, you could also access the system remotely if you have other systems on the network that could be used. Doing so, requires appropriate services, such as 'sshd', be running in advance of the problem. Similarly, you should experiment with the virtual terminal feature in advance of a problem to assure that it has not been disabled and so you can see how it works.

hth

How do I connect to my Linux computer?
Q. I want to be able to use some remote console to connect to my Linux terminal and send commands, what kind of server do I need? Is there a client for Windows?
I downloaded PuTTy but what server do I need? Midnight Commander is just a file manager, I need full access to my terminal.
Ok, I found telnetd. Thanks all !

A. if you just want to access a terminal session then configure SSH and use PuTTY to connect. If you want full control of your Linux desktop, then use VNC (comes in both Server and Client components and is cross platform - so yes, it does support Windows as a client)



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, May 3, 2013

How to save file to desktop using Linux commands.?

Q. I am a beginner to Linux commands. I use SSH to connect to a Linux server. What command can I use to save a text file on the server to my desktop? Example?

A. From your desktop, fire up a terminal, or use Cygwin if you're under Windows (make sure you have installed the openssh packages) :

scp <your_user_name>@<server_name>:<path to remote file> <path to local dir/file>

Enter your password, and you're done :)

Are you suppose to use different linux distros if you have different purposes?
Q. Or can all linux distro do almost the same if you know the terminal command or scripts? For example if i wanted to do some penetration test with back track but i want to surf the wow anonymously with incognito? Do i have to do them seperately or can i kinda combine them together in one.

A. Terminal commands in almost all Linux distributions are the same commands. Penetration Testing (Forensic) Linux distributions do not make a very good desktop, for everyday use. It doesn't make very much sense to do it on your own hard drive. In most Linux distributions, I believe in the package management program you can find anonymous browsing software to install. And yes one Linux in general can be over bloated with software to your desire.

How can I use hping3 to do a port scan?
Q. When I used Hping3 in linux or windows it can only scan a localhost. Is it possible to scan a remote network? What is the Linux and Windows terminal command for portscanning remote networks?

A. There's no universal program for scanning networks. The best tool to do this from a command line would probably be nmap. nmap is not included with Windows and is not standard in all Linux distributions, but is available in most repositories.

http://nmap.org/download.html



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, April 5, 2013

How do I use a Linux terminal to send messages?

Q. How do you message other online users on a server without using the mailx system on a UNIX/Linux terminal?

And what command should I use to block/unblock incoming messages?

A. use the wall or write command

mesg y

will allow messages

mesg n

will block messages

How to invoke the Linux Terminal in LINUX when a process becomes unresponsive?
Q. If a process becomes unresponsive in WINDOWS then we press "alt+ctrl+del" to invoke the task manager & then terminate the process.Is there any similar way to invoke the Linux Terminal so that we can end a process by the 'kill' command when it becomes unresponsive?Any help would be gladly accepted.

A. Whether you are in an x-windows session or working at the console command line, an equivalent in Linux would be to select a new virtual terminal using the key sequence CTRL-ALT-F-Key.

For example, from the console, CRTL-ALT-F1 will open virtual tty1, if it has not been disabled by configuration. Once in the screen for the virtual terminal is displayed you can log in with appropriate permissions to use 'ps' to determine the process that you need to kill as you would normally do as indicated in your question. To return to the console use CTRL-ALT-F7.

For completeness, if you are at the command line you could begin a program by running it in the background, so you can do other things during it's execution. If a program that is running, but which is not in the background, is stuck your first step should be to try CTRL-Z, to terminate it. If that fails try a virtual terminal.

As has been suggested, you could also access the system remotely if you have other systems on the network that could be used. Doing so, requires appropriate services, such as 'sshd', be running in advance of the problem. Similarly, you should experiment with the virtual terminal feature in advance of a problem to assure that it has not been disabled and so you can see how it works.

hth

How do I connect to my Linux computer?
Q. I want to be able to use some remote console to connect to my Linux terminal and send commands, what kind of server do I need? Is there a client for Windows?
I downloaded PuTTy but what server do I need? Midnight Commander is just a file manager, I need full access to my terminal.
Ok, I found telnetd. Thanks all !

A. if you just want to access a terminal session then configure SSH and use PuTTY to connect. If you want full control of your Linux desktop, then use VNC (comes in both Server and Client components and is cross platform - so yes, it does support Windows as a client)



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, March 27, 2013

How to save file to desktop using Linux commands.?

Q. I am a beginner to Linux commands. I use SSH to connect to a Linux server. What command can I use to save a text file on the server to my desktop? Example?

A. From your desktop, fire up a terminal, or use Cygwin if you're under Windows (make sure you have installed the openssh packages) :

scp <your_user_name>@<server_name>:<path to remote file> <path to local dir/file>

Enter your password, and you're done :)

Are you suppose to use different linux distros if you have different purposes?
Q. Or can all linux distro do almost the same if you know the terminal command or scripts? For example if i wanted to do some penetration test with back track but i want to surf the wow anonymously with incognito? Do i have to do them seperately or can i kinda combine them together in one.

A. Terminal commands in almost all Linux distributions are the same commands. Penetration Testing (Forensic) Linux distributions do not make a very good desktop, for everyday use. It doesn't make very much sense to do it on your own hard drive. In most Linux distributions, I believe in the package management program you can find anonymous browsing software to install. And yes one Linux in general can be over bloated with software to your desire.

How can I use hping3 to do a port scan?
Q. When I used Hping3 in linux or windows it can only scan a localhost. Is it possible to scan a remote network? What is the Linux and Windows terminal command for portscanning remote networks?

A. There's no universal program for scanning networks. The best tool to do this from a command line would probably be nmap. nmap is not included with Windows and is not standard in all Linux distributions, but is available in most repositories.

http://nmap.org/download.html



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, March 7, 2013

How to invoke the Linux Terminal in LINUX when a process becomes unresponsive?

Q. If a process becomes unresponsive in WINDOWS then we press "alt+ctrl+del" to invoke the task manager & then terminate the process.Is there any similar way to invoke the Linux Terminal so that we can end a process by the 'kill' command when it becomes unresponsive?Any help would be gladly accepted.

A. Whether you are in an x-windows session or working at the console command line, an equivalent in Linux would be to select a new virtual terminal using the key sequence CTRL-ALT-F-Key.

For example, from the console, CRTL-ALT-F1 will open virtual tty1, if it has not been disabled by configuration. Once in the screen for the virtual terminal is displayed you can log in with appropriate permissions to use 'ps' to determine the process that you need to kill as you would normally do as indicated in your question. To return to the console use CTRL-ALT-F7.

For completeness, if you are at the command line you could begin a program by running it in the background, so you can do other things during it's execution. If a program that is running, but which is not in the background, is stuck your first step should be to try CTRL-Z, to terminate it. If that fails try a virtual terminal.

As has been suggested, you could also access the system remotely if you have other systems on the network that could be used. Doing so, requires appropriate services, such as 'sshd', be running in advance of the problem. Similarly, you should experiment with the virtual terminal feature in advance of a problem to assure that it has not been disabled and so you can see how it works.

hth

How do I connect to my Linux computer?
Q. I want to be able to use some remote console to connect to my Linux terminal and send commands, what kind of server do I need? Is there a client for Windows?
I downloaded PuTTy but what server do I need? Midnight Commander is just a file manager, I need full access to my terminal.
Ok, I found telnetd. Thanks all !

A. if you just want to access a terminal session then configure SSH and use PuTTY to connect. If you want full control of your Linux desktop, then use VNC (comes in both Server and Client components and is cross platform - so yes, it does support Windows as a client)

How do i get color back into my linux terminal?
Q. I recently changed the color of my linux terminal from the standard black text and white background to a black background and light blue text. When the default colors were used directories and certain file types would show up in different colors, but when i changed the scheme it took away the colors. is there any way to get them back with a command or setting? Thanks in advance.

A. You will want to set the environment variable LS_COLORS in your .bash_profile or .bashrc file.

Check out the following web site that explains the variable and all of its parameters:



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, March 5, 2013

In Ubuntu Linux what is the Terminal command to close a window?

Q. I have an application that opens at launch to allow me to use my Gamepad to control the mouse and arrow keys. This application also opens a window so I would like a terminal command that I can program to close the window at startup. Thank you.

A. Your question is worded a bit oddly but I think you're looking for System > Preferences > Startup Applications

=) hope that helps!

Using a virtual connection to Linux terminal, how can I open the Linux text editor?
Q. I'm virtually connected to a linux terminal. In the terminal window I type the following commands
tcsh
cd vlsi1/Lab3
ls
pico TxFIFOtest
(these commands open an editor inside the terminal, the editor is terrible though and I will be making numerous changes to this. Is there a way to open this with a text editor?)

A. u are using tc shell?

any shell have ENV values, editor are en ENV key for linux editor, in debian/venenux the editor by default are nano or mcedit-debian, the first acts as normal ecitor like MSDOS, the second atc as special editor using IBM's F1 to F12 keys

install vim (not vi) and cam note diference, also can install nano, nano its more for ignorant command line real linux users

if u wish use graphical editor only use sux (venenux and sidux only) or install sux (apt-get install sux) and ejecute graphical editor as: "sux kwrite" or "sux leafpad" when runs, sux ask for root admin password (or for user password if u are in sudoers file)

i recomend install linux venenux+massenkoh plugs due u seems to be a non linux user, ubuntu are not good choice for system training

How to use the paste command in Linux terminal?
Q. What should i do before i use the paste command in linux terminal.Give me an example.How will u use the command paste?
I know the shortcut but i want you to tell me how to use the paste command in the terminal.When i type
"cut -c2 a file name" i am getting the output ie only few characters is displayed.Now i would like to know how would you paste these texts.If i type "paste another file" i am getting only that file and the cut text is not pasted into this file.

A. press hold left button - cover across word(s) to copy - click prompt to new target area - press middle button.
or
press hold left button - cover across word(s) to copy - click Edit above to copy - click prompt to new target area - click Edit above to Paste.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, March 1, 2013

How do i get color back into my linux terminal?

Q. I recently changed the color of my linux terminal from the standard black text and white background to a black background and light blue text. When the default colors were used directories and certain file types would show up in different colors, but when i changed the scheme it took away the colors. is there any way to get them back with a command or setting? Thanks in advance.

A. You will want to set the environment variable LS_COLORS in your .bash_profile or .bashrc file.

Check out the following web site that explains the variable and all of its parameters:

In Ubuntu Linux what is the Terminal command to close a window?
Q. I have an application that opens at launch to allow me to use my Gamepad to control the mouse and arrow keys. This application also opens a window so I would like a terminal command that I can program to close the window at startup. Thank you.

A. Your question is worded a bit oddly but I think you're looking for System > Preferences > Startup Applications

=) hope that helps!

I want to learn the Windows command line. Ware can i get info or a guide to do so?
Q. i have been using Linux since mid windows xp days. i know the Linux Terminal command line frontwards and backwards. however i only know a few simple commands for the Windows command line. for Ms_Dos and the newer Windows command shell. i want to download a guide of some kind so i can learn the windows command line inside and out. do you know ware i can find such a thing?

A. Check http://www.windows-commandline.com also. They have command line tips for all the useful tasks.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, February 19, 2013

In Ubuntu Linux what is the Terminal command to close a window?

Q. I have an application that opens at launch to allow me to use my Gamepad to control the mouse and arrow keys. This application also opens a window so I would like a terminal command that I can program to close the window at startup. Thank you.

A. Your question is worded a bit oddly but I think you're looking for System > Preferences > Startup Applications

=) hope that helps!

I want to learn the Windows command line. Ware can i get info or a guide to do so?
Q. i have been using Linux since mid windows xp days. i know the Linux Terminal command line frontwards and backwards. however i only know a few simple commands for the Windows command line. for Ms_Dos and the newer Windows command shell. i want to download a guide of some kind so i can learn the windows command line inside and out. do you know ware i can find such a thing?

A. Check http://www.windows-commandline.com also. They have command line tips for all the useful tasks.

Using a virtual connection to Linux terminal, how can I open the Linux text editor?
Q. I'm virtually connected to a linux terminal. In the terminal window I type the following commands
tcsh
cd vlsi1/Lab3
ls
pico TxFIFOtest
(these commands open an editor inside the terminal, the editor is terrible though and I will be making numerous changes to this. Is there a way to open this with a text editor?)

A. u are using tc shell?

any shell have ENV values, editor are en ENV key for linux editor, in debian/venenux the editor by default are nano or mcedit-debian, the first acts as normal ecitor like MSDOS, the second atc as special editor using IBM's F1 to F12 keys

install vim (not vi) and cam note diference, also can install nano, nano its more for ignorant command line real linux users

if u wish use graphical editor only use sux (venenux and sidux only) or install sux (apt-get install sux) and ejecute graphical editor as: "sux kwrite" or "sux leafpad" when runs, sux ask for root admin password (or for user password if u are in sudoers file)

i recomend install linux venenux+massenkoh plugs due u seems to be a non linux user, ubuntu are not good choice for system training



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, February 14, 2013

How do I connect to my Linux computer?

Q. I want to be able to use some remote console to connect to my Linux terminal and send commands, what kind of server do I need? Is there a client for Windows?
I downloaded PuTTy but what server do I need? Midnight Commander is just a file manager, I need full access to my terminal.
Ok, I found telnetd. Thanks all !

A. if you just want to access a terminal session then configure SSH and use PuTTY to connect. If you want full control of your Linux desktop, then use VNC (comes in both Server and Client components and is cross platform - so yes, it does support Windows as a client)

How do i get color back into my linux terminal?
Q. I recently changed the color of my linux terminal from the standard black text and white background to a black background and light blue text. When the default colors were used directories and certain file types would show up in different colors, but when i changed the scheme it took away the colors. is there any way to get them back with a command or setting? Thanks in advance.

A. You will want to set the environment variable LS_COLORS in your .bash_profile or .bashrc file.

Check out the following web site that explains the variable and all of its parameters:

In Ubuntu Linux what is the Terminal command to close a window?
Q. I have an application that opens at launch to allow me to use my Gamepad to control the mouse and arrow keys. This application also opens a window so I would like a terminal command that I can program to close the window at startup. Thank you.

A. Your question is worded a bit oddly but I think you're looking for System > Preferences > Startup Applications

=) hope that helps!



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, February 12, 2013

In Ubuntu Linux what is the Terminal command to close a window?

Q. I have an application that opens at launch to allow me to use my Gamepad to control the mouse and arrow keys. This application also opens a window so I would like a terminal command that I can program to close the window at startup. Thank you.

A. Your question is worded a bit oddly but I think you're looking for System > Preferences > Startup Applications

=) hope that helps!

I want to learn the Windows command line. Ware can i get info or a guide to do so?
Q. i have been using Linux since mid windows xp days. i know the Linux Terminal command line frontwards and backwards. however i only know a few simple commands for the Windows command line. for Ms_Dos and the newer Windows command shell. i want to download a guide of some kind so i can learn the windows command line inside and out. do you know ware i can find such a thing?

A. Check http://www.windows-commandline.com also. They have command line tips for all the useful tasks.

How to use the paste command in Linux terminal?
Q. What should i do before i use the paste command in linux terminal.Give me an example.How will u use the command paste?
I know the shortcut but i want you to tell me how to use the paste command in the terminal.When i type
"cut -c2 a file name" i am getting the output ie only few characters is displayed.Now i would like to know how would you paste these texts.If i type "paste another file" i am getting only that file and the cut text is not pasted into this file.

A. press hold left button - cover across word(s) to copy - click prompt to new target area - press middle button.
or
press hold left button - cover across word(s) to copy - click Edit above to copy - click prompt to new target area - click Edit above to Paste.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, February 9, 2013

In Ubuntu Linux what is the Terminal command to close a window?

Q. I have an application that opens at launch to allow me to use my Gamepad to control the mouse and arrow keys. This application also opens a window so I would like a terminal command that I can program to close the window at startup. Thank you.

A. Your question is worded a bit oddly but I think you're looking for System > Preferences > Startup Applications

=) hope that helps!

How to use the paste command in Linux terminal?
Q. What should i do before i use the paste command in linux terminal.Give me an example.How will u use the command paste?
I know the shortcut but i want you to tell me how to use the paste command in the terminal.When i type
"cut -c2 a file name" i am getting the output ie only few characters is displayed.Now i would like to know how would you paste these texts.If i type "paste another file" i am getting only that file and the cut text is not pasted into this file.

A. press hold left button - cover across word(s) to copy - click prompt to new target area - press middle button.
or
press hold left button - cover across word(s) to copy - click Edit above to copy - click prompt to new target area - click Edit above to Paste.

How to save file to desktop using Linux commands.?
Q. I am a beginner to Linux commands. I use SSH to connect to a Linux server. What command can I use to save a text file on the server to my desktop? Example?

A. From your desktop, fire up a terminal, or use Cygwin if you're under Windows (make sure you have installed the openssh packages) :

scp <your_user_name>@<server_name>:<path to remote file> <path to local dir/file>

Enter your password, and you're done :)



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, February 4, 2013

I want to learn the Windows command line. Ware can i get info or a guide to do so?

Q. i have been using Linux since mid windows xp days. i know the Linux Terminal command line frontwards and backwards. however i only know a few simple commands for the Windows command line. for Ms_Dos and the newer Windows command shell. i want to download a guide of some kind so i can learn the windows command line inside and out. do you know ware i can find such a thing?

A. Check http://www.windows-commandline.com also. They have command line tips for all the useful tasks.

Using a virtual connection to Linux terminal, how can I open the Linux text editor?
Q. I'm virtually connected to a linux terminal. In the terminal window I type the following commands
tcsh
cd vlsi1/Lab3
ls
pico TxFIFOtest
(these commands open an editor inside the terminal, the editor is terrible though and I will be making numerous changes to this. Is there a way to open this with a text editor?)

A. u are using tc shell?

any shell have ENV values, editor are en ENV key for linux editor, in debian/venenux the editor by default are nano or mcedit-debian, the first acts as normal ecitor like MSDOS, the second atc as special editor using IBM's F1 to F12 keys

install vim (not vi) and cam note diference, also can install nano, nano its more for ignorant command line real linux users

if u wish use graphical editor only use sux (venenux and sidux only) or install sux (apt-get install sux) and ejecute graphical editor as: "sux kwrite" or "sux leafpad" when runs, sux ask for root admin password (or for user password if u are in sudoers file)

i recomend install linux venenux+massenkoh plugs due u seems to be a non linux user, ubuntu are not good choice for system training

How to use the paste command in Linux terminal?
Q. What should i do before i use the paste command in linux terminal.Give me an example.How will u use the command paste?
I know the shortcut but i want you to tell me how to use the paste command in the terminal.When i type
"cut -c2 a file name" i am getting the output ie only few characters is displayed.Now i would like to know how would you paste these texts.If i type "paste another file" i am getting only that file and the cut text is not pasted into this file.

A. press hold left button - cover across word(s) to copy - click prompt to new target area - press middle button.
or
press hold left button - cover across word(s) to copy - click Edit above to copy - click prompt to new target area - click Edit above to Paste.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, February 1, 2013

How to use the paste command in Linux terminal?

Q. What should i do before i use the paste command in linux terminal.Give me an example.How will u use the command paste?
I know the shortcut but i want you to tell me how to use the paste command in the terminal.When i type
"cut -c2 a file name" i am getting the output ie only few characters is displayed.Now i would like to know how would you paste these texts.If i type "paste another file" i am getting only that file and the cut text is not pasted into this file.

A. press hold left button - cover across word(s) to copy - click prompt to new target area - press middle button.
or
press hold left button - cover across word(s) to copy - click Edit above to copy - click prompt to new target area - click Edit above to Paste.

How to save file to desktop using Linux commands.?
Q. I am a beginner to Linux commands. I use SSH to connect to a Linux server. What command can I use to save a text file on the server to my desktop? Example?

A. From your desktop, fire up a terminal, or use Cygwin if you're under Windows (make sure you have installed the openssh packages) :

scp <your_user_name>@<server_name>:<path to remote file> <path to local dir/file>

Enter your password, and you're done :)

Are you suppose to use different linux distros if you have different purposes?
Q. Or can all linux distro do almost the same if you know the terminal command or scripts? For example if i wanted to do some penetration test with back track but i want to surf the wow anonymously with incognito? Do i have to do them seperately or can i kinda combine them together in one.

A. Terminal commands in almost all Linux distributions are the same commands. Penetration Testing (Forensic) Linux distributions do not make a very good desktop, for everyday use. It doesn't make very much sense to do it on your own hard drive. In most Linux distributions, I believe in the package management program you can find anonymous browsing software to install. And yes one Linux in general can be over bloated with software to your desire.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, January 29, 2013

How can I use hping3 to do a port scan?

Q. When I used Hping3 in linux or windows it can only scan a localhost. Is it possible to scan a remote network? What is the Linux and Windows terminal command for portscanning remote networks?

A. There's no universal program for scanning networks. The best tool to do this from a command line would probably be nmap. nmap is not included with Windows and is not standard in all Linux distributions, but is available in most repositories.

http://nmap.org/download.html

How do I upload a folder recursively via SSH through a linux terminal?
Q. The problem is quite simple actually. I have a folder in my desktop which I want to be able to upload to my server via SSH. I want to be able to do that using only the linux terminal. Thanks
I don't know about import/export functions. I just want to upload via SSH. I know it's possible, I just don't know how.

A. See the SCP command (syntax in source link). It copies files over ssh. As you can see, it has an option to put an entire folder over at once.

Alternatively, there's SFTP (secure-ftp) which tunnels a ftp connection through ssh (valid only if the target server also has ftp service in addition to ssh).

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



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, January 26, 2013

Are you suppose to use different linux distros if you have different purposes?

Q. Or can all linux distro do almost the same if you know the terminal command or scripts? For example if i wanted to do some penetration test with back track but i want to surf the wow anonymously with incognito? Do i have to do them seperately or can i kinda combine them together in one.

A. Terminal commands in almost all Linux distributions are the same commands. Penetration Testing (Forensic) Linux distributions do not make a very good desktop, for everyday use. It doesn't make very much sense to do it on your own hard drive. In most Linux distributions, I believe in the package management program you can find anonymous browsing software to install. And yes one Linux in general can be over bloated with software to your desire.

How can I use hping3 to do a port scan?
Q. When I used Hping3 in linux or windows it can only scan a localhost. Is it possible to scan a remote network? What is the Linux and Windows terminal command for portscanning remote networks?

A. There's no universal program for scanning networks. The best tool to do this from a command line would probably be nmap. nmap is not included with Windows and is not standard in all Linux distributions, but is available in most repositories.

http://nmap.org/download.html

How do I upload a folder recursively via SSH through a linux terminal?
Q. The problem is quite simple actually. I have a folder in my desktop which I want to be able to upload to my server via SSH. I want to be able to do that using only the linux terminal. Thanks
I don't know about import/export functions. I just want to upload via SSH. I know it's possible, I just don't know how.

A. See the SCP command (syntax in source link). It copies files over ssh. As you can see, it has an option to put an entire folder over at once.

Alternatively, there's SFTP (secure-ftp) which tunnels a ftp connection through ssh (valid only if the target server also has ftp service in addition to ssh).



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, January 20, 2013

In Ubuntu Linux what is the Terminal command to close a window?

Q. I have an application that opens at launch to allow me to use my Gamepad to control the mouse and arrow keys. This application also opens a window so I would like a terminal command that I can program to close the window at startup. Thank you.

A. Your question is worded a bit oddly but I think you're looking for System > Preferences > Startup Applications

=) hope that helps!

Using a virtual connection to Linux terminal, how can I open the Linux text editor?
Q. I'm virtually connected to a linux terminal. In the terminal window I type the following commands
tcsh
cd vlsi1/Lab3
ls
pico TxFIFOtest
(these commands open an editor inside the terminal, the editor is terrible though and I will be making numerous changes to this. Is there a way to open this with a text editor?)

A. u are using tc shell?

any shell have ENV values, editor are en ENV key for linux editor, in debian/venenux the editor by default are nano or mcedit-debian, the first acts as normal ecitor like MSDOS, the second atc as special editor using IBM's F1 to F12 keys

install vim (not vi) and cam note diference, also can install nano, nano its more for ignorant command line real linux users

if u wish use graphical editor only use sux (venenux and sidux only) or install sux (apt-get install sux) and ejecute graphical editor as: "sux kwrite" or "sux leafpad" when runs, sux ask for root admin password (or for user password if u are in sudoers file)

i recomend install linux venenux+massenkoh plugs due u seems to be a non linux user, ubuntu are not good choice for system training

How to use the paste command in Linux terminal?
Q. What should i do before i use the paste command in linux terminal.Give me an example.How will u use the command paste?
I know the shortcut but i want you to tell me how to use the paste command in the terminal.When i type
"cut -c2 a file name" i am getting the output ie only few characters is displayed.Now i would like to know how would you paste these texts.If i type "paste another file" i am getting only that file and the cut text is not pasted into this file.

A. press hold left button - cover across word(s) to copy - click prompt to new target area - press middle button.
or
press hold left button - cover across word(s) to copy - click Edit above to copy - click prompt to new target area - click Edit above to Paste.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, January 19, 2013

How do i get color back into my linux terminal?

Q. I recently changed the color of my linux terminal from the standard black text and white background to a black background and light blue text. When the default colors were used directories and certain file types would show up in different colors, but when i changed the scheme it took away the colors. is there any way to get them back with a command or setting? Thanks in advance.

A. You will want to set the environment variable LS_COLORS in your .bash_profile or .bashrc file.

Check out the following web site that explains the variable and all of its parameters:

In Ubuntu Linux what is the Terminal command to close a window?
Q. I have an application that opens at launch to allow me to use my Gamepad to control the mouse and arrow keys. This application also opens a window so I would like a terminal command that I can program to close the window at startup. Thank you.

A. Your question is worded a bit oddly but I think you're looking for System > Preferences > Startup Applications

=) hope that helps!

I want to learn the Windows command line. Ware can i get info or a guide to do so?
Q. i have been using Linux since mid windows xp days. i know the Linux Terminal command line frontwards and backwards. however i only know a few simple commands for the Windows command line. for Ms_Dos and the newer Windows command shell. i want to download a guide of some kind so i can learn the windows command line inside and out. do you know ware i can find such a thing?

A. Check http://www.windows-commandline.com also. They have command line tips for all the useful tasks.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, January 16, 2013

How to save file to desktop using Linux commands.?

Q. I am a beginner to Linux commands. I use SSH to connect to a Linux server. What command can I use to save a text file on the server to my desktop? Example?

A. From your desktop, fire up a terminal, or use Cygwin if you're under Windows (make sure you have installed the openssh packages) :

scp <your_user_name>@<server_name>:<path to remote file> <path to local dir/file>

Enter your password, and you're done :)

Are you suppose to use different linux distros if you have different purposes?
Q. Or can all linux distro do almost the same if you know the terminal command or scripts? For example if i wanted to do some penetration test with back track but i want to surf the wow anonymously with incognito? Do i have to do them seperately or can i kinda combine them together in one.

A. Terminal commands in almost all Linux distributions are the same commands. Penetration Testing (Forensic) Linux distributions do not make a very good desktop, for everyday use. It doesn't make very much sense to do it on your own hard drive. In most Linux distributions, I believe in the package management program you can find anonymous browsing software to install. And yes one Linux in general can be over bloated with software to your desire.

How can I use hping3 to do a port scan?
Q. When I used Hping3 in linux or windows it can only scan a localhost. Is it possible to scan a remote network? What is the Linux and Windows terminal command for portscanning remote networks?

A. There's no universal program for scanning networks. The best tool to do this from a command line would probably be nmap. nmap is not included with Windows and is not standard in all Linux distributions, but is available in most repositories.

http://nmap.org/download.html



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, January 11, 2013

In Ubuntu Linux what is the Terminal command to close a window?

Q. I have an application that opens at launch to allow me to use my Gamepad to control the mouse and arrow keys. This application also opens a window so I would like a terminal command that I can program to close the window at startup. Thank you.

A. Your question is worded a bit oddly but I think you're looking for System > Preferences > Startup Applications

=) hope that helps!

Using a virtual connection to Linux terminal, how can I open the Linux text editor?
Q. I'm virtually connected to a linux terminal. In the terminal window I type the following commands
tcsh
cd vlsi1/Lab3
ls
pico TxFIFOtest
(these commands open an editor inside the terminal, the editor is terrible though and I will be making numerous changes to this. Is there a way to open this with a text editor?)

A. u are using tc shell?

any shell have ENV values, editor are en ENV key for linux editor, in debian/venenux the editor by default are nano or mcedit-debian, the first acts as normal ecitor like MSDOS, the second atc as special editor using IBM's F1 to F12 keys

install vim (not vi) and cam note diference, also can install nano, nano its more for ignorant command line real linux users

if u wish use graphical editor only use sux (venenux and sidux only) or install sux (apt-get install sux) and ejecute graphical editor as: "sux kwrite" or "sux leafpad" when runs, sux ask for root admin password (or for user password if u are in sudoers file)

i recomend install linux venenux+massenkoh plugs due u seems to be a non linux user, ubuntu are not good choice for system training

How to use the paste command in Linux terminal?
Q. What should i do before i use the paste command in linux terminal.Give me an example.How will u use the command paste?
I know the shortcut but i want you to tell me how to use the paste command in the terminal.When i type
"cut -c2 a file name" i am getting the output ie only few characters is displayed.Now i would like to know how would you paste these texts.If i type "paste another file" i am getting only that file and the cut text is not pasted into this file.

A. press hold left button - cover across word(s) to copy - click prompt to new target area - press middle button.
or
press hold left button - cover across word(s) to copy - click Edit above to copy - click prompt to new target area - click Edit above to Paste.




Powered by Yahoo! Answers

Sunday, January 6, 2013

How do I set Linux terminal to change font color/size for my commands vs. output?

Q. I would like terminal to display my commands in a different color or size (so that they stand out) than the output after running the command. Any suggestions?

A. Most unix shells (including BASH, which is probably what you're using if you're on a modern Linux distro) support customizing your shell prompt using the PS1 environment variable. While you _could_ set up colours in your terminal shell program (assuming it supports this), I'd recommend the PS1 approach, because: 1) It'll work regardless of which terminal shell program you use, and 2) if you connect to multiple machines, then you can easily make this change on all of them by just copying the BASH config onto each machine.

Typically you'd set the value of PS1 in your bash profile or rc file file (I'd recommend .bashrc in your home-directory). From that point forward, anytime you open up a terminal, it'll show whatever prompt you set up in PS1. You can customize what text appears (e.g. the hostname, current working directory, etc), and also set colours. For example, here is what I typically have at the end of my .bashrc file for my custom prompts:

# Shell prompt and fields
export PS1_USERNAME='\[\e[1;36m\]\u\[\e[m\]\100'
export PS1_HOSTNAME='\[\e[1;33m\]\h\[\e[m\]:'
export PS1_DIR='\[\e[1;32m\]\w\[\e[m\]'
export PS1_PROMPT='\[\e[1;31m\]\$\[\e[m\]'

export PS1='['${PS1_USERNAME}${PS1_HOSTNAME}${PS1_DIR}'] '${PS1_PROMPT}' '


What this shows is a prompt like the following (assuming I'm user "jsmith" on machine "bigbox" in directory "/var/log":

[jsmith@bigbox:/var/log] #

Where the username's in cyan, the machine name's in yellow, the directory's in green, and the # character's in red. Actual commands I type in are in the standard white (you can change this by not resetting the colour at the end of the PS1 prompt).

Output is harder to change the colour for. So if you want your typed commands to be coloured differently than your output, simply change the colour of your typed commands in PS1 instead.

You can create incredibly customized (and complicated) prompts with a bit of effort. Take a look at the two links in my Source(s) section below, for some good help on this subject.

Hope this helps;

Wire

Whats the terminal command for linux mint 4 to access lost and found?
Q. I have linux mint 4. I need to wipe my computer off of junk and reinstall. I also want to upgrade my hardrive and reinstall linux mint 7, and the latest ubuntu. I want to get the junk off manually, search and destroy, and then uninstall. I need that harddrive for my other computer, can you help me out? Linunx mint is the way to go by the way.

A. If you are looking to delete and format the Drive with Linux Mint 4.0 on it I recommend you use Gnome Partition Editor (GParted). For this operation you can run off any Ubuntu or Mint LiveCD as Gnome Partition Editor is included

GParted User Manual
http://gparted.sourceforge.net/docs/help-manual/C/gparted_manual.html

LINUX MINT 7

Linux Mint 7 Release notes
http://www.linuxmint.com/rel_gloria_whatsnew.php

Linux Mint 7 (32bit) Download
http://www.linuxmint.com/edition.php?id=38

The Perfect Desktop - Linux Mint 7 (Gloria)
http://www.howtoforge.com/the-perfect-desktop-linux-mint-7-gloria

UBUNTU 9.04

Ubuntu 9.04 Technical overview
https://wiki.ubuntu.com/JauntyJackalope/TechnicalOverview

Ubuntu 9.04 Download
http://releases.ubuntu.com/jaunty/

The Perfect Desktop - Ubuntu 9.04 (Jaunty Jackalope)
http://www.howtoforge.com/the-perfect-desktop-ubuntu-9.04

ALTERNATIVE

Linux Mint is certainly the way to go however my preference is Linux Mint 6

Linux Mint 6 Release notes
http://www.linuxmint.com/rel_felicia.php

Linux Mint 6 Download
http://www.linuxmint.com/edition.php?id=31

The Perfect Desktop - Linux Mint 6 (Felicia)
http://www.howtoforge.com/the-perfect-desktop-linux-mint-6-felicia


LUg.

Is it morally or ethically wrong to modify a windows computer to accept linux terminal commands in CMD?
Q. For example,
Run>Terminal>ifconfig /all

A. Nope, although Cygwin is probably a more practical alternative. It's still Windows, after all.




Powered by Yahoo! Answers
Older Posts Home