pull/10/head
gotbletu 8 years ago
parent f77ead93a7
commit 57b4633776

@ -27,6 +27,8 @@ http://www.youtube.com/user/gotbletu
[curseofwar](https://github.com/a-nikolaev/curseofwar/wiki) - fast action terminal RTS game with vim hotkeys
[fzf](https://github.com/junegunn/fzf/wiki) - fuzzy finder for your shell
[inxi](https://code.google.com/p/inxi/) - a full featured system information script
[package converter](https://code.google.com/p/foxoman/wiki/PackageConverter) - frontend to Alien

@ -23,7 +23,7 @@ Alt+1, Alt+2 ...etc
bind '"\e3": "!:0-2 \n"'
bind '"\e4": "!:0-3 \n"'
bind '"\e5": "!:0-4 \n"'
bind '"\e`": "!:-1 \n"' # all but the last word
bind '"\e`": "!:0- \n"' # all but the last word
### zsh
@ -38,7 +38,7 @@ Alt+1, Alt+2 ...etc
bindkey -s '\e3' "!:0-2 \t"
bindkey -s '\e4' "!:0-3 \t"
bindkey -s '\e5' "!:0-4 \t"
bindkey -s '\e`' "!:-1 \t" # all but the last word
bindkey -s '\e`' "!:0- \t" # all but the last word
### contact

@ -0,0 +1,35 @@
# Mutt Sidebar
Mutt email client with sidebar
* tutorial video: [Link](https://www.youtube.com/user/gotbletu)
* offical website: [Link](https://www.youtube.com/user/gotbletu)
### install requirements
mutt with sidebar patch (or install mutt-kz)
### configuration
vim ~/.samba
### start services
sudo systemctl enable smdb.service
sudo systemctl restart smdb.service
### references
### contact
_ _ _ _
__ _ ___ | |_| |__ | | ___| |_ _ _
/ _` |/ _ \| __| '_ \| |/ _ \ __| | | |
| (_| | (_) | |_| |_) | | __/ |_| |_| |
\__, |\___/ \__|_.__/|_|\___|\__|\__,_|
|___/
- http://www.youtube.com/user/gotbletu
- https://twitter.com/gotbletu
- https://plus.google.com/+gotbletu
- https://github.com/gotbletu
- gotbletu@gmail.com

@ -244,7 +244,6 @@ set your folder hooks, macros hotkey, default account and text editor
- http://www.youtube.com/user/gotbletu
- https://twitter.com/gotbletu
- https://www.facebook.com/gotbletu
- https://plus.google.com/+gotbletu
- https://github.com/gotbletu
- gotbletu@gmail.com

@ -53,15 +53,11 @@ Can be installed on any OS supporting Java (Windows, Linux, Mac OS...) and on a
- run the ubooquity command then open browser to: http://localhost:2202/admin
***
### start services
crontab -e
PATH_UBOOQUITY=~/.binary/ubooquity
@reboot sleep 180 && cd $PATH_UBOOQUITY && nohup java -jar $PATH_UBOOQUITY/Ubooquity.jar -webadmin -headless
@reboot sleep 180 && cd ~/.binary/ubooquity && java -jar Ubooquity.jar -webadmin -headless
### references

Loading…
Cancel
Save