Generate Android Key
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
![]() |
| DeaDBeeF |
sudo apt-get install gaupol
find (name/size/type/access or modified date) ..argument ..argumentfind /etc/ -name *.conffind /etc/ -type d -name *conffind /home/xyzuser/ -name *.doc -atime -1Syntax : find /path/ -mminfind /etc/ -mmin -10find /etc/ -mmin +10find /etc/ -mmin +10 -mmin -20find /etc/ -mtime -2find /etc/ -type f -user xyzfind /home/xyz.com/public_html/ -type d -exec chmod -v 755 {} \;© Copyright 2014 Kittinan |