Questions tagged [console]

277 questions
13
votes
6 answers

Real benefits of serial console servers (with modern server hardware)?

I'm working in a new environment that makes heavy use of serial console servers for server management. They are augmented with switched PDUs for power management. They are not using the DRAC capabilities of the existing servers. I'm adding new HP…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
12
votes
1 answer

Console on ESXi 5

Is there also a console on ESXi 5? The well known method from ESXi 4 for the "hiddenconsole" does not seem to work. (Alt-F1, type "unsupported", enter root password)
mit
  • 1,914
  • 6
  • 29
  • 42
11
votes
1 answer

Setting php error_reporting value with a console parameter

In order to test my PHP projects on errors I normally use this command: find ./ -type f -name \*.php -exec php -l '{}' \; | grep -v "No syntax errors detected" I would like to extend the part php -l '{}' \; with some parameters so it will use a…
Raffael Luthiger
  • 2,001
  • 2
  • 17
  • 26
10
votes
3 answers

esxi 6.5 how to turn off autofit window / automatic display resolution change

after I installed VMware Tools on virtual machine its resolution adjusts to the console window size automatically. It is not what I want - I want that the resolution of my virtual machine stays the same. It is VMware ESXi 6.5, where is only web…
Tiroue
  • 131
  • 1
  • 2
  • 6
10
votes
3 answers

Connect to switch's console port through ethernet patch panel

In our office building, we have a Cisco SRW2048 switch. On the back, it has a serial port for console connections. I would like to connect this console port to my computer in my room. The switch is located in the network room next to the ethernet…
gen_Eric
  • 211
  • 1
  • 5
  • 17
10
votes
1 answer

How to "un-ANSI-fy" logs?

Lately there has been a tendency by command line tools to use fancy ANSI colors in their log output (for example, NPM and a host of nodejs based tools, rvm, docker, and a few other "modern" tools). This makes it nice to read on the screen(*), but…
Guss
  • 2,670
  • 5
  • 34
  • 59
10
votes
3 answers

Ubuntu Server: Don't see my input in terminal

I have a problem with my Ubuntu server. I start a new remote ssh session (from windows putty or ubuntu client) to my server. After a while (I think it is when I hide the console window), my input is not shown in the console. But when I type for…
plucked
  • 327
  • 1
  • 2
  • 9
10
votes
9 answers

Colour tail of Apache logs

Monitoring apache logs with tail –f tends gets very frustrating for the eyes after a while. Are there any tool/options to colorize the log outputs? Maybe signal FATAL with red, etc...
Cherian
  • 791
  • 1
  • 6
  • 13
9
votes
2 answers

What is the default password in Google Developers Console?

[How to change password in Google Developers Console?] I know this should be a very stupid question related Google Developers Console, but I just wasted three hours in it and no luck in google search results. This is the first time I enable…
9
votes
5 answers

Disable usage of console-kit-daemon in Ubuntu

I administrate several Ubuntu 9.04 servers, and everytime I log in, I get the Landscape utility printout with server stats, etc. I really don't need this and it slows down my logins considerably. Can somebody please tell me how to disable message…
Alex Marshall
  • 241
  • 1
  • 3
  • 10
9
votes
1 answer

ESXi - serial console as default console

I have headless Supermicro server with IPMI as my ESXi 5 but I would like to use serial console as default console for ESXi instead of accessing it via IPMI VGA console redirection. I have some problems with java with IPMI and I also prefer text ui…
jirib
  • 1,240
  • 8
  • 15
8
votes
2 answers

With the Supermicro Embedded BMC, is it possible to connect to Serial Over Lan via SSH?

I have several dozen Supermicro servers which use the Supermicro Embedded BMC. The documentation on that page suggests that I can access the Serial Over LAN (Serial Console) over SSH: SMASH and CLP support SSH based SOL Power control of the…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
8
votes
5 answers

Powershell screen buffer

i am using Windows Powershell, and just wondered if there is a way to scroll through the screen buffer (like for example in UNIX bash with SHIFT + PgUp / SHIFT + PgDn). I know the there is a "more" command for paging through the screen buffer, but…
Alexander
  • 235
  • 1
  • 3
  • 9
8
votes
5 answers

Allow access to Linux Console

Suppose one is running an SSH session into a GNU/Linux box of a client and he asks you to see "what you are doing". How can you allow this other party to see what's going on in your session?
Valmir Pimenta
8
votes
4 answers

How to enable multiple virtual consoles on linux?

I'm new to linux so I have no clue how to do this (couldn't find it on the web). I'm running a LAMP Virtual Machine and when I press ALT-F2, F3 etc.. to use a Virtual Console I get a blank screen (all black to be exact) not a login option, so the…
rodrigoq
  • 183
  • 1
  • 1
  • 4
1
2
3
18 19