Questions tagged [console]

277 questions
142
votes
6 answers

Why do consoles sometimes hang forever when SSH connection breaks?

I've seen this with so many consoles (on Linux, Mac, ...), and with lots of different machines in many different networks. I can never pinpoint the exact reason, why this happens: All you have to do is log in to a machine via SSH. If the connection…
Chris Lercher
  • 4,152
  • 9
  • 35
  • 41
114
votes
9 answers

How to check if I'm in screen session?

I need it to determine if hitting ctrl+d would disconnect me from server or just close current screen. Is it somehow possible to check if I'm right now in screen session?
wlk
  • 1,713
  • 3
  • 14
  • 19
58
votes
1 answer

Block select on a Linux console?

Is there any Linux console (konsole, gnome-terminal, etc.) that allows selecting text in a block mode, like you can in a Windows cmd.exe window, using Mark and drawing a rectangle?
Unknown
  • 1,341
  • 2
  • 13
  • 19
55
votes
1 answer

What does the @ symbol mean in a file's permission settings?

I'm on MacOSX, I did ln -s on a directory and these are the results: -rwxrwxr-x@ 1 shiki admin 970332 Mar 6 16:38 apc.so -rwxrwxr-x@ 1 shiki admin 653884 Mar 6 16:38 eaccelerator.so -rw-rw-r--@ 1 shiki admin 60064 Mar 6 16:38…
Shiki
  • 760
  • 2
  • 6
  • 8
52
votes
12 answers

Tail multiple remote files

Is there a way to remote tail 2 files? I have two servers(a and b) behind a load balancer and I would like to do something like this if possible: tail -f admin@serverA:~/mylogs/log admin@serverB:~/mylogs/log Thanks!
Pablo Fernandez
  • 665
  • 1
  • 5
  • 8
44
votes
2 answers

How to delete .fuse_hidden* files?

I have small Linux server (Debian Squeeze) which runs a Samba server which is configured to share some folders with some windows machines. While trying to delete one of the directories from windows I received the "Cannot delete folder" error. I…
Lando
  • 595
  • 2
  • 5
  • 9
43
votes
6 answers

How do I permanently disable Linux's console screen saver, system-wide?

I've got an Ubuntu server that boots up in text mode. It rarely has a screen or keyboard attached to it, but when I do attach a screen, I usually have to attach a keyboard too, because the darn console mode screen saver will be on and I'll need to…
raldi
  • 987
  • 4
  • 11
  • 13
35
votes
6 answers

KVM Guest installed from console. But how to get to the guest's console?

I'm trying to install a fully virtualized guest (Fedora 14 x86_64) on KVM (RHEL 6), using command-line only (both hypervisor and guest). It goes without errors, and without a tangible result . I'd like to know how to do a text-only installation. So,…
30
votes
5 answers

Scheduled job not running to completion; event logged with return code 3762504530

I'm just a lowly developer, but a scheduled (2:00 am) VB.Net console app job I inherited is intermittently not running to completion. About half the time, it just doesn't run to completion, logging and event: Task Scheduler successfully completed…
Amorphous Blob
  • 301
  • 1
  • 3
  • 4
20
votes
2 answers

Reverse bash console text flow

This is a bit of a weird question and I'm not sure that there is any easy answer to it but I am very interested in finding a solution. So when I work on a linux machine via a console I find that I am constantly staring at the bottom of the screen,…
radman
  • 1,671
  • 3
  • 16
  • 17
18
votes
7 answers

Nested RDP and VMWare and ILO console sessions: keystroke repetition and latency

I'm working on a remote server installation entirely through ILO (but this also applies to IPMI and VMWare console sessions). Due to the software application and environment, my access is restricted to a Windows server that I must access through…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
17
votes
3 answers

How can I scroll back the output in FreeBSD's console without Scroll Lock?

I've installed FreeBSD inside a VM on a laptop. As it turns out, the laptop keyboard has no Scroll Lock key, which is used for scrolling the screen back in FreeBSD's console. How can I scroll back the output without Scroll Lock?
Eugene Yarmash
  • 2,433
  • 5
  • 34
  • 54
17
votes
5 answers

Prevent the console from clearing the screen?

When booting into Linux, there are sometimes one or two lines that get quickly cleared. I think that some of them don't even appear in dmesg. If nothing else, I want to suppress the clear before the "login:" prompt. Is there a kernel command or…
Paul Hoffman
  • 2,214
  • 5
  • 19
  • 23
16
votes
41 answers

Poll: What is your favourite terminal program?

What is your favourite terminal program? Are you a xterm traditionalist or an eterm fanboy? Do you stick with what comes with your windowing environment: gnome-terminal, konsole, cmd.exe or terminal.app? Maybe aterm is more your thing or even…
Ludwig Weinzierl
  • 1,180
  • 1
  • 11
  • 22
13
votes
1 answer

Do I really need a DB9-RJ45 adapter to connect to a Cisco router console, and if so, why?

I have an Enterprise grade Cisco router and an HP laptop. I would like to connect to the router on the console port to conduct out-of-band management. The console port on the router uses an RJ45 terminal. I have one on my laptop as well. My…
Hack-R
  • 295
  • 3
  • 12
1
2 3
18 19