Archive for February, 2007

Brother HL-1430 Printer Toner Cartridge Guide

Today I had to find a new toner kit for my Brother HL-1430 Laser Printer.

I find the following toner kits to be compatible with the Brother HL-1430

VN:F [1.8.5_1061]
Rating: 0.0/10 (0 votes cast)

Related posts:

  1. Brother HL-1430 Printer Driver Download
  2. Brother Printer Drivers and Ubuntu Linux 64 Bit
  3. Guide on how to iSync a Nokia 6300 on Mac OS X
  4. Debian dpkg and apt-get guide
  5. Ubuntu: Print to PDF or PDF Export

Comments

Lightweight and super fast PDF-reader

PDF LogoSumatra PDF, a slim free and open-source PDF viewer for Windows.

 

 

 

 

VN:F [1.8.5_1061]
Rating: 0.0/10 (0 votes cast)

Related posts:

  1. Microsoft’s Annual Report Reveals OSS Mistakes
  2. Free Windows Vista Themes
  3. Windows Open Source Software
  4. Why Free Software has poor usability, and how to improve it
  5. Forrester Research: Open Source Databases Are Cheaper
  6. Must Have Windows Tools
  7. Windows: Free and Open Source Image Editing
  8. CIA Open Source Notification System
  9. Varnish : Simple and Fast HTTP Acceleration
  10. InfraRecorder: Open Source CD Burning for Windows XP/Vista

Comments

Troubleshooting PHP Sqlite Query Error: Unable to open database

Sqlite LogoIf you are using PHP and are going to send INSERT or UPDATE queries or any other query resulting in a IO write, you will need to make the folder that contain your Sqlite database e.g. “file.db” writable by the web server user, otherwise you’ll receive error message – “Unable to open database . . . “. File permissions are not enough

VN:F [1.8.5_1061]
Rating: 0.0/10 (0 votes cast)

Related posts:

  1. Slow Query Log Analyzes Tools
  2. Recover (Crack) a password from a Microsoft Access Database (mdb)
  3. /dev/rtc error with Ubuntu and Linux Kernel 2.6
  4. Simple RADIUS XML dump PHP script
  5. Troubleshooting CGI premature end of script headers on Plesk
  6. Forrester Research: Open Source Databases Are Cheaper
  7. Optimize MySQL Performance With MySQLTuner
  8. MDB Tools to export (migrate) from mdb (Microsoft Access format) to MySQL
  9. InfraRecorder: Open Source CD Burning for Windows XP/Vista
  10. Executing SQL Statements from a Text File

Comments (6)

Howto Install Sun Java on Debian Etch

Java LogoThis small guide shows how to install the original Sun Java 2 Platform Standard Edition 5.0 JRE (Java Runtime Environment) and JDK (Java Developer Kit) on Debian 4.0 Etch
.

The original Sun Java 2 is available in the ‘non-free’ section of the Debian repositories. To enable this section first add the non-free repository to the apt sources file – the /etc/apt/sources.list should look like, – important parts are in bold:


deb http://ftp.us.debian.org/debian/ etch main contrib non-free

Now, update apt:

sudo apt-get update

Then install the Java debian packages.

sudo apt-get install sun-java5-jre

Or this for installing the JDK ( the Java SDK )

sudo apt-get install sun-java5-jdk

VN:F [1.8.5_1061]
Rating: 0.0/10 (0 votes cast)

Related posts:

  1. Ubuntu Howto: Install Sun Java
  2. Howto install Java on Debian Sarge
  3. Howto Install Oracle on Debian
  4. Upgrade Debian Etch to Debian Lenny
  5. Ubuntu Howto: Install Oracle
  6. Howto install Sun Java on Debian Sarge
  7. Debian Backports
  8. Howto PHP / Java bridge on Debian
  9. Update entry on Xen on Debian Etch
  10. Howto Install Ruby and Ruby on Rails on Debian Etch 4.0

Comments (20)

Howto Convert Text File From UTF-8 to ISO-8859-1 Encoding

Convert a iso-8859-1 charset file into a utf-8 charset file using standard Linux tools.

The solution – using bash shell and using Linux – of course:


iconv --from-code=ISO-8859-1 --to-code=UTF-8 iso.txt > utf.txt

VN:F [1.8.5_1061]
Rating: 9.0/10 (1 vote cast)

Related posts:

  1. Executing SQL Statements from a Text File
  2. Bash Shell: Object Oriented
  3. Howto: Convert an OpenSSL key to a public/private OpenSSH key-pair
  4. Xen Howto: Install Windows
  5. dos2unix on Ubuntu and Debian
  6. Howto: Create your own Debian or Ubuntu package repository
  7. Howto Install Sun Java on Debian Etch
  8. Howto Install Windows XP / Vista on Xen
  9. Ubuntu Howto: Install Ruby and Ruby on Rails
  10. Ubuntu Howto: Install Xen

Comments (9)

Soeasypay Mentioned in ExpertRating YouTube Quiz

Soeasypay Mentioned in ExpertRating YouTube Quiz

Soeasypay in YouTube Quize

4. Prior to the formation of YouTube, its founders were employed at:
a. PayPal
b. Stormpay
c. Soeasypay
d. Bibit
VN:F [1.8.5_1061]
Rating: 0.0/10 (0 votes cast)

Related posts:

  1. Firefox Flash Interaction Bug: I Cannot Click In Flash Application e.g. Youtube
  2. Adult Content Websites and Credit Card Payments
  3. Adam’s apples

Comments (7)

Online WSDL Validator and Invocation Tester

Comments (5)

Add Reflections To Images With Javascript

Comments

« Previous entries Next Page » Next Page »