SnapOverflow

SnapOverflow Logo SnapOverflow Logo

SnapOverflow Navigation

  • Home
  • Server
  • Ubuntu

Mobile menu

Close
  • Home
  • System Administrators
    • Hot Questions
    • New Questions
    • Tags
  • Ubuntu
    • Hot Questions
    • New Questions
    • Tags
  • Help
Home

Home

user9517
user9517
Asked: 2015-09-29 04:13:24 +0800 CST

What causes the 'Connection Refused' message?

  • 144

This is a Canonical Question about Connection Refused

We see a lot of questions to the effect

When I try to connect to a system I get a message

Connection refused

Why is this ?

networking connection-refused
  • 2 Answers
  • 893268 Views
ripper234
ripper234
Asked: 2012-03-22 03:16:58 +0800 CST

Can you pass user/pass for HTTP Basic Authentication in URL parameters?

  • 228

I believe this is not possible, but someone I know insisted that it works. I don't even know what parameters to try, and I haven't found this documented anywhere.

I tried http://myserver.com/~user=username&password=mypassword but it doesn't work.

Can you confirm that it's not in fact possible to pass the user/pass via HTTP parameters (GET or POST)?

http authentication http-basic-authentication
  • 5 Answers
  • 1195710 Views
James Anderson
James Anderson
Asked: 2011-09-08 09:24:24 +0800 CST

Check if port is open or closed on a Linux server?

  • 278

How can I check if a port is listening on a Linux server?

linux port telnet
  • 7 Answers
  • 1235909 Views
Kyle Brandt
Kyle Brandt
Asked: 2011-07-28 13:47:05 +0800 CST

How do I force sync the time on Windows Workstation or Server?

  • 118

What is the command to sync a Windows workstation or server to its configured time source?

windows time
  • 13 Answers
  • 1024505 Views
kernel
kernel
Asked: 2011-04-29 20:24:45 +0800 CST

Can scp copy directories recursively?

  • 751

Currently I can only copy a single .tar file. But how can I copy directories recursively with scp?

linux scp
  • 9 Answers
  • 992982 Views
Eonil
Eonil
Asked: 2011-03-02 03:07:12 +0800 CST

How to automate SSH login with password?

  • 671

How to automate SSH login with password? I'm configuring my test VM, so heavy security is not considered. SSH chosen for acceptable security with minimal configuration.

ex)

echo password | ssh id@server

This doesn't work.

I remember I did this with some tricks somebody guided me, but I can't remember now the trick I used...

password ssh automation
  • 10 Answers
  • 1998510 Views
binaryorganic
binaryorganic
Asked: 2010-10-26 08:45:39 +0800 CST

How do I tell Git for Windows where to find my private RSA key?

  • 543

My Git setup runs fine on Linux, but when I try to set things up under Windows (using Git for Windows and TortoiseGit), I don't know where to put my private SSH key (or, better still, how to tell ssh where it's located). I'm using the standard ssh.exe option during installation of Git for Windows. The setup runs fine if I allow password authentication (in lieu of RSA) on the server.

windows ssh rsa git private-key
  • 30 Answers
  • 1076523 Views
Galen
Galen
Asked: 2010-10-12 17:58:12 +0800 CST

How do you restart php-fpm?

  • 183
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions.

I need to reload my php.ini and there's nothing in the help dialog about restarting it.

php nginx php5 php-fpm
  • 18 Answers
  • 994263 Views
grigoryvp
grigoryvp
Asked: 2010-04-09 02:22:10 +0800 CST

How to check sshd log?

  • 184

I have Ubuntu 9.10 installed with sshd and I can successfully connect to it using login and password. I have configured an RSA key login and now have "Server refused our key" as expected. Ok, now I want to check sshd log in order to figure out a problem. I have examined /etc/ssh/sshd_config and it have

SyslogFacility AUTH
LogLevel INFO

Ok. I'm looking at /var/log/auth.log and... it's empty O_O. Changing Loglevel to VERBOSE helps nothing - auth.log is still empty. Any hints how I can check sshd log?

ssh
  • 8 Answers
  • 850173 Views
Thierry Lam
Thierry Lam
Asked: 2010-02-06 20:54:20 +0800 CST

What's the default superuser username/password for postgres after a new install?

  • 464

I have just installed postgres 8.4 on Ubuntu 9.10 and it has never asked me to create a superuser. Is there a default superuser and its password? If not, how do I create a new one?

user-management postgresql
  • 5 Answers
  • 1138706 Views
user314763
user314763
Asked: 2014-08-12 18:35:47 +0800 CST

How to install Google Chrome

  • 583

How do you install Google Chrome on Ubuntu?

software-installation
  • 8 Answers
  • 3698035 Views
nux
nux
Asked: 2014-01-25 11:20:51 +0800 CST

Is there a command to list all users? Also to add, delete, modify users, in the terminal?

  • 1029

I need a command to list all users as well as commands to add, delete and modify users from terminal - any commands that could help in administrating user accounts easily by terminal.

command-line
  • 9 Answers
  • 3471510 Views
naveen
naveen
Asked: 2012-11-16 20:37:24 +0800 CST

How to delete a non-empty directory in Terminal?

  • 765

How do I delete the following directory?

I typed:

rmdir lampp

This error comes up:

rmdir: failed to remove `lampp': Directory not empty

Is there a command to delete all the files in the directory and delete the directory folder?

command-line
  • 4 Answers
  • 3974436 Views
ubuntu-nerd
ubuntu-nerd
Asked: 2011-12-11 20:37:54 +0800 CST

How to unzip a zip file from the Terminal?

  • 1994

Just downloaded a .zip file from the internet. I want to use the terminal to unzip the file. What is the correct way to do this?

command-line
  • 9 Answers
  • 6402065 Views
pandisvezia
pandisvezia
Asked: 2011-12-11 17:19:37 +0800 CST

How can I copy the contents of a folder to another folder in a different directory using terminal?

  • 1194

I am trying to copy the contents of a folder to another folder in a different directory using terminal.

Would somebody be able to provide me an example of the command line syntax required to achieve this?

command-line
  • 8 Answers
  • 3472336 Views
TheXed
TheXed
Asked: 2011-05-07 09:40:28 +0800 CST

How do I install a .deb file via the command line?

  • 1323

How do I install a .deb file via the command line?

command-line
  • 11 Answers
  • 3825240 Views
Alex
Alex
Asked: 2011-05-01 18:39:09 +0800 CST

How do I run .sh scripts?

  • 465

Whenever I open a .sh file, it opens it in gedit instead of the terminal. I can't find any option similar to Right Click → Open With → Other Application... → Terminal.

How do I open this file in the terminal?

command-line
  • 16 Answers
  • 3794271 Views
Silambarasan
Silambarasan
Asked: 2011-02-13 05:01:39 +0800 CST

How do I install a .tar.gz (or .tar.bz2) file?

  • 637

I have downloaded tar.gz files. But I don't know how to install it. How do I install this kind of file?

software-installation
  • 14 Answers
  • 4832364 Views
Ivan
Ivan
Asked: 2010-12-17 18:08:49 +0800 CST

How to list all installed packages

  • 2463

I'd like to output a list of all installed packages into a text file so that I can review it and bulk-install on another system. How would I do this?

package-management apt
  • 24 Answers
  • 4679001 Views
La Ode Adam Saputra
La Ode Adam Saputra
Asked: 2010-11-30 18:12:48 +0800 CST

Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?

  • 1154

I get this error when trying to use apt-get:

E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?  

How can I fix this?

package-management dpkg apt
  • 25 Answers
  • 3554400 Views

Sidebar

Stats

  • Questions 681965
  • Answers 980273
  • Best Answers 280204
  • Users 287326
  • Popular
  • Answers
  • Marko Smith

    How to delete a non-empty directory in Terminal?

    • 4 Answers
  • Marko Smith

    How to unzip a zip file from the Terminal?

    • 9 Answers
  • Marko Smith

    How do I install a .deb file via the command line?

    • 11 Answers
  • Marko Smith

    How do I install a .tar.gz (or .tar.bz2) file?

    • 14 Answers
  • Marko Smith

    How to list all installed packages

    • 24 Answers
  • Martin Hope
    ubuntu-nerd How to unzip a zip file from the Terminal? 2011-12-11 20:37:54 +0800 CST
  • Martin Hope
    TheXed How do I install a .deb file via the command line? 2011-05-07 09:40:28 +0800 CST
  • Martin Hope
    Ivan How to list all installed packages 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    jfoucher "The following packages have been kept back:" Why and how do I solve it? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford How can PPAs be removed? 2010-07-30 01:09:42 +0800 CST

Related Questions

Trending Tags

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • Home
  • Questions
    • Hot Questions
    • New Questions
  • Tags
  • Help

Footer

SnapOverflow

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Help

© 2022 SOF-TR. All Rights Reserve