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.
It is continuously discussed that some Fedora users do not like the font rendering in Fedora Linux and there are solutions to improve the font rendering with potentially non-free or non-licensed software/fonts. However, with only the open source fonts and software and little tricks, the font rendering on Fedora can be quite good. In this…
Seems the input method on Linux (ibus) does not work well with Chrome. But other programs, e.g. thunderbird, has not problem with ibus at all. What’s wrong with Chrome or ibus? Check whether the “Qt IBus library and Qt input method plugin” is installed. If not, installing it and restarting ibus may help: # yum…
I noticed that many sites with AdSense responsive ads show large rectangle ads (336px x 280px) or large rectangle text ads (full width x 280px). However, in my own website (640px width content area), it shows most of time horizontal ones. How to make AdSense responsive ads show rectangle ads instead of horizontal ones? At…
How to make Thunderbird check for new messages in all IMAP folders? Under “Edit/Tools > Options > Advanced”, click the “Config Editor” button. In the config editor, set the mail.check_all_imap_folders_for_new configuration to “true“. Read more: Import Evolution mail directory to Thunderbird/imap account How to apply the Email sort order to all folders in Evolution? How…
how to set linux date and time in commands For example, to change date to 14 Nov 2017 11:57:00, the command would be, $ sudo date –set “14 Nov 2017 11:57:00” Tue Nov 14 11:57:00 HKT 2017 Read more: How to get date and time using date command from another timezone in Linux? How to…
How to extract the images from a PDF file in Linux? You may use the pdfimages tool. To output jpg images from a PDF ./a.pdf, run pdfimages -j ./a.pdf ./images ./images is the output images’ prefix. The images in ./a.pdf will be extracted and saved as ./images-nnn.jpg. -j options make pdfimages generate JPEG files. Read…
Doens’t work. You need to do `setxkbmap -option` instead.