Apache Tomcat is a Java Servlet container which can be run as a standalone HTTP server. The instructions below will walk you through installing and getting Tomcat working on your Linux box. I’m doing this on a SuSE Linux server but it should be applicable to other Linux flavors like…
12 CommentsCategory: Linux
Now that I have my tikiwiki running on a Linux AS4 server and having felt the sting of having to recover it, I have incentive to create an automated daily backup of the mySQL database. I have decided to do the backup using a simple shell script and schedule it…
8 CommentsRecently, I had to rebuild a tikiwiki server (on a Linux machine) with only a mysql database backup image. I quickly found that the backup image of a tikiwiki does not contain the version of the tikiwiki software, which is very necessary; otherwise, the database schema won’t match. Fortunately, I…
Leave a CommentIf you forget your Linux root password, you can maybe reset it if you have physical access to the machine. Go to the Linux server machine. You will see the login prompt Press Ctrl-Alt-Del (three keys at the same time) The machine will reboot. If Ctrl-Alt-Del doesn’t work, try Ctrl-Alt-Backspace.…
1 Comment