Skip to main content

Primary links

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

Misc

  • Linux
    • Ubuntu
    • LTSP
    • HowTo
    • BASH
      • Scripts
        • Bild-O-Mat.sh
        • Create thumbnail
        • Etope-O-Mat.sh
        • Fix file permissions
        • Linux Kernel Benchmark
          • Results
        • SSH backup
        • connectToVPN.sh
        • copyCd.sh
        • formatCamcard.sh
        • mkBackupMx.sh
        • mkEbook.sh
        • mkHomeBackup.sh
        • mkNewsletterImg.sh
        • runPhotoshop.sh
        • setFileRights.sh
        • sshToHost.sh
      • check_http_access
      • extractEbook.sh
      • fdupes
      • fiXorg.sh
      • getUniqueFirstLetter.sh
      • mkBackup.sh
      • script-server
      • snippets
      • syncHome.sh
      • syncStore.sh
      • syncTs.sh
    • Backtrack
    • CUPS
    • CentOS
    • Debian
    • FreeNX
    • GRML
    • Gnome
    • Grub
    • IpFire
    • Kernel
    • Linux Lite
    • SSH
    • UEFI
    • dban
    • logrotate
    • parted
    • proxy
    • systemd
  • 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
# install apps
apt-get update -qq
apt-get install -y gcc make libc6-dev bzip2 bc --no-install-recommends

# download kernel
cd /dev/shm
#wget -q ftp://ftp.hosteurope.de/mirror/ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.4.tar.bz2
wget ftp://ftp.hosteurope.de/mirror/ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.9.tar.bz2

# view cpu name
echo CPU: $(cat /proc/cpuinfo  | grep "model name" | head -1 | cut -d":" -f2)
echo Cores: $(cat /proc/cpuinfo | grep processor | wc -l)

# extract
time tar -xjf linux-3.*.tar.bz2

# optional
mount -o remount,size=2G /run/shm/
mount -o remount,exec /dev/shm

# configure kernel
cd linux-3.*
make defconfig

# compile on 1 cpu
time make

cd ..
rm -r ./linux-3.*/
tar -xjf linux-3.*.tar.bz2
cd linux-3.*
make defconfig

# compile on all cups
time make -j$(cat /proc/cpuinfo | grep processor | wc -l)

# Links
http://linux.die.net/man/1/kcbench
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