Questions tagged [status]

39 questions
1382
votes
19 answers

Getting curl to output HTTP status code?

I'm using curl at the command line on Linux to issue HTTP requests. The response bodies are printed to standard out, which is fine, but I can't see from the man page how to get curl to print the HTTP status code from the response (404, 403 etc). …
kdt
  • 14,539
  • 5
  • 22
  • 13
25
votes
4 answers

Appearing visible to selected contacts in Skype

How can we appear visible to selected contacts while remaining invisible to others?
Drake
  • 5,584
  • 14
  • 53
  • 75
19
votes
5 answers

How to show Ethernet status in the OS X menubar

I see there is an option to Show Wi-Fi Status in the menubar. How do I show the Ethernet Status there? Sometimes my Ethernet cable gets pulled out and would be nice to have an icon to quickly check the status to see that it is no longer connected.
jsherk
  • 607
  • 1
  • 7
  • 20
11
votes
1 answer

How do interpret the output of 'service --status-all'

The man page of the service command lists the --status-all option so that you can check the status of all running services. However when I run the command the first column can contain -, ? or + e.g. [ - ] postfix [ + ] postgresql-8.4 [ ? ] …
Philip Clarke
  • 263
  • 3
  • 6
11
votes
2 answers

Does my Skype status ever change to 'Away' automatically?

Does my Skype status ever automatically change to Away? If so, when does this happen?
Casebash
  • 7,337
  • 19
  • 68
  • 86
8
votes
3 answers

Utility to simply show status of Ctrl, Shift, Alt keys?

Where could I find a small Windows utility to show the current status of the Ctrl, Shift and Alt keys? Something that lives in the system tray or otherwise "always on top"? Just little "lights" to say "Ctrl is pressed!"
Chris Simmons
  • 287
  • 3
  • 9
6
votes
0 answers

What does ? status in htop mean?

I see ? in the S column of htop output. But the manpage only has the following states. What does ? mean? Thanks. STATE (S) The state of the process: S for sleeping (idle) R for running D for disk sleep…
user1424739
  • 255
  • 3
  • 11
4
votes
3 answers

How do I display the current "session" name or "sockname" of a screen session in the status bar?

I run multiple screen sessions each created with 'screen -S name' and I would like to be able to display in the status bar the name I used to create the current screen session. However, I cannot seem to accomplish this. Any ideas?
Neg_EV
  • 615
  • 6
  • 9
3
votes
1 answer

How can I change my status (available, invisible, etc.) in Windows 8 without opening an app?

To make myself invisible, I do the following: Open the "Messenger" app. Right-click. Select "Status". Choose "Invisible". Alternatively, there are other apps (such as Skype) from which I can make myself invisible. Is there a quick way to change my…
Matthew
  • 14,496
  • 18
  • 73
  • 119
3
votes
1 answer

Skype: Don't show me as active when I turn my PC on

I don't want to be inundated by "Hello's" every time I boot my PC. Is there a way of showing me as 'off-line' until I choose to change my online status?
Gratch
  • 31
  • 2
3
votes
0 answers

How to ping IOS Devices to see if they are online

Is it possible to ping an IOS device (Ipad or Iphone) from the command prompt? When I ping them from the command prompt (the only option by the way) I get a timed out response, unlike if I ping a windows computer. Is there a way to use the mac…
Mark Deven
  • 1,488
  • 9
  • 40
  • 71
2
votes
1 answer

How to get status code of program piped to linux dialog command

I am trying to use Linux dialog to prepare simple installer for Ubuntu. The actual command is: dpkg -i package.deb 2>&1 | dialog --programbox "Installing..." 10 100 I want dialog to display any output produced by the dpkg command whether it is…
WRz
  • 123
  • 4
2
votes
4 answers

Windows Live Messenger keeps changing my status from 'Appear offline' to 'Available', how do I stop that?

For the past few days my Windows Live Messenger, 2011 edition, keeps randomly changing my status from 'Appears offline' to 'Available' on its own. I would really like to find a way to stop this from happening, I'd prefer to be in control of my own…
Ravyn
  • 21
  • 1
  • 2
2
votes
1 answer

Windows 7 network icon says "Disconnected" when connected

Since I built my PC, the network icon in Windows has always displayed as if there were no internet connection, despite there being an active connection to the internet. I've tried uninstalling the Ethernet device driver and installing the latest…
Rudy
  • 177
  • 1
  • 1
  • 9
1
vote
0 answers

Nginx Access.log status results according to different file

nginx access.log, I want to do status="200" access_log /var/log/access.log main; status="444" access_log /var/log/access444.log main; status="401" access_log /var/log/access401.log main; this can be done? Thnx server { listen 5026; …
1
2 3