There is no official subversion binary distribution for SUSE Linux. However, it is pretty easy to compile subversion on your SUSE Linux server. If you have an older version of subversion which you wish to remove before installing the latest, do the following cleanup: Run Yast2, go to Software->Software Management,…
3 CommentsChanh Vuong Posts
When using Yast2 to install or modify my SUSE Linux server, it will prompt me to insert the original installation CDs. This is bothersome if my SUSE Linux server is not easy to access physically. To avoid having to deal with CDs, we can copy the contents of the installation…
Leave a CommentUpdate 2: Yahoo Mail now supports IMAP for all accounts; whereas, POP3 access required Mail Plus accounts. The Yahoo IMAP server is “imap.mail.yahoo.com”. Yahoo IMAP uses the same port 993 and SSL authentication settings as Gmail IMAP does. Update: The instructions below are specific to Outlook 2003, but will work…
5 CommentsRecently, I had to move my Microsoft Outlook 2003 PST (Personal Store, I think) file to another machine so I had to learn a bit about how Outlook uses PST files. The PST file may contain your emails, contacts, notes, calendar events, and tasks. The instructions below will help you…
1 CommentApache 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 CommentsBy default, Facebook will expose most of your info to everyone. To only allow your friends and family to access your most private info, you will need to configure Facebook to limit access. Log into Facebook Click on “Settings->Privacy Settings” on the top-right corner Click on “Profile” Select “Only Friends”…
Leave a CommentTo secure subversion, we just need to create a password file and configure apache to use it for subversion repository access. Open up the apache config file “C:\xampp\apache\conf\httpd.conf”. At the end, look for the subversion repository URL location and add the additional text below, starting with “AuthType”: <Location /repos> …
2 CommentsWith EasyEclipse and the PHP Debugger extension, you can debug and step through a PHP call. Installing the PHP Debugger (DBG) Extension Download the PHP Debugger (DBG); specifically the DBG 2.15.5 dbg modules for windows. Unzip the dbg modules to a temporary directory. Copy the relevant php extension file, currently…
1 CommentThe EasyEclipse distribution is a quick and easy packaging of Eclipse with plugins for different purposes. I recommend using EasyEclipse for PHP which comes with PHP edit mode and useful plugins like SubEclipse for subversion source control integration. Download and install the latest version of EasyEclipse for PHP. When you…
Leave a CommentSubversion is a simple and popular source control system. It has the option of running as part of the Apache server. We’ll examine how to quickly get subversion up and running with the Apache server which comes with XAMPP. Download the latest subversion windows archive. Look for a file named…
9 Comments