I hereby claim:
- I am hermzz on github.
- I am hermzz (https://keybase.io/hermzz) on keybase.
- I have a public key whose fingerprint is FA17 D5CB 0005 E7F1 ECCF BD2A 34CB 36F9 7D55 9359
To claim this, I am signing this object:
=== modified file 'usr/share/byobu/keybindings/f-keys.screen' | |
--- usr/share/byobu/keybindings/f-keys.screen 2012-02-17 05:54:13 +0000 | |
+++ usr/share/byobu/keybindings/f-keys.screen 2012-09-27 23:46:21 +0000 | |
@@ -46,10 +46,10 @@ | |
bindkey "^[[1;2C" focus down # shift-right | focus down | |
# No ctrl-shift-F3 (move pane) in Screen | |
# No ctrl-shift-F4 (move pane) in Screen | |
-bindkey "^[[1;5A" resize +1 # ctrl-up | resize +1 | |
-bindkey "^[[1;5B" resize -1 # ctrl-down | resize -1 | |
-bindkey "^[[1;5D" resize -1 # ctrl-left | resize -1 |
I hereby claim:
To claim this, I am signing this object:
## Queue | |
- List messages | |
postqueue -p | |
- Flush the queue: | |
postqueue -f | |
- Attempt deliver of one message | |
postqueue -i [ID] | |
- Delete message | |
postsuper -d [ID] |
rm -rf old.owncloud | |
cp -a owncloud old.owncloud | |
rm -rf owncloud-latest.tar.bz2 | |
wget http://download.owncloud.org/community/owncloud-latest.tar.bz2 | |
sed "s/maintenance' => false/maintenance' => true/g" owncloud/config/config.php | |
tar xf owncloud-latest.tar.bz2 | |
chmod -R 775 owncloud/config owncloud/apps | |
sed "s/maintenance' => true/maintenance' => false/g" owncloud/config/config.php |
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: lsyncd | |
# Required-Start: $all | |
# Required-Stop: $all | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: starts the lsyncd daemon | |
# Description: starts lsyncd using start-stop-daemon |
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: nginx | |
# Required-Start: $all | |
# Required-Stop: $all | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: starts the nginx web server | |
# Description: starts nginx using start-stop-daemon |