For some reason the “|” (pipe) doesn’t works in the console. I’m using Microsoft Edge because Chrome doesn’t load the console properly. Any ideas on how to fix or I doing something wrong?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey friend!
Thank you for reporting this. It doesn’t seem to be anything you’ve done wrong, I can confirm the same behavior. I’ve made a note to our engineering team about this.
As a side note, you may find SSH to be much more friendly and less awkward for regular usage. The web console has evolved quite a bit over time, and we are continuing to improve on it (adding paste functionality as a recent example). However, it’s purest intention is to be the emergency access that you need if something causes you to be unable to connect via SSH. Right now I’m loving this for a great Windows SSH client:
Jarland
The last message on this was last year from StefanMueller83, so I thought you might want to know of my more recent experience:
Using the latest version of Linux on my LAMP stack droplet (18.04) led to the Pipe Key error (|). While it worked fine for my ssh terminal, using the DO console window the Pipe Key produced (>).
After messing around FOREVER with the keyboard layout, I found an article which discusses the glitch (https://askubuntu.com/questions/1145461/unable-to-type-pipe-bar-character). Apparently, the systemd v240 has this glitch and it requires a workaround, or system maintainers to update.
To solve the issue, I reverted my droplet to Ubuntu 16.04, for my production droplet, but will continue to watch for fixes on my build droplets.
Thanks
I encountered the same issue. When I pressed ‘Shift+|’ the character ‘>’ , that is the ASCII=62 character was displayed in the DO console window.
My quick workaround was to enter the ASCII printable character code for the ‘pipe’ character a.k.a. ‘vertical-bar’ from the keyboard.
I was using a Dell Latitude laptop, that has a keyboard where the Fn+F4 is the numlock ON/OFF for the keyboard’s embedded Fn+numeric keypad, but the same workaround should work for any keyboards that has numlock, just substitute in the key presss for numlock ON specific to your keyboard in step 1.
The ‘|’ will be displayed before the flashing cursor on the console screen.
Note: This only works using the ‘Alt’ key with numlock. Using the top row of numeric keys does not have the same effect. Entering Alt+n where the n is from 1 to 0 in the top-row of numeric keys within the DO console gives (arg: 1) , Alt-2 gives (arg:2) , …Alt+9 gives (arg: 9, alt+0 gives (arg: 0).
Alternative solution: In a 3-year old ask ubuntu response ‘Ra_’ suggested changing one’s keyboard layout for the DO console default ‘105 INT’. (105-key international). I have pasted 'Ra_'s instructions below. It is access device dependent. In my short try I did not find a keyboard mapping that worked but I only tried 2 other Dell keyboard layouts.
—quote— $ sudo dpkg-reconfigure keyboard-configuration
Alternatively, you can set XKBLAYOUT value in the keyboard config file /etc/default/keyboard
Then, apply the change by running:
$ sudo setupcon —unquote—
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.