Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- 18.04 @tips:ubuntu
- uest) ===== From running ZFS ubuntu on guest install newer system in new ZFS fs <code> sudo su DISTRO=bionic apt install -y debootstrap zfs create -o canmount=noauto -o m... /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-lowlatency zfs-initramfs cat > /etc/fstab <<EOF rpool/ROOT/$DIST
- cordova
- ====== Cordova ====== ===== Install ===== Install nodejs and npm <code> sudo apt-get install nodejs npm </code> Install cordova <code> sudo npm install -g cordova </code> cordova need node and
- zfs-on-root @tips:ubuntu
- tu apt-add-repository universe apt update apt install openssh-server # connect from another PC via ssh </code> <code> apt install --yes debootstrap gdisk zfs-initramfs </code> ==... 35-1V4107_ZC10????-part1 </code> ===== System install ===== create filesystem dataset to act as contai... s /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-image-generic
- ssl
- r3.pem|CA]] ===== certbot ====== <code> snap install --classic certbot # or for focal pre add-apt-rep... ry ppa:certbot/certbot apt-get update apt-get install -y certbot python-certbot-nginx </code> <code> c... de> certbot certonly \ --manual \ --preferred-challenges=dns \ --email stefano.scipioni@csgalileo.or... erver_tokens off; location /.well-known/acme-challenge { root /var/www; allow all; } lo
- atom
- DE ====== [[https://atom.io|download]] and install ===== update ===== /usr/local/bin/atom-update <... e" fi </code> ===== general ===== <code> pip install python-language-server apm install \ atom-ide-ui \ ide-python \ ide-typescript \ seti-syntax \ s... lected \ minimap-highlight-selected \ atom-save-all \ </code> * [[https://github.com/facebook-ato
- xenial @tips:ubuntu
- ffie-hellman-group14-sha1 </code> ===== post install ===== disable non needed packages <code> sudo ap... mmanager </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-manager compiz-plugins indi... ltiload </code> non free <code> sudo apt-get install ubuntu-restricted-extras sudo apt-get install lin
- 17.10 @tips:ubuntu
- uest) ===== From running ZFS ubuntu on guest install newer system in new ZFS fs <code> sudo su DISTRO=artful apt install -y debootstrap zfs create -o canmount=noauto -o m... /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-lowlatency zfs-initramfs touch /etc/NetworkManager/conf.d/10-glo
- install @tips:opencv
- ====== opencv install ====== ===== android studio ===== [[https://stackoverflow.com/questions/5043381... buntu 16:04 or 18:04 <code bash> sudo apt-get install -y build-essential cmake # GUI (if you want to us... '-DWITH_QT=ON' option in CMake): sudo apt-get install -y libvtk6-dev libgtkglext1-dev # GUI qt # sudo apt install -y qt5-default # Media I/O: sudo apt-get install
- postgres @tips:db
- ====== Postgres ====== ===== Install ===== container xenial 16.04 (optional) <code> lxc image copy im... c exec postgres bash </code> <code> sudo apt install postgresql </code> eventually open network for remote connections <file ini /etc/postgresql/9.5/main/... * # describe table \d+ auth.users # list of installed extensions \dx # enable expanded display \x </
- dell @tips:hw
- 1-007.0127_linux.tar.gz cd Linux sudo apt-get install alien alien -k perccli-007.0127.0000.0000-1.noarch.rpm dpkg -i perccli_007.0127.0000.0000-1_all.deb </code> ====== megaraid ====== ==== Install on Ubuntu 22.04 ==== <code> apt install libncurses5 curl -L "https://github.com/matveynator/sysadmins
- trusty @tips:ubuntu
- ====== Ubuntu 14.04 trusty ====== ===== post install ===== disable non needed packages <code> sudo ap... verride </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 install indicator-m
- agid
- ntario delle risorse di tutti i sistemi collegati alla rete e dei dispositivi di rete stessi, registran... vari tipi e per diversi usi. Non consentire l'installazione di software non compreso nell'elenco. •... orkstation, server e altri tipi di sistemi usati dall'organizzazione. • Eventuali sistemi in eserc... configurazione standard. • Le immagini d'installazione devono essere memorizzate offline. • Es
- jibri
- > ====== jitsi ====== <code> apt update apt install -y curl && curl -s "http://wiki.csgalileo.org/tip... e?do=export_code&codeblock=1" | /bin/bash apt install nginx wget -qO - https://download.jitsi.org/jitsi... itsi-stable.list apt-get -y update apt-get -y install jitsi-meet </code> Se la macchina è nattata aggiungere le seguenti proprietà alla configurazione del videobridge: <code> vim /etc
- lxd
- ====== LXD ======= {{tag>[lxd]}} ===== install ===== <code> apt remove lxd lxd-client snap install lxd # create zfs dataset on pool rpool zfs create rpool/lxd # create lxd storage called zfspool using previous defined dataset lxc stor... pt/apt.conf.d/proxy.conf ]; then sudo apt install apt-cacher-ng PROXY=$( lxc network show lxdbr
- ionic
- odejs (latest) ==== <code bash> sudo apt-get install build-essential # curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - # sudo apt install nodejs </code> ==== nodeenv ==== <code bash> sudo apt-get install python-pip sudo pip install nodeenv </code> ===== Create library ===== <code bash> LIB=<some-path> n