Linux

Information regarding operations on linux servers.

Setup Ubuntu Server on Raspberry Pi

1. Flash the operating system

To flash ubuntu server onto the SD-card the software Raspberry Pi Imager can be used. It support multiple different operating systems, among other things ubuntu server.

2. Setup Wifi

To setup the Wifi, following tutorial can be used.

3. Setup Docker

4. Setup Docker Compose

5. Clean-Up

 

 

 

 

 

 

 

 

 

Linux eBooks

Linux Systemhilfe So lösen Sie die häufigsten Linux-Probleme

E_Paper_LinuxWelt_SH_03_2021_Troubleshooting.pdf

Usefull files

country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="20WLAN08Acer"
    psk="xxxx"
}
alias dps='clear && docker ps --format "table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}"'
alias cd..='cd ..'
alias zzz='tar -zcvf'
alias cls='clear && ls'

Raspberry Pi

Pi KVM: https://www.aliexpress.us/item/3256804386522898.html?gatewayAdapt=deu2usa4itemAdapt&_randl_shipto=US

 

Operating Systems

Operating Systems

Arch Linux

Operating Systems

Manjaro

Operating Systems

Parrot OS

Operating Systems

Kali Linux

Kali Nethunter

Android Version of Kali Linux

https://www.kali.org/docs/nethunter/

 

Operating Systems

Ubuntu

Usefull commands

Replace spaces with underscores

find . -name "* *" -type d | rename 's/_/./g'