code

Search

You can find the results of your search below.

zfs-on-root
62 Hits, Last modified:
ot-on-ZFS ===== Livecd ===== boot live cd and <code bash> sudo su passwd ubuntu apt-add-repository un... penssh-server # connect from another PC via ssh </code> <code> apt install --yes debootstrap gdisk zfs-initramfs </code> ===== Disk ===== Reset disk and create GPT par
18.04
48 Hits, Last modified:
ntu on guest install newer system in new ZFS fs <code> sudo su DISTRO=bionic apt install -y debootstra... /$DISTRO/sys chroot /$DISTRO /bin/bash --login </code> fuse <code> dpkg-reconfigure tzdata </code> keyboard localization <code> dpkg-reconfigure keyboard-configuration
xenial
44 Hits, Last modified:
bootable USB ===== Create usb bootable from iso <code> cp xenial.iso xenial-copy.iso isohybrid xenial-copy.iso dd if=xenial-copy.iso of=/dev/sd? </code> ===== ssh ===== See https://www.gentoo.org/sup... l Re-enable ssh-dss key in /etc/ssh/sshd_config <code> PubkeyAcceptedKeyTypes=+ssh-dss </code> ~/.ssh/config <code> Host * PubkeyAcceptedKeyTypes=+ssh-dss
trusty
20 Hits, Last modified:
post 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-t
17.10
16 Hits, Last modified:
ntu on guest install newer system in new ZFS fs <code> sudo su DISTRO=artful apt install -y debootstra... /$DISTRO/sys chroot /$DISTRO /bin/bash --login </code> <code> echo 'LANG="en_US.UTF-8"' > /etc/default/locale dpkg-reconfigure tzdata dpkg-reconfigure key... pool/ROOT/artful / zfs defaults,noatime 0 0 EOF </code> ===== post install ===== <code> sudo apt instal
gnome3
12 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 ... ers numix-wallpaper-aurora numix-plymouth-theme </code> ===== gpaste clipboard ===== <code bash> sudo
locale
8 Hits, Last modified:
====== post install for servers ====== <code bash> apt install -y curl && \ curl -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=1" | /bin/bash </code> <file bash script> apt remove -y unattended-upgrades locale-gen it_I... -s "http://wiki.csgalileo.org/tips:tmux?do=export_code&codeblock=4" > /etc/tmux.conf cat > /etc/vim/vim
server
2 Hits, Last modified:
====== Ubuntu Server ====== <code> apt purge --auto-remove -y snapd squashfs-tools friendly-recovery a... F3eSwISjf/gn8swbmRt3FV root@storage EOF update-alternatives --set editor /usr/bin/vim.tiny </code>