Skip to content

Commit

Permalink
adding calyxos and dust
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Apr 15, 2024
1 parent 6a4f602 commit a53d560
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions content/docs/Debian/useful_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,14 @@ flatpak install flathub io.missioncenter.MissionCenter

#### System Monitor

With [htop](https://github.com/htop-dev/htop) or [btop](https://github.com/aristocratos/btop):

```sh
sudo apt-get install htop

#htop

sudo snap install btop
#btop
```

---
Expand Down Expand Up @@ -308,6 +312,8 @@ Check what is mounted and where with:

```sh
df -h
#sudo snap install dust #to see what takes most space

```

lets add the automount entry in:
Expand Down Expand Up @@ -382,11 +388,11 @@ To lower CPU power consumption on an Ubuntu system, you can install and configur
3. **Powertop**: Powertop is a tool developed by Intel that shows you the power consumption of your device and suggests optimizations to reduce power usage.
- Install Powertop with:
```
```sh
sudo apt install powertop
```
- To see the current power usage and suggestions, run:
```
```sh
sudo powertop
```
- Powertop can also automatically apply its optimization suggestions at startup by creating a service or script that runs `powertop --auto-tune`.
Expand Down
2 changes: 2 additions & 0 deletions content/docs/Privacy/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ https://dev.to/dotnetdreamer/using-android-phone-as-a-development-machine-3f39
{{% /details %}}

You can also have a look to [CalyxOS](https://calyxos.org/install/)

{{% details title="Private Android with GrapheneOS" closed="true" %}}

> Google Pixels Only - https://grapheneos.org/releases
Expand Down

0 comments on commit a53d560

Please sign in to comment.