ubuntu

Spacewalk Client for Ubuntu 18.04 / bionic

You have to roll your own: for shizzle in \ bionic/apt-spacewalk \ bionic/python-ethtool \ bionic/rhn-client-tools \ bionic/rhnlib \ bionic/rhnsd \ ; do cd $shizzle && debuild -uc -us ; \ cd ../../ done I uploaded some binary packages (.deb) which work for me ™: spacewalk-client-bionic.zip (This was originally uploaded for https://www.redhat.com/archives/spacewalk-list/2018-May/msg00009.html ) EDIT: If you are […]

Spacewalk Client for Ubuntu 18.04 / bionic Read More »

Example Netplan dual stack network configuration for Ubuntu 18.04

(08-15 example) srv01 ~ # cat /etc/netplan/01-netcfg.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 renderer: networkd ethernets: ens160: addresses: [1.2.3.4/30, „2a02:708:xx:xx::2/64“] gateway4: 1.2.3.4 gateway6: 2a02:708:xx:xx::1 nameservers: addresses: [8.8.8.8, „2001:4860:4860::8888“] ens192: addresses: [192.168.0.10/24] to apply the settings, use netplan apply to list your

Example Netplan dual stack network configuration for Ubuntu 18.04 Read More »

DisplayLink-Driver / i-teck Docking Station Driver for Debian and Ubuntu

Long story short: https://raw.githubusercontent.com/AdnanHodzic/displaylink-debian/master/displaylink-debian.sh local mirror here (dated 2018/03/13) See it in Action: root@nb-fpanzer:~# ./displaylink-debian.sh ————————— displaylink-debian —————————- DisplayLink driver installer for Debian based Linux distributions: * Debian GNU/Linux * Ubuntu * Elementary OS * Linux Mint * Kali Linux * Deepin Options: [I]nstall [U]ninstall [R]e-install [Q]uit Select a key: [i/u/r/q]: I ——————————————————————- Checking dependencies

DisplayLink-Driver / i-teck Docking Station Driver for Debian and Ubuntu Read More »

MariaDB 10.1.28 with WSREP will not start – here’s how you can fix it

If you are running MariaDB 10.1 branch on any major distro (Ububtu, CentOS/RHEL…) with WSREP=ON (indicating replication such as galera), then your MariaDB systemd unit will most likely fail to start. Steps to reproduce: Install mariadb-10.1.27 or earlier for any distro enable WSREP (have a cluster running) upgrade one node to 10.1.28 mysql will simply

MariaDB 10.1.28 with WSREP will not start – here’s how you can fix it Read More »

Quick Tip: How to rebuild all initrds with dracut in CentOS 6/7

If you need to automatically rebuild all initrds for all installed kernels: rpm -qa | grep kernel | grep -v headers | grep -v tools | sed ’s/^kernel\-//g‘ | xargs -i dracut -v -f /boot/initramfs-{}.img {} Oh, and while we’re at it, the same for Ubuntu update-initramfs -u -k all

Quick Tip: How to rebuild all initrds with dracut in CentOS 6/7 Read More »

Gnome-Shell: Display-Timeout / automatische Bildschirmsperre konfigurieren

Bildschirm schwärzen nach wie vielen Sekunden inaktivität? (0 = niemals) gsettings set org.gnome.desktop.session idle-delay 3600 Verzögerung von Bildschirm schwärzen zu Bildschirm sperren (in Sekunden, 0=sofort) gsettings set org.gnome.desktop.screensaver lock-delay 0

Gnome-Shell: Display-Timeout / automatische Bildschirmsperre konfigurieren Read More »

Windows USB-Installationsmedium unter Linux erstellen

Es gibt diverse halsbrecherische Methoden, um unter Linux einen USB-Stick (oder noch schlimmer: eine USB-Festplatte) so mit dem Windows 7/8 Installationsmedium zu beschreiben, dass das Gerät bootfähig wird und damit Windows auf einem beliebigen Gerät installiert werden kann. Der Königsweg war unetbootin 494, das auch NTFS formatierte MEdien anzeigen konnte. Das Problem ist, dassmoderne Distributionen die

Windows USB-Installationsmedium unter Linux erstellen Read More »

Fehler beim Plesk-Transfer von SuSE nach Ubuntu/Debian und andere

Der Fehler Fehler: launchpad error (Error code = 2): == STDERR ==================== Failed to execute scout. The return code is 9 The output on STDERR is Unable to determine block size in df output. First line looks like ‚Dateisystem 512‐Blöcke Benutzt Verfügbar Kapazit. Eingehängt auf ‚ at – line 560. ============================== lässt sich relativ simpel beheben.

Fehler beim Plesk-Transfer von SuSE nach Ubuntu/Debian und andere Read More »

Nach oben scrollen