Skip to content
Question Defense
Technical answers for technical questions
Question Defense
  • Backtrack Linux
    • Backtrack Article Request
  • HTTP ERROR
  • Kali Linux
    • Kali Linux Article Request
  • Privacy Policy
  • Tools
    • Class Of Device – Bluetooth CoD List In Binary And Hex
    • phpMyAdmin Blowfish Secret Generator
  • Documentation
    • check_postgres.pl
    • Linux Man Pages
      • insmod
      • kill
      • Logrotate
      • ls
      • lsmod
      • mail
      • modprobe
      • more
      • mysqldump
      • ntfsprogs
      • ntfsresize
      • pg_dump
      • psql
      • rmmod
      • screen
    • Monarch
      • Monarch Commands
      • Monarch Control
      • Monarch Escalations
      • Monarch Groups
      • Monarch Management of Nagios Hosts
      • Monarch Managing Nagios Contacts
      • Monarch Managing Nagios Hosts
      • Monarch Profiles
      • Monarch Services Template
      • Monarch Time Periods
      • Monarch Tools
  • Tags
  • Contact
Linkedin page opens in new windowTwitter page opens in new window
Search:
Search
  • Backtrack Linux
    • Backtrack Article Request
  • HTTP ERROR
  • Kali Linux
    • Kali Linux Article Request
  • Privacy Policy
  • Tools
    • Class Of Device – Bluetooth CoD List In Binary And Hex
    • phpMyAdmin Blowfish Secret Generator
  • Documentation
    • check_postgres.pl
    • Linux Man Pages
      • insmod
      • kill
      • Logrotate
      • ls
      • lsmod
      • mail
      • modprobe
      • more
      • mysqldump
      • ntfsprogs
      • ntfsresize
      • pg_dump
      • psql
      • rmmod
      • screen
    • Monarch
      • Monarch Commands
      • Monarch Control
      • Monarch Escalations
      • Monarch Groups
      • Monarch Management of Nagios Hosts
      • Monarch Managing Nagios Contacts
      • Monarch Managing Nagios Hosts
      • Monarch Profiles
      • Monarch Services Template
      • Monarch Time Periods
      • Monarch Tools
  • Tags
  • Contact

Author Archives: alex

You are here:
  1. Home
  2. Article author alex

Technology Errors

Compiling PHP with Litespeed: configure: error: wrong mysql library version or lib not found

ErrorsBy alexApril 2, 2009Leave a comment

Another error during an attempt to compile PHP via the Litespeed web admin console dealt with MySQL library versions. I had MySQL installed and operational on the server so I wasn’t immediately sure what the issue was. Error:configure: error: wrong mysql library version or lib not found. Check config.log for more information. After looking further…

Technology Errors

Compiling PHP with Litespeed: configure: error: xml2-config not found

ErrorsBy alexApril 2, 2009Leave a comment

I received the following error in the log when attempting to compile PHP in the Litespeed web admin. Error: configure: error: xml2-config not found. Please check your libxml2 installation. Resolving this error is easy by installing libxml2-devel via yum as shown below. bash yum install libxml2-devel

Technology Errors

Error Freezing Rails: /usr/local/lib/ruby/1.8/fileutils.rb:1297: command not found: unzip rails.zip

ErrorsBy alexApril 2, 2009Leave a comment

I was trying to install and work with Simple Ticket, a rails customer support ticket system, which required a really old version of rails. The goal was to have an easy ticketing system as a temporary solution until a permanent system could be put in place later. So one of the requirements for installing Simple…

Technology Insights

How to Copy and Paste from the cygwin BASH Prompt

InsightsBy alexApril 1, 20095 Comments

By default cygwin’s BASH shortcut will not allow you to copy/paste from the window. Below are simple instructions that explain how to copy/paste from the cygwin BASH prompt. Launch CYGWIN:Double click on the shortcut titled “Cygwin Bash Shell” which will look like the below.  

Technology Insights

Tmobile Google G1 Android Cell Phone Won’t Turn on

InsightsBy alexMarch 31, 200921 Comments

My wife has a Google G1 phone from T-Mobile and she couldn’t get it to turn on the other day. It was stuck at a screen with the Android logo on the front and pressing any buttons would not resolve the issue. I decided to remove the battery from the G1 cell phone to make…

Technology Insights

How to Get Detailed Information About a Linux PID, Process ID

InsightsBy alexMarch 31, 2009Leave a comment

To get detailed information about a Linux PID you can use the strace command. If strace is not installed it can be installed via yum using the command below. Strace Install: bash yum install strace Below is a sample output from using the strace command on a Litespeed web server process.

Technology Insights

How to Start Ruby on Rails in Development Mode with LiteSpeed Web Server

InsightsBy alexMarch 31, 20095 Comments

Starting ruby on rails in development mode with Litespeed is easy. You need to make sure that your database.yml is configured to handle development mode as well. Follow the steps below to start Litespeed running Ruby on Rails in development mode. Please note both cofiguration settings listed in step one which include setting this to…

Technology Insights

Download Flash Movies, .FLV, from Any Web Site Using FireFox

InsightsBy alexMarch 30, 2009Leave a comment

Downloading Flash movies from any web site is easy using FireFox with the FlashGot plugin. Once installed you will be able to download any Flash movie with ease and then once downloaded use any number of applications to convert to whatever format you want. To accomplish downloading a Flash movie and converting to .mp4 format…

Technology Errors

msysgit clone Error – fatal: Cannot update the ref ‘HEAD’

ErrorsBy alexMarch 28, 2009Leave a comment

I wanted to start syncing a git project to my Windows XP laptop so I installed msysgit because of the good things I have heard about it. The latest version was 1.6.2 so I figured that was a good place to start. Using a clone command I knew works on Linux since I use it…

1
23456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
…109110111112113…
114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
145
Question Defense
© 2019 question-defense.com

>>> Brave Browser Tipping: Support us by downloading, installing and then tipping us with Brave! <<<
Amazon Associate Disclaimer: As an Amazon Associate we earn from qualifying purchases.

Go to Top