Skip to main content

Questions tagged [exit]

The tag has no usage guidance.

1 vote
1 answer
371 views

How do I exit form "Failed validating schema (@jupyterlab/apputils-extension:package)" in Jupyter lab?

I am trying to access jupyter lab using ssh. I am fallen in this error message shown in the image that I attach: It is a similar problem reported in this StackOverflow post. My problem now is: how do ...
HelpNeederStudent's user avatar
0 votes
0 answers
327 views

The ezstream service quits unexpectedly

I have Icecast started at boot, running in the background, thus: # systemctl status icecast2 ● icecast2.service - LSB: Icecast2 streaming media server Loaded: loaded (/etc/init.d/icecast2; ...
ByteEater's user avatar
  • 213
0 votes
1 answer
439 views

How to call .bash_logout on CentOS

I'm trying to call my own .bash_logout on CentOS when a user logs out. However, even when an 'exit' command is sent, .bash_logout is NOT called/executed (it just logs out). On CentOS, when I type '...
IanHacker's user avatar
  • 103
0 votes
0 answers
78 views

What is the possible cause of a Windows batch command preventing all subsequent commands to execute?

I have a simple bat file that does the following: openapi-generator generate -i open-api-offline-file.json -g csharp-netcore -c open-api-config.json -o DataLakeOpenApiRestClient REM customizing ...
Alexei's user avatar
  • 693
14 votes
3 answers
14k views

What is a keyboard shortcut for closing a Windows PowerShell window?

I have opened an empty Windows PowerShell window, and have not yet entered any commands into the window. The default, unchanged directory is my user account folder. I want to close the window with a ...
Frank Fanelli's user avatar
0 votes
1 answer
8k views

How to reliably remove all temporary files created in a script?

Is it possible to trap the exit/return of a function? For a program I could do trap -- "clean_this" EXIT That would execute the function clean_this when the program exits. I would like to do ...
kaligne's user avatar
  • 269
1 vote
1 answer
1k views

bash trap in background functions

Calling a function in a script in background - using '&', the function is called in a subshell. When the function ends, the subshell ends, with an exit status. I would like to trap the exit signal ...
kaligne's user avatar
  • 269
26 votes
5 answers
18k views

How do I quit / exit / stop Xcode Server?

I have this little hammer up next to volume, power, time, etc. How do I make it go away? The options menu is grayed-out. No menu item to shut it down that I can find.
jeffamaphone's user avatar
17 votes
2 answers
7k views

What is the difference between ~. (tilde dot) and "exit" when exitting an SSH connection

Whenever I have a backgrounded X11 connection in an SSH session, I must use ~. and not exit to exit the ssh session. What is the difference here? Can I always use the escape sequence ~. ?
Hải Phong's user avatar
33 votes
3 answers
80k views

On Windows, how can I gracefully ask a running program to terminate?

On Unix or Linux, it's easy to gracefully ask a running application to terminate: you send it the SIGTERM signal. If its process ID is 1234, you can simply run kill 1234 or kill -s TERM 1234 or kill ...
unforgettableidSupportsMonica's user avatar
0 votes
3 answers
4k views

cmd-Difference between quit and exit

If you type telnet in cmd, you will have to type quit to get out of there, but if you type wmic, both quit and exit will work. Welcome to Microsoft Telnet Client Escape Character is 'CTRL+]' ...
undo's user avatar
  • 6,099
4 votes
2 answers
2k views

GIMP Close edited image without asking for confirmation

I was able to disable the confirmation dialog when closing an image. I successfully did so at a previous version of GIMP but apparently an update to GIMP 2.8.14 (on Arch Linux) disabled it and I can't ...
qubodup's user avatar
  • 9,014
4 votes
4 answers
69k views

Shell script: ssh to remote machine, then exit: 'exit' does not work

I have a shell script of the following type: #!/bin/bash ssh [email protected] echo "Hi" exit I run it locally to do something on a remote server (represented by 'echo "Hi"'). However, ...
Marius Hofert's user avatar
2 votes
2 answers
411 views

Does Tor need more Relay node or Exit nodes? [closed]

If I have free bandwidth, am I better off sharing as a relay node or exit node? Trying to help the Tor network
Shamoon's user avatar
  • 277
57 votes
5 answers
335k views

How to exit MySQL command prompt?

I have installed MySQL. Now I am stuck inside the MySQL command prompt. I ran MySQL like this: C:\>mysql.exe mysql> Then I type in some invalid command like this: mysql> /version -> ...
Eric Leschinski's user avatar

15 30 50 per page