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
find . -type f -print -exec chmod 644 {} \; | |
find . -type d -print -exec chmod 755 {} \; |
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
du -sch .[!.]* * |sort -h |
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
DELETE FROM wp_options WHERE option_name LIKE 'wordpress-https%'; |
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
######################################################################## | |
# Allgemein | |
startup_message off # Keine Willkommensnachricht | |
vbell off # Kein visuelles Blinken | |
msgwait 1 # Nachrichten für 1 Sekunden anzeigen | |
defutf8 on # utf8 bei neuen fenstern | |
autodetach on # on = default | |
shelltitle 'bash' # Fenstertitel | |
hardcopydir $HOME # Screenshots ins Homeverzeichnis | |
defscrollback 10000 # Buffer |