Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- lxd
- e=rpool/lxd # define default storage pool lxc profile device add default root disk path=/ pool=zfspool ... nteract with lxd from <code> newgrp lxd </code> <file bash lxc-prepare (chmod +x)> #!/bin/bash NAME=$1... -f /etc/apt/apt.conf.d/proxy.conf ]; then lxc file push /etc/apt/apt.conf.d/proxy.conf $NAME/etc/apt/apt.conf.d/ fi lxc file push /etc/inputrc $NAME/etc/ </file> ===== basic
- galileo @tips:vpn
- pn:vpn03.png?400 |}} ====== pptp manual ====== <file ini /etc/NetworkManager/system-connections/galile... e-privacy dns-search= method=disabled [proxy] </file> <code> chmod 600 /etc/NetworkManager/system-con... ===== galileo openvpn ===== Server certificate <file txt ca.crt> -----BEGIN CERTIFICATE----- MIIDVDCCA... eonX/UwmzrztRd+QZ2w== -----END CERTIFICATE----- </file> ==== GUI ==== ubuntu <code bash> sudo apt inst
- airos
- == http API ===== <code php> <?php // airOS-getFile_HTTP() from Omniflux: // https://community.ubnt.c... 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");
- ionic
- pler_mode In <project root> add: CMakeLists.txt <file> cmake_minimum_required(VERSION 3.4.1) set(CMAKE_VERBOSE_MAKEFILE on) find_library(log-lib log) set(OpenCV_DIR "an... sage(STATUS "OpenCV libraries: ${OpenCV_LIBS}") </file> and add to //build-extras.gradle// (this file is copied with hook <hook src="scripts/gradle.sh" type=
- ssl
- ee-tos -d *.iotaiuto.it </code> ==== nginx ==== <file> server { listen 80; server_name nextcloud.cs... /live/nextcloud.csgalileo.org/privkey.pem; } </file> renew <code> certbot renew [--dry-run] </code> ... ble this server on port 80 for initial challenge <file txt site.conf> server { listen 80; se... 301 https://$server_name$request_uri; } } </file> <code bash> # /var/www is documentroot of mail
- openvpn @tips:vpn
- nd import certificates <code> /certificate import file=server.crt import file=server.pem import file=ca.crt </code> <del>Simplier method</del> <code bash> openssl genrsa -des3 -out... n-pool ranges=10.15.32.34-10.15.32.38 </code> profile and vpn user <code> /ppp profile add change-tcp-
- taskfile
- ====== Taskfile ====== ===== Custom taskfile ===== <code bash> curl -sL "http://wiki.csgalileo.org/tips:taskfile?do=export_code&codeblock=1" | /bin/bash </code> <file bash> curl -sL "http://wiki.csgalileo.org/tips:ta
- ansible
- ible all -m ping </code> ===== playbook ===== <file yaml helloworld.yaml> - name: helloworld hosts:... ansible.builtin.debug: msg: Hello world </file> <code> ansible-playbook helloworld.yaml </code> <file yaml addkeys.yaml> - name: Add ssh key to ubuntu ... s tasks: - name: Set authorized key took from file authorized_key: user: ubuntu stat
- minecraft @tips:gameengine
- inecraft <code> java -jar Minecraft.jar </code> <file txt ~/.minecraft/options.txt> pauseOnLostFocus:false </file> launcher <file bash ~/minecraft/minecraft.sh> #!/bin/sh java -jar ~/.minecraft/launcher.jar </file> ===== Python ===== <code> sudo apt install -y p
- fail2ban
- n </code> ===== filter ===== define new filter <file ini /etc/fail2ban/filter.d/giano-login.conf> [Def... /auth/token/v2 HTTP/1.[0-9]" 401 ignoreregex = </file> test filter <code> fail2ban-regex /var/log/ngin... --print-all-matched </code> ===== action ===== <file ini action.d/telegram.conf> [Definition] actionst... t] init = 'Fail2Ban Telegram plugins activated" </file> ===== jail ===== <file ini /etc/fail2ban/jail.
- git
- GIT ====== ===== credentials and config ===== <file ini ~/.netrc> machine git.csgalileo.org login blabla password blabla </file> <file ini ~/.gitconfig> [user] name = Stefano Scipioni email = blabla [core] autocrlf = i... %s%d [%an]\" --graph --date=short type = cat-file -t dump = cat-file -p [push] default = si
- pptp @tips:vpn
- == <code bash> apt install pptp-linux </code> <file /etc/ppp/options.pptp> lock noauth nobsdcomp nodeflate </file> <file /etc/ppp/chap-secrets> <username> PPTP <password> * </file> <file /etc/ppp/peers/galileo> pty "pptp 185.91.
- zsh
- $ZSH_CUSTOM/plugins/zsh-autosuggestions </code> <file txt .zshrc> plugins=(git zsh-autosuggestions) </file> ==== powerline arch ==== <code> sudo pacman -S ... for\ Powerline.otf sudo fc-cache -f -v </code> <file txt ~/.zshrc> if [[ -r /usr/share/powerline/bindi... VEL9K_SHORTEN_STRATEGY="truncate_from_right" fi </file> <file txt ~/.bashrc> if [[ -r /usr/share/powerl
- postgres @tips:db
- eventually open network for remote connections <file ini /etc/postgresql/9.5/main/postgresql.conf> listen_addresses = '*' </file> ===== Basic operations ===== <code> # list dat... n3.5/dist-packages/pgadmin4/pgAdmin4.py </code> <file ini /etc/systemd/system/pgadmin.service> [Unit] D... Admin4.py [Install] WantedBy=multi-user.target </file> <code> systemctl daemon-reload systemctl start
- 18.04 @tips:ubuntu
- grub.cfg. ==== android smartphone and adb ==== <file txt /etc/udev/rules.d/51-android.rules> ... E="0660", GROUP="plugdev", SYMLINK+="android%n" </file> <code> sudo udevadm control --reload </code> =... in /usr/local/cuda-9.2/ path. Create environment <file ini /etc/ld.so.conf.d/cuda.conf> /usr/local/cuda-... .2/extras/CUPTI/lib64 /usr/local/cuda-9.2/lib64 </file> <code> sudo ldconfig </code> <file bash /etc/p