The bmannconsulting.com website

hack day

Changed files
+21 -1
_notes
+16 -1
_notes/Ubuntu.md
···
[Ask Ubuntu](https://askubuntu.com/questions/686239/how-do-i-check-the-version-of-ubuntu-i-am-running)
* [official page](https://help.ubuntu.com/community/CheckingYourUbuntuVersion) says `lsb_release -a` - listed on Description line
* `hostnamectl` - listed on Operating System line
-
* `cat /etc/*release` - DISTRIB_RELEASE or DESCRIPTION
+
* `cat /etc/*release` - DISTRIB_RELEASE or DESCRIPTION
+
+
## useradd
+
+
No `adduser` so using just low-level `useradd` command [Linuxize (advertising infested but good info)](https://linuxize.com/post/how-to-create-users-in-linux-using-the-useradd-command/)
+
+
```
+
useradd (name)
+
```
+
+
Then to check:
+
+
```
+
id (name)
+
```
+
+5
_notes/Van Hack Day June 2024.md
···
* make a website directory and index.html as the source
* realize that Surfer already installed on [[Commons Computer]] -> [localhost.dwebyvr.org](https://localhost.dwebyvr.org)
+
Back to Portainer Ubuntu
+
* add a `lieu` user, [[Ubuntu]] `useradd`
+
* create `/home/lieu`
+
* install git `apt-get install git`
+