Skip to content

Instantly share code, notes, and snippets.

@unipi-user
unipi-user / Installation.sh
Created November 10, 2016 08:56
arch-i3-10.11.16
#!/bin/bash
#Installation
# Set the hostname
read -p "Set hostname: " hostName
echo $hostName > /etc/hostname
# Set the root password
echo "Set root password:"
@unipi-user
unipi-user / 1.sh
Created November 8, 2016 02:25
arch KDE
#!/bin/bash
#Pre-Installation
# Connect to the Internet
# wifi-menu
# Update the system clock
timedatectl set-ntp true
Todo: micro, print, displa:1 mouse touchpad app
studentenwerk bonn nasserstr
platz sakko
fritzbox aufhaengen
plakat kleber
fliegennetz
badewannhevorhang
rotehose flipflops
@unipi-user
unipi-user / mirror.list
Last active September 11, 2016 14:28
rpi-arch
#
# Arch Linux ARM repository mirrorlist
# Generated on 2016-03-19
#
## Geo-IP based mirror selection and load balancing
Server = http://mirror.archlinuxarm.org/$arch/$repo
### Mirrors by country
@unipi-user
unipi-user / 1.sh
Created September 1, 2016 15:20
BirriArch
#!/bin/bash
#Pre-Installation
# Connect to the Internet
# wifi-menu
# Update the system clock
timedatectl set-ntp true
@unipi-user
unipi-user / 1.sh
Created August 21, 2016 22:40
Archi
#!/bin/bash
#Pre-Installation
# Connect to the Internet
# wifi-menu
# Update the system clock
timedatectl set-ntp true
@unipi-user
unipi-user / 1.sh
Created July 8, 2016 10:47
Arch-i3
#!/bin/bash
#Pre-Installation
# Connect to the Internet
# wifi-menu
# Update the system clock
timedatectl set-ntp true
@unipi-user
unipi-user / mirrorlist
Created January 23, 2016 18:29
mirrors
## Germany
Server = http://mirror.23media.de/archlinux/$repo/os/$arch
Server = http://artfiles.org/archlinux.org/$repo/os/$arch
Server = http://mirror5.bastelfreak.org/archlinux/$repo/os/$arch
Server = http://mirror.compojoom.com/archlinux/$repo/os/$arch
Server = http://archlinux.cyborg-connect.de/$repo/os/$arch
Server = http://mirror.euserv.net/linux/archlinux/$repo/os/$arch
Server = http://mirror.f4st.host/archlinux/$repo/os/$arch
Server = http://ftp.fau.de/archlinux/$repo/os/$arch
Server = http://mirror.flipez.de/archlinux/$repo/os/$arch
@unipi-user
unipi-user / Arch-Installation.sh
Last active February 2, 2019 16:52
Arch-Final
#!/bin/bash
#Installation
# Set the hostname
echo martin-pc > /etc/hostname
# Set timezone (or use tzselect)
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime