Contents:
1. What useModMapMods in XKB interpretations means exactly?
2. Map Ctrl+Esc to Win key (Mod4) using XKB.
3. Using Ctrl+Esc as xmonad modMask.
DISCLAIMER. English language used here only for compatibility (ASCII only), so any suggestions about my bad grammar (and not only it) will be greatly appreciated.
суббота, 25 апреля 2015 г.
среда, 27 августа 2014 г.
X11 authentication and remote X clients
There is several methods of display access control, but the most used are two: Host Access controlled by `xhost` and MIT-MAGIC-COOKIE-1 controlled by `xauth`. Below is just what you can find in man, and may be a little more.
понедельник, 3 декабря 2012 г.
git filter-branch '--subdirectory-filter' preserving '--no-ff' merges.
(update2, 3/6/2013)
Well, in fact, the name is a bit misleading, because '--subdirectory-filter' does not preserve merge commits created after fast-forward merge (with '--no-ff' option). I think, this is because such commits are empty and do not change any files in subdirectory (so, this is not a bug). Anyway, i want to split subdirectory into separate project, preserving --no-ff merge commits.
Ярлыки:
filter-branch,
git,
linux,
no-ff merge,
subdirectory-filter
понедельник, 26 ноября 2012 г.
Strange behavior of git blame '-C' option.
(update1) 'git blame' 's option '-C' works strangely to me, and i'm neither able to find anything relevent in manpage nor somewhere else. So, here is just test results and my speculations, which may be (completely) wrong.
пятница, 16 ноября 2012 г.
icq through stunnel: enable certificate verification.
Suggested earlier (see This icq..) config for running icq (pidgin) through stunnel is insecure! Though it provides encryption, it does not verify certificates, because stunnel's default is 'verify=0'. So, here is how to fix it, but for debian wheezy.
Подписаться на:
Сообщения (Atom)
