Lines Matching refs:sudo
27 sudo apt-get update
28 sudo apt-get upgrade
31 sudo apt-get install sqlite3
32 sudo apt-get install apache2
33 sudo apt-get install php5-sqlite libapache2-mod-php5
36 sudo apt-get install build-essential
37 sudo apt-get install libsqlite3-dev
38 sudo apt-get install libssl-dev
39 sudo apt-get install libxml2-dev
49 sudo mkdir -p /home/user/hs20-server
50 sudo chown $USER /home/user/hs20-server
89 sudo chgrp www-data /home/user/hs20-server/AS/DB
90 sudo chmod g+w /home/user/hs20-server/AS/DB
92 sudo chgrp www-data /home/user/hs20-server/AS/DB/eap_user.db
93 sudo chmod g+w /home/user/hs20-server/AS/DB/eap_user.db
238 sudo a2ensite default-ssl
239 sudo a2enmod ssl
240 sudo service apache2 restart