Skip to content

Commit

Permalink
adding stacer
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Apr 15, 2024
1 parent 61fa603 commit 6a4f602
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/NIX/fav-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ nix-env -iA nixpkgs.organicmaps
nix-env -iA nixpkgs.rpi-imager
```

* Use Ventoy to have MultiBoot USB Drive Tool:
* Use [Ventoy](https://github.com/ventoy/Ventoy) to have MultiBoot USB Drive Tool:

```sh
wget https://github.com/ventoy/Ventoy/releases/download/v1.0.97/ventoy-1.0.97-linux.tar.gz
Expand All @@ -202,7 +202,7 @@ sudo sh VentoyWeb.sh

> Access Ventoy at: `localhost:24680`
* Create a Windows ISO:
* Create a Windows ISO with [WoeUSB](https://github.com/WoeUSB/WoeUSB)

```sh
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin
Expand Down
7 changes: 7 additions & 0 deletions content/docs/Privacy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ You can try with [PiHole](https://fossengineer.com/selfhosting-PiHole-docker/)
* Or try [Bind9](https://hub.docker.com/r/ubuntu/bind9#!)

* [PortMaster](https://github.com/Safing/portmaster) also helps to change and visualize the network queries.
* [Stacer](https://github.com/oguzhaninan/Stacer) - Optimize processes, check apt repositories, startup apps...

```sh
sudo add-apt-repository ppa:oguzhaninan/stacer -y
sudo apt-get update
sudo apt-get install stacer -y
```

Whats my current DNS?

Expand Down

0 comments on commit 6a4f602

Please sign in to comment.