Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
pistolero :thispersondoesnotexist: (p@freespeechextremist.com)'s status on Friday, 10-Nov-2023 00:43:50 JST pistolero :thispersondoesnotexist:
@amerika @mint @Pawlicker @kirby @pomstan
> PHP is the fastest way to get stuff working on the web
$ ed /var/www/htdocs/cgi-bin/ontheweb.cgi
/var/www/htdocs/cgi-bin/ontheweb.cgi: No such file or directory
a
#!/usr/bin/awk -f
BEGIN{
print "Content-Type: text/html\r\n\r"
print "<html><body>Like hell it is.</body></html>"
}
.
wq
119
$ chmod 755 /var/www/htdocs/cgi-bin/ontheweb.cgi
$ w3m http://localhost/cgi-bin/ontheweb.cgi