New monitor was expensive, this is a cheap alternative, portable. Also do not look at this video https://www.youtube.com/watch?v=J2aY6cvk-WI
monitor/display from (othervise broken) notebook
New monitor was expensive, this is a cheap alternative, portable. Also do not look at this video https://www.youtube.com/watch?v=J2aY6cvk-WI
monitor/display from (othervise broken) notebook
# https://github.com/smallhadroncollider/taskell , https://github.com/vprusa/taskell | |
# general | |
quit = q | |
undo = u | |
redo = r | |
search = / | |
help = ? | |
due = ! | |
# navigation |
// this file is live bkp... | |
//setup | |
/* | |
* Digispark | |
* | |
* rst scl sda | |
* P5 P2 P1 | |
* | |
* A |
#!/bin/bash | |
# pr. cest k adresarum s ostrou a vyvojovou verzi | |
PROJ_HOME_BASE=/var/www/html/proj | |
PROJ_HOME=${PROJ_HOME_BASE}/ostra/ | |
PROJ_VYV_HOME=${PROJ_HOME_BASE}/vyv/ | |
# Inicializace na strane serveru: | |
mkdir -p ${PROJ_HOME} | |
mkdir -p ${PROJ_VYV_HOME} |
#!/usr/bin/perl -w | |
# VP 2021 | |
# use strict; | |
# use warnings; | |
use Cwd 'abs_path'; | |
use File::Basename; | |
# enable (1) if debug | |
# our $debug = 0; |
#!/usr/bin/perl | |
# PV269 - cvic1 - pipeline for simulation E.coli reads and so on ... | |
# https://is.muni.cz/auth/el/fi/jaro2021/PV269/index.qwarp?prejit=6672020 | |
use Cwd; | |
my $cwd = getcwd(); | |
# note: https://github.com/vprusa/MUNI-2018-iv110-iv114-proj | |
# this variable is used for skipping commands executed in previous run |
#!/bin/bash | |
randVid(){ | |
find "${1}" -name '*.vlc' -o -name '*.mkv' -o -name '*.mp4' | shuf | head -1 | |
} | |
alias rvVideos='vlc "$(randVid ~/Videos/)" & disown' |
#!/usr/bin/perl -w | |
# -*-mode:cperl -*- | |
=pod | |
Description: | |
(Some) automated checks of DNS server from | |
- https://www.iana.org/help/nameserver-requirements | |
- https://zonemaster.labs.nic.cz | |
Usage: | |
- e.g.: ./zonemaster-wrapper.pl --domains=wikipedia.org,google.com |