find . -type f -exec grep -L "some string" {} \; | xargs rm-L, --files-without-match
find . -type f -exec grep -L "some string" {} \; | xargs rmsudo cp -r testlink_1_9_RC1 /var/www/sudo apt-get install mysql-server php5 php5-mysql php5-gdsudo vim /etc/apache2/httpd.conf AddType application/x-httpd-php .php .htm .html
AddDefaultCharset UTF-8
ServerName 127.0.0.1sudo /etc/init.d/apache2 restartsudo vim /var/www/testlink/config.inc.phpsudo apt-get install flacsudo apt-get install shntoolshnconv -o flac *.ape
vlc -I rc --rc-host localhost:4444vlc --extraintf rc --rc-host localhost:4444echo "play" |netcat localhost 4444 -q 0sudo apt-get install sshsudo apt-get install apache2vim ~/public_html/.htaccessAuthName "Protect test by .htaccess"
Authtype Basic
AuthUserFile /var/www/apache.passwd
require user testhtpasswd -c /var/www/apache.passwd testsudo /etc/init.d/apache2 restart
sudo vi /etc/network/interfacesauto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 140.116.xxx.xxx
netmask 255.255.255.0
gateway 140.116.xxx.xxx
sudo vim /etc/resolv.confsudo /etc/init.d/networking restart