Skip to content

Commit

Permalink
content-update
Browse files Browse the repository at this point in the history
  • Loading branch information
BitwiseOperator committed Jun 30, 2024
1 parent 228fc69 commit fc63ac9
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/Knowledge_Base/Coding_&_Scripting/Regex.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
!!! info ""

Online Regex generators & cheat sheets

- [javainuse](https://www.javainuse.com/rexgenerator)
- [olafneumann](https://regex-generator.olafneumann.org/)
- [cheatography](https://cheatography.com/davechild/cheat-sheets/regular-expressions/)
- [developer mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet)

3 changes: 2 additions & 1 deletion docs/Knowledge_Base/Home_Lab/Homepage_Dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@
!!! info ""

### Sources
https://gethomepage.dev/latest/

[gethomepage](https://gethomepage.dev/latest/)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- [github tig-stack](https://github.com/huntabyte/tig-stack)
- [Youtube video](https://www.youtube.com/watch?v=QGG_76OmRnA)
- Yaml Validator [https://www.yamllint.com/](https://www.yamllint.com/)
- [Yaml Validator](https://www.yamllint.com/)
- [Telegraf best practices]([https://www.influxdata.com/blog/telegraf-best-practices/](https://www.influxdata.com/blog/telegraf-best-practices/))


Expand Down
8 changes: 3 additions & 5 deletions docs/Knowledge_Base/Network/DNS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@

#### packet capture samples

(DNS over TLS proxied - no TLS on LAN)[https://www.cloudshark.org/captures/277545f545d8]

(chrome-doh-example.pcapng)[https://www.cloudshark.org/captures/c561ae9532d4]

(chrome-doh-example-with-secrets.pcapng)[https://www.cloudshark.org/captures/add993b5e5af]
- [DNS over TLS proxied - no TLS on LAN](https://www.cloudshark.org/captures/277545f545d8)
- [chrome-doh-example.pcapng](https://www.cloudshark.org/captures/c561ae9532d4)
- [chrome-doh-example-with-secrets.pcapng](https://www.cloudshark.org/captures/add993b5e5af)


!!! warning ""
Expand Down
8 changes: 4 additions & 4 deletions docs/Knowledge_Base/OS/Linux/Arch/virt-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@

### Installing windows 11 steps on virt manager

https://sysguides.com/install-a-windows-11-virtual-machine-on-kvm
[install-a-windows-11-virtual-machine-on-kvm](https://sysguides.com/install-a-windows-11-virtual-machine-on-kvm)


!!! info ""

Resources
### Resources

[install-virtio-drivers-for-windows-guests](https://sysguides.com/install-kvm-on-linux#3-04-install-virtio-drivers-for-windows-guests-)
[mount-the-virtio-winiso-image](https://sysguides.com/install-a-windows-11-virtual-machine-on-kvm#6-16-mount-the-virtio-winiso-image)
- [install-virtio-drivers-for-windows-guests](https://sysguides.com/install-kvm-on-linux#3-04-install-virtio-drivers-for-windows-guests-)
- [mount-the-virtio-winiso-image](https://sysguides.com/install-a-windows-11-virtual-machine-on-kvm#6-16-mount-the-virtio-winiso-image)
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
sudo apt install openssh-server -y
```

![alt text](/docs/Knowledge_Base/images/lx_sys_cmd_img-0.png)
![alt text](/Knowledge_Base/images/lx_sys_cmd_img-0.png)

##### check service status

```bash
sudo systemctl status ssh
```

![alt text](/docs/Knowledge_Base/images/lx_sys_cmd_img-1.png)
![alt text](/Knowledge_Base/images/lx_sys_cmd_img-1.png)

#### ufw

Expand All @@ -41,12 +41,12 @@
sudo ufw allow ssh
```

![alt text](/docs/Knowledge_Base/images/lx_sys_cmd_img-2.png)
![alt text](/Knowledge_Base/images/lx_sys_cmd_img-2.png)

enable and reload the ufw

```bash
sudo ufw enable && sudo ufw reload
```

![alt text](/docs/Knowledge_Base/images/lx_sys_cmd_img-3.png)
![alt text](/Knowledge_Base/images/lx_sys_cmd_img-3.png)
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
!!! info ""

Those are some other package management tools:

- SNAP [ubuntuhandbook](https://ubuntuhandbook.org/index.php/2021/01/earch-install-remove-snap-apps-command-line/)
- PIP - PYTHON
- GIT
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,6 @@ nav:
- 'Troubleshooting':
- 'ERR SSL VERSION OR CIPHER MISMATCH': Knowledge_Base/OS/Windows/Troubleshooting/ERR_SSL_VERSION_OR_CIPHER_MISMATCH.md
- 'Privacy': Knowledge_Base/Privacy/Privacy.md
# - Blog:
# - blog/index.md
- whoami: whoami.html

0 comments on commit fc63ac9

Please sign in to comment.