Last active
July 9, 2022 12:00
-
-
Save benchonaut/d89211607a5d6df756b376904fa44e47 to your computer and use it in GitHub Desktop.
links collection of interesting stuff -- be careful --don't be evil !!
This file contains hidden or 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
!!!Attention!!! | |
This gist is being moved over here: https://doc-links-manual-howto.github.io/ | |
so do not wonder if stuff disappears | |
regards | |
-- | |
quick fixes | |
-> vbox 6.0/6.1 -> kernel 5.4 fails (any ..) -> https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.3.18/ ( https://unix.stackexchange.com/questions/555277/virtualbox-vboxdrv-6-0-14-wont-compile-on-kernel-5-4-1 , https://forums.virtualbox.org/viewtopic.php?f=7&t=96297 ) | |
-- | |
##toolkid# list | |
#nslookup|dig|host | |
#mtr|tracepath|traceroute | |
#oping|noping | |
#ping|ping6 | |
#tmux|byobu|screen | |
#diff|icdiff|colordiff | |
#pv for bulk ops|progress -M to monitor copy/move | |
#kubetail|colorex|lolcat | |
#no more secrets | |
### systemd | |
#httpie|jq | |
#ripgrep | fd | z | |
#zsh | |
#exa | |
#fzf | |
#ranger | |
#hub|tig | |
#lynis | |
#tops | |
#top|htop|atop|ngxtop|mytop(mysql)|powertop|iotop | |
#nethogs | |
#ss socket stat | |
#dstat|saidar|discus | |
#nmon | |
#reptyr|ttyd | |
#ultimate plumber | |
########## | |
#24/7# | |
# | |
lsusb -t |grep uas | |
echo options usb-storage quirks=0234:1234:u,0123:1231:u | sudo tee -a /etc/modprobe.d/blacklist_uas.conf ##prevent usb hdd disc | |
#if compiled in module (openwrt/odroid) -> change in /etc/default/grub or your sdcard -> add to cmdline : usb-storage.quirks=1234:0123:u,0123:1231:u | |
## | |
# | |
--------------- | |
##SRV INIT | |
## net/general | |
echo 1 | tee /proc/sys/net/ipv4/tcp_tw_recycle /proc/sys/net/ipv4/tcp_tw_reuse | |
(for syscmd in vm.swappiness=0 vm.vfs_cache_pressure=100 vm.dirty_background_ratio=5 vm.dirty_ratio=10 net.core.{r,w}mem_max=4096000 net.ipv4.neigh.default.gc_thresh2=2048 net.ipv4.neigh.default.gc_thresh3=4096 ;do /sbin/sysctl $syscmd;done ; echo 3000 > /proc/sys/net/core/netdev_max_backlog /sbin/sysctl net.core.rmem_max=16777216; /sbin/sysctl net.core.wmem_max=16777216 ; /sbin/sysctl net.ipv4.tcp_rmem="4096 87380 16777216"; /sbin/sysctl net.ipv4.tcp_wmem="4096 65536 16777216"; /sbin/sysctl fs.file-max=6815744; /sbin/sysctl fs.aio-max-nr=1048576; /sbin/sysctl kernel.shmmax=2147659776; /sbin/sysctl kernel.sem="1250 256000 100 1024"; /sbin/sysctl net.core.rmem_default=262144; /sbin/sysctl net.core.wmem_default=262144 net.ipv4.tcp_reordering=127; /sbin/blockdev --setra 256 --setfra 64 $(ls /dev/nbd* /dev/sd{a..z}* /dev/hda* /dev/mapper/* 2>/dev/null); echo "1" > /proc/sys/vm/pagecache; echo "deadline" |tee /sys/block/*/queue/scheduler; echo "256" |tee /sys/block/*/queue/read_ahead_kb; echo "64" |tee /sys/block/*/queue/nr_requests; echo "16" > /proc/sys/vm/page-cluster; for i in `find /sys/ -name max_hw_sectors_kb`;do echo -ne "\r "$i;echo "cat $i |tee "$(echo $i|sed 's/max_hw_sectors_kb/max_sectors_kb/g')|bash ;done; ) 2>&1 |while read a ;do echo -en "\r"$a" ";done | |
#(for syscmd in vm.swappiness=0 vm.vfs_cache_pressure=100 vm.dirty_background_ratio=5 vm.dirty_ratio=10 net.core.{r,w}mem_max=4096000 net.ipv4.neigh.default.gc_thresh2=2048 net.ipv4.neigh.default.gc_thresh3=4096 ;do /sbin/sysctl $syscmd;done ; echo 3000 > /proc/sys/net/core/netdev_max_backlog /sbin/sysctl net.core.rmem_max=16777216; /sbin/sysctl net.core.wmem_max=16777216 ; /sbin/sysctl net.ipv4.tcp_rmem="4096 87380 16777216"; /sbin/sysctl net.ipv4.tcp_wmem="4096 65536 16777216"; /sbin/sysctl fs.file-max=6815744; /sbin/sysctl fs.aio-max-nr=1048576; /sbin/sysctl kernel.shmmax=2147659776; /sbin/sysctl kernel.sem="1250 256000 100 1024"; /sbin/sysctl net.core.rmem_default=262144; /sbin/sysctl net.core.wmem_default=262144 net.ipv4.tcp_reordering=127; /sbin/blockdev --setra 256 --setfra 64 $(ls /dev/nbd* /dev/sd{a..z}* /dev/hd{a..z}* /dev/mapper/* 2>/dev/null); echo "1" > /proc/sys/vm/pagecache; echo "deadline" |tee /sys/block/*/queue/scheduler; echo "256" |tee /sys/block/*/queue/read_ahead_kb; echo "64" |tee /sys/block/*/queue/nr_requests; echo "16" > /proc/sys/vm/page-cluster; for i in `find /sys/ -name max_hw_sectors_kb`;do echo -ne "\r "$i;echo "cat $i |tee "$(echo $i|sed s/max_hw_sectors_kb/max_sectors_kb/g)|bash ;done; ) 2>&1 |while read a ;do echo -en "\r"$a" ";done | |
echo deadline | tee /sys/block/sd*/queue/scheduler | |
echo 0 | tee /sys/block/sd*/queue/iosched/front_merges | |
echo 150 | tee /sys/block/sd*//queue/iosched/read_expire | |
echo 1500 | tee /sys/block/sd*/queue/iosched/write_expire | |
##usb md devices to writemostly https://superuser.com/questions/379472/how-does-one-enable-write-mostly-with-linux-raid | |
ls -l /dev/disk/by-id/|grep usb|sed 's/.\+\///g'|while read usbpart;do ls -1 /sys/block/md*/md/dev-$usbpart/state 2>/dev/null |while read conf ;do echo writemostly > "$conf" & done ;done | |
##usb power tweaks | |
echo -1 | tee /sys/bus/usb/devices/*/power/autosuspend_delay_ms | |
##SRV INIT END | |
##inst## | |
#basics ubu/deb: apt-get install exfat-fuse exfat-utils davfs2 lvm2 cryptsetup sshfs lftp mtr-tiny lft clusterssh bash-completion telnet netcat socat xnbd-client curl wget nmap cmake conspy curl curlftpfs fancontrol apt-transport-https btrfs-progs build-essential byobu bison autoconf ffmpeg ncdu | |
#debian-gluster6: wget -O - https://download.gluster.org/pub/gluster/glusterfs/6/rsa.pub | apt-key add - ; add-apt-repository ppa:gluster/glusterfs-6 ; nano /etc/apt/sources.list.d/gluster*;apt-get update ;apt-get install glusterfs-client | |
#ubuntu workstation apt-get install qemu-system-x86 clusterssh qjackctl baobab i3lock mpv kdenlive patchage atomicparsley aptitude android-tools-adb davfs2 dconf-cli fakeroot geany geany-plugin-* xvfb vlc vnstat whois unrar trickle g++ gnome-power-manager mongodb-clients php-cli php-curl php-soap php-xml pv python3-keyring python3-pip python3-virtualenv qemu-kvm quicksynergy redshift reiserfsprogs rtmpdump screen smb4k smartmontools smplayer-l10n snmp socat sqlite3 sqlitebrowser sshfs tigervnc-scraping-server testdisk qupzilla subversion handbrake handbrake-cli jaaa jalv japa jdupes vinagre remmina radvdump firefox-geckodriver flac filezilla gatling gnome-disk-utility golang gparted guake hping3 htop i3lock i8kutils inotify-tools iotop kompare isomaster lvm2-dbusd lvm2 m4 mc miredo mosh mpv mtp-tools ncdu nmap openssh-server openvpn mkusb flvstreamer freeradius-utils duplicity avahi-discover flex git git-extras evolution epiphany-browser gajim-omemo | |
#deb workstation apt-get install qemu-system-x86 clusterssh qjackctl baobab i3lock mpv kdenlive patchage atomicparsley aptitude android-tools-adb davfs2 dconf-cli fakeroot geany geany-plugin-* xvfb vlc vnstat whois unrar trickle g++ gnome-power-manager mongodb-clients php-cli php-curl php-soap php-xml pv python3-keyring python3-pip python3-virtualenv qemu-kvm quicksynergy redshift reiserfsprogs rtmpdump screen smb4k smartmontools smplayer-l10n snmp socat sqlite3 sqlitebrowser sshfs tigervnc-scraping-server testdisk qupzilla subversion handbrake handbrake-cli jaaa jalv japa jdupes vinagre flac filezilla gatling gnome-disk-utility golang gparted guake hping3 htop i3lock i8kutils inotify-tools iotop kompare isomaster lvm2 m4 mc miredo mosh mpv mtp-tools ncdu nmap openssh-server openvpn flvstreamer freeradius-utils duplicity avahi-discover flex git git-extras evolution epiphany-browser gajim-omemo | |
## | |
-------- | |
### | |
random | |
ssh-copy-id OR ssh [email protected] -p 2022 "tee -a /etc/dropbear/authorized_keys|tee -a ~/.ssh/authorized_keys" < ~/.ssh/id_rsa.pub | |
mount -t cifs -o vers=1.0,uid=1000,iocharset=utf8,sec=ntlm,credentials=/tmp/.cred //192.168.123.45/home /tmp/wintmp #synology SMB1 | |
mount -t cifs -o vers=3.0,uid=1000,iocharset=utf8,sec=ntlmv2,credentials=/tmp/.cred //192.168.123.45/home /tmp/winshare#synology SMB3 | |
git add -A ;git commit -m "$(date -u +%Y-%m-%d-%H.%M)"" $COMMITCOMMENT" ;git push | |
ssh [email protected] -c aes128-ctr 'cd /home/user/ ; ionice -c 1 nice -n-2 tar cv ./myfoldertotransfer | nice -n-2 lz4 | nice -n-2 pv -L 38M ' |pv -tarbI > /media/localuser/myfoldertotransfer.tar.lz4 | |
## name files like mod date (in this case timelaspse for android)## for i in *mp4;do mv $i lapse_$(date +%Y-%m-%d -r $i).$i ;done | |
git config [--global] user.email "[email protected]" | |
git config [--global] user.name "User Name" | |
https://serverfault.com/questions/533513/how-to-get-tx-rx-bytes-without-ifconfig | |
https://unix.stackexchange.com/questions/166999/how-to-display-the-ip-address-of-the-default-interface-with-internet-connection | |
https://medium.com/@george.shuklin/do-not-miss-etc-machine-id-31d21f028246 | |
https://www.thegeekstuff.com/2011/11/vnstat-network-traffic-monitor/ | |
https://wiki.openwrt.org/doc/howto/dropbear.public-key.auth | |
https://www.computerhope.com/unix/ulpstat.htm | |
### | |
https://stackoverflow.com/questions/26411225/how-to-resume-scp-with-partially-copied-files | |
http://ask.xmodulo.com/resume-large-scp-file-transfer-linux.html | |
## | |
--- | |
raspberry m2 sata speed | |
https://time4ee.com/articles.php?article_id=50 | |
--- | |
--#find Vodafone Ho[me|t]spots with openWRT iw | |
iw wlan3 scan|grep -e ^BSS -e SSID: -e signal:|grep -B2 odafone|grep -v ^-- | while read bs ;do read si;read ss; echo ${si/signal: /} $bs $ss;done|sort -n | |
-- | |
https://xercestech.com/smart-card-random-data-linux.geek | |
http://forum.odroid.com/viewtopic.php?f=9&t=2104 | |
http://odroid.us/mediawiki/index.php?title=Step-by-step_Native_Compiling_a_Kernel | |
[file operations] | |
[metering] | |
https://www.tummy.com/articles/isolating-heavy-load/ | |
https://support.rackspace.com/how-to/checking-system-load-on-linux/ | |
http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html | |
https://docs.docker.com/config/containers/runmetrics/#find-the-cgroup-for-a-given-container | |
https://askubuntu.com/questions/2411/how-do-i-find-out-which-process-is-eating-up-my-bandwidth | |
[ubunutu:debian:delete old kernels] (keep most recent 3) | |
cd /lib/modules/;sudo apt-get purge $(ls -1|tac|tail -n+4|while read a;do echo linux-image-$a linux-headers-$a;done) | |
-- | |
[find multiple] | |
https://www.unix.com/linux/137274-simplified-find-command-find-multiple-file-types.html | |
https://stackoverflow.com/questions/7190565/unix-find-multiple-file-types | |
-- | |
[github] | |
https://github.com/Somsubhra/github-release-stats e.g. http://www.somsubhra.com/github-release-stats/?username=rfjakob&repository=gocryptfs | |
... | |
[gtx 1050 noveau ubuntu nvidia freeze lock] | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=! acpi_osi=\"Windows 2009\" pcie_port_pm=off pci=nomsi iommu=soft" | |
-- | |
[make:custom:wrt54g] | |
https://www.instructables.com/id/Build-a-Professional-Prototype-Case-for-a-Linksys-/ | |
--- | |
[HW:LISTS] | |
https://www.board-db.org/search.php?q=&ram_min=5555&cpu_speed_min=999&cpu_cores=&cpu_arch=any&price_min=&price_max=&storage_min=&gpio_min=&usb_min=&type=&lan_speed=0&order=price&order_d=a#results | |
-- | |
[F-DROID] | |
https://f-droid.org/en/docs/Installing_the_Server_and_Repo_Tools/ | |
---- | |
[logs ] | |
tail -f /var/log/{*/,}*log 2>&1 |grep -B2 -A2 -E Error -e error -e ailed -e "given password" |grep -v "^==>" | |
-- | |
[xscreensaver] | |
#tired of screen blanking ? | |
xset -dpms;xset s off | |
-- | |
scanner: | |
https://www.foregenix.com/magento | |
https://www.magereport.com/scan/?s=http:// | |
-- | |
-- | |
[FILEAGE] | |
-- | |
[html] | |
https://wiki.selfhtml.org/wiki/HTML/Regeln/Referenzieren_in_HTML | |
-- | |
[lightnigng] | |
strange source of lightning DMX software | |
http://box.avldiy.cn/ | |
8ch dimmer | |
https://www.amazon.co.uk/dp/B00S9KABRA/ref=sspa_dk_detail_6?psc=1 | |
--- | |
[Synergy] | |
http://synergykm.com/binaries/index.html | |
[Router-MGMT] | |
http://www.shrubbery.net/rancid/ | |
https://unimus.net/download.html | |
-- | |
[WINE] | |
http://ubuntuhandbook.org/index.php/2017/01/install-wine-2-0-ubuntu-16-04-14-04-16-10/ | |
-- | |
[xinput] | |
https://wiki.ubuntu.com/X/Config/Input#Dynamic_Input_Configuration_with_xinput | |
-- | |
[touchpad] | |
https://askubuntu.com/questions/403113/how-do-you-enable-tap-to-click-via-command-line | |
https://unix.stackexchange.com/questions/337008/activate-tap-to-click-on-touchpad | |
-- | |
[udev] | |
-- | |
[setxkb] | |
https://www.linuxquestions.org/questions/slackware-14/setxkbmap-settings-get-reset-when-wacom-tablet-is-plugged-in-4175628413-print/ | |
-- | |
[ICMP TUNNEL] | |
-- | |
[VPN softether] | |
http://www.softether.org/5-download | |
http://www.softether-download.com/en.aspx?product=softether | |
http://www.softether.org/9-about/What_is_different_between_SoftEther_VPN_and_VPN_Gate%3F | |
http://www.vpngate.net/en/join.aspx | |
-- | |
-- | |
[BASH/zsh/shell] | |
https://www.linuxjournal.com/content/pattern-matching-bash | |
https://unix.stackexchange.com/questions/146942/how-can-i-test-if-a-variable-is-empty-or-contains-only-spaces | |
http://tldp.org/LDP/abs/html/comparison-ops.html | |
https://opensourcehacker.com/2012/09/19/five-zsh-tricks-to-optimize-your-shell-workflow/ | |
https://superuser.com/questions/324512/how-can-i-change-to-the-previous-directory-instead-of-going-up | |
https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/last-working-dir/last-working-dir.plugin.zsh | |
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-11.html | |
--check for shell arguments --option -- | |
SKIPWWW=false | |
SKIPTEST=false | |
for i in "$@" ; do [[ $i == "--nowww" ]] && SKIPWWW=true && break ; done | |
for i in "$@" ; do [[ $i == "--notest" ]] && SKIPTEST=true && break ; done | |
-- | |
--check for shell arguments at defined places-- | |
if [ -z "$1" ];then echo "NEED DOMAIN AS FIRST ARGUMENT" ; exit 3 ; fi | |
if [ -z "$2" ];then echo "NEED USERNAME AS SECOND ARGUMENT"; exit 3 ;fi | |
-- | |
[CRON] | |
-- | |
[passwd-recocovery] | |
http://www.crark.net/crark-7zip.html | |
http://www.debianadmin.com/howto-crack-zip-files-password-in-linux.html | |
[] | |
[PHP HTML JS FORM] | |
-- | |
[mail:manual] | |
>test imap with openssl | |
openssl s_client -crlf -connect myimap.domain.com:993 | |
. capability | |
A login myuser theuserspassword | |
### | |
[] | |
[dsgvo] | |
https://www.heise.de/newsticker/meldung/DSGVO-Folterfragebogen-im-Selbsttest-3974512.html | |
[mail:move] | |
https://www.selbstaendig-im-netz.de/2014/05/12/allgemein/mail-postfach-auf-neuen-server-umziehen-tipps-tools-und-services/ | |
-- | |
[] | |
[mail:dovecot-fail2ban] | |
https://wiki.dovecot.org/HowTo/Fail2Ban | |
-- | |
[IP:ASN] | |
https://www.ultratools.com/tools/asnInfoResult?domainName=8.8.8.8 | |
-- | |
[UMTS/GSM Stick] | |
https://forum.ubuntuusers.de/topic/software-zur-nutzung-des-umts-sticks-als-tele/ | |
https://ubuntuforums.org/showthread.php?t=1918083 | |
http://www.techytalk.info/send-receive-sms-using-gsm-modem-phone-ubuntu/ | |
http://lab.ks.uni-freiburg.de/projects/linux_from_scratch/wiki/GSM-Stick | |
-- | |
[pxe] | |
https://t2792.greatnet.de/fg_mediawiki/index.php/PXE | |
http://wiki.revamp-it.ch/index.php?title=Installationen_%C3%BCber_PXE | |
https://www.howtoforge.com/setting-up-a-pxe-install-server-for-multiple-linux-distributions-on-debian-lenny | |
https://wiki.ubuntuusers.de/PXE-Boot/ | |
https://alephnull.uk/build-linux-cluster-pxe-dhcp-tftp-nfs | |
http://ipxe.org/start | |
http://ipxe.org/docs | |
http://ipxe.org/appnote/debian_preseed | |
http://ipxe.org/appnote/ubuntu_live | |
http://ipxe.org/appnote/windowsdisklessaoe | |
http://ipxe.org/howto/romburning/intel | |
http://ipxe.org/howto/winpe | |
-- | |
puppy | |
http://puppylinux.org/main/Download%20Latest%20Release.htm | |
http://www.murga-linux.com/puppy/viewtopic.php?t=64107 # puppy pxe | |
http://murga-linux.com/puppy/viewtopic.php?t=106479&start=465 # xenialpup | |
-- | |
https://www.howtoforge.com/how_to_find_out_about_your_linux_distribution | |
(/proc/version, /etc/lsb-release , /etc/apt/sources.list) | |
-- | |
[letsencrypt/certbot-auto] | |
-- | |
[SSL:Tweaks] | |
https://serverfault.com/questions/447753/ssl-certificate-for-local-web-server | |
https://stackoverflow.com/questions/1203815/how-to-create-a-certificate-for-local-development-with-ssl | |
https://community.letsencrypt.org/t/local-area-network-ssl-certificate/24822 | |
-- | |
[mySQL] | |
https://mathiasbynens.be/notes/mysql-utf8mb4 | |
https://dba.stackexchange.com/questions/8239/how-to-easily-convert-utf8-tables-to-utf8mb4-in-mysql-5-5 | |
https://support.plesk.com/hc/en-us/articles/115000940709-Unable-to-start-MySQL-service-InnoDB-No-valid-checkpoint-found- | |
https://stackoverflow.com/questions/105776/how-do-i-restore-a-dump-file-from-mysqldump | |
VIEWS: | |
SHOW FULL TABLES IN databse_name WHERE TABLE_TYPE LIKE 'VIEW'; | |
SHOW CREATE VIEW view_name; | |
https://www.techonthenet.com/mysql/and_or.php | |
[mysql:tuning] | |
-- | |
-- | |
[cluster:ha] | |
https://github.com/analytically/haproxy-ddos | |
https://stackoverflow.com/questions/15737001/haproxy-real-ip-cloudflare | |
-- | |
-- | |
[bandwith control aka traffic-shaping] | |
openwrt: | |
https://forum.openwrt.org/t/bandwidth-control/23997 | |
https://openwrt.org/docs/guide-user/network/traffic-shaping/packet.scheduler | |
-- | |
[CSS/HTML] | |
http://sedna-soft.de/articles/kennzeichen/ | |
-- | |
[linux:tun-tap-veth] | |
http://www.naturalborncoder.com/virtualization/2014/10/17/understanding-tun-tap-interfaces/ | |
-- | |
PRINTER: Evolis PRIMACY | |
[hugo] | |
https://github.com/kakawait/hugo-tranquilpeak-theme | |
https://gohugo.io/hosting-and-deployment/hosting-on-github/ | |
https://github.com/whipperstacker/blog/blob/master/content/post/deploying-a-hugo-site-to-github-pages.md | |
-- | |
[Disk Tricks] | |
http://www.sj-vs.net/forcing-a-hard-disk-to-reallocate-bad-sectors/ | |
https://raid.wiki.kernel.org/index.php/Replacing_a_failed_drive | |
[raid:linux] | |
-- | |
[FS Tricks] | |
https://github.com/tmbarchive/archivefs | |
http://www.magiksys.net/ddumbfs/ | |
https://www.linux-magazin.de/ausgaben/2014/03/deduplizierung/ | |
[fs dedup|lessfs] | |
[XFS] | |
ext | |
[laravel] | |
https://laravel.com/docs/5.3/elixir | |
--- | |
[wordpress] | |
[english] | |
http://www.englisch-hilfen.de/ | |
paypal** | |
paypalsucks.com | |
-- | |
[WINDOWS] | |
-- | |
oldschool | |
https://www.bernd-leitenberger.de/technik-der-computer.shtml | |
ESER/GDR machines | |
https://www.computerwoche.de/a/ddr-konzeption-setzt-sich-im-rgw-durch,1185124 | |
http://eser-ddr.de/BetriebssystemeEDVAdesESER_2.htm | |
http://www.eser-ddr.de/ESER_Technik_ICM.htm | |
http://www.eser-ddr.de/ArbeitsrichtungEDVAKRBeitrag.htm | |
http://www.robotrontechnik.de/index.htm?/html/computer/grossrechner.htm | |
http://www.robotrontechnik.de/index.htm?/html/computer/r21.htm | |
http://www.robotrontechnik.de/index.htm?/html/computer/ec1040.htm | |
http://www.robotrontechnik.de/index.htm?/html/computer/ec1057.htm | |
http://eser-ddr.de/ | |
https://de.wikipedia.org/wiki/Robotron_300 | |
IBM/hollerith | |
http://www.spiegel.de/wirtschaft/ibm-der-programmierte-massenmord-a-117132.html | |
https://de.wikipedia.org/wiki/IBM_und_der_Holocaust | |
TODO|HOWTO | |
keys | |
https://radu.cotescu.com/remapping-keys-in-ubuntu-14.04/ | |
https://www.howtogeek.com/howto/windows-vista/disable-caps-lock-key-in-windows-vista/ | |
smartcard | |
https://access.redhat.com/documentation/en-US/Red_Hat_Certificate_System/8.0/html-single/Managing_Smart_Cards_with_the_Enterprise_Security_Client/index.html | |
https://access.redhat.com/articles/1523343 | |
---- | |
http://tansi.info/hybrid/ | |
https://www.servethehome.com/firefox-is-eating-your-ssd-here-is-how-to-fix-it/ | |
https://serverfault.com/questions/345111/iptables-target-to-route-packet-to-specific-interface | |
https://www.karlrupp.net/de/computer/nat_tutorial | |
http://linux-ip.net/html/routing-tables.html | |
https://unix.stackexchange.com/questions/118289/how-do-i-authenticate-to-a-wireless-providers-open-network-without-using-a-br | |
https://stackoverflow.com/questions/85036/how-can-i-quickly-identify-most-recently-modified-stored-procedures-in-sql-serve | |
http://www.orderofbusiness.net/blog/redirect-old-domain-to-new-domain-via-htaccess/ | |
CLI Screenshots | |
http://xmodulo.com/take-screenshot-command-line-linux.html | |
[JAVA WEBSTART|JNLP] | |
http://www.upubuntu.com/2012/12/how-to-run-jnlp-files-under-ubuntulinux.html | |
https://stackoverflow.com/questions/11594047/how-to-get-jar-file-from-jnlp-file | |
[WORKS] | |
https://www.mydigitallife.net/convert-microsoft-works-database-wdb-to-csv-or-excel-without-works-installed/ | |
[MICROSOFT WORD] | |
http://www.officetooltips.com/word_2016/tips/replacing_special_characters.html | |
https://www.luis.uni-hannover.de/fileadmin/buecher/leseproben/ww2013-lese.pdf | |
https://www.staff.uni-giessen.de/~g021/PDF/wd2013_formatvorlagen.pdf | |
https://support.office.com/de-de/article/Spaltenumbruch-einf%C3%BCgen-fa34916a-d6ce-4c99-8646-0461a6030451 | |
https://support.office.com/de-DE/article/Erstellen-von-Formularen-die-in-Word-ausgef%C3%BCllt-oder-gedruckt-werden-k%C3%B6nnen-040C5CC1-E309-445B-94AC-542F732C8C8B | |
https://www.isunshare.com/word-password/docx-password-recovery.html | |
[nfs] | |
https://sagehacks.wordpress.com/2009/01/21/howto-mount-nfs-shares-under-windows-7/ | |
[GIT CHEATS] | |
[GIT FUSE] | |
https://github.com/davesque/gitfuse | |
https://www.presslabs.com/help/gitfs/argumentshttps://www.presslabs.com/help/gitfs/arguments | |
##CAREFUL https://github.com/PressLabs/gitfs/tree/debian/ubuntu-precise ## 2017-01 ~1000 commits behind | |
[NFQUEUE] | |
blog.yancomm.net/2011/05/nfqueue-packet-mangling-with-python.html | |
https://5d4a.wordpress.com/2011/08/25/having-fun-with-nfqueue-and-scapy/ | |
https://byt3bl33d3r.github.io/using-nfqueue-with-python-the-right-way.html | |
NOTIFICATIONS/CHAT-REMOTES | |
http://sevabot-skype-bot.readthedocs.io/en/latest/bash.html | |
https://github.com/topkecleon/telegram-bot-bash | |
https://github.com/close2/shell-xmpp-client | |
https://github.com/benchonaut/shell-xmpp-client | |
http://www.lilotux.net/~mikael/mcabber/ | |
http://profanity.im/otr.html | |
https://poez.io/en/ | |
http://stackoverflow.com/questions/170503/commandline-jabber-client | |
[TOR] | |
curl https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1 | |
curl https://www.dan.me.uk/torlist/?exit #(wait 1h between fetch) | |
curl https://www.dan.me.uk/torlist/ #(wait 1h between fetch) | |
[DNS/transproxy] | |
https://www.cloudns.net/ | |
https://www.cloudflare.com | |
http://forum.lowendspirit.com/viewtopic.php?id=441 | |
[VPN] | |
https://github.com/jlund/streisand | |
https://blog.ls20.com/ipsec-l2tp-vpn-auto-setup-for-ubuntu-12-04-on-amazon-ec2/ | |
https://github.com/hwdsl2/setup-ipsec-vpn | |
[VPN:SPECIALS] | |
https://github.com/killinux/jslinux-network/tree/master/xmpp-tun-tap | |
[WEBSERVER-SETUP] | |
https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-nginx-in-ubuntu-16-04 | |
https://trent.utfs.org/wiki/Gatling | |
http://serverfault.com/questions/753798/nginx-transparent-reverse-proxy-for-https-and-http-to-another-server | |
http://pastebin.com/BDt2fXxF | |
[HOSTERS] | |
http://lowendstock.com/ | |
https://www.briehost.com/clients/cart.php?gid=23 | |
https://yoctobox.com/#/#openvz | |
https://virmach.com/ | |
[SHELLS] | |
http://shells.red-pill.eu/index.php?a=search&q=php | |
https://freeshell.de/register/ | |
http://www.openshells.net/ | |
https://www.bshellz.net/rules/ | |
http://www.arbornet.org/free_shell_accounts.php | |
http://www.blinkenshell.org/wiki/Start | |
http://www.shellium.org/ | |
[MAIL] | |
https://putsmail.com/ | |
http://mailboxtools.com/tools/smtptest.aspx | |
http://inboxalias.com/index.php | |
http://mailcatch.com/en/temporary-inbox?box=inboxname | |
https://www.guerrillamail.com/inbox | |
http://en.getairmail.com/ | |
[FAVICON] | |
INLINE https://gist.github.com/psiborg/1569706 | |
http://www.favicon.cc/? | |
www.favicomatic.com/ | |
http://www.favicon-generator.org/ | |
https://stackoverflow.com/questions/5199902/isnt-it-silly-that-a-tiny-favicon-requires-yet-another-http-request-how-to-mak | |
SITES-GERMANY-IMPRESSUM_DISCLAIMER | |
https://www.e-recht24.de/artikel/datenschutz/209.html | |
SITES-COUNTERS | |
##only statcounter has ssl support yet (2017-01) | |
https://statcounter.com | |
http://flagcounter.com/ | |
http://histats.com/ | |
[BACKUP] | |
http://www.linuxdevcenter.com/pub/a/linux/lpt/18_16.html | |
https://opensource.com/article/19/3/backup-solutions | |
https://github.com/elemental-lf/benji | |
https://www.duplicati.com/download | |
[remote] | |
https://www.lifewire.com/free-remote-access-software-tools-2625161 | |
https://www.howtogeek.com/180953/3-free-ways-to-remotely-connect-to-your-macs-desktop/ | |
teamviewer | |
AnyDesk | |
VNC | |
[mac oui resolve] | |
https://unix.stackexchange.com/questions/248769/command-line-tool-to-obtain-oui-vendor-info-from-mac-address | |
https://stackoverflow.com/questions/13212187/is-it-possible-to-get-the-mac-address-for-machine-using-nmap | |
https://stackoverflow.com/questions/10633753/nmap-not-retrieving-mac-address-and-vendor?rq=1 | |
[WINDOWS PE] | |
https://www.reddit.com/r/linux/comments/1weui1/trick_unetbootin_to_create_a_windows_usb/ | |
[ODROID] | |
http://odroid.us/mediawiki/index.php?title=Mounting_Root_File_System_on_External_USB_Drive | |
[OpenWRT] | |
https://openwrt.org/toh/tp-link/archer-c50 | |
[SNI] | |
https://community.letsencrypt.org/t/do-i-need-a-dedicated-ip-for-the-certificate/1113 | |
https://letsencrypt.org/getting-started/ | |
[BROWSERS] | |
https://gist.github.com/spaze/558b7c4cd81afa7c857381254ae7bd10 | |
https://stackoverflow.com/questions/18977320/convert-from-mov-to-mp4-or-h264-using-avconv | |
http://trac.ffmpeg.org/wiki/Encode/H.264 | |
-- | |
[SEO] | |
[CNC/Steppers/Building] | |
viacopter.eu | |
basecamelectronics.com | |
Time Lapse | |
OpenMoco | |
[LEDS] | |
tleds | xleds | |
/sys/class/led | |
[DNS] | |
https://support.dnsimple.com/articles/caa-record/ | |
HE.net | |
cloudns.net | |
ns1 | |
buddyns | |
1984.is | |
flot | |
freeshells.info | |
ninthfloor.org | |
apt-fast | |
httptunnnel(see poor mans http vpn) | |
socat-vpn | |
badvpn | |
tun2socks | |
tun2socks-openwrt | |
vtun | |
fastd | |
unbound dns socks | |
bplaced.net | |
[webhoster.ag] | |
http://anleitung.webhoster.ag/?p=61 | |
[plesk] | |
https://www.netclusive.de/faq/64_212_de.html | |
[operatingsystem:historic] | |
https://de.wikipedia.org/wiki/Microsoft_Windows_1.0 | |
https://de.wikipedia.org/wiki/Xerox_Alto | |
https://de.wikipedia.org/wiki/DESQview | |
https://de.wikipedia.org/wiki/Graphical_Environment_Manager | |
https://de.wikipedia.org/wiki/Microsoft_Windows_2.x | |
[devices:nodes.tiny] | |
https://www.innet24.de/FriendlyELEC-NanoPi-Neo2-Plus-1GB-HexaCore-Allwinner-H5-Quadcore-A53-64-bit::146262.html | |
https://www.innet24.de/FriendlyELEC-NanoPi-Duo-Starter-Kit-512MB-QuadCore-Allwinner-H2-Quadcore-A7::147261.html | |
https://de.aliexpress.com/item/FriendlyARM-NanoPi-NEO-1-bay-NAS-Kit-includes-NanoPi-NEO-512M-1-bay-NAS-KIT-Ethernet/32810050441.html | |
https://www.innet24.de/FriendlyELEC-NanoPi-M2A-Samsung-Quad-Core-A9-1Gb-Gbit-Lan-Wifi-BT::146679.html | |
https://www.innet24.de/FriendlyELEC-NanoPi-M2-Samsung-Quad-Core-A9-1Gb-Gbit-Lan::134577.html?MODsid=d8cf99c0efc4a6820dfe2307c8ae1f37 | |
https://www.innet24.de/FriendlyELEC-NanoPi-M3-64bit-A53-Octa-Core-1GB-Wifi-Bluetooth::134576.html?MODsid=d8cf99c0efc4a6820dfe2307c8ae1f37 | |
https://www.innet24.de/FriendlyELEC-NanoPi2-Fire-NanoPi-M1-M2-zbh-Aluminium-Kuehlkoerper-mit-3M-Klebepad::134885.html?MODsid=d8cf99c0efc4a6820dfe2307c8ae1f37 | |
[devices:phones] | |
https://www.pollin.de/p/odroid-xu4q-einplatinen-computer-samsung-exynos-5422-2-gb-2x-usb-3-0-810750?&gclid=EAIaIQobChMIiLXK_MeS2AIVzBobCh0DcQ77EAQYASABEgLKHvD_BwE | |
https://www.ebay.de/itm/Lenovo-ZUK-Z1-64GB-Weis-Ohne-Simlock-Top-Zustand-521/362180148941?_trkparms=aid%3D777003%26algo%3DDISCL.MBE%26ao%3D1%26asc%3D20161005235502%26meid%3D4116373c15c04ed38d4dc07a032d8105%26pid%3D100688%26rk%3D5%26rkt%3D8%26sd%3D202134689343&_trksid=p2385738.c100688.m4649 | |
###TELEFON VOM WEIHNACHTSMANN | |
#vdc cryptfs | |
#ApkShare ? | |
### | |
##?Signal | |
##?Telegram | |
## | |
[Artnet] | |
[light:ma] | |
http://grand-support.dk/index.php/en/tips-and-tricks/68-getting-a-fixture-profile-into-your-onpc-console | |
https://help2.malighting.com/Page/MA_dot2/Window_ImportFixtureType/en/1.2 | |
## | |
## | |
snd.le | |
http://www.dein-tonmann.de/impressum/ | |
http://www.guessmer.de/index.php?t=p&z=3 | |
####Deppen | |
https://reichsdeppenrundschau.wordpress.com/2013/02/15/peter-fruhwald-die-polizei-stand-mit-vollstreckungshaftbefehl-vor-seiner-tur/ | |
--- | |
puredata | |
github → pd_compiler | |
-- | |
check minidns | |
check checktls.com | |
-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment