Categories
Apps & OS's Technology

How to setup MySQL Replication with SSL on Ubuntu Server 10.04

This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), […]

Categories
Apps & OS's Technology

Installing VMWare Server 2 on Ubuntu 10.04 Server

Ok well today I’m going to outline how I managed to install VMWare Server 2 on my Quad core Xeon 3.2GHz rack server running Ubuntu Server 10.04 as the host operating system… In the past I have used VMWare Server on Microsof t Windows based operating systems but in all truth I would much prefer […]

Categories
Apps & OS's Technology

Removing Ubuntu software packages and no longer needed dependencies

On my Ubuntu Servers I use the apt-get command to install and remove packages from my Ubuntu servers. So for example, this weekend I installed and started playing with Cacti (A front end for SNMP) however after installing it I found I had several issues with the software and wanted to revert the operating system […]

Categories
Apps & OS's Technology

SQLite, you’ve heard of it…

Ok I’ve been mentally blue-printing a new application in my head to do various tasks but thats not important, however I want this scalable application to be able to allow the end user to be able to connect to different ‘selectable’ databases such as a training database, UAT and production. Instead of having a seperate […]

Categories
Apps & OS's Coding Technology

MySQL GUI Client for Linux (Ubuntu)

I had a little hunt around online this evening for a graphical user interface for MySQL on my Linux workstation which is running Ubuntu 10.04 – In the past I’ve always just used the terminal and raw MySQL commands but to be honest this can be some what time consuming so I thought I’d share […]

Categories
Apps & OS's

Making Ubuntu 10.04 look like a Mac (using Elementary & Docky)

This blog entry shows how you can easily change the appearance of your Ubuntu 10.04 desktop so that it looks and feels like an Apple Mac. This is done using freely available software and only take you about 10-15 minutes. I will be installing Elementary and Docky to make this happen! Elementary is a project […]

Categories
Apps & OS's Technology

How to develop a VB.net 2008 Web browser

Creating a VB.net web browser is an extremly simple task. So much so that it’s a great way to introduce yourself the the language. We shall be using the full version of Visual Basic .Net 2008, but the express editions will work Perfectly fine. Let’s get started shall we? First open VB and create a […]

Categories
Apps & OS's Technology

How to join Ubuntu 8.04 to Windows Active Directory (Domain)

These days many more companies are using mixed IT enviroments using a mixture of Windows, Linux, UNIX and Mac’s and I for one am using a mixture of Microsoft Windows and Linux (Ubuntu). On my network I use a Microsoft Active Directory and want to be able to get all Server (Linux & Windows) as […]

Categories
Apps & OS's Technology

Installing Ubuntu with a Software RAID1 configuration

In this post I will be showing you how you can install a fresh copy of Ubuntu on a server using two Hard disk drives either ATA or SATA drives, I would recommend using proper server hardware as if one of the HDD controllers fail then you still wont be able to reboot your server […]

Categories
Apps & OS's Technology

DynDNS Client Setup on Ubuntu

After getting three old Dell Dimension L1000R desktop PC’s after work was going to throw them out I decided to turn one of them into a Linux server mainly for me to have sitting on the internet mainly to use for remote backups and remote access to documents and other stuff I want to keep […]