file

Search

You can find the results of your search below.

zfs-on-root
10 Hits, Last modified:
-part1 </code> ===== System install ===== create filesystem dataset to act as container <code> zfs crea... off -o mountpoint=none rpool/ROOT </code> create filesystem for root <code> zfs create -o canmount=noau... zfs mount rpool/ROOT/ubuntu </code> create other filesystems <code bash> zfs create -o setuid=off rpool... tall ${DISK} </code> === manual grub menu === <file txt /etc/grub.d/40_custom> #!/bin/sh exec tail -n
locale
8 Hits, Last modified:
do=export_code&codeblock=1" | /bin/bash </code> <file bash script> apt remove -y unattended-upgrades l... <<EOF setlocal ts=4 sts=4 sw=4 expandtab autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab set p... "normal! g'\"" | endif endif if has("autocmd") filetype plugin indent on endif EOF cat > /root/.al... : .*|disable_root: false|" /etc/cloud/cloud.cfg </file> <file txt /root/.bashrc> # If not running inter
18.04
6 Hits, Last modified:
grub.cfg. ==== android smartphone and adb ==== <file txt /etc/udev/rules.d/51-android.rules> ... E="0660", GROUP="plugdev", SYMLINK+="android%n" </file> <code> sudo udevadm control --reload </code> =... in /usr/local/cuda-9.2/ path. Create environment <file ini /etc/ld.so.conf.d/cuda.conf> /usr/local/cuda-... .2/extras/CUPTI/lib64 /usr/local/cuda-9.2/lib64 </file> <code> sudo ldconfig </code> <file bash /etc/p
xenial
4 Hits, Last modified:
e bash> cd /tmp wget https://01.org/sites/default/files/downloads/intelr-graphics-linux/sklgucver61.tar.... nstall cd /tmp wget https://01.org/sites/default/files/downloads/intelr-graphics-linux/kbldmcver101.tar... s ==== <code bash> apt install xdotool </code> <file /etc/default/grub> GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=" </file> create keyshorcuts on <code> xdotool key XF86Mo
server
2 Hits, Last modified:
<<EOF setlocal ts=4 sts=4 sw=4 expandtab autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab set p... normal! g'\"" | endif endif if has("autocmd") filetype plugin indent on endif EOF cat > /root/