Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/JAlcocerT/Linux into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Jan 27, 2024
2 parents 1418c64 + a6acb86 commit e491e84
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
2 changes: 2 additions & 0 deletions content/docs/Debian/foss_engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ https://www.blender.org/

<https://github.com/blender/blender>

* <https://github.com/gd3kr/BlenderGPT>

### Blender Add-ons

* <https://github.com/agmmnn/awesome-blender>
Expand Down
7 changes: 7 additions & 0 deletions content/docs/Linux_&_Cloud.md/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ code --list-extensions

---

## Product Analytics

* Umami
* PostHog

---

## FAQ


Expand Down
13 changes: 13 additions & 0 deletions content/docs/Linux_&_Cloud.md/selfhosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,27 @@ But you can even do it in the very same computer you are reading this.

## Analytical Tools

* https://github.com/knime/knime-core
* https://hub.docker.com/r/apache/superset


## GenAI - LLMs

## Productivity

## Communication

* Matrix Server: https://fossengineer.com/selfhosting-matrix-synapse-docker/

You can connect to Matrix with Thunderbird as well.

## Media

Quick seedbox: Torrents + Mullvad -> Syncthing/Filebrowser

## How to Back Up my Server?

Duplicati to other location (HD / Mega, One drive, s3...)

---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/Privacy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Definitely check: <https://github.com/pluja/awesome-privacy>

### Crypto?

You are not in the right place.
This is not in the right place to learn big about Crypto - but [WhyCryptoCurrencies](https://whycryptocurrencies.com/) it is (and Free).

But there are couple of wallets that you can use in Linux:

Expand Down
14 changes: 12 additions & 2 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ I list of your favourite Apps always helps, [here is mine for inspiration](https
{{< tabs items="I am an Android user,I use Windows,I was told I Think Different Already" >}}

{{< tab >}}
Congrats, Android is also Linux - YOu are already a Linux User!
Congrats, Android is also Linux - You are already a Linux User!

{{% details title="And you can use Android & Linux Together! 🚀" closed="false" %}}

Expand Down Expand Up @@ -159,7 +159,7 @@ Making clean install is really simple in Linux thanks to Tools like: Ansible, Do

Ok - this is suposed to be Linux related only, but I discovered about this and if there is some Windows user reading this, probably will be wondering if formating and setup a Windows machine from scratch has to be so painful.

**Chocolatey is a package manager** for Windows that enables users to **easily install**, manage, and update software applications from the command line or through a graphical interface.
**Chocolatey is a F/OSS package manager** for Windows that enables users to **easily install**, manage, and update software applications from the command line or through a graphical interface.

**Package WHAT?**

Expand Down Expand Up @@ -206,6 +206,16 @@ choco install vscode -y
Write-Host "Installation completed."
```
Useful commands:
```sh
choco search packageName: Search for packages by name.
choco install packageName: Install a package.
choco list --local-only: List all installed packages.
choco uninstall packageName: Uninstall a package.
choco upgrade packageName: Upgrade a package to the latest version.
```
Create a list like this one with your favourite Apps , then use it from the powershell.
> The logic here is Work Smart. Do once, re-use forever ♻️
Expand Down

0 comments on commit e491e84

Please sign in to comment.