How to reset the keyboard set by xmodmap on Linux?
How to reset the keyboard set by xmodmap on Linux?
You can reset your keyboard settings by:
setxkbmap
or
setxkbmap -option
depending on the way the keyboard was set by xmodmap.
How to reset the keyboard set by xmodmap on Linux?
You can reset your keyboard settings by:
setxkbmap
or
setxkbmap -option
depending on the way the keyboard was set by xmodmap.
How to escape the XML CData section ending sequence ]]>? The ]]> sequence itself may be part of the content in a CData section. One solution is to split the ]]> token into 2 CData sections. <![CDATA[to split the ]]]]><![CDATA[> token ]]> Read more: Which are sequence points in C? How to escape special characters…
`git log` only list all the commits in the current working branch. For some cases, we may want to list all the commits in a git repository. The `git log` command does not do this. But there are other supports in `git` that can do so. The command to list all commits is git rev-list…
How to list all running system service on Linux Mint 17.1? You can use initctl to list all services: initctl list Read more: Running Ephemeral Docker Containers – Automatically Remove a Docker Container After Running It Script: Running Commands on a List of Servers Finding Which Package Provides a File in Ubuntu Linux and Linux…
I have some text files which contain some long lines. Now I would like to break lines to at most 80 characters. How to wrap long lines in a text file on Linux? The fold command can wrap lines. fold – wrap each input line to fit in specified width For your purpose, fold -w…
What are the Google Chrome keyboard and mouse shortcuts for Linux and Windows? Keyboard shortcuts of Chrome can make it easier to control the browser and save our time. Here are a list of commonly used shortcuts: Ctrl+T Opens a new tab. Press Ctrl and click a link. Or click a link with your middle…
With Gnome 3, I try to start a vncserver with $ vncserver -geometry 1024×768 to start a vnc server with geometry 1024×768, which works well with Gnome 2 before. This also works for twm. However, after I connect to the vnc server, the resolution is not 1024×768. I change the geometry to other resolution and…
Doens’t work. You need to do `setxkbmap -option` instead.