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

Blog

You are here:
  1. Home
Technology Insights

WordPress JPF Login/Out Plugin Logout Not Working After Upgrading to WordPress 2.7

InsightsBy alexMarch 10, 20091 Comment

I use the JPF Login/Out plugin to display text at the top of a WordPress site and after upgrading to WordPress 2.7 the logout link stopped working. After reading in the WordPress Codex it appears that the wp_logout_url was added to provide a nonce-protected URL that can be used during logout. In the jpf_loginout.php file…

Details
Technology Errors

MySQL Gem Install ERROR: Failed to build gem native extension

ErrorsBy alexMarch 10, 200927 Comments

You may run into issues installing the mysql gem on a Linux server running a 64-bit version of MySQL server. When attempting to install the gem its likely you will get errors if you don’t specify a couple options when running the command. The issue I continued to have was the options are clearly listed…

Details
Technology Errors

checking for mysql_close in -lmysqlclient… no

ErrorsBy alexMarch 10, 20094 Comments

I received the below error when attempting to compile PHP to use with Litespeed as an LSAPI module. The error was related to multiple versions of numerous MySQL RPM packages being installed. PHP Compile Error: checking for MySQL support… yes checking for specified location of the MySQL UNIX socket… no checking for MySQL UNIX socket…

Details
Technology Errors

configure: error: Cannot find libmysqlclient under /usr

ErrorsBy alexMarch 10, 20096 Comments

I received the below error when compiling PHP to work as an external application with the Litespeed API. When you do compile this it’s called the PHP LSAPI module which is then used by Litespeed to process PHP.

Technology Insights

How to Print Files, Emails, Images, Contacts, and Web Pages From Your iPhone or Touch

InsightsBy alexMarch 10, 2009Leave a comment

You can easily print files from your iPhone or iPod Touch using an application called “Print & Share” or an application called “Print – Printing for Contacts, Web Pages, Photos, and More” both of which are developed by the same company, EuroSmartz, Ltd. There are some differences between the applications so if you need limited…

Details
Technology Insights

How to Clear the DNS Cache on Mac OSX Leopard (10.5)

InsightsBy alexMarch 9, 2009Leave a comment

Use the below syntax from the Terminal window on a Macintosh computer running OS X 10.5 (Leopard) to clear the DNS cache for the computer. dscacheutil -flushcache You might need to flush the DNS cache if you know a DNS change has been made recently but your Mac is not showing the change. OS X…

Details
Technology Insights

LiteSpeed Web Server Virtual Host Showing Restart Required in Web Admin Console

InsightsBy alexMarch 9, 2009Leave a comment

Recently I configured a virtual host in Litespeed outside of the normal Virtual Host Template I use. Typically I use the EasyRailsWithSuEXEC but this time I needed to use the PHP_SuEXEC template. It was easy as most configurations are with the LiteSpeed however when I performed a graceful restart I noticed that the virtual host…

Details
Technology Insights

Import Outlook Contacts Into Gmail and Export Gmail Contacts to CSV

InsightsBy alexMarch 8, 20092 Comments

Google’s Gmail has a handy little interface to import and export contacts in CSV format which will allow for easy synchronization between Outlook’s contacts and Gmail’s contacts without having to install some third party software. Most people will typically be making the switch to use more Outlook thus needing to import contacts into Gmail from…

Details
Technology Insights

Change the Table Prefix of WordPress Blog MySQL Database from wp_

InsightsBy alexMarch 8, 20098 Comments

The directions below will provide simple instructions on changing the prefix to your WordPress blog’s MySQL database from wp_ to whatever you choose. Its a good idea to change this prefix to prevent zero-day SQL injection attacks from being performed against your WordPress installation since your database tables will be known to everyone if you…

Details
1
23456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
…135136137138139…
140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
174
Categories
  • Code Snippets
  • Errors
  • Insights
  • Labs
  • Security
Recent Posts
  • What Are The OWASP Top 10 Vulnerabilities? October 7, 2019
  • Improving WordPress: Security Tips October 2, 2019
  • MacOS Configure Default Mail Client September 30, 2019
Question Defense
© 2021 question-defense.com
Go to Top