This simple guide demonstrates adding a new user to mysql and giving that user full access rights to a particular db within MySQL. This is really useful when you want to create a new database user for a new wordpress isntall. You can do this from the command line of your server if you login… Continue reading Add MySQL User | Give them Permissions On a Database
Travel to the Philippines
If you want to experience a variety in tourism, then the worthiest place that you should visit next is Philippines where you can have a taste of the Western as well as Eastern culture since it has been dominated by several nations in the past, such as Spanish, Japanese, and Americans. Because of this, Philippines… Continue reading Travel to the Philippines
Kik Update (Simple)
Yesterday Kik Interactive released an update. The new update is code-named simple. Its goals were to provide a simple interface to communicate with friends. It becomes easy to sign up with friends among other things. In the last release Kik also released an API for developers. There have been a couple cool usages. The first… Continue reading Kik Update (Simple)
Turn your Blog into a Mobile App for Nokia | Nokia App for Everyone
Nokia has made it incredibly easy for anyone who is connected to the internet to create their own application with the Ovi App Wizard. It basically captures the RSS feed from your blog and prints it to a neat looking, customizable, application frame that you can put on the Ovi store either for free or… Continue reading Turn your Blog into a Mobile App for Nokia | Nokia App for Everyone
Change jBoss 5 Default Port
This guide explains how to change the default port of jboss 5.x (which is 8080) to whatever port you want Open the server.xml file that corresponds to your deployment server i.e. vi <jboss-home>/server/default/deploy/jbossweb.sar/server.xml Find the line: <Connector protocol=”HTTP/1.1″ port=”8080″ address=”${jboss.bind.address}” Change port 8080 to whatever port you would like to use Restart jBoss
simple mysqldump example
This post shows how to export a database from the command line. You can export for backup purposes or you can export and move the sql database file to a new database server. Here is a simple example of using mysqldump on ubuntu linux: mysqldump -u root -p MY_DATABASE_NAME > /home/myuser/db_backup.2014.08.07.sql And here is how… Continue reading simple mysqldump example
Install Sun Java JDK on Ubuntu Linux
Here is the quick guide on installing the Sun Java jdk on Ubuntu Linux. I needed to do this on 10.04 server edition, but it should be the same for just about all versions. If you don’t want to do too much from the command line, substitute step 2 with: sudo gedit /etc/apt/sources.list to edit… Continue reading Install Sun Java JDK on Ubuntu Linux
Mark as Draft in Word 2010
This quick guide explains how to mark a Microsoft Word 2010 (or 2007) document as a draft (using that typical diagonal DRAFT text that goes across each page) Go to the Page Layout tab Select Watermark Choose Draft 1
Seam Generator Tutorial | Generate a crud web app in seconds
This is just a quick note on the steps to run through when using the seam generator. For a full walkthrough of how to build a java crud web application in under a minute, check out the video at the bottom of this page. ./seam setup ./seam create-project ./seam generate ./seam explode You’ll need to… Continue reading Seam Generator Tutorial | Generate a crud web app in seconds
5 Things That You Definitely Want In Your Carry-On Luggage
5 Things That You Definitely Want In Your Carry-On Luggage Everyone knows traveling can be a hassle, especially the airport part. Dealing with check in, security, and most importantly luggage check in and claiming your luggage makes people aggravated and annoyed. Making matters worse, so many people have been the victim of lost luggage. You… Continue reading 5 Things That You Definitely Want In Your Carry-On Luggage