Search
You can find the results of your search below.
Fulltext results:
- telegram
- kup, ReplyKeyboardMarkup from telegram.ext import Updater, CommandHandler, CallbackQueryHandler import sub... = logging.getLogger(__name__) def _isAuthorized(update): isOk = update.effective_user['id'] in AUTHORIZED if not isOk: update.message.reply_text('maybe another time, you are %
- atom
- [[https://atom.io|download]] and install ===== update ===== /usr/local/bin/atom-update <code> #!/bin/bash wget -q https://github.com/atom/atom/releases/la... pkg -i /tmp/atom-amd64.deb echo "Atom has been update from $VER_LATEST to $VER_INST" logger -t atom-update "Atom has been update from $VER_LATEST to $VER_IN
- 18.04 @tips:ubuntu
- e locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX DISTR... se deb http://archive.ubuntu.com/ubuntu $DISTRO-updates main universe #deb-src http://archive.ubuntu.com/ubuntu $DISTRO-updates main universe EOF ln -s /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux
- zfs-on-root @tips:ubuntu
- su passwd ubuntu apt-add-repository universe apt update apt install openssh-server # connect from another... on locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX DISTRO... rse deb http://archive.ubuntu.com/ubuntu $DISTRO-updates main universe #deb-src http://archive.ubuntu.com/ubuntu $DISTRO-updates main universe EOF ln -s /proc/self/mounts /etc/
- 17.10 @tips:ubuntu
- n locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX DISTR... se deb http://archive.ubuntu.com/ubuntu $DISTRO-updates main universe #deb-src http://archive.ubuntu.com/ubuntu $DISTRO-updates main universe EOF ln -s /proc/self/mounts /etc/mtab apt update apt install --yes --no-install-recommends linux
- cordova
- git.apache.org/cordova-browser.git </code> ===== Update ===== <code> sudo npm update -g </code> ===== Install Android SDK ===== Create /etc/etc/profile.d/and... y <code> cd platforms/android/CordovaLib/ android update project --subprojects --path . --target "android-... gins <code> cordova plugin search <text> </code> Update corbova inside project <code> cordova platform up
- git
- kdir $NAME cd $NAME git init --bare mv hooks/post-update* hooks/post-update chmod +x hooks/post-update git update-server-info </code> ===== change origin ===== <code bash> git remote -v </code> <code bash>
- ionic
- install -g ionic # npm install -g bower </code> update <code bash> npm update -g ionic cordova </code> ===== Update libs ===== <code bash> . $LIB/bin/activate npm install -g ionic cd <project> ionic lib update </code> ===== Android ===== It is important to
- locale @tips:ubuntu
- es locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX timedat... -o": "\C-p\C-a\M-f " EOF fi # disable automatic updates cat > /etc/apt/apt.conf.d/20auto-upgrades <<EOF4 APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Unattended-Upgr... last="ls -alt | head" alias upgrade="sudo apt-get update; sudo apt-get -y -V upgrade" EOF mkdir -p /root/
- jibri
- prosody </code> ====== jitsi ====== <code> apt update apt install -y curl && curl -s "http://wiki.csgal... c/apt/sources.list.d/jitsi-stable.list apt-get -y update apt-get -y install jitsi-meet </code> Se la macc... ian-packages.key -O- | sudo apt-key add - apt-get update apt-get install prosody </code> Modificare lo st... c/prosody/certs/localhost.key </code> Eseguire ''update-ca-certificates -f'' se al riavvio di prosody nei
- server @tips:ubuntu
- ": "\C-p\C-a\M-f " EOF fi # disable automatic updates cat > /etc/apt/apt.conf.d/20auto-upgrades <<EOF4 APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Unattended-Upgr... last="ls -alt | head" alias upgrade="sudo apt-get update; sudo apt-get -y -V upgrade" EOF mkdir -p /root... TZoUkF3eSwISjf/gn8swbmRt3FV root@storage EOF update-alternatives --set editor /usr/bin/vim.tiny </cod
- trusty @tips:ubuntu
- t-repository ppa:inkscape.dev/stable sudo apt-get update sudo apt-get install inkscape </code> ==== video... d-repository ppa:strukturag/libde265 sudo apt-get update sudo apt-get install gstreamer0.10-libde265 sudo ... d-repository ppa:mc3man/trusty-media sudo apt-get update sudo apt-get install ffmpeg </code> ===== upgrad... pt-repository ppa:diodon-team/stable sudo apt-get update sudo apt-get install diodon unity-scope-diodon </
- xenial @tips:ubuntu
- sitory ppa:canonical-kernel-team/ppa sudo apt-get update </code> ===== diodon ===== <code> sudo add-apt-repository ppa:diodon-team/daily sudo apt-get update sudo apt-get install diodon unity-scope-diodon </... repository ppa:enlightenment-git/ppa sudo apt-get update sudo apt-get install terminology </code> ===== s... _dmc_ver1_01/ sudo ./install.sh --install sudo update-initramfs -u -k all </code> ==== brightness ====
- fish
- ce && fisher install jorgebucaran/fisher </code> update <code> fisher update fish_update_completions </code> plugins <code> fisher install nakulj/auto-venv fisher install IlanCosman
- gnss
- : 23 property MapCircle circle function update(pos) { removeMapItem(circle); circle... "osm" } PositionSource { id: gpsPos updateInterval: 500 active: true nmeaSource: "socket://localhost:29999" onPositionChanged: { myMap.update(position); } } } </code>