Questions tagged [console]

277 questions
8
votes
3 answers

Dell iDRAC6 virtual console viewer from GNU/Linux command line

I am annoyed that I have to launch a webbrowser just because I want to use the virtual console through the iDRAC6. I managed to download viewer.jnlp and I can start the viewer with: javaws viewer.jnlp But it seems viewer.jnlp changes for each run.…
Ole Tange
  • 2,946
  • 6
  • 32
  • 47
7
votes
5 answers

Linux: Connect to another a terminal session

I can use screen or tmux to connect to other terminal sessions, or to share them. But this work only when we first know we will use them. As root can access everything, is there a way to do the same thing without running screen ? Some pipes through…
Bertrand SCHITS
  • 2,922
  • 1
  • 13
  • 15
7
votes
6 answers

Globally Coloring the Terminal by Regex

I know many programs use color - (vim, ack, color-ls to name a few) but there are still many cases where you're stuck with black and white. There are scripts that will color output based on regular expressions (i.e. "make anything that matches 'dog'…
Jimmy
  • 293
  • 3
  • 7
7
votes
1 answer

Linux: Print all messages to primary console *and* secondary console (monitor/KVM)?

I run Linux (Red Hat-based, CentOS, SL, versions 5 & 6) on a variety of Supermicro and other whitebox servers. Some have IPMI, some do not. Some of these systems are attached to a Keyboard/monitor (KVM) console switch. Other systems are attached to…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
6
votes
2 answers

How to clear notifications in the Google Cloud Platform console?

I use the web-based console of the Google Cloud Platform (GCP) to do debugging or testing tasks that might fail (the others are automated with the gcloud CLI). As a consequence, I have a growing list of failed tasks. Each one increments the counter…
patzm
  • 163
  • 4
6
votes
4 answers

How to configure UNIX or Linux for administration via serial connection

How can I configure my UNIX or/and Linux PC with COM port to support serial console connections? I would like to connect my notebook to that PC via a console cable and manage the PC with terminal emulation software like putty, as if I use keyboard…
TiFFolk
  • 1,077
  • 3
  • 15
  • 25
6
votes
2 answers

Where/when does a Linux system change the console display mode?

I'm installing Debian Wheezy (7.0rc1) on a box of mine. For reasons I won't go into here, I don't want the framebuffer to be used for the console display during boot (nor afterwards). To avoid this, I…
einpoklum
  • 1,652
  • 3
  • 21
  • 31
6
votes
8 answers

How to remote control Windows?

Is there a way to remote control a Windows machine as easy as I do with my other Linux pcs through SSH? I'm currently using a FTP server for files but I prefer the way I can manage my other linux boxes. I'd like it to be textual just like ssh, is…
Andrea Ambu
  • 480
  • 1
  • 8
  • 13
6
votes
5 answers

What is a a good serial-to-USB adapter?

Serial ports on devices are still used for many things, especially on network devices. However, most modern laptops no longer have serial (aka "COM") ports. So what I'm curious about is: what is a good adapter, or chipset used in adapters, that…
DM
5
votes
2 answers

Cisco console, USB and RJ45?

I have a new Cisco 3750X switch and I want to connect to it via console. Only.... this switch does not have a DB9 connector on it, its Serial port is RJ45. I have a USB to RJ45 cable, and am on Windows 7, but cannot seem to get Putty or other…
jeremy
  • 855
  • 4
  • 20
  • 31
5
votes
4 answers

How to search for text in a PuTTY console window

Is there a easy way for me to: search for a string in the output window of the putty ? or even a Linux command to search and highlight a string in the output ? I have 20,000+ lines in the output and sometimes I have to search for customer_id :…
mahen3d
  • 4,342
  • 14
  • 36
  • 57
5
votes
1 answer

Supermicro + IPMI + FreeBSD: Kernel prints at 1-bps

I am running FreeBSD 8.2-RELEASE. The machine is a Supermicro 5015M with a IPMI 2.0 daughterboard. When I boot this host, the boot process proceeds fine. I see the BIOS, the RAID BIOS, the first and second stage boot loader and the Stage Three,…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
5
votes
6 answers

Possibilities of connecting to linux box console without network

Having to manage a couple of remote dedicated servers, working with network related stuff can be quite stressful. Is there any possible way I could connect to those boxes (possibly via third box) and not have to depend on their networking…
Karolis T.
  • 2,719
  • 7
  • 33
  • 45
5
votes
3 answers

Setting Java Runtime setting for all users on a client PC

We have a problem with a java application running out of memory. Our (Windows XP) client PCs have JRE 1.6 version 18 installed. I want to increase the -Xmx runtime parameter for the JRE to 512M but I can't seem to set this for all users. When I log…
steviey
  • 53
  • 1
  • 1
  • 3
5
votes
2 answers

what console command ./ means?

I saw many times console commands like ./redis-server or ./mongo what exactly ./ means?
x__dos
  • 153
  • 3
1 2
3
18 19