diff --git a/bash_scripts/mountcrypt b/bash_scripts/mountcrypt index 73f38bf..600477f 100755 --- a/bash_scripts/mountcrypt +++ b/bash_scripts/mountcrypt @@ -1,2 +1,2 @@ #!/bin/bash -gpg -d /media/STEFFEN-KEY/.secret/luks.key.enc | pmount -p - $1 $2 +gpg -d /media/STEFFEN-KEY/.secret/luks.key.enc | sudo pmount -p - $1 $2 diff --git a/bash_scripts/netdev b/bash_scripts/netdev index e5e0fe7..3a0ea94 100755 --- a/bash_scripts/netdev +++ b/bash_scripts/netdev @@ -1,3 +1,5 @@ #!/bin/bash -gksudo /etc/init.d/apache2 restart -gksudo /etc/init.d/mysql restart +sudo /etc/init.d/apache2 restart +sudo /etc/init.d/mysql restart +firefox -new-tab http://localhost/workspace/ & +cd ~/workspace/ diff --git a/ckfinder_keygen/ckfinder_keygen.php b/php_scripts/ckfinder_keygen.php similarity index 100% rename from ckfinder_keygen/ckfinder_keygen.php rename to php_scripts/ckfinder_keygen.php diff --git a/google_statistics/google_statistics.php b/php_scripts/google_statistics.php similarity index 100% rename from google_statistics/google_statistics.php rename to php_scripts/google_statistics.php diff --git a/osm_changeset_rss/osm_changeset_rss.php b/php_scripts/osm_changeset_rss.php similarity index 100% rename from osm_changeset_rss/osm_changeset_rss.php rename to php_scripts/osm_changeset_rss.php diff --git a/wake_on_lan/wake_on_lan.php b/php_scripts/wake_on_lan.php similarity index 100% rename from wake_on_lan/wake_on_lan.php rename to php_scripts/wake_on_lan.php