VNC, or remote administration, allows a remote desktop service between windows and linux. If you are like me you have a mixed network, and it is nice to be able to reach the linux box from a windows box. One my major interests is to be able to run a Kdevelop app from my windows laptop while I’m watching TV.
Continue reading “Configure VNC on SUSE 10.1”
Category: Linux
Musings and experiences on the topic of Linux and it’s applications.
Hellraiser Box for Linux
This is a port of the Hellraiser box to Qt / KDE / Kdevelop on SUSE 10.1.
To run the program, use fileroller to unpack the file in a directory and then run the program. The image files must be in the same directory as the program. The instructions are essentially the same as for the Windows Version.
Hellraiser Lament Box Program
The sources are provided here. They are built using KDevelop 3.3.5 and Qt.
Hellraiser Lament Box Sources
There are links in the debug and optimize src directories that point back to the images in the src directory. These may have to be remade after you unpack the archive since links are not relative.
Update: Find the programs on SourceForge.
Enjoy. :-D
Gears OpenGL for Linux
Linux program port of Gears for OpenGL begins to work. Not complete, but mostly functioning.
A part of the Geodesic program for WIN MFC and OpenGL has been ported to Linux / KDevelop / Qt / OpenGL. It creates and displays a gear object and there are many parameters to change the shape of the gear. The program will be able to export OBJ or POV files of the shape of the gear. It can serve as a complex tutorial of using OpenGL and many other features of
the KDE and Qt frameworks.

Continue reading “Gears OpenGL for Linux”
Qt3 Validators Work
Building a C++ application using QIntValidator and QDoubleValidator using KDevelop. These validators work with KLineEdit widgets after fixing some errors in their usage.
There is a properties dialog with a large number of input fields as follows:

Here is the header definition for the data.
Continue reading “Qt3 Validators Work”
Linux Progress
Work continues with SUSE 10.1 Linux both in configuring the system and in learning to use the KDevelop IDE for C++ programming.
Work continues with SUSE 10.1 Linux both in configuring the system and in learning to use the KDevelop IDE for C++ programming. There are several interesting items to mention:
- Overlay planes
- Wacom Tablets
- KDevelop glitches
- .ICEAuthority lockouts
- GAIM messenger
- SKYPE
- CD backups
KDevelop project stuck
After building an application in Debug configuration, switching to optimized has corrupted the project so that it will no longer build.
SUSE 10.1, KDevelop 3.3.3, KDE 3.5.1
Developed the program under the debug configuration and then tried to switch to default or optimized configuration. Tried many combinations to try to get it working again, but all BUILD options give errors ending with makedistclean.
Continue reading “KDevelop project stuck”
php5 and MySQL 5 – Access Denied
Permissions problem kept php5 and mysql 5 from talking….
When setting up a test website using Apache 2, php5 and mysql5, the connection to the database failed with AccessDenied. If the password were removed, then the failure looked different. The resolution to the problem is to include localhost explicitly in the host list and set database privileges for localhost. The default is @% which is wildcard, but apparently wildcard does not include localhost.
For a complete description, screen shots and the whole story:
Continue reading “php5 and MySQL 5 – Access Denied”
First Linux C++ Program Works
My first real linux program using KDevelop and QT works.
Using KDevelop 3.3.3 on SUSE 10.1 I’ve ported one of my WinMFC programs to Linux. The GUI is written with the QT3 tool kit and QTdesigner in KDevelop.
When the program is running the appropriate buttons are disabled and the program saves and restores the configuration [interval and Watch on Start] and the site list.
Update: You can find the modern version of the program here.
Linux Applications Experience
Here are some comments on the Linux apps that I’ve started using.
Linux is very culturally compatible with WinXP. Here are some comments in some random order: Click on pictures for a larger view.
- SAMBA file sharing
- Evolution Email
- GAIM messenger
- MySQL Administrator
- KDevelop IDE C++ Programming
Linux Mostly Working
Experiences after using Linux for a few days and having solved most of the problems.
This is from an email to a friend about the saga so far in installing and learning Linux.
A few snags with Linux along the way:
Continue reading “Linux Mostly Working”

