Eclipse tomcat work and deploy folder location
workspace\.metadata\.plugins\org.eclipse.wst.server.core\
workspace\.metadata\.plugins\org.eclipse.wst.server.core\
How to Extend IBM Websphere Trial Period. This is applicable at least form IBM Webshpere 6.1 and 7.
Simple delete the $WAS_HOME/properties/was.license file. When restarting the WAS server, the file will be recreated and the eval period restarts.
This avoids full reinstall of the product
To run scripts or programs at startup on a linux/unix machine.
create a sh script in /etc/init.d
create a link on rc3.d or rc5.d pointing to the previous created script
SELinux is preventing dropboxd from loading /home/chad/.dropbox-dist/libSDL-1.2.so.0 which requires text relocation. Fix Command: chcon -t textrel_shlib_t '/home/chad/.dropbox-dist/libSDL-1.2.so.0'
full fedora bug description here
Calculate the index database of yur file sytem with:
updatedb
this may take some time for the first time. So just do the following command to search files. Supports wildcards:
locate filename
