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

How to Use Gmail as an SMTP Server

InsightsBy alexJanuary 23, 2009Leave a comment

Below is a brief explanation of how to use Gmail as an SMTP server to send email. I personally needed to configure Gmail to test Cforms WordPress plugin to make sure there wasn’t a problem with a clients hosting company servers native PHP mail. I used the below steps to create an account, configure the…

Details
Technology Insights

How to Update WordPress Blog URL

InsightsBy alexJanuary 22, 2009Leave a comment

Below are a couple simple steps to update your WordPress blog’s URL. The below is valid if you are simply switching the URL using the same domain or if you are changing the WordPress domain all together. You will run into problems if you do not make sure to update each item. Update WordPress SiteURL:…

Details
Technology Errors

Error: Missing dependency: libevent-1.1a.so.1 is needed by package nfs-utils

ErrorsBy alexJanuary 21, 2009Leave a comment

When performing a “yum update” I received the following error which deals with a library needed by the nfs-utils package on CentOS. Error: Missing dependency: libevent-1.1a.so.1 is needed by package nfs-utils On this machine NFS is not needed so I took the following steps to complete the “yum update”. Remove nfs-utils: First remove nfs-utils by…

Details
Technology Insights

How to Change Timezone on Linux

InsightsBy alexJanuary 20, 2009Leave a comment

Changing the timezone on Linux is easy. The timezone within Linux is set by a symbolic link located in the /etc directory which needs to be changed to the new timezone. Once this is changed the time needs to be synced to a time server. I recently moved from Las Vegas to Louisville and had…

Details
Technology Insights

Use Multiple Shells From One Terminal Window on Linux

InsightsBy alexJanuary 19, 2009Leave a comment

You can use the Linux screen command to operate multiple shells from one terminal window on Linux. Below is the command to install screen on CentOS Linux. bash yum install screen Using screen is easy. First SSH to your server as you normally would and before running any commands that may take awhile type “screen”.…

Details
Technology Insights

Use yum on Linux to Install Previous Package Versions

InsightsBy alexJanuary 18, 20092 Comments

When installing packages via yum the default will be to install the latest and greatest package that you request. It is possible however to install previous versions of the package by first seeing what versions of the package are available followed by a more detailed command to install a previous version. Search Package Versions First…

Details
Technology Insights

Create and Delete a PostgreSQL Database from PSQL CLI

InsightsBy alexJanuary 17, 2009Leave a comment

Easily create or drop a database via the psql CLI using the below syntax. Create a PostgreSQL Database: Just modify the database_name to the name you prefer for your new database. bash create database database_name

Details
Technology Insights

What PostgreSQL Linux Package Will Install pgbench Via yum

InsightsBy alexJanuary 16, 2009Leave a comment

To install pgbench on Linux use yum and install the postgresql-contrib package using the below syntax. bash yum install postgresql-contrib When issuing the above command the results will output like the below. If postgresql, postgresql-server, and/or postgresql-libs has already been installed then it is likely that they will be upgraded using the default command.

Details
Technology Insights

Default Web Password for Kyocera KR2 Mobile Router

InsightsBy alexJanuary 15, 20093 Comments

The default admin or web login for the Kyocera KR2 Mobile Router is the last 6 digits of the MAC address. The MAC Address is located on the bottom of the router and is titled WLAN MAC ID. The digits will be in hexidecimal. To make configuration changes you must login to the administration account…

Details
1
23456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
…142143144145146…
147148149150151152153154155156157158159160161162163164165166167168169170171172173
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