czwartek, 25 września 2014

Locally installed phpmyadmin on ubuntu 12.04

403 Forbidden You don't have permission to access /phpmyadmin on this server. Apache/2.2.22 (Ubuntu) Server at localhost Port 80 ------------------------- Solution: sudo gedit /etc/phpmyadmin/apache.conf Options FollowSymLinks DirectoryIndex index.php Order deny,allow Deny from all Allow from 127.0.1.1/255.255.0.0 #Allow from 192.168.0.0/255.255.0.0

czwartek, 9 stycznia 2014

Ubuntu: how to find a file by name and date?

Just an example:

find /home/zbyszek/data/backup/ -newermt "2004-01-01 00:00:00" ! -newermt "2008-01-01 00:00:00" -name *.mp3