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
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

Ubuntu LiveCD quick tweaks

GoTo: Applications > Accessories > Terminal

SSH server

sudo apt-get install -y openssh-server
echo root:t00r | sudo chpasswd
ifconfig | grep Bcast | cut -d':' -f2 | cut -d' ' -f1

Adobe Flash
#wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.deb -P /tmp && \
#sudo dpkg -i /tmp/install_flash_player_10_linux.deb

sudo add-apt-repository ppa:sevenmachines/flash
sudo apt-get update
sudo apt-get install flashplugin64-installer

Skype

wget https://raw.githubusercontent.com/panticz/installit/master/install.skype.sh -O - | bash -

Nvidia graphic driver

wget https://raw.githubusercontent.com/panticz/installit/master/install.nvidia-graphic.sh -O - | bash -
sudo nvidia-xconfig
sudo service lightdm restart

Boxee

wget http://dl.boxee.tv/boxee-0.9.20.10356.i486.deb -P /tmp && \
sudo sed -i 's|# deb|deb|g' /etc/apt/sources.list && \
sudo apt-get update && \
sudo dpkg -i /tmp/boxee*.deb || \
sudo apt-get install -f -y

Linux software RAID

sudo apt-get install -z mdadm
sudo mdadm --assemble md0
sudo mdadm --assemble md1

BartPE LiveCD

/tftpboot/pxelinux.cfg/bartpe.conf
LABEL linux
MENU LABEL XP LiveCD
kernel startrom.0

http://www.nu2.nu/pebuilder/
http://wiki.contribs.org/PXE_booting_to_BARTPE
http://www.pebuilder.de/ptopic,17970.html
http://www.pebuilder.de/topic,3664,-frage-zum-autostart-plugin-105.html
http://www.pebuilder.de/ptopic,17968.html
http://support.microsoft.com/kb/300415 - Diskpart

Create Ubuntu LiveCD from Squash

<?php
$URL="https://raw.githubusercontent.com/panticz/scripts/master/mkTSClient.sh";

echo "wget $URL -O - | bash -";
echo "<div><pre>";
</pre></div>

$c = curl_init();
curl_setopt($c, CURLOPT_URL, $URL);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);

echo htmlspecialchars(curl_exec($c));

curl_close($c);

echo "";

?>

livecd
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