Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
    • bind9 named
    • NX Client
    • FreeNX Server
    • Archive
    • Asterisk
    • Audio Recorder
    • Build essential
    • Chromium
    • Couch DB
    • DMA
    • DVD
    • Dovecot
    • Eclipse
    • FTP server
    • Firefox
    • GWT
    • Games
    • Gimp
    • Glassfish
    • Gnome classic
    • Google Music Manager
    • HAproxy
    • HTTrack
    • Hibiscus
    • Icinga
    • Install Cinnamon
    • Install thttpd
    • Install vivaldi
    • Java JDK
    • Jenkins
    • Kodi
    • LTSP
    • LXC
    • LibreOffice
    • Mailserver
    • MariaDB
    • Microsoft teams
    • MiniDLNA
    • Mosquitto MQTT server
    • MySQL Connector/J
    • MySQL Server
    • MySQL Workbench
    • Nemo
    • NetBeans
    • Node-RED
    • Obnam
    • OpenElec PXE
    • OpenFortiGUI
    • Oracle XE
    • Postfix
    • ProjectLibre
    • Proton VPN
    • Proton VPN
    • Roundcubemail
    • Ruby on Rails
    • Rundeck
    • SQL Developer
    • SQuirreL SQL
    • Scribus
    • Skype
    • SonarQube
    • Spotify
    • Squid
    • SteuerSparErklärung
    • TeamViewer
    • Thunderbird
    • Tipp10
    • Tomcat
    • Ubuntu restricted extras
    • UnixBench
    • VLC player
    • VMware Player
    • Vega
    • VirtualBox
    • Visual Studio Code
    • Webserver
    • Wine
    • WordPress
    • apt-cacher-ng
    • autofs
    • avidemux
    • ckeditor
    • consul
    • ddrescue
    • duplicity
    • easytax
    • gbrainy
    • gitea
    • gnokii
    • gogs
    • gopenvpn
    • hddtemp
    • homebridge
    • iSCSI
    • jitsi
    • lm-sensors
    • mattermost
    • myTinyTodo
    • neatx
    • netdata
    • nullmailer
    • openproject
    • phpMyAdmin
    • pip
    • pipelight
    • proftpd
    • prometheus
    • pyenv
    • rTorrent
    • restic
    • rustdesk
    • smartmontools
    • snap
    • speedtest
    • sshuttle
    • stress test
    • syslinux
    • tftp server
    • tinyproxy
    • topgrade
    • uShare
    • x2go
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid
  • ubuntu
  • linux
  • install linux

Automatic installation scripts for Ubuntu / Linux
https://louwrentius.com/understanding-the-ubuntu-2004-lts-server-autoinstaller.html
https://github.com/panticz/installit

Manual install

URL=http://ftp.us.debian.org/debian/pool/main/t/terminator/terminator_2.1.3-1~bpo12+2_all.deb
wget ${URL} -P /tmp
sudo dpkg -i /tmp/terminator_*_all.deb

Run late_command script manually

wget -q --no-check-certificate https://raw.githubusercontent.com/panticz/preseed/master/late_command.sh -O - | sudo bash -s #00:11:22:33:44:55

Create pressed autoinstall CD

wget -q https://raw.githubusercontent.com/panticz/preseed/master/pxe/scripts/create.netinstall.ubuntu.cd.sh -O - | bash -

Post install second OS over KVM

sudo kvm -m 512 -hda /dev/sda -net nic,macaddr=$(LANG=en; ifconfig eth0 | grep "HWaddr" | tr -s " " | cut -d" " -f5) -net user -smp 2

Install default applications

# todo
# /tmp/debconf-answer.txt
# accept java licence
# sun-java6-bin shared/accepted-sun-dlj-v1-1    boolean true
apt-get -y install thunderbird vlc sun-java6-jre smbfs sun-java6-plugin bluefish putty tofrodos imagemagick p7zip-full smartmontools hwinfo lshw nfs-common rtorrent k9copy

gtk-recordmydesktop - Screencast creation for linux
unetbootin - create USB boot pen wirh different distributions

Packages

searchmonkey - powerful text searches on Linux using regular expressions
dosfstools - Utilities to create and check MS-DOS FAT filesystems
apt-get install gnome-do gnome-do-plugins
tofrodos - Converts DOS <-> Unix text files, alias tofromdos (dosfstools)
radiotray - Radio Tray is a simple streaming music player
apt-get install cclive - command line media download tool with low footprint (download YouTube videos)

Fonts

sudo apt-get install msttcorefonts
sudo apt-get install ttf-ubuntu-title
Ubuntu font directory:
/usr/share/fonts/truetype

Fix Java plugin in Hardy (only i386)

apt-get remove icedtea-gcjwebplugin
apt-get install -y sun-java6-plugin

Netboot install from harddisk

wget http://archive.ubuntu.com/ubuntu/dists/vivid/main/installer-amd64/current/images/netboot/boot.img.gz
gzip -d boot.img.gz
dd if=boot.img of=/dev/sda

Ubuntu tweak

URL=http://ubuntu-tweak.googlecode.com/files/ubuntu-tweak_0.4.7.1-1%7Ejaunty1_all.deb
wget ${URL} -P /tmp
sudo dpkg -i /tmp/ubuntu-tweak_*.deb

UMTS access

apt-get install nxclient network-manager-openvpn 
wget http://64.34.161.181/download/3.2.0/Linux/nxclient_3.2.0-14_i386.deb -P /tmp/
dpkg -i /tmp/nxclient*.deb
chmod 755 /usr/lib/cups/backend/ipp
rm /tmp/nxclient*.deb
#setserial wvdial

Wine
sudo add-apt-repository ppa:ubuntu-wine/ppa
http://wiki.winehq.org/AdobePhotoshop - Photoshop Wine HowTo
http://www.adobe.com/support/downloads/detail.jsp?ftpID=1957 - Photoshop Updates
http://download.adobe.com/pub/adobe/photoshop/win/7.x/ps701up.exe
http://download.adobe.com/pub/adobe/photoshop/win/cs2/Photoshop_CS2.exe - Adobe Photoshop CS2 (trial version) much slower under Wine then Photoshop 7.0

# vineyard
sudo add-apt-repository ppa:cybolic/vineyard-testing
sudo apt-get update && sudo apt-get install vineyard

IE 6

sudo apt-get install wine cabextract
wget http://www.kegel.com/wine/winetricks
sh winetricks ie6
wine .wine/drive_c/Programme/Internet\ Explorer/iexplore.exe

Thunderbird / Firefox command options
https://developer.mozilla.org/En/Command_Line_Options

Preseed
https://wiki.koeln.ccc.de/index.php/Ubuntu_PXE_Install
http://wiki.contribs.org/PXE_booting_to_BARTPE

aircrack
sudo apt-get install aircrack-ng

Ubuntu Packages
apt-get install -y ubuntu-netbook-remix

Other apps...

sudo apt-get install nautilus-image-converter

Rip Audio CD

# http://wiki.ubuntuusers.de/jRipper
sudo apt-get install icedax lame
wget http://www.rbri.org/jripper/jripper_1_02_1.jar
java -jar jripper_1_02_1.jar

View space usage

dpkg-query --show --showformat='${Package;-50}\t${Installed-Size}\n' | sort -k 2 -n | grep -v deinstall | awk '{printf "%.3f MB \t %s\n", $2/(1024), $1}' | tail -n 10

force remove package

dpkg --remove --force-remove-reinstreq PACKAGE_NAME

install cron without recommends

apt-get install cron -y --no-install-recommends

Insall sshfs

sudo apt-add-repository universe
sudo apt update
sudo apt-get install -y sshfs
sshfs -o ServerAliveInterval=15 root@www.example.com:/var/www/ /mnt

etope lister

wget -q https://download.etope-lister.com/linux/etopeLister.deb -O /tmp/etopeLister.deb
sudo apt install -y libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
sudo dpkg -i /tmp/etopeLister.deb

hamster-applet
https://github.com/holderl5/docker-hamster
https://github.com/projecthamster/hamster

Terminator and terminator-split
https://github.com/AlekseyChudov/terminator-split

# Install
sudo apt install -y terminator python-is-python3
sudo wget https://raw.githubusercontent.com/AlekseyChudov/terminator-split/master/terminator-split -qO /usr/bin/terminator-split
sudo sed -i 's|/usr/bin/python|/usr/bin/python3|g' /usr/bin/terminator-split
sudo chmod 755 /usr/bin/terminator-split

# test
terminator-split -m www{1..4}.example.com

Install isomaster on Ubuntu 24.04

wget http://archive.ubuntu.com/ubuntu/pool/universe/i/isomaster/isomaster_1.3.13-1build2_amd64.deb -qO /tmp/isomaster_1.3.13-1build2_amd64.deb
sudo dpkg -i /tmp/isomaster_1.3.13-1build2_amd64.deb

Links
http://sourceforge.net/projects/nagstamon/ - Nagios status monitor

Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung