This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for file in *.xwd | |
do | |
convert "$file" "${file%.xwd}.png" | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Control Panel\Ease of Access\Change how your mouse works | |
-- "Activate a window by hovering over it with the mouse" | |
HKEY_CURRENT_USER\Control Panel\Desktop\UserPreferenceMask | |
first byte - 0x40 | |
logout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mount -F nfs 10.5.1.119:/c/app/nfsroot/repo /tmp/repo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim -u NONE -c "helptags vim-fugitive/doc" -c q |
NewerOlder