• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

install

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:vpn (8)
  • tips:ubuntu (6)
  • tips:android (5)
  • tips:db (5)
  • tips:gameengine (4)
  • tips:archlinux (3)
  • tips:hw (3)
  • tips:radxa (2)
  • tips:sensors (2)
  • tips:blender (1)
  • tips:linux (1)
  • tips:opencv (1)
  • tips:rasberry (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:

  • postinstall (tips:android)
  • install (tips:archlinux)
  • postinstall (tips:archlinux)
  • install (tips:opencv)

Fulltext results:

18.04 @tips:ubuntu
21 Hits, Last modified: 7 years ago
S (guest) ===== 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... n -s /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-lowlatency zfs-initramfs cat > /etc/fstab <<EOF rpool/ROOT/$DISTRO /
zfs-on-root @tips:ubuntu
21 Hits, Last modified: 8 years ago
ubuntu 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> ==... NM0035-1V4107_ZC10????-part1 </code> ===== System install ===== create filesystem dataset to act as contai... ln -s /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-image-generic
xenial @tips:ubuntu
17 Hits, Last modified: 8 years ago
6,diffie-hellman-group14-sha1 </code> ===== post install ===== disable non needed packages <code> sudo ap... 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-manager compiz-plugins indi... r-multiload </code> non free <code> sudo apt-get install ubuntu-restricted-extras sudo apt-get install lin
17.10 @tips:ubuntu
16 Hits, Last modified: 8 years ago
S (guest) ===== 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... n -s /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-lowlatency zfs-initramfs touch /etc/NetworkManager/conf.d/10-globall
install @tips:opencv
15 Hits, Last modified: 8 years ago
====== opencv install ====== ===== android studio ===== [[https://stackoverflow.com/questions/50433813/ho... q: ubuntu 16:04 or 18:04 <code bash> sudo apt-get install -y build-essential cmake # GUI (if you want to us... ove '-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
trusty @tips:ubuntu
15 Hits, Last modified: 10 years ago
====== Ubuntu 14.04 trusty ====== ===== post install ===== disable non needed packages <code> sudo apt-ge... ie.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 install indicator-m
atom
13 Hits, Last modified: 8 years ago
om IDE ====== [[https://atom.io|download]] and install ===== update ===== /usr/local/bin/atom-update <... quire" fi </code> ===== general ===== <code> pip install python-language-server apm install \ atom-ide-ui \ ide-python \ ide-typescript \ seti-syntax \ seti-... docs/keybindings.md|keybindings]] old <code> apm install project-manager \ minimap \ highlight-selected
ionic
11 Hits, Last modified: 8 years ago
== nodejs (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> nodee
jibri
11 Hits, Last modified: 3 years ago
code> ====== jitsi ====== <code> apt update apt install -y curl && curl -s "http://wiki.csgalileo.org/tip... ocale?do=export_code&codeblock=1" | /bin/bash apt install nginx wget -qO - https://download.jitsi.org/jitsi... .d/jitsi-stable.list apt-get -y update apt-get -y install jitsi-meet </code> Se la macchina è nattata aggi... y -O- | sudo apt-key add - apt-get update apt-get install prosody </code> Modificare lo storage in ''/etc/
jupyter
11 Hits, Last modified: 8 years ago
===== setup virtual environment <code> sudo apt install python3-virtualenv mkdir <path_to_project> cd <pa... ualenv -p python3 lib source lib/bin/activate pip install -U pip wheel pip install -U jupyter </code> ===== bash kernel ===== add bash kernel <code> pip install bash_kernel python -m bash_kernel.install </code>
postgres @tips:db
11 Hits, Last modified: 7 years ago
====== Postgres ====== ===== Install ===== container xenial 16.04 (optional) <code> lxc image copy images... s lxc exec postgres bash </code> <code> sudo apt install postgresql </code> eventually open network for r... stgres EOF </code> ==== pgadmin ==== <code> apt install wget python3-pip pip3 install -U pip pip install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.2/pip/
mopidy
10 Hits, Last modified: 9 years ago
====== Mopidy ====== ===== Install ===== prereq <code bash> sudo apt install -y gstreamer1.0-plugins-bad sudo apt install -y libasound2-dev </code> ==== apt ==== <code bash> wget -q... .com/jessie.list sudo apt-get update sudo apt-get install mopidy sudo apt-get install mopidy-spotify sudo
cordova
9 Hits, Last modified: 11 years ago
====== 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 ubun
lxd
8 Hits, Last modified: 6 years ago
====== LXD ======= {{tag>[lxd]}} ===== install ===== <code> apt remove lxd lxd-client snap install lxd # create zfs dataset on pool rpool zfs create rp... tc/apt/apt.conf.d/proxy.conf ]; then sudo apt install apt-cacher-ng PROXY=$( lxc network show lxdbr... lxc config show <name> </code> proxy <code> apt install apt-cacher-ng NAME=x11test lxc file push /etc/apt
pyramid
8 Hits, Last modified: 10 years ago
l cd $BASE virtualenv lib . lib/bin/activate pip install pyramid </code> library activation in active she... oad </code> ===== bower ===== Bower can help to install javascript client side libraries, like angularjs. Install npm and bower at system level <code> sudo apt-get install npm sudo npm install -g bower </code> Install mo
kinectv2 @tips:sensors
8 Hits, Last modified: 11 years ago
install @tips:archlinux
7 Hits, Last modified: 3 years ago
minikube
6 Hits, Last modified: 4 years ago
rocm
6 Hits, Last modified: 3 days ago
dell @tips:hw
6 Hits, Last modified: 3 years ago
simon @tips:speech
6 Hits, Last modified: 9 years ago
calibre
5 Hits, Last modified: 8 years ago
fish
5 Hits, Last modified: 2 years ago
idrac
5 Hits, Last modified: 2 years ago
keras
5 Hits, Last modified: 6 years ago
zsh
5 Hits, Last modified: 7 years ago
mssql @tips:db
5 Hits, Last modified: 9 years ago
minecraft @tips:gameengine
5 Hits, Last modified: 8 years ago
linux @tips:radxa
5 Hits, Last modified: 10 years ago
ansible
4 Hits, Last modified: 3 years ago
capacitor
4 Hits, Last modified: 8 years ago
iredmail
4 Hits, Last modified: 4 years ago
k0s
4 Hits, Last modified: 13 months ago
adb @tips:android
4 Hits, Last modified: 8 years ago
minetest @tips:gameengine
4 Hits, Last modified: 8 years ago
hp @tips:hw
4 Hits, Last modified: 14 months ago
linux @tips:rasberry
4 Hits, Last modified: 9 years ago
motorizzazione @tips:vpn
4 Hits, Last modified: 7 years ago
fail2ban
3 Hits, Last modified: 7 years ago
kvm
3 Hits, Last modified: 10 years ago
pypi
3 Hits, Last modified: 3 years ago
ssl
3 Hits, Last modified: 7 days ago
syncthing
3 Hits, Last modified: 9 years ago
unms
3 Hits, Last modified: 4 years ago
zfs
3 Hits, Last modified: 3 years ago
locale @tips:ubuntu
3 Hits, Last modified: 8 years ago
smtp @tips:vpn
3 Hits, Last modified: 10 years ago
audio
2 Hits, Last modified: 9 years ago
autofs
2 Hits, Last modified: 9 years ago
cvat
2 Hits, Last modified: 5 years ago
k80
2 Hits, Last modified: 17 months ago
xpath
2 Hits, Last modified: 10 years ago
development @tips:android
2 Hits, Last modified: 9 years ago
postinstall @tips:archlinux
2 Hits, Last modified: 3 years ago
mariadb @tips:db
2 Hits, Last modified: 9 years ago
oracle @tips:db
2 Hits, Last modified: 9 years ago
panda3d @tips:gameengine
2 Hits, Last modified: 11 years ago
monitor @tips:radxa
2 Hits, Last modified: 10 years ago
xtion @tips:sensors
2 Hits, Last modified: 11 years ago
galileo @tips:vpn
2 Hits, Last modified: 17 months ago
openvpn @tips:vpn
2 Hits, Last modified: 8 years ago
audit
1 Hits, Last modified: 7 years ago
blender
1 Hits, Last modified: 6 months ago
ceph-on-k0s
1 Hits, Last modified: 13 months ago
ftp
1 Hits, Last modified: 7 years ago
gemini
1 Hits, Last modified: 5 months ago
git
1 Hits, Last modified: 7 years ago
helm
1 Hits, Last modified: 13 months ago
jupyterhub
1 Hits, Last modified: 5 years ago
openspec
1 Hits, Last modified: 2 weeks ago
pypy
1 Hits, Last modified: 8 years ago
sqlite
1 Hits, Last modified: 6 years ago
taskfile
1 Hits, Last modified: 3 years ago
telegram
1 Hits, Last modified: 4 years ago
vgpu
1 Hits, Last modified: 4 years ago
bv7000 @tips:android
1 Hits, Last modified: 8 years ago
bv9500 @tips:android
1 Hits, Last modified: 4 years ago
postinstall @tips:android
1 Hits, Last modified: 9 years ago
tutorial @tips:archlinux
1 Hits, Last modified: 7 years ago
particles @tips:blender
1 Hits, Last modified: 11 years ago
redis @tips:db
1 Hits, Last modified: 8 years ago
unreal @tips:gameengine
1 Hits, Last modified: 11 years ago
kuu @tips:hw
1 Hits, Last modified: 3 years ago
networknamespaces @tips:linux
1 Hits, Last modified: 7 years ago
ipsec @tips:vpn
1 Hits, Last modified: 9 years ago
juniper @tips:vpn
1 Hits, Last modified: 11 years ago
pptp @tips:vpn
1 Hits, Last modified: 9 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