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 Insights

Images Not Showing Up Properly For WP-Forum WordPress Plugin

InsightsBy alexAugust 21, 2008Leave a comment

After installing the wp-forum plugin you may notice that the layout looks out of wack. This could be for numerous issues but one I came across was the fact that after unpacking the plugin on the server the main directory permissions were incorrect. If you chown 775 wp-forum in <web-root>/wp-content/wp-plugins/wp-forum this should resolve your issue.

Technology Insights

How To See The Number Of Rows In A PostgreSQL Table

InsightsBy alexAugust 21, 2008Leave a comment

Checking the number of rows in a PostgreSQL table is very easy. First connect to the database by using pgsql. psql -U postgres -d “database-name” Next use the following command to see the number of rows in a certain table. select count(*) from tablename

Technology Insights

How To Redirect All Litespeed HTTP Traffic To HTTPS

InsightsBy alexAugust 20, 2008Leave a comment

The below explains the steps necessary to redirect all Litespeed HTTP (port 80) traffic to HTTPS (port 443).

Technology Insights

Cannot Import Blogger Blog Into WordPress Blog

InsightsBy alexAugust 19, 20085 Comments

I was unable to import my blogger.com blog into a new WordPress blog. The problem was my Blogger blog was being published off of blogspot.com to my own web server. When trying to import the WordPress admin was telling me that I had already imported my blog. All that needs to be done to correct…

Technology Insights

How To Clear Fortinet 200A Arp Cache

InsightsBy alexAugust 18, 2008Leave a comment

The arp cache of the Fortinet 200A can be cleared by typing the below command into the console. console# execute clear system arp table

Technology Insights

How To Add Static Routes In CentOS

InsightsBy alexAugust 18, 200819 Comments

There are numerous ways to add static routes in Linux (CentOS). The easiest way is via the terminal by using one of the following examples. How to add a static route for a specific host in Linux. route add -host 192.168.1.47 gw 192.168.10.1 route del -host 192.168.1.47 gw 192.168.10.1

Technology Insights

How to Backup WordPress Database Without Server Access

InsightsBy alexAugust 18, 2008Leave a comment

How can you backup WordPress’s database without server access? It is very easy to backup WordPress’s databasse by installing the WP-DB-Backup plugin. This plugin allows you to easily backup the database immeddiately as well as to schedule a hourly, nightly, or weekly backup of the database as well. It is highly recommended to backup not only…

Technology Insights

How To Display Fortinet 200A ARP Table

InsightsBy alexAugust 17, 2008Leave a comment

Below shows how to display the arp table in a Fortinet 200A device running FortiOS version 3.0 or higher. Short Answer: Type “get system arp” from the CLI You can just type “get sys arp” from the CLI of the Fortinet 200A to get the ARP table. If you are running a previous version of…

Technology Insights

Fortinet CLI Equivalent To “show ip bgp”

InsightsBy alexAugust 14, 2008Leave a comment

Recently I worked on a network installation using Fortinet 200A firewalls. During the process of getting BGP operational with the colo provider they requested information about or BGP prefixes. They requested that we provide the output to “sh ip bgp” or “show ip bgp” to them.

1
23456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
…141142143144145
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