get

Search

You can find the results of your search below.

trusty @tips:ubuntu
17 Hits, Last modified:
==== 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 ind
xenial @tips:ubuntu
16 Hits, Last modified:
==== 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 compiz-p... cator-multiload </code> non free <code> sudo apt-get install ubuntu-restricted-extras sudo apt-get ins
install @tips:opencv
12 Hits, Last modified:
rereq: ubuntu 16:04 or 18:04 <code bash> sudo apt-get install -y build-essential cmake # GUI (if you wa... remove '-DWITH_QT=ON' option in CMake): sudo apt-get install -y libvtk6-dev libgtkglext1-dev # GUI q... apt install -y qt5-default # Media I/O: sudo apt-get install -y zlib1g-dev libjpeg-dev libwebp-dev lib... libopenexr-dev libgdal-dev # Video I/O: sudo apt-get install -y libdc1394-22-dev libavcodec-dev libavf
docker @projects:zibaldone:linux
12 Hits, Last modified:
====== ===== install ===== <code | ubuntu> apt-get install -y ca-certificates curl gnupg lsb-release... ces.list.d/docker.list > /dev/null apt update apt-get install -y docker-ce docker-ce-cli containerd.io ... stemctl start docker </code> ===== deploy ===== get a docker-compose.yml file and edit it create and... <code bash> #!/bin/sh CONTAINER=52e59999a02b TARGET=/backup/ SOURCE=/var/lib/docker/volumes/geonode_3
jibri @tips
10 Hits, Last modified:
_code&codeblock=1" | /bin/bash apt install nginx wget -qO - https://download.jitsi.org/jitsi-key.gpg.ke... >> /etc/apt/sources.list.d/jitsi-stable.list apt-get -y update apt-get -y install jitsi-meet </code> Se la macchina รจ nattata aggiungere le seguenti propr... se -sc) main | sudo tee -a /etc/apt/sources.list wget https://prosody.im/files/prosody-debian-packages.
zabbix @tips
10 Hits, Last modified:
to.it/api_jsonrpc.php user=xxx password=xxx # 2. get authorization token auth=$(curl -s -X POST \ -H '... \"jsonrpc\": \"2.0\", \"method\": \"trigger.get\", \"params\": { \"output\": \"extend... pc.php user=api password=zabbix # 2. get authorization token auth=$(curl -s -X POST \ ... user=api \ password=zabbix ) # 2. get authorization token auth=$(curl -s -X POST \o
homeassistant @projects:internetofthings
9 Hits, Last modified:
1]] * pip3 install urllib3==1.20 --upgrade --target ~/.homeassistant/deps/ (telegram notify solved) ... [Unit] Description=homeassistant After=network.target [Service] Type=simple User=pi ExecStart=/home/pi... s -c "/home/pi" [Install] WantedBy=multi-user.target </file> enable service <code bash> systemctl dae... ocker se si hanno installazioni vecchie: sudo apt-get purge -y docker-engine docker docker.io docker-ce
18.04 @tips:ubuntu
8 Hits, Last modified:
apt install -y ubuntu-restricted-extras sudo apt-get -y install pigz vim inxi iftop htop xclip curl sudo apt-get install -y gir1.2-gtop-2.0 gir1.2-networkmanager-... -y gnome-shell-extension-system-monitor sudo apt-get install -y chrome-gnome-shell sudo apt-get install -y zsh sudo add-apt-repository -y ppa:webupd8team/
idrac @tips
7 Hits, Last modified:
o 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-orac... ources.list.d/linux.dell.com.sources.list $ sudo wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491... udo apt-key add 0x1285491434D8786F.asc $ sudo apt-get update $ sudo apt install libssl1.0-dev $ sudo a
ssl @tips
7 Hits, Last modified:
mated and open. ===== letsencrypt staging ===== get ca certificate and use with curl <code | download... al pre add-apt-repository ppa:certbot/certbot apt-get update apt-get install -y certbot python-certbot-nginx </code> <code> certbot certonly --webroot -w /... at has apache/nginx install acme.sh <code bash> wget -O - https://get.acme.sh | sh . ~/.bashrc # now
windows10 @tips
6 Hits, Last modified:
ove all windows 10 apps for future users ====== Get-AppxProvisionedPackage -online | Remove-AppxProvi... nline ====== Remove all windows 10 apps ====== Get-AppxPackage -allusers | Remove-AppxPackage $AppsList = "Microsoft.MicrosoftOfficeHub", # Get Office "Microsoft.SkypeApp", # Get Skype "microsoft.windowscommunicationsapps", # Mail & Calendar "Mic
esphome @projects:internetofthings
6 Hits, Last modified:
type: announce method: all target: - show - Echo </code> exam... type: announce method: all target: - show - Echo - alias: "bea... type: announce method: all target: - show - Echo </code> panel... acon: !lambda |- for (auto data : x.get_manufacturer_datas()) { auto mess
linux @tips:radxa
6 Hits, Last modified:
https://github.com/radxa/rabian-build <code> apt-get install qemu binfmt-support qemu-user-static sudo apt-get install git-core flex bison build-essential gcc-a... code> ===== custom kernel ===== <code> sudo apt-get install build-essential gcc-arm-linux-gnueabihf l... H=arm export CROSS_COMPILE=arm-linux-gnueabihf- wget http://rockchip.fr/radxa/linux/rockchip_defconfig
kinectv2 @tips:sensors
6 Hits, Last modified:
</code> ===== OpenCL ===== <code bash> sudo apt-get install beignet beignet-dev opencl-headers </code... https://github.com/xlz/libfreenect2.git sudo apt-get install -y build-essential libturbojpeg libtool a... enect2 ===== <code bash> cd /lab/kinect sudo apt-get install -y build-essential libturbojpeg libtool a... main" > /etc/apt/sources.list.d/ros-latest.list' wget https://raw.githubusercontent.com/ros/rosdistro/m
mopidy @tips
5 Hits, Last modified:
basound2-dev </code> ==== apt ==== <code bash> wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add - sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessie.list sudo apt-get update sudo apt-get install mopidy sudo apt-get install mopidy-spotify sudo apt install mopidy-alsami
zfs @tips
5 Hits, Last modified:
iotaiuto @projects:internetofthings
5 Hits, Last modified:
iotaiuto_skill @projects:internetofthings
5 Hits, Last modified:
postgres @tips:db
5 Hits, Last modified:
dell @tips:hw
5 Hits, Last modified:
motorizzazione @tips:vpn
5 Hits, Last modified:
zsh @tips
4 Hits, Last modified:
welcome @wiki
4 Hits, Last modified:
graphite @projects:internetofthings
4 Hits, Last modified:
docs @projects:wamp
4 Hits, Last modified:
install @tips:archlinux
4 Hits, Last modified:
monitor @tips:radxa
4 Hits, Last modified:
17.10 @tips:ubuntu
4 Hits, Last modified:
zfs-on-root @tips:ubuntu
4 Hits, Last modified:
orin
3 Hits, Last modified:
3dprinter @projects
3 Hits, Last modified:
airos @tips
3 Hits, Last modified:
borg @tips
3 Hits, Last modified:
keras @tips
3 Hits, Last modified:
micropython @projects:internetofthings
3 Hits, Last modified:
tradfri @projects:internetofthings
3 Hits, Last modified:
virtualization @projects:livenet
3 Hits, Last modified:
minecraft @tips:gameengine
3 Hits, Last modified:
gnome3 @tips:ubuntu
3 Hits, Last modified:
locale @tips:ubuntu
3 Hits, Last modified:
smtp @tips:vpn
3 Hits, Last modified:
mdm @projects
2 Hits, Last modified:
atom @tips
2 Hits, Last modified:
audio @tips
2 Hits, Last modified:
cordova @tips
2 Hits, Last modified:
helm @tips
2 Hits, Last modified:
ionic @tips
2 Hits, Last modified:
juju @tips
2 Hits, Last modified:
k0s @tips
2 Hits, Last modified:
pulsar @tips
2 Hits, Last modified:
xpath @tips
2 Hits, Last modified:
broadlink @projects:internetofthings
2 Hits, Last modified:
googlehome @projects:internetofthings
2 Hits, Last modified:
influxdb @projects:internetofthings
2 Hits, Last modified:
orangepizero2 @projects:internetofthings
2 Hits, Last modified:
shinobi @projects:internetofthings
2 Hits, Last modified:
smartband @projects:internetofthings
2 Hits, Last modified:
server @projects:livenet
2 Hits, Last modified:
adb @tips:android
2 Hits, Last modified:
mssql @tips:db
2 Hits, Last modified:
deb @tips:debian
2 Hits, Last modified:
server @tips:ubuntu
2 Hits, Last modified:
juniper @tips:vpn
2 Hits, Last modified:
openvpn @tips:vpn
2 Hits, Last modified:
qemu
1 Hits, Last modified:
plate @projects
1 Hits, Last modified:
audit @tips
1 Hits, Last modified:
blender @tips
1 Hits, Last modified:
ceph-on-k0s @tips
1 Hits, Last modified:
git @tips
1 Hits, Last modified:
gnss @tips
1 Hits, Last modified:
kvm @tips
1 Hits, Last modified:
lxd @tips
1 Hits, Last modified:
openalpr @tips
1 Hits, Last modified:
pcb @tips
1 Hits, Last modified:
pypy @tips
1 Hits, Last modified:
pyramid @tips
1 Hits, Last modified:
sqlite @tips
1 Hits, Last modified:
syncthing @tips
1 Hits, Last modified:
test @tips
1 Hits, Last modified:
jetsonnano @projects:internetofthings
1 Hits, Last modified:
objectdetection @projects:internetofthings
1 Hits, Last modified:
doorbell @projects:iotaiuto
1 Hits, Last modified:
mycroft @projects:iotaiuto
1 Hits, Last modified:
scipiodev @projects:livenet
1 Hits, Last modified:
seamless @projects:livenet
1 Hits, Last modified:
integration @projects:wamp
1 Hits, Last modified:
decompile @tips:android
1 Hits, Last modified:
postinstall @tips:android
1 Hits, Last modified:
minetest @tips:gameengine
1 Hits, Last modified:
panda3d @tips:gameengine
1 Hits, Last modified:
unreal @tips:gameengine
1 Hits, Last modified:
networknamespaces @tips:linux
1 Hits, Last modified:
android @tips:radxa
1 Hits, Last modified:
linux @tips:rasberry
1 Hits, Last modified:
xtion @tips:sensors
1 Hits, Last modified:
simon @tips:speech
1 Hits, Last modified:
ipsec @tips:vpn
1 Hits, Last modified:
systemd @zibaldone:linux
1 Hits, Last modified:
cells @projects:zibaldone:electronic
1 Hits, Last modified: