Skip to content

Commit

Permalink
better garuda description, tweak in posts
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Jan 10, 2024
1 parent 0c22ccc commit 44df8dd
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 24 deletions.
4 changes: 1 addition & 3 deletions content/docs/Arch/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ While Arch Linux demands a deeper understanding of Linux and requires users to c
* Less Disruption: No need to perform major version upgrades, which can sometimes require a lot of time and effort.
* Access to New Features: You can access new features and improvements as soon as they’re available.




{{% details title=" WHY a fixed release like Debian?" closed="true" %}}

* Stability: Software updates are thoroughly tested before being released, which can lead to a more stable experience.
Expand All @@ -35,6 +32,7 @@ While Arch Linux demands a deeper understanding of Linux and requires users to c
* [Flatpak](https://jalcocert.github.io/Linux/docs/debian/linux_installing_apps/#flatpak)

* [Nix](https://jalcocert.github.io/Linux/docs/nix/)
* And [installing common Apps with NIX](https://jalcocert.github.io/Linux/docs/nix/fav-apps/) is as simple as one command.

* [Pacman](https://jalcocert.github.io/Linux/docs/arch/garuda/#pacman---garuda-package-manager)

Expand Down
34 changes: 20 additions & 14 deletions content/docs/Arch/garuda.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The AUR website is particularly useful for finding user-contributed packages tha

Remember that when installing packages from the AUR, you should follow the AUR guidelines and consider using an AUR helper like yay for better package management and dependency handling.

---

## FAQ

Expand All @@ -78,6 +79,24 @@ Anyways, you can always try these:

* Or...if you are somehow familiar with [Docker](https://jalcocert.github.io/Linux/docs/debian/docker/) and [have it running in your system](https://fossengineer.com/docker-first-steps-guide-for-data-analytics/) - You can also [try Arch with A Webtop](https://fossengineer.com/selfhosting-webtops-docker/) without any risk to damage your main OS.

### Example installation with Pacman

Getting UFW up and running:

```sh
#install updates
sudo pacman -Syu

#install ufw
sudo pacmac -S ufw
sudo systemctl enable ufw.service
```

### Other Ways to Install

* Try SelfHosting
* Try Nix Package Manager - Learn this once and use it on any Linux and even on Macs!

### Rolling vs Fix Releases?

#### Advantages of a rolling release
Expand All @@ -95,17 +114,4 @@ Like Debian-based distributions:

Fixed releases prioritize stability and ease of maintenance but might not have the latest features as soon as they're released.

Garuda Linux, being a rolling-release distribution, continually delivers the latest software to users, providing them with the cutting-edge experience.

### Example installation with Pacman

Getting UFW up and running:

```sh
#install updates
sudo pacman -Syu

#install ufw
sudo pacmac -S ufw
sudo systemctl enable ufw.service
```
Garuda Linux, being a rolling-release distribution, continually delivers the latest software to users, providing them with the cutting-edge experience.
2 changes: 1 addition & 1 deletion content/docs/Debian/conky_configuring_ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Conky
title: Conky
type: docs
prev: docs/Debian/
---
Expand Down
2 changes: 1 addition & 1 deletion content/docs/Debian/content_creation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Content Creation
title: Apps Content Creation
type: docs
prev: docs/Debian/
---
Expand Down
2 changes: 1 addition & 1 deletion content/docs/Debian/foss_engineering.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: F/OSS Engineering
title: Apps Engineering
type: docs
prev: docs/Debian/
---
Expand Down
2 changes: 1 addition & 1 deletion content/docs/Linux_&_Cloud.md/devops.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: DevOps
title: DevOps Tools
type: docs
prev: /docs/gcp/
next: docs/ansible/
Expand Down
6 changes: 3 additions & 3 deletions content/docs/Linux_&_Cloud.md/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ Probably the **quickest way to get LLMs working**, specially if you already have
<iframe width="560" height="315" src="https://www.youtube.com/embed/jl9bfPsBBcM" frameborder="0" allowfullscreen></iframe>

<!-- ### {{% details title="Other Ways! PrivateGPT, TextGenWebUI" closed="true" %}} -->
<!-- {{% /details %}} -->


#### PrivateGPT
### PrivateGPT

* <https://fossengineer.com/selfhosting-local-llms-with-privateGPT/>

<iframe width="560" height="315" src="https://www.youtube.com/embed/Ib3nQu5bB_k" frameborder="0" allowfullscreen></iframe>

#### TextGeneration Web UI
### TextGeneration Web UI

* <https://fossengineer.com/Generative-AI-LLMs-locally-with-cpu/>

<iframe width="560" height="315" src="https://www.youtube.com/embed/-zNWDTqKF1E" frameborder="0" allowfullscreen></iframe>

<!-- {{% /details %}} -->

## VectorDBs

Expand Down
32 changes: 32 additions & 0 deletions content/docs/Linux_&_Cloud.md/selfhosting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: SelfHosting
type: docs
prev: /docs/gcp/
next: docs/ansible/
draft: true
---


You can do it with a Raspberry Pi, with and old laptop, in the cloud...

But you can even do it in the very same computer you are reading this.

1. Get Docker/Podman installed
2. Get the Docker-COmpose ready



## Analytical Tools

## GenAI - LLMs

## Productivity

## Communication




---

## FAQ

0 comments on commit 44df8dd

Please sign in to comment.