Questions tagged [console]
277 questions
2
votes
1 answer
How to send the keys Alt+F9 to Microsoft Azure Serial Console for Linux?
I need to gain root access to a newly-created VM hosted on Microsoft Azure. This is done on FreePBX (running CentOS) by sending the keys Alt+F9 on the console and issuing the command !passwd root.
How can I send modifier keys to Azure's Serial…

Danny Beckett
- 180
- 3
- 15
2
votes
1 answer
virt-manager vm console requires password
I have just started learning foreman. I added a KVM host to the foreman as a compute resource.
I can now provision VMs from foreman now but I cannot view the console of the VMs that are provisioned from foreman as I am prompted for a password.
I…

Jigar
- 91
- 2
- 6
2
votes
2 answers
Open a VMware Server 2.0 console with just one click
Currently you have to login to the VMware Infrastructure Web Access GUI, select the VM, and then open the console.
Is it possible to open a console with one click or one command?

Ivan
- 3,172
- 4
- 25
- 34
2
votes
1 answer
Linux: logoff the user after its serial console terminated
I connected to Linux (in the case here, I used Ubuntu 1604) by serial console.
Now, the serial console is closed (terminated), but, when I connect back to the serial port again I saw all the sessions are left there.
How can I configure Linux to…

Howard Shane
- 131
- 1
- 2
2
votes
2 answers
How to input CRLF from keyboard in linux console
I want to test mail relay. It requires me to send CRLF at the end of DATA.
I can use toggle CRLFin telnet, or -C option for NC. But is there a way to input CRLF from keyboard in linux terminal?

George Shuklin
- 296
- 2
- 11
2
votes
2 answers
Run remote script & monitoring his activity without keeping connection
I work on Linux Mint myself, have remote Ubuntu VPS server with root ssh access.
I have script on server which makes long data processing (hours or ever days of processing).
Now I can open console on my machine, connect to VPS via ssh and run script…

DaneSoul
- 123
- 5
2
votes
2 answers
How to change DNS server IP address
How can I change the DNS server IP address in Windows XP from command line?
I don't want to do it from UI every time I need since it requires a lot clicks.

yusuf
- 195
- 2
- 6
2
votes
0 answers
Full control over powershell colors
I wanted to customize my shell by enumerating all the possible options and giving them alternate values. I have searched high and low, but there is practically no good guide on doing it, the closest is Lee Holmes' scripts mentioned here. Problem is,…

Meteorhead
- 205
- 2
- 7
2
votes
1 answer
Is there a way to name Security Group Sources in the AWS Console?
The title kind of says it all but what I want to know is if there is any way to label/name inbound security group sources in the AWS console. i.e.:
We have quite a bit of these rows in our security groups, so it would be awesome if there was a way…

julianwyz
- 123
- 4
2
votes
0 answers
Why would command line parameters not be recognized?
I have a small console application written in C# for .NET 4.0. The application takes 2 parameters, either "-run" or "-clr". So it would be called via command line like this
MyConsoleApp.exe -run
I've tested this application in Windows 8.1 (multiple…

Mat H.
- 21
- 2
2
votes
1 answer
How do I monitor file modifications of a Linux user from the user process instead of the file-system itself?
We have a requirement to fill that will give us a daily report on all the changes that were made (and who made them) through the SSH protocol; whether it be files or database resources.
Monitoring database actions are no problem with the exception…

C. David
- 21
- 1
2
votes
2 answers
How to change the webgui password in pfsense from a console?
Is there any way to change the password of the web GUI administrator user in pfSense from the console?
Just to mention I didn't lock myself out from the web GUI.

anksos
- 173
- 1
- 3
- 11
2
votes
1 answer
How to prevent syslog message popping in a ssh session without affect other sessions?
i have a machine(RHEL 5.2) which receives syslog message from remote machines. And now it keeps popping message from remote machine in a ssh shell, which is annoying when i want to do something on it.
messages are like this:
Message from syslogd@…

adamhj
- 23
- 1
- 1
- 3
2
votes
4 answers
Running a scheduled task as SYSTEM with console window open
I am auto creating scheduled tasks with this line within a batch windows script:
schtasks /Create /RU SYSTEM /RP SYSTEM /TN startup-task-%%i /TR %SPEEDWAY_DIR%\%TARGET_DIR%%%i\%STARTUPFILE% /SC HOURLY /MO 1 /ST 17:%%i1:00
I wanted to avoid using…

raoulsson
- 4,763
- 10
- 34
- 29
2
votes
2 answers
Powervault MD circular console cable
We have two Powervault MD SAS devices, the specific model eludes me as these are remote and not accessible to me and anyone on-site doesn't have the capability to locate a service tag/serial or model number.
I was able to get some pictures in which…

TryTryAgain
- 1,152
- 5
- 22
- 41