answersLogoWhite

0

What else can I help you with?

Related Questions

Which command provides secure command line access to a remote Linux machine?

ssh command provide secure access to a remote machine using terminal.Use the following syntax when using ssh to connect to a remote computerssh remote_username@remote_host


How do you use your wired broadband connection to connect your wireless laptop to the internet when there is no wireless network available?

You have two basic options. 1.You can connect your laptop to your cable, fibre optic, or DSL modem or Ethernet port using an Ethernet cord. 2. You can connect your cable, fibre optic, or DSL modem or Ethernet port to a wireless router using a Ethernet cable. You then connect your laptop using wireless to your wireless router.


What command do you type in Linux to determine the shell you are using?

echo $SHELL


Where can one gain more information about how to use the Linux terminal?

At the command prompt, type 'man [command]' (removing the brackets and substituting the command for which you need information).


How can I connect my device to the internet using an Ethernet cable adapter for wall?

To connect your device to the internet using an Ethernet cable adapter for the wall, simply plug one end of the Ethernet cable into the adapter and the other end into your device's Ethernet port. This will establish a wired connection to the internet through the wall adapter.


Running processes on a Linux system can be reported using which command?

ps aux


How can someone link up their PC to the CM100?

You can link up your PC to the CM100 by using an Ethernet cable or USB cord. Connect the Ethernet cable to the CM100 Linksys modem and the other to the Ethernet port on your computer or if you are using USB connect the USB cord to the USB port on the computer.


Can you connect a ps2 to the net using usb modem?

You can't; it's Ethernet or nothing.


How to connect 30 and above PC in organization using lan?

You would connect them with ethernet cables and 1 or more switches. If you require more than 1 switch, you need to connect the two switches with an ethernet cable too.


How do you fix web browsers not using Ethernet cable to connect to internet unless connected to WiFi as well?

solved (not what i meant tho i went to another website)


What kind of Ethernet cable do i need for an xbox to cable modem connection if i am using a usb to connect the modem to my PC?

is it a straight ethernet or a crossover? i am using a Motorola SURFboard SB5120. You'll only need a straight ethernet cable for that.


What is stat command in Linux?

Displays the detailed status of a particular file or a file system. You can always refer manual pages for linux commands using the terminal using the "man" keyword before the actual command. ex:- man stat