Questions tagged [console]
277 questions
1
vote
1 answer
Hotstrings on a bash console
I can do things like this to alias often used things alias iii='sudo yum install' and that works fine, but it's nice to be able to expand a command on the command line as I use it. For sure I can type alias to show all of the aliases, and I can even…

YorSubs
- 135
- 7
0
votes
1 answer
gcp vm console ssh instance stuck on transferring metadata
Hit the ssh button in the instance list and it worked without issue the first time.
Every since then, it hangs on 'transferring metadata'.
No errors, just sits there spinning forever.

mtyson
- 193
- 1
- 10
0
votes
1 answer
Cannot boot Debian-9.6.0 in KVM: "640 x 480 Graphic mode"
I'm trying to get a disposable virtual machine on my private server.
I've tried downloading a couple of Debian ISO files for 9.6.0, but I am unsuccessful in booting any of them.
After trying kvm -m 2048 -smp 2 -hda debian.12GB.img -cdrom…

cnst
- 13,848
- 9
- 54
- 76
0
votes
2 answers
A better tool for console-to-console communication on Linux?
On occasion administrators working on a given system will "collide" with one another when one administrator's actions impact the other. Part of my solution is to add 'who' to root's .profile so that, when an administrator sudo's to root, they will…

Senior Geek
- 55
- 9
0
votes
1 answer
How to restore root access to a broken Amazon EC2 instance?
What if SSH (or maybe even all TCP) access to a EC2 instance is lost?
How to restore root access in this case?
Is there a Linux console in EC2 (provided it runs Linux) similar to console in Digital Ocean?

porton
- 312
- 1
- 14
0
votes
1 answer
SSH private key is working on SFTP (FileZilla), but not in the console
I generated an SSH key using WebHost Manager's "Manage root's SSH keys to be used on SFTP and console SSH connection".
FileZilla got connected easily with the private key and password, but when I tried to use it in the console, the password was not…

Fahed
- 121
- 1
- 9
0
votes
2 answers
RS232 to USB extension cable to network configuration
I'm not sure this is the correct place for this question.
I have a console cable to configure network devices like switches (https://images-na.ssl-images-amazon.com/images/I/41LDstMTA5L.jpg)
So, I want to make an extension cable with an RS232…

Juan Botero
- 11
- 3
0
votes
1 answer
Enable Remote console for vmware 5.5
There is a nice feature - at least in my opinion - in VMware 6.5 that I have seen yesterday: Remote console.
How can I add this feature to vmware 5.5?
thanks

elekgeek
- 51
- 5
- 14
0
votes
2 answers
configuring linux console email client to check attachments
I need to configure a IMAP4 capable (console-based) email client to
- check and edit the name of an attachment ("contains umlauts?" -> change character ä to ae)
- delete emails that don't fit certain requirements (not PDF, DOC,... not from domain…
Christopher
0
votes
1 answer
How to bind action to ctrl-f1 in screen?
I know I can do:
bindkey "...." action
where .... is what i get by typing ctrl-v and then ctrl-f1. but it looks bad, contains bad characters (^[), and is generally not cool.
when binding to f1, i can do:
bindkey -k k1 action
but I can't seem to…
user13185
0
votes
0 answers
Setting up remote console & poweron/off access for a single isolated physical machine
I have a server which will be sitting in a location without any smart hands (or any 'hands' at all) which is accessible but not easily. While I don't anticipate needing to power it off or on, or to access the console, it would be essential in case a…

A__A__0
- 423
- 2
- 8
- 17
0
votes
1 answer
Install guest CentOS 7 on KVM also on CentOS7 without GUI
I'm a bit stuck with virtualization on CentOS 7 using KVM. Whenever I try to create a virtual machine it keeps telling me to connect to the machine via console and finish the installation. Whenever I connect, I can't enter enything, I can only…

Bert
- 1,028
- 1
- 16
- 33
0
votes
1 answer
AWS Console- copy tag to tag
Two tags in AWS Console. Tag Key name: test1 and test2. All the tag information is in test1 key but need to go to test2 key. In filter I can type tag:all then edit that tag with a different key. However with 150+ instances this would take a while.…

Benjamin Jones
- 326
- 1
- 9
- 23
0
votes
2 answers
Vtrak E610F console issues and recovery
I have been assigned an E610F Vtrak Storage unit, the previous admin left and did not leave any documentation, so IP Address for Management and Credentials are unknown.
I tried using accessing the console of the controller with these…

user2910332
- 5
- 5
0
votes
1 answer
How to track down which process cause networkd to write a certain log line on Mac
When I open Console on my Mac, I see the following line written every 2 seconds:
1/6/16 3:26:55.808 PM networkd[206]: -[NETProxyLookup url] invalid URL scheme '19536'
It is written to system.log by networkd. It seems I have a proxy misconfigured…

lazyseq
- 1
- 2