Assume you are obfuscating a jar in a web application (say you deploy it on machines where you want to protect from decompile+disassembling).
If you come across the error message "The output jar is empty. Did you specify the proper '-keep' options?" , disable shrinking (as you may not have a valid main method entry point in a web application.
03 March 2012
13 November 2011
How to find if Apache is running prefork or worker MPM
Use the command
apache2 -l
It should list modules like
Compiled in modules:
core.c
mod_log_config.c
mod_logio.c
worker.c
http_core.c
mod_so.c
As worker.c is displayed then it uses worker MPM.
23 October 2011
Shortcut to show desktop in Ubuntu 11.10
Upgraded to Ubuntu 11.10 today.
The default short cut to show desktop minimizing all windows is Alt+Ctrl+D
Install tint2 (sudo apt-get install tint2) for the taskbar to switch between applications. Also add it to startup so that it appears after logging in.
The default short cut to show desktop minimizing all windows is Alt+Ctrl+D
Install tint2 (sudo apt-get install tint2) for the taskbar to switch between applications. Also add it to startup so that it appears after logging in.
Subscribe to:
Posts (Atom)