Skip to content

Commit 235bf6f

Browse files
committed
New Linux notes
1 parent 901604d commit 235bf6f

File tree

4 files changed

+124
-7
lines changed

4 files changed

+124
-7
lines changed

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
* [Linux Distros](operating-systems/linux/distros/README.md)
4343
* [Kali Linux - VM](operating-systems/linux/distros/kali-vm.md)
4444
* [ParrotOS - VM](operating-systems/linux/distros/parrot-vm.md)
45+
* [Rocky Linux](operating-systems/linux/distros/rocky-vm.md)
4546
* [Ubuntu Desktop - VM](operating-systems/linux/distros/ubuntu-vm.md)
4647
* [Ubuntu Server - VM](operating-systems/linux/distros/ubuntu-server.md)
4748
* [Linux Tools](operating-systems/linux/tools/README.md)

home-lab/hypervisors/proxmox/pve-install.md

+48-7
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/m
254254

255255

256256

257-
### [Uptime Kuma LXC](https://github.com/louislam/uptime-kuma)
257+
### [Uptime Kuma](https://github.com/louislam/uptime-kuma)
258258

259259
> *DELETED*
260260
@@ -264,7 +264,7 @@ bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/c
264264

265265

266266

267-
### [AdGuard Home LXC](https://adguard.com/en/adguard-home/overview.html)
267+
### [AdGuard Home](https://adguard.com/en/adguard-home/overview.html)
268268

269269
> [AdGuard - http://192.168.5.5:3080](http://192.168.5.5:3080)
270270
@@ -280,7 +280,7 @@ bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/c
280280

281281

282282

283-
### [Vaultwarden LXC](https://www.vaultwarden.net/)
283+
### [Vaultwarden](https://www.vaultwarden.net/)
284284

285285
> [Vaultwarden - http://192.168.5.7:8000](http://192.168.5.7:8000)
286286
>
@@ -308,7 +308,7 @@ Set `https://vaultwarden.lab.syselement.com` in the **General settings - Domain
308308

309309

310310

311-
### [Zoraxy LXC](https://zoraxy.arozos.com/)
311+
### [Zoraxy](https://zoraxy.arozos.com/)
312312

313313
> [Zoraxy - http://192.168.5.6:8000/](http://192.168.5.6:8000/)
314314
@@ -340,7 +340,7 @@ bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/c
340340

341341

342342

343-
### [Wiki.js LXC](https://js.wiki/)
343+
### [Wiki.js](https://js.wiki/)
344344

345345
> [Wiki.js - http://192.168.5.10:3000/](http://192.168.5.10:3000/)
346346
>
@@ -358,7 +358,7 @@ bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/c
358358

359359

360360

361-
### [Technitium DNS LXC](https://technitium.com/dns/)
361+
### [Technitium DNS](https://technitium.com/dns/)
362362

363363
**PROXMOX** - Network > edit `eth0` and set the Static IP.
364364

@@ -472,7 +472,8 @@ bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/c
472472

473473
### [Jellyfin Media Server](https://jellyfin.org/)
474474

475-
> TO DO
475+
> - [ ] TO DO
476+
>
476477
>
477478
> - https://github.com/awesome-jellyfin/awesome-jellyfin
478479
@@ -542,6 +543,36 @@ ipamadmin
542543

543544

544545

546+
### [Cosmos Cloud](https://cosmos-cloud.io/)
547+
548+
> [Cosmos Cloud - http://192.168.5.159/](http://192.168.5.159/)
549+
550+
```bash
551+
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/cosmos.sh)"
552+
553+
# Cosmos Interface <IP>:80
554+
555+
# To Manually Update Cosmos, run the command above (or type update) in the Cosmos LXC Console.
556+
```
557+
558+
559+
560+
### [Kavita](https://www.kavitareader.com/)
561+
562+
> [Kavita - http://192.168.5.145:5000/](http://192.168.5.145:5000/)
563+
564+
```bash
565+
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/kavita.sh)"
566+
567+
# Kavita Interface <IP>:5000
568+
569+
# To enable folder adding append your lxc.conf on your host with 'lxc.environment: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1'
570+
571+
# To Manually Update Kavita, run the command above (or type update) in the Kavita LXC Console.
572+
```
573+
574+
575+
545576
### [NetBox](https://netboxlabs.com/oss/netbox/)
546577

547578
> - [ ] TO TRY
@@ -554,10 +585,20 @@ bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/c
554585

555586
### Checkmk
556587

588+
> - [ ] TO TRY
589+
557590
```bash
558591
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/checkmk.sh)"
592+
```
593+
559594

560595

596+
### Kasm
597+
598+
> - [ ] TO TRY
599+
600+
```bash
601+
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/checkmk.sh)"
561602
```
562603

563604

Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Rocky Linux
2+
3+
![](.gitbook/assets/rocky.png)
4+
5+
---
6+
7+
## 🌐 Resources 🔗
8+
9+
> - [Rocky Linux](https://rockylinux.org/)
10+
> - [Rocky Linux Instructional Books - Documentation](https://docs.rockylinux.org/books/)
11+
12+
### 📚 [The UNIX/Linux Philosophy](https://docs.rockylinux.org/books/admin_guide/01-presentation/#the-unixlinux-philosophy)
13+
14+
- Treat everything as a file.
15+
- Value portability.
16+
- Do one thing and do it well.
17+
- **KISS**: Keep It Simple Stupid.
18+
- "UNIX is a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)
19+
- "Unix is user-friendly. It just isn't promiscuous about which users it's friendly with." (Steven King)
20+
21+
---
22+
23+
## Commands
24+
25+
```bash
26+
# command [option(s)] [argument(s)]
27+
28+
/bin/bash
29+
cat /etc/passwd
30+
cat /etc/shadow
31+
cat /etc/profile
32+
cat /etc/sudoers
33+
34+
apropos --exact password -a change
35+
whatis clear
36+
man clear
37+
38+
reboot
39+
shutdown -r +5
40+
shutdown now
41+
shutdown -h 0:30
42+
shutdown -h 0:30 "Server shutdown at 0:30"
43+
shutdown --show
44+
shutdown -c
45+
46+
history
47+
clear
48+
echo -ne "\t Hello \n"
49+
echo $LANG
50+
echo $PATH
51+
date
52+
date +%F
53+
date +%x
54+
date +%T
55+
date -d 20250310 +%j
56+
57+
id root
58+
whoami
59+
who
60+
who -r
61+
62+
pwd
63+
...
64+
```
65+
66+
67+
68+
---
69+
70+
## Tools
71+
72+
```bash
73+
74+
```
75+

0 commit comments

Comments
 (0)