

public_html
directory in your home directory was the place where the web server looked for to serve files from. This would make something like http://localhost/~your_username work. But it's been a while since I've done any of this myself...
public_html
directory in your home directory was the place where the web server looked for to serve files from. This would make something like http://localhost/~your_username` work. But it's been a while since I've done any of this myself...`
public_html
directory in your home directory was the place where the web server looked for to serve files from. This would make something like http://localhost/~your_username work. But it's been a while since I've done any of this myself...
public_html
directory in your home directory was the place where the web server looked for to serve files from. This would make something like http://localhost/~ work. But it's been a while since I've done any of this myself...
$ dig @1.1.1.1 +short onlydomains.com.au a
198.50.252.65
$ nc -vvv 198.50.252.65 443
nc: connectx to 198.50.252.65 port 443 (tcp) failed: Connection refused
#OnlyDomains
$ dig @1.1.1.1 +short onlydomains.com.au a
198.50.252.65
$ nc -vvv 198.50.252.65 443
nc: connectx to 198.50.252.65 port 443 (tcp) failed: Connection refused
#OnlyDomains
dash
or ash
, very nice POSIX Sh compliant shells:
$ ./foo.sh
./foo.sh: line 5: [: bar: integer expression expected
So the lessons here are twofold:
- Always use
shellcheck
to check your shell code- Never use Bash or rely on Bash(isms). Always prefer POSIX Sh
dash
or ash
, very nice POSIX Sh compliant shells:
$ ./foo.sh
./foo.sh: line 5: [: bar: integer expression expected
So the lessons here are twofold:
- Always use
shellcheck
to check your shell code- Never use Bash or rely on Bash(isms). Always prefer POSIX Sh
[
and ]
errors out with shellcheck
as expected:
Invalid number for -eq. Use = to compare as string (or use $var to expand as a variable). [SC2170]
[
and ]
errors out with shellcheck
as expected:
Invalid number for -eq. Use = to compare as string (or use $var to expand as a variable). [SC2170]
In POSIX sh, [[ ]] is undefined. [SC3010]
In POSIX sh, [[ ]] is undefined. [SC3010]
shellcheck
being used here? It would have picked this (contrived) example up?
bar is referenced but not assigned. [SC2154]
shellcheck
being used here? It would have picked this (contrived) example up?
bar is referenced but not assigned. [SC2154]
sudo apt install apache2
In fact I highly recommend you follow this guide:
Install and Configure Apache
sudo apt install apache2
In fact I highly recommend you follow this guide:
Install and Configure Apache
But "intelligent" it ain't π€£
But "intelligent" it ain't π€£
You don't need to use wine to run Apache.
It should be installable from the package manager (software center) or whatever it's called.
You don't need to use wine to run Apache.
It should be installable from the package manager (software center) or whatever it's called.
But seriously though we have come a long way in _some_ machine learning sxiwnde and twxh and we've managed to build ever more powerful and power hungry massively parallel matrix computational hardware π
But seriously though we have come a long way in _some_ machine learning sxiwnde and twxh and we've managed to build ever more powerful and power hungry massively parallel matrix computational hardware π
Do you normally take 4-week long vacations all in one go?
Do you normally take 4-week long vacations all in one go?
What do you think the world runs on π Hint: Not Windows π€£
What do you think the world runs on π Hint: Not Windows π€£
> James your twtxt is way too shortβ¦.
Seriously?! π 1024 bytes (1kb) isn't enough?! π±π€¦ββοΈπ€£
> James your twtxt is way too shortβ¦.
Seriously?! π 1024 bytes (1kb) isn't enough?! π±π€¦ββοΈπ€£