Use memstick-licecd to install pfsense on your SSD.
- Initialize fstab:
[2.2.4-RELEASE][[email protected]]/root: /usr/local/sbin/ufslabels.shIt may do nothing because all is already initialize but it's only in a case of
Use memstick-licecd to install pfsense on your SSD.
[2.2.4-RELEASE][[email protected]]/root: /usr/local/sbin/ufslabels.shIt may do nothing because all is already initialize but it's only in a case of
| // For quickly trying things out in the browser, jQuery and Lo-Dash (like Underscore.js) are great. | |
| // Read the code below (never copy & paste code you don't trust), | |
| // then you can copy & paste it into the browser console to load jQuery & lodash. | |
| (function () { | |
| var jq = document.createElement('script'); | |
| jq.src = 'https://code.jquery.com/jquery-2.1.4.js'; |
| import socket | |
| from http.server import HTTPServer | |
| from http.server import SimpleHTTPRequestHandler | |
| class MyHandler(SimpleHTTPRequestHandler): | |
| def do_GET(self): | |
| if self.path == '/ip': | |
| self.send_response(200) | |
| self.send_header('Content-type', 'text/html') | |
| self.end_headers() |