TEST
Tutorials
Fatal Error 2753 during installation of HP Printer Software
A while ago I had this problem while installing printer software at a customer.
After searching what causes the problem and cursing HP for their “über software” I finally solved the problem!
There were certain services and DLL files that were not properly uninstalled.
The Windows services (files) were:
Pml Driver HPZ12 (C:\Windows\System32\HPZipm12.dll)
Net Driver HPZ12 (C:\Windows\System32\HPZinw12.dll)
These 2 services will corrupt your installation resulting the error mentioned above.
THE SOLUTION!
(continue reading…)
Enabling InnoDB for cPanel Usage
I was importing a database dump today where I encountered an error:
- MYSQL error 1071
A friend came and looked into the problem, he concluded that I need InnoDB to solve this problem.
But how do I activate INNODB for cPanel? (continue reading…)
Grant Remote Access To DB
Here is a small tutorial if you want to grant remote access to a DB on your server.
First login trough SSH on your server and get access to you mysql
$mysqladmin -u XXX password XXX
Note: that db_user and db_passwd are your database username and database password (continue reading…)
Howto Install APC UPS 750 Series on Debian Lenny
I have searched the internet for installing a UPS ons Debian Lenny. But all the tutorials were outdated. Well not for long here I have a small howto:
1. What I have
- Server with Debian Lenny
- APC Smart UPS 750
2. Howto Install
First we plugin the server to the UPS with a USB cable. (continue reading…)
How to install a DHCP-SERVER in Linux Debian Lenny
This is my second post on my blog, it has bin a while you know busy with school work etc.. But well let’s begin…
Installing a DHCP-Server is not that hard actually…
I assume you have the following configuration on your machine:
2 internal nics:
eth0 (For the internet)
eth1 (for the internal network)
Howto install VMware 2.0 Server on Debian Lenny
1. Installing Required Packages
First we update our package database:
apt-get update
Now we install the packages required by VMware on our Debian Lenny system by running
apt-get install linux-headers-`uname -r` libx11-6 libx11-dev x-window-system-core x-window-system xspecs libxtst6 psmisc build-essential
Next we create the directory /home/vm where we want to install our virtual machines later.
(continue reading…)