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 2.x
$ python -m SimpleHTTPServer 8000| ########################################### | |
| # IMPORTANT NOTE: | |
| # | |
| # As of asuswrt-merlin 380.67 Beta, you | |
| # can now configure SSL certificates from | |
| # the Webui, making these instructions | |
| # unnecessary. | |
| ########################################### | |
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| #!/usr/bin/ruby | |
| require 'rubygems' | |
| require 'rubygems/commands/fetch_command' | |
| class Gem::Commands::FetchCommand | |
| def add_version_option_with_fetch_depends | |
| add_version_option_without_fetch_depends | |
| add_option('-y', '--[no-]dependencies', | |
| "Fetch dependent gems") do |value, options| |