Compare commits
2 Commits
a52f713a48
...
83a94e1018
| Author | SHA1 | Date | |
|---|---|---|---|
|
83a94e1018
|
|||
|
c7d85042d2
|
16
README.md
16
README.md
@@ -3,14 +3,16 @@
|
||||
## Table of Contents
|
||||
1. [Choosing a Linux distribution](distributions.md) (version)
|
||||
2. Software
|
||||
1. [Cisco Packet Tracer](Software/CiscoPacketTracer.md)
|
||||
2. [Microsoft M365 Suite](Software/M365.md) (Teams, Word, Excel, ect)
|
||||
3. [PostgreSQL](Software/Postgresql.md)
|
||||
4. [VirtualBox](Software/VirtualBox.md)
|
||||
5. [Virtual Machine Manager](Software/VirtualMachineManager.md) (virt-manager)
|
||||
6. [VMWare Workstation](Software/VMWareWorkstation.md)
|
||||
7. [Wireshark](Software/Wireshark.md)
|
||||
- [Cisco Packet Tracer](Software/CiscoPacketTracer.md)
|
||||
- [Microsoft M365 Suite](Software/M365.md) (Teams, Word, Excel, ect)
|
||||
- [PostgreSQL](Software/Postgresql.md)
|
||||
- [VirtualBox](Software/VirtualBox.md)
|
||||
- [Virtual Machine Manager](Software/VirtualMachineManager.md) (virt-manager)
|
||||
- [VMWare Workstation](Software/VMWareWorkstation.md)
|
||||
- [Wireshark](Software/Wireshark.md)
|
||||
3. Tools
|
||||
- [DistroBox](Tools/DistroBox.md)
|
||||
- [Flatpak](Tools/Flatpak.md)
|
||||
|
||||
## Preamble
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ pgAdmin is a graphical interface to configure and query postgresql.
|
||||
Most linux distributions don't include pgAdmin from their default repositories, but we can either use pgAdmin's official repositories, or it is available as a flatpak:
|
||||
|
||||
### Flatpak (universal)
|
||||
If you wish to install through flatpak ensure flatpak is setup, see [Flatpak](Flatpak.md) for details if not.
|
||||
If you wish to install through flatpak ensure flatpak is setup, see [Flatpak](../Tools/Flatpak.md) for details if not.
|
||||
|
||||
If you have a graphical software manager/store it should be available there, to install via command-line:
|
||||
```sh
|
||||
|
||||
@@ -9,7 +9,7 @@ If your distribution has a Graphical software manager/store, you can likely sear
|
||||
If not, or you wish to install it via command-line, see below:
|
||||
|
||||
### Flatpak (universal)
|
||||
If you wish to install through flatpak ensure flatpak is setup, see [Flatpak](Flatpak.md) for details if not.
|
||||
If you wish to install through flatpak ensure flatpak is setup, see [Flatpak](../Tools/Flatpak.md) for details if not.
|
||||
```sh
|
||||
flatpak install flathub org.virt_manager.virt-manager
|
||||
```
|
||||
|
||||
4
Tools/Distrobox.md
Normal file
4
Tools/Distrobox.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Distrobox
|
||||
Allows the installation of software available on other distributions
|
||||
|
||||
**Content to be added**
|
||||
4
Tools/Flatpak.md
Normal file
4
Tools/Flatpak.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Flatpak
|
||||
Software packaging system that is available on all linux distributions and runs the software in a restricted environment.
|
||||
|
||||
**Content to be added**
|
||||
Reference in New Issue
Block a user