• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

file

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:vpn (6)
  • tips:android (5)
  • tips:ubuntu (5)
  • tips:gameengine (2)
  • tips:archlinux (1)
  • tips:cordova (1)
  • tips:db (1)
  • tips:galileo (1)
  • tips:radxa (1)
  • tips:speech (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • taskfile (tips)

Fulltext results:

galileo @tips:vpn
18 Hits, Last modified: 17 months ago
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
ionic
15 Hits, Last modified: 8 years ago
pler_mode In <project root> add: CMakeLists.txt <file> cmake_minimum_required(VERSION 3.4.1) set(CMAKE_... 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="after_platform_add" />) <file> android { externalNativeBuild { cmake {
lxd
13 Hits, Last modified: 6 years ago
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 ===== list remote images <code> lxc image list imag
zfs
11 Hits, Last modified: 3 years ago
nux </code> <code> sudo zfs list </code> create filesystem '''lab''' on '''LXD''' pool <code> sudo zfs... 1026048 74426367 35.0 GiB 8300 Linux filesystem 2 2048 1026047 500.... e-zfs && systemctl restart libvirtd # create zfs filesystem zfs create rpool/libvirt virsh pool-define... ool maas2 </code> add volume to instance create file mydevice.xml <code> <disk type='block' device='di
minecraft @tips:gameengine
11 Hits, Last modified: 8 years ago
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
ansible
10 Hits, Last modified: 3 years ago
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
ssl
10 Hits, Last modified: 7 days ago
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
video
10 Hits, Last modified: 5 years ago
====== ===== Getting INFO ===== <code> avprobe <file> </code> ===== Convert to webm ===== <code ba... copy <outfile>.mkv </code> concatenate all *.mp4 files to output.mkv <code> mkvmerge -o output.mkv $(ec... p output.mkv </code> ===== script ===== convert files to mkv and downgrade them if greater than specif... Usage to convert into ./out folder <code> tomkv file1 file2 ... </code> ===== lates ===== <code bash
zfs-on-root @tips:ubuntu
10 Hits, Last modified: 8 years ago
-part1 </code> ===== System install ===== create filesystem dataset to act as container <code> zfs crea... off -o mountpoint=none rpool/ROOT </code> create filesystem for root <code> zfs create -o canmount=noau... zfs mount rpool/ROOT/ubuntu </code> create other filesystems <code bash> zfs create -o setuid=off rpool... tall ${DISK} </code> === manual grub menu === <file txt /etc/grub.d/40_custom> #!/bin/sh exec tail -n
fail2ban
9 Hits, Last modified: 7 years ago
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.
openvpn @tips:vpn
9 Hits, Last modified: 8 years ago
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... envpn@client1 </code> ===== Linux server ===== <file txt /etc/openvpn/server.conf> proto tcp dev tun
pptp @tips:vpn
9 Hits, Last modified: 9 years ago
== <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.
git
8 Hits, Last modified: 7 years ago
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
zsh
8 Hits, Last modified: 7 years ago
$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
locale @tips:ubuntu
8 Hits, Last modified: 8 years ago
do=export_code&codeblock=1" | /bin/bash </code> <file bash script> apt remove -y unattended-upgrades l... <<EOF setlocal ts=4 sts=4 sw=4 expandtab autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab set p... "normal! g'\"" | endif endif if has("autocmd") filetype plugin indent on endif EOF cat > /root/.al... : .*|disable_root: false|" /etc/cloud/cloud.cfg </file> <file txt /root/.bashrc> # If not running inter
airos
6 Hits, Last modified: 7 years ago
audio
6 Hits, Last modified: 9 years ago
gstreamer
6 Hits, Last modified: 2 years ago
postgres @tips:db
6 Hits, Last modified: 7 years ago
18.04 @tips:ubuntu
6 Hits, Last modified: 7 years ago
openspec
5 Hits, Last modified: 2 weeks ago
taskfile
5 Hits, Last modified: 3 years ago
autofs
4 Hits, Last modified: 9 years ago
fdf
4 Hits, Last modified: 5 years ago
gnss
4 Hits, Last modified: 3 years ago
idrac
4 Hits, Last modified: 2 years ago
jibri
4 Hits, Last modified: 3 years ago
minikube
4 Hits, Last modified: 4 years ago
mopidy
4 Hits, Last modified: 9 years ago
xenial @tips:ubuntu
4 Hits, Last modified: 8 years ago
motorizzazione @tips:vpn
4 Hits, Last modified: 7 years ago
agid
3 Hits, Last modified: 4 years ago
cordova
3 Hits, Last modified: 11 years ago
k0s
3 Hits, Last modified: 13 months ago
pcb
3 Hits, Last modified: 5 years ago
tmux
3 Hits, Last modified: 9 years ago
atom
2 Hits, Last modified: 8 years ago
capacitor
2 Hits, Last modified: 8 years ago
cvat
2 Hits, Last modified: 5 years ago
ftp
2 Hits, Last modified: 7 years ago
iredmail
2 Hits, Last modified: 4 years ago
sqlite
2 Hits, Last modified: 6 years ago
tourbillon
2 Hits, Last modified: 4 years ago
tridactyl
2 Hits, Last modified: 6 months ago
unms
2 Hits, Last modified: 4 years ago
development @tips:android
2 Hits, Last modified: 9 years ago
minetest @tips:gameengine
2 Hits, Last modified: 8 years ago
simon @tips:speech
2 Hits, Last modified: 9 years ago
server @tips:ubuntu
2 Hits, Last modified: 4 years ago
juniper @tips:vpn
2 Hits, Last modified: 11 years ago
blender
1 Hits, Last modified: 6 months ago
dac
1 Hits, Last modified: 9 years ago
jupiterhub
1 Hits, Last modified: 6 years ago
jupyterhub
1 Hits, Last modified: 5 years ago
multiboot
1 Hits, Last modified: 3 years ago
pyramid
1 Hits, Last modified: 10 years ago
rocm
1 Hits, Last modified: 3 days ago
trac
1 Hits, Last modified: 14 months ago
uwb
1 Hits, Last modified: 6 years ago
adb @tips:android
1 Hits, Last modified: 8 years ago
bv7000 @tips:android
1 Hits, Last modified: 8 years ago
bv9500 @tips:android
1 Hits, Last modified: 4 years ago
gianomobile @tips:android
1 Hits, Last modified: 6 years ago
install @tips:archlinux
1 Hits, Last modified: 3 years ago
inappbrowser @tips:cordova
1 Hits, Last modified: 11 years ago
checkin @tips:galileo
1 Hits, Last modified: 3 years ago
android @tips:radxa
1 Hits, Last modified: 11 years ago
smtp @tips:vpn
1 Hits, Last modified: 10 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