su

Search

You can find the results of your search below.

18.04
36 Hits, Last modified:
guest install newer system in new ZFS fs <code> sudo su DISTRO=bionic apt install -y debootstrap zfs create -o canmount=noauto -o mountpoint=/$DISTRO rp... 0 0 EOF </code> ===== post install ===== <code> sudo apt install -y ubuntu-restricted-extras sudo apt-get -y install pigz vim inxi iftop htop xclip curl
xenial
23 Hits, Last modified:
ode> ===== ssh ===== See https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html... install ===== disable non needed packages <code> sudo apt-get -y remove modemmanager </code> must <code> sudo apt-get -y install pigz vim inxi iftop htop xclip </code> unity must <code> sudo apt-get -y install compizconfig-settings-manage
17.10
20 Hits, Last modified:
guest install newer system in new ZFS fs <code> sudo su DISTRO=artful apt install -y debootstrap zfs create -o canmount=noauto -o mountpoint=/$DISTRO rp... 0 0 EOF </code> ===== post install ===== <code> sudo apt install -y ubuntu-restricted-extras sudo apt-get -y install pigz vim inxi iftop htop xclip curl
trusty
20 Hits, Last modified:
install ===== disable non needed packages <code> sudo apt-get remove modemmanager echo manual > /etc/init/whoopsie.override </code> non free <code> sudo apt-get install ubuntu-restricted-extras sudo apt-get install linux-firmware-nonfree </code> utils <code> sudo apt-get install unity-tweak-tool sudo apt-get i
gnome3
14 Hits, Last modified:
====== Gnome3 ====== <code bash> sudo add-apt-repository ppa:gnome3-team/gnome3-staging sudo apt update sudo apt install ubuntu-gnome-desktop </code> customize environment with **gnome-tweak-tool** ===== theme ===== <code bash> sudo apt-add-repository ppa:numix/ppa sudo apt-get u
zfs-on-root
12 Hits, Last modified:
===== Livecd ===== boot live cd and <code bash> sudo su passwd ubuntu apt-add-repository universe apt update apt install openssh-server # connect from a... pool ... umount everything inside /mnt and remove subfolders zfs mount rpool/ROOT/ubuntu </code> or c... uid=off -o exec=off rpool/var #zfs create -o com.sun:auto-snapshot=false -o exec=on rpool/var/tmp
server
9 Hits, Last modified:
-upgrades apt purge --auto-remove -y apparmor ufw sudo systemctl disable apt-daily-upgrade.timer sudo systemctl mask apt-daily-upgrade.service sudo systemctl disable apt-daily.timer sudo systemctl mask apt-daily.service grep -q menu-complete /etc
locale
8 Hits, Last modified:
--color | head -n30" alias s="ssh -l root" alias sud="sudo su" alias llast="ls -alt | head" alias upgrade="sudo apt-get update; sudo apt-get -y -V upgrade" EOF mk