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

Firewall Settings for Playstation 3, PS3 Firewall Ports

InsightsBy alexNovember 14, 200840 Comments

If your PlayStation 3 is operating slow, losing connection, or just not working right most of the time the chances are that you need to change some settings on your Internet router or firewall. Routers use NAT(Network Address Translation) to allow multiple devices to function behind the router as if they all have the public…

Details
Technology Errors

TFTP: Error code 1: File not found

ErrorsBy alexNovember 13, 200825 Comments

You may get the below error code when attempting to transfer files with TFTP. Error code 1: File not found If you do get this error the issue is likely that the file does not exist on the server you are trying to place the file on using TFTP. If you are on a linux…

Details
Technology Insights

Linux: Setup TFTP Server on CentOS

InsightsBy alexNovember 13, 200839 Comments

The below steps will allow you to set up a TFTP server on Linux but specifically on a CentOS server. All you need to do is install a couple files with yum, enable the server, and restart xinetd. Install TFTP Server: Use the below syntax to install the TFTP server on CentOS. bash [root@centos-server ~]#yum…

Details
Technology Insights

Upgrade a Linksys WRT54G Version 5 Wireless Router Firmware

InsightsBy alexNovember 13, 20084 Comments

Upgrading a Linksys WRT54G v5 wireless router is a bit more complicated than most of the other Linksys WRT54G wireless routers. It is not as easy as downloading a dd-wrt .bin file and uploading it via the router administration GUI. Instead you must first install some other bin files to wipe the wireless router clean…

Details
Technology Insights

Zencart Show Accepted Credit Cards Images or Text

InsightsBy alexNovember 13, 2008Leave a comment

Its really easy to configure ZenCart to show the credit cards that you are going to accept to customers during their checkout. Not only could you display the text of these images similar to the below example but its also very easy to display images of the credit card types you will be accepting. Example:…

Details
Technology Insights

Zencart: How to Add an Order Status Type

InsightsBy alexNovember 13, 2008Leave a comment

Zencart has four default order status types which are Pending(1), Processing(2), Delivered(3), and Update(4). The number in parenthesis represents the order in which the order type will be located in the drop down so by default the first type in the drop down is Pending. To add a new order status type login to the…

Details
Technology Insights

Restore One Table with psql from a pg_dump PostgreSQL Backup

InsightsBy alexNovember 13, 20089 Comments

Backing up and restoring PostgreSQL is fairly easy using pg_dump and psql. One more complicated scenario I have run into is doing a complete database backup with pg_dump and at some point down the road needing to just split out one table and restore it. This can be a pain because of how the pg_dump…

Details
Technology Insights

Postgres Table pg_stat_activity Table Fields Explained

InsightsBy alexNovember 12, 2008Leave a comment

The pg_stat_activity table will show you what activity is currently happening on your PostgreSQL database server. The information will detail the database the activity is occuring on, the username initiating the activity, the length of time the acitivy has been occuring for, and much more. Below is example output from running a SELECT query against…

Details
Technology Insights

The Linux Kill Command Explained in Detail

InsightsBy alexNovember 12, 20088 Comments

The Linux kill command is used to kill PID’s or process ID’s. This command is beneficial for numerous reasons typically for run away processes, processes caught in some sort of loop, to kick users from a system, or any other number of reasons. Typically kill is used in the below format with 12345 being the…

Details
1
23456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
…150151152153154…
155156157158159160161162163164165166167168169170171172173
174
Brave Browser

Download the privacy focused Brave browser!
Brave Browser

  • Browse 3x Faster!
  • Block Ads & Trackers
  • Get Rewarded For Browsing
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
Pages
  • Backtrack Linux
  • Contact
  • Documentation
  • Tags
  • Tools
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