Either use feh from the command line:
feh --bg-scale --randomize ~/Pictures
This will put a different backgfround image on every monitor.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font: 10px sans-serif; | |
} | |
/* Farbe der Einheitenstriche (0k, 5k, ...) */ | |
.group-tick line { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $SPLUNK_HOME/etc/apps/Splunk_TA_stream/local/streamfwd.conf | |
[streamfwd] | |
port = 8889 | |
ipAddr = 10.0.x.x | |
netflowReceiver.0.ip = 10.0.x.x | |
netflowReceiver.0.port = 3000 | |
netflowReceiver.0.protocol = udp | |
netflowReceiver.0.decoder = netflow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
After purchasing a humble book bundle, go to your download page for that bundle. | |
Open a console window for the page and paste in the below javascript | |
this fork downloads all formats and does so without using jquery (since that didnt work for me) | |
note that if you are in chrome, chrome will not download the pdfs for you by default, to fix this | |
type “about:plugins” in the address bar and disable chrome's pdf viewer | |
*/ | |
var pattern = /(MOBI|EPUB|PDF)$/i; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### WARNING #### | |
# POC SAMPLE CONFIG! NEVER USE IN PROD! | |
# | |
# Telegraf Configuration | |
# | |
# Telegraf is entirely plugin driven. All metrics are gathered from the | |
# declared inputs, and sent to the declared outputs. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# become root | |
sudo su - | |
# change dir to easy rsa | |
cd /etc/openvpn/easy-rsa | |
# source the environment vars | |
source ./vars | |
# create a new cert |
Alternative bindings for the 540p using pactl and i3 - Keyboard
# set laptop display to lower res - thats better
exec xrandr --output eDP1 --mode 1920x1080
# set Numlock to on at login time
exec --no-startup-id numlockx on
# start pidgin on launch
command | reference |
---|---|
disassemble func name | |
break *address | |
r args & c | run with args (< /path/to/file.txt works too) or continue |
si | continue 1 step |
define hook-stop -> x/24wx $esp \n w/2i $eip \n end | set up breakpoint hook |
x/wx $esp+0x5x | examine content of this var |
set environment varname [ = value] | set environment var with optional value |
Fully encrypting a multiboot-installation with TrueCrypt/VeraCrypt is unfortunately not possible ATM.
Also, chainloading an ISO in GRUB is not working, so it's kind of complicated to get FDE (Full Disk Encryption) working in a multiboot single drive configuration.
Not much to say here. Basic install with all your desired settings. But wait with wireless, passwords, setup & stuff.
Just let it use 50%(?) of your available space and let it create its recovery volume.
TL;DR: 100MB /boot, 50% I followed the articles from the german Arch wiki here and here (first one is available in english, too).