Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
--- | |
- hosts: all | |
become: yes | |
pre_tasks: | |
- name: System update | |
apt: | |
update_cache: yes | |
cache_valid_time: 3600 |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
// Link: https://stackoverflow.com/questions/3326650/console-is-undefined-error-for-internet-explorer/16916941#16916941 | |
<script type="text/javascript"> | |
/** | |
* Protect window.console method calls, e.g. console is not defined on IE | |
* unless dev tools are open, and IE doesn't define console.debug | |
*/ | |
(function() { | |
if (!window.console) { | |
window.console = {}; | |
} |
nmap -n -sP 192.168.1.0/24 |
I hereby claim:
To claim this, I am signing this object:
wget --output-document=/dev/null http://speedtest.wdc01.softlayer.com/downloads/test500.zip |