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
xprop | |
or | |
xprop | grep WM_NAME |
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
setxkbmap -layout 'us,ru' -option 'grp:ctrl_shift_toggle' |
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
...subj... |
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
1. First bug is here: http://vishwathmohan.com/blog/2013/05/02/xmonad-on-ubuntu-raring-ringtail/ | |
Have to manually create some config before starting: | |
$ mkdir ~/.xmonad | |
$ touch ~/.xmonad/xmonad.hs | |
and put to config: | |
---> |
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
-- Install node.js, fix for it, npm and grunt: | |
sudo apt-get install node.js | |
sudo apt-get install nodejs-legacy | |
sudo apt-get install npm | |
npm install -g grunt-cli | |
-- Download bootstrap sources -> /exper/bootstrap | |
-- Install dependencies: |
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
Host heaven | |
HostName heaven.by | |
Port 22000 | |
User igor | |
IdentityFile ~/.ssh/id_rsa_2 |
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
In theory, it must be: | |
export AWS_ACCESS_KEY_ID=key | |
export AWS_SECRET_ACCESS_KEY=key | |
BUT IN PRACTIVE only .cfg file works: | |
[default] | |
access_key = key | |
secret_key = key |
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
sudo apt-get install pepperflashplugin-nonfree | |
sudo update-pepperflashplugin-nonfree --install |
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
me ALL=(ALL) NOPASSWD:ALL |
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
gnome-desktop-item-edit ~/Desktop/ --create-new |