Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Flynets is an italian student of computer science with passion for GNU/Linux and hacktivism.

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

find something with another execution command example

   1   find . -type f -size +10000 -exec ls -al {} \;

WikiMedia change WikiSysOp password

command from shell
   1  $ php WIKIMEDIA-DIR/admin/changePassword.php --user=WikiSysop --password=new-pass
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS