• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

get

Search

You can find the results of your search below.

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

trusty @tips:ubuntu
17 Hits, Last modified: 10 years ago
==== 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
14 Hits, Last modified: 9 years ago
==== 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
cordova
13 Hits, Last modified: 11 years ago
all ===== Install nodejs and npm <code> sudo apt-get install nodejs npm </code> Install cordova <code... ordovaApp.java <code> super.init(); super.appView.getSettings().setMediaPlaybackRequiresUserGesture(fal... sswalk ==== <code> ... super.init(); getSettings(super.appView).setMediaPlaybackRequiresUs... release di crosswalk */ private XWalkSettings getSettings(XWalkView webView) { try
airos
10 Hits, Last modified: 7 years ago
===== http API ===== <code php> <?php // airOS-getFile_HTTP() from Omniflux: // https://community.ub... ch of JSON with the current radio stats // airOS_getFile_HTTP ($username, $password, $file, $address, $schema) #$out = airOS_getFile_HTTP ("root", "xxx", "status.cgi", "10.210.48.2", "https"); // CPE mng #$out = airOS_getFile_HTTP ("galileo", "xxx", "status.cgi", "10.210
zabbix
10 Hits, Last modified: 5 years ago
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
install @tips:opencv
9 Hits, Last modified: 8 years ago
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
ssl
8 Hits, Last modified: 8 weeks ago
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 /... x install acme.sh <code bash> wget -O - https://get.acme.sh | sh . ~/.bashrc # now /root/.acme.sh/acm
18.04 @tips:ubuntu
8 Hits, Last modified: 8 years ago
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
7 Hits, Last modified: 2 years ago
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... udo apt-key add 0x1285491434D8786F.asc $ sudo apt-get update $ sudo apt install libssl1.0-dev $ sudo a... ione Idrac di una macchina da remoto (in locale ''getconfig'' è l'unico comando che pare non funzioni)
jibri
7 Hits, Last modified: 4 years ago
>> /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... -debian-packages.key -O- | sudo apt-key add - apt-get update apt-get install prosody </code> Modificare lo storage in ''/etc/prosody/conf.d/meet.x.y.lua''
windows10
6 Hits, Last modified: 7 years ago
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
kinectv2 @tips:sensors
5 Hits, Last modified: 11 years ago
</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... master/ros.key -O - | sudo apt-key add - sudo apt-get update </code> <code bash> sudo apt-get install
ionic
4 Hits, Last modified: 9 years ago
==== nodejs (latest) ==== <code bash> sudo apt-get install build-essential # curl -sL https://deb.no... </code> ==== nodeenv ==== <code bash> sudo apt-get install python-pip sudo pip install nodeenv </cod... function(data) { console.log("test-plugin getDate="+data); }, function(error) {... }, "TestPlugin", "getDate", []); } } </file> =====
keras
4 Hits, Last modified: 6 years ago
ntogit/community.git/plain/trunk/Add-grpc-fix-for-gettid.patch\?h\=packages/tensorflow -O Add-grpc-fix-for-gettid.patch patch -Np1 -i Add-grpc-fix-for-gettid.patch </code> <code> export TF_IGNORE_MAX_BAZEL_VERSI... rgs.input) saver = tf.train.Saver() saver.save(K.get_session(), args.default) print("Output node neede
telegram
4 Hits, Last modified: 4 years ago
l -s -X POST https://api.telegram.org/bot${TOKEN}/getUpdates | jq . </code> certificato self signed <... id from curl https://api.telegram.org/bot${TOKEN}/getUpdates (negative number) <code bash> TOKEN= curl https://api.telegram.org/bot${TOKEN}/getUpdates | jq . </code> Send a message to group <... level=logging.INFO) logger = logging.getLogger(__name__) def _isAuthorized(update):
zfs
4 Hits, Last modified: 3 years ago
17.10 @tips:ubuntu
4 Hits, Last modified: 8 years ago
zfs-on-root @tips:ubuntu
4 Hits, Last modified: 8 years ago
mopidy
3 Hits, Last modified: 9 years ago
onvif
3 Hits, Last modified: 7 years ago
xpath
3 Hits, Last modified: 10 years ago
adb @tips:android
3 Hits, Last modified: 8 years ago
inappbrowser @tips:cordova
3 Hits, Last modified: 11 years ago
dell @tips:hw
3 Hits, Last modified: 3 years ago
linux @tips:radxa
3 Hits, Last modified: 10 years ago
locale @tips:ubuntu
3 Hits, Last modified: 8 years ago
motorizzazione @tips:vpn
3 Hits, Last modified: 7 years ago
smtp @tips:vpn
3 Hits, Last modified: 10 years ago
juju
2 Hits, Last modified: 6 years ago
k0s
2 Hits, Last modified: 14 months ago
deb @tips:debian
2 Hits, Last modified: 11 years ago
minecraft @tips:gameengine
2 Hits, Last modified: 9 years ago
server @tips:ubuntu
2 Hits, Last modified: 4 years ago
openvpn @tips:vpn
2 Hits, Last modified: 8 years ago
audit
1 Hits, Last modified: 7 years ago
capacitor
1 Hits, Last modified: 8 years ago
ceph-on-k0s
1 Hits, Last modified: 15 months ago
gemini
1 Hits, Last modified: 7 months ago
gnss
1 Hits, Last modified: 3 years ago
helm
1 Hits, Last modified: 15 months ago
lxd
1 Hits, Last modified: 6 years ago
pcb
1 Hits, Last modified: 5 years ago
proxmox
1 Hits, Last modified: 3 months ago
pyramid
1 Hits, Last modified: 11 years ago
syncthing
1 Hits, Last modified: 9 years ago
test
1 Hits, Last modified: 5 years ago
tridactyl
1 Hits, Last modified: 8 months ago
video
1 Hits, Last modified: 5 years ago
vrcard
1 Hits, Last modified: 3 years ago
bv9500 @tips:android
1 Hits, Last modified: 4 years ago
stratos @tips:android
1 Hits, Last modified: 8 years ago
mssql @tips:db
1 Hits, Last modified: 10 years ago
minetest @tips:gameengine
1 Hits, Last modified: 9 years ago
panda3d @tips:gameengine
1 Hits, Last modified: 11 years ago
unreal @tips:gameengine
1 Hits, Last modified: 11 years ago
lenovo-s531 @tips:hw
1 Hits, Last modified: 7 years ago
monitor @tips:radxa
1 Hits, Last modified: 10 years ago
linux @tips:rasberry
1 Hits, Last modified: 9 years ago
xtion @tips:sensors
1 Hits, Last modified: 11 years ago
simon @tips:speech
1 Hits, Last modified: 9 years ago
ipsec @tips:vpn
1 Hits, Last modified: 9 years ago
juniper @tips:vpn
1 Hits, Last modified: 11 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