How to install Sun Java on Ubuntu Server using apt-get
Oracle Java 7 1. Add PPA and install Java sudo add-apt-repository ppa:webupd8team/java If this command gives you an error then…
How to delete recursively svn files (or any other type) from one folder in Linux
find -type d -name ‘.svn’ -exec rm -rfv {} ;
How to automatically rotate any log file in linux
Lets assume that we want to manage the limit of the log file of Tomcat Application Server 1. Make sure…
How to bulk edit issues in redmine
This is very easy but a little hidden: You have to select the issues you want from issues list and…
How to get portlet context with in primefaces portlet
If you want to get access of the portlet request with in a primefaces bridged portlet you can use a…
Access alfresco using webdav from windows7
In order to manage access alfresco folder and files using webdav from windows 7 os you must use the following…
Adding custom aspects to Alfresco 4.0
If you want to add your custom aspect to Alfresco 4 then you have to follow the following simple steps…
Ubuntu Server 12.04 useful tips for configuring apache web server
1. How to add a new site configuration Go to the directory /etc/apache2/sites-available and you will find there a default…
JMeter – how to read the aggregate report
When you run a test in JMeter you probably use the aggregate report to measure the results of the test.…
Installing Tomcat 6 on Ubuntu
1. Don’t use the version from ubuntu repositories If you want to install tomcat in Ubuntu, you should not use…