• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start ยป apt

apt

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 (7)
  • tips:db (5)
  • tips:gameengine (4)
  • tips:hw (2)
  • tips:radxa (2)
  • tips:sensors (2)
  • tips:android (1)
  • tips:debian (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

Fulltext results:

lxd
27 Hits, Last modified: 6 years ago
====== {{tag>[lxd]}} ===== install ===== <code> apt remove lxd lxd-client snap install lxd # create ... cal: --alias xenial exit 0 fi if [ ! -f /etc/apt/apt.conf.d/proxy.conf ]; then sudo apt install apt-cacher-ng PROXY=$( lxc network show lxdbr0 | se
18.04 @tips:ubuntu
27 Hits, Last modified: 7 years ago
stem in new ZFS fs <code> sudo su DISTRO=bionic apt install -y debootstrap zfs create -o canmount=noa... TF-8 LC_MESSAGES=POSIX DISTRO=bionic cat > /etc/apt/sources.list <<EOF deb http://archive.ubuntu.com/... universe EOF ln -s /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-lowlatency zfs-initramfs cat > /etc/fstab <
17.10 @tips:ubuntu
21 Hits, Last modified: 8 years ago
stem in new ZFS fs <code> sudo su DISTRO=artful apt install -y debootstrap zfs create -o canmount=noa... TF-8 LC_MESSAGES=POSIX DISTRO=artful cat > /etc/apt/sources.list <<EOF deb http://archive.ubuntu.com/... universe EOF ln -s /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-lowlatency zfs-initramfs touch /etc/Network
trusty @tips:ubuntu
21 Hits, Last modified: 10 years ago
ll ===== 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-tool sudo apt-get install
xenial @tips:ubuntu
18 Hits, Last modified: 8 years ago
ll ===== disable non needed packages <code> sudo apt-get -y remove 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 comp... indicator-multiload </code> non free <code> sudo apt-get install ubuntu-restricted-extras sudo apt-get
zfs-on-root @tips:ubuntu
17 Hits, Last modified: 8 years ago
ot live cd and <code bash> sudo su passwd 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 </c
jibri
14 Hits, Last modified: 3 years ago
atus prosody </code> ====== jitsi ====== <code> apt update apt install -y curl && curl -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=1" | /bin/bash apt install nginx wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add - echo 'deb https://download.jitsi.org st
mopidy
13 Hits, Last modified: 9 years ago
=== ===== Install ===== prereq <code bash> sudo apt install -y gstreamer1.0-plugins-bad sudo apt install -y libasound2-dev </code> ==== apt ==== <code bash> wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add - sudo wget -q -O
server @tips:ubuntu
13 Hits, Last modified: 4 years ago
====== Ubuntu Server ====== <code> apt purge --auto-remove -y snapd squashfs-tools friendly-recovery apport at modemmanager apt purge --auto-remove -y unattended-upgrades apt purge --auto-remove -y apparmor ufw sudo systemctl disable apt-daily-upgrade.timer sudo systemctl mask apt-daily
idrac
12 Hits, Last modified: 2 years ago
install java 1.7 on xenial 16.04 <code> sudo add-apt-repository ppa:openjdk-r/ppa sudo apt-get update sudo apt-get install openjdk-7-jdk </code> ===== java 1.8 ===== <file ini /etc/java-8-... -cs) $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list $ sudo
dell @tips:hw
10 Hits, Last modified: 3 years ago
f perccli_7.1-007.0127_linux.tar.gz cd Linux sudo apt-get install alien alien -k perccli-007.0127.0000.... ====== ==== Install on Ubuntu 22.04 ==== <code> apt install libncurses5 curl -L "https://github.com/m... hi.be/2011/09/12/megacli-useful-commands/ <code> apt install -y gnupg wget -O - https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | sudo apt-key add - echo "deb http://hwraid.le-vert.net/ubu
install @tips:opencv
10 Hits, Last modified: 8 years ago
= prereq: ubuntu 16:04 or 18:04 <code bash> sudo apt-get install -y build-essential cmake # GUI (if yo... and remove '-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 -y zlib1g-dev libjpeg-dev libwebp-dev libpng
locale @tips:ubuntu
9 Hits, Last modified: 8 years ago
==== post install for servers ====== <code bash> apt install -y curl && \ curl -s "http://wiki.csgalil... eblock=1" | /bin/bash </code> <file bash script> apt remove -y unattended-upgrades locale-gen it_IT.U... " EOF fi # disable automatic updates cat > /etc/apt/apt.conf.d/20auto-upgrades <<EOF4 APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Unattended-U
syncthing
8 Hits, Last modified: 9 years ago
l -s https://syncthing.net/release-key.txt | sudo apt-key add - # Add the "release" channel to your APT sources: echo "deb https://apt.syncthing.net/ syncthing release" | sudo tee /etc/apt/sources.list.d/syncthing.list sudo apt install ap
kinectv2 @tips:sensors
7 Hits, Last modified: 11 years ago
ller </code> ===== OpenCL ===== <code bash> sudo apt-get install beignet beignet-dev opencl-headers </... lone https://github.com/xlz/libfreenect2.git sudo apt-get install -y build-essential libturbojpeg libto... bfreenect2 ===== <code bash> cd /lab/kinect sudo apt-get install -y build-essential libturbojpeg libto... //packages.ros.org/ros/ubuntu trusty main" > /etc/apt/sources.list.d/ros-latest.list' wget https://raw.
postgres @tips:db
6 Hits, Last modified: 7 years ago
minetest @tips:gameengine
6 Hits, Last modified: 8 years ago
simon @tips:speech
6 Hits, Last modified: 9 years ago
mariadb @tips:db
4 Hits, Last modified: 9 years ago
ionic
3 Hits, Last modified: 8 years ago
ssl
3 Hits, Last modified: 7 days ago
zfs
3 Hits, Last modified: 3 years ago
minecraft @tips:gameengine
3 Hits, Last modified: 8 years ago
linux @tips:radxa
3 Hits, Last modified: 10 years ago
linux @tips:rasberry
3 Hits, Last modified: 9 years ago
ipsec @tips:vpn
3 Hits, Last modified: 9 years ago
smtp @tips:vpn
3 Hits, Last modified: 10 years ago
autofs
2 Hits, Last modified: 9 years ago
zsh
2 Hits, Last modified: 7 years ago
adb @tips:android
2 Hits, Last modified: 8 years ago
hp @tips:hw
2 Hits, Last modified: 14 months ago
galileo @tips:vpn
2 Hits, Last modified: 17 months ago
motorizzazione @tips:vpn
2 Hits, Last modified: 7 years ago
openvpn @tips:vpn
2 Hits, Last modified: 8 years ago
ansible
1 Hits, Last modified: 3 years ago
audio
1 Hits, Last modified: 9 years ago
audit
1 Hits, Last modified: 7 years ago
calibre
1 Hits, Last modified: 8 years ago
cordova
1 Hits, Last modified: 11 years ago
fail2ban
1 Hits, Last modified: 7 years ago
ftp
1 Hits, Last modified: 7 years ago
git
1 Hits, Last modified: 7 years ago
juju
1 Hits, Last modified: 5 years ago
jupyter
1 Hits, Last modified: 8 years ago
pyramid
1 Hits, Last modified: 10 years ago
vgpu
1 Hits, Last modified: 4 years ago
xpath
1 Hits, Last modified: 10 years ago
mssql @tips:db
1 Hits, Last modified: 9 years ago
oracle @tips:db
1 Hits, Last modified: 9 years ago
redis @tips:db
1 Hits, Last modified: 8 years ago
deb @tips:debian
1 Hits, Last modified: 11 years ago
panda3d @tips:gameengine
1 Hits, Last modified: 11 years ago
unreal @tips:gameengine
1 Hits, Last modified: 11 years ago
monitor @tips:radxa
1 Hits, Last modified: 10 years ago
xtion @tips:sensors
1 Hits, Last modified: 11 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