deanhouseholder


Member since 04/16/2013

Name: Dean Householder

Location: USA

Website: http://www.deanhouseholder.com/

I enjoy scripting in: autohotkey, php, javascript, css, html, bash, batch

8 snippets

2306 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

deanhouseholder's Recent Snippets



« Prev 1 Next »
This script allows you to monitor a list of applications each running on servers in different environments. For example, these can be webservers: apache/nginx/etc., application servers: tomcat/nodejs/IIS/etc., database servers: mysql/oracle/etc., or...
0 853 posted 10 years ago by deanhouseholder
This batch script writes a temporary .vbs file which will invoke a UAC prompt to open an administrator command prompt. This makes it easy to create a shortcut to an admin prompt.
0 630 posted 10 years ago by deanhouseholder
Simple functions to add, fetch or delete cookies in the browser via JavaScript.
0 626 posted 10 years ago by deanhouseholder
By default Apache won't allow you to download a file over 2GB. This PHP script overcomes that along with some extra goodies. The script will read from standard url path the file on the server to download and display the filesize along with a link...
1 897 posted 10 years ago by deanhouseholder
Call this function to activate a named window.
0 737 posted 11 years ago by deanhouseholder
This is a AutoHotKey.com script. It runs on Windows and allows you to lock your computer by simply hitting a single key combination and unlock it with a different one. Download the whole script at the url listed.
0 1002 posted 11 years ago by deanhouseholder
If you have a script that must be run as the root user, put this at the top:
1 871 posted 11 years ago by deanhouseholder
In order to use a proxy by default for your network-based commands, create the file "~/.ssh/config" and give it these properties. Replace "proxyhost" with the hostname/IP of the proxy server and "80" with the port of the proxy server.
0 716 posted 11 years ago by deanhouseholder
« Prev 1 Next »