• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » ubuntu

ubuntu

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:ubuntu (8)
  • tips:vpn (3)
  • tips:db (2)
  • tips:hw (2)
  • tips:android (1)
  • tips:opencv (1)
  • tips:sensors (1)
  • tips:speech (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 17.10 (tips:ubuntu)
  • 18.04 (tips:ubuntu)
  • gnome3 (tips:ubuntu)
  • locale (tips:ubuntu)
  • server (tips:ubuntu)
  • trusty (tips:ubuntu)
  • xenial (tips:ubuntu)
  • yakkety (tips:ubuntu)
  • zfs-on-root (tips:ubuntu)

Fulltext results:

zfs-on-root @tips:ubuntu
31 Hits, Last modified: 8 years ago
====== Ubuntu on ZFS root ====== {{tag>[zfs ubuntu]}} * https://github.com/zfsonlinux/zfs/wiki/Ubuntu-16.10-Root-on-ZFS ===== Livecd ===== boot live cd and <code bash> sudo su passwd ubuntu apt-add-repository universe apt update apt instal
k0s
16 Hits, Last modified: 13 months ago
=== install === <code> ubuntu@k0s-ctrl:~$ curl --proto '=https' --tlsv1.2 -sSf https://get.k0s.sh | sudo sh ubuntu@k0s-ctrl:~$ k0s version v1.31.1+k0s.1 </code> Crea il servizio systemd: <code> ubuntu@k0s-ctrl:~$ sudo k0s install </code> === Bootstr... rap del nodo controller (non single mode) <code> ubuntu@k0s-ctrl:~$ sudo mkdir -p /etc/k0s ubuntu@k0s-ctr
17.10 @tips:ubuntu
15 Hits, Last modified: 8 years ago
====== ===== ZFS (guest) ===== From running ZFS ubuntu on guest install newer system in new ZFS fs <cod... > /etc/apt/sources.list <<EOF deb http://archive.ubuntu.com/ubuntu $DISTRO main universe #deb-src http://archive.ubuntu.com/ubuntu $DISTRO main universe deb http://securi
18.04 @tips:ubuntu
15 Hits, Last modified: 7 years ago
====== ===== ZFS (guest) ===== From running ZFS ubuntu on guest install newer system in new ZFS fs <cod... > /etc/apt/sources.list <<EOF deb http://archive.ubuntu.com/ubuntu $DISTRO main universe #deb-src http://archive.ubuntu.com/ubuntu $DISTRO main universe deb http://securi
helm
7 Hits, Last modified: 14 months ago
bernetes. L'installazione è molto rapida: <code> ubuntu@joint-mongoose:~$ mkdir helm ubuntu@joint-mongoose:~$ cd helm ubuntu@joint-mongoose:~$ wget https://get.helm.sh/helm-v3.16.2-linux-amd64.tar.gz ubuntu@joint-mongoose:~$ tar -zxvf helm-v3.16.2-linux-am
lxd
5 Hits, Last modified: 6 years ago
[ ! $? = 0 ]; then echo lxc image copy images:ubuntu/xenial/amd64 local: --alias xenial exit 0 fi ... /code> import image <code> lxc image copy images:ubuntu/xenial/amd64 local: --alias xenial </code> creat... tainer from remote image <code> lxc launch images:ubuntu/xenial/amd64 xenial1 lxc config set xenial1 boot.... tainer <code bash> NAME=x11test lxc launch images:ubuntu/bionic/amd64 $NAME </code> install simpler X pro
proxmox
5 Hits, Last modified: 7 weeks ago
riables for easy customization VMID=9000 VM_NAME="ubuntu-2404-template" # A descriptive name for the templ... p/cloud-image cd /tmp/cloud-image # Download the Ubuntu 24.04 LTS Cloud Image for AMD64 wget https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img # IMPORTANT: Replace 'local-lvm' with
hp @tips:hw
5 Hits, Last modified: 14 months ago
====== Install Ubuntu 21.04 ====== to maintain Windows installed: 1. disable BitLocker (Impostazioni->Agg... ing devices (from BIOS) 3. use a USB to boot the ubuntu 21.04 ==== Possible issues ==== **Backlight / no... reboot the system, select //Opzioni avanzate per Ubuntu// and //Ubuntu, con Linux 5.11.0-16-generic//. You must do that only once to save your preferences. **W
kinectv2 @tips:sensors
5 Hits, Last modified: 11 years ago
e bash> sudo udevadm control --reload </code> On Ubuntu avoid autosuspend of USB. Add usbcore.autosuspend... p -r $path_of_gstjpeg_src/nv_headers . sh install_ubuntu.sh sudo ln -s /usr/lib/arm-linux-gnueabihf/libtur... t/libfreenect2 cd libfreenect2/depends ./install_ubuntu.sh cd ../examples/protonect cmake -DENABLE_CXX11... ata-griddata-invalid-index ===== ROS ===== ==== Ubuntu 14.04 ==== <code bash> sudo sh -c 'echo "deb htt
trusty @tips:ubuntu
5 Hits, Last modified: 10 years ago
====== Ubuntu 14.04 trusty ====== ===== post install ===== disable non needed packages <code> sudo apt-g... ide </code> non free <code> sudo apt-get install ubuntu-restricted-extras sudo apt-get install linux-firm... ===== upgrade kernel to 3.19 ===== https://wiki.ubuntu.com/Kernel/LTSEnablementStack Install steam de... rd preferences and add a custom shortcuts {{:tips:ubuntu:diodon.png?200|}} ===== compiz ===== annotate
ceph-on-k0s
4 Hits, Last modified: 14 months ago
(che ho chiamato appunto ''kubernetes'') <code> ubuntu@joint-mongoose:~$ helm repo add ceph-csi https://ceph.github.io/csi-charts ubuntu@joint-mongoose:~$ helm show values ceph-csi/ceph-... k0s/kubelet </code> Installare il chart: <code> ubuntu@joint-mongoose:~$ helm install --namespace "ceph-... vrebbe vedere qualcosa di analogo: <code> <code> ubuntu@joint-mongoose:~$ sudo k0s kubectl -n ceph-csi-rb
mariadb @tips:db
4 Hits, Last modified: 9 years ago
o-configure-a-galera-cluster-with-mariadb-10-1-on-ubuntu-16-04-servers Three Ubuntu 16.04 servers ===== install on each node ===== <code bash> apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 add-apt-repository 'deb... //nyc2.mirrors.digitalocean.com/mariadb/repo/10.1/ubuntu xenial main' apt update apt install mariadb-serve
ansible
3 Hits, Last modified: 3 years ago
<file yaml addkeys.yaml> - name: Add ssh key to ubuntu user hosts: nodes tasks: - name: Set author... ey took from file authorized_key: user: ubuntu state: present key: "{{ lookup('file'... ini /etc/ansible/hosts> [all:vars] ansible_user='ubuntu' ansible_become=yes ansible_become_method=sudo an
locale @tips:ubuntu
3 Hits, Last modified: 8 years ago
curl && \ curl -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=1" | /bin/bash </... ge EOF curl -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=2" > /root/.bashr... curl && \ curl -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=3" | sudo /bin/sh
jibri
2 Hits, Last modified: 3 years ago
y curl && curl -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=1" | /bin/bash ap... t install libssl1.0-dev # Questa non c'e' più in ubuntu 20 luarocks install lualdap luarocks install luac
juju
2 Hits, Last modified: 5 years ago
otp
2 Hits, Last modified: 5 years ago
bv7000 @tips:android
2 Hits, Last modified: 9 years ago
dell @tips:hw
2 Hits, Last modified: 3 years ago
simon @tips:speech
2 Hits, Last modified: 9 years ago
yakkety @tips:ubuntu
2 Hits, Last modified: 9 years ago
bonding
1 Hits, Last modified: 5 years ago
cordova
1 Hits, Last modified: 11 years ago
minikube
1 Hits, Last modified: 4 years ago
zfs
1 Hits, Last modified: 3 years ago
zsh
1 Hits, Last modified: 7 years ago
postgres @tips:db
1 Hits, Last modified: 7 years ago
install @tips:opencv
1 Hits, Last modified: 8 years ago
server @tips:ubuntu
1 Hits, Last modified: 4 years ago
xenial @tips:ubuntu
1 Hits, Last modified: 8 years ago
galileo @tips:vpn
1 Hits, Last modified: 17 months ago
juniper @tips:vpn
1 Hits, Last modified: 11 years ago
univr @tips:vpn
1 Hits, Last modified: 3 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki