to find files larger than a specific limit use:
find -size +1000M
Month: October 2013
Youtube tweaking
- download
A video found on youtube may be downloaded using a similar url on pwnyoutube.com, so the adress:
youtube.com/watch?v=TEST
must be translated to:
pwnyoutube.com/watch?v=TEST
- overcome regional restrictions
To bypass regional restrictions the url must be translated from:
watch?v=TESTto:
/v/TEST
check open ports
lsof -iTCP:8080 -sTCP:LISTEN
checks if a specific port is avilable