Entropy increases
... while I write this ... :-)
2021-07-11
Amazon Box sizes in mm
›
My own rough measurements: LengthxWidthxHeight (LxBxH): E0 mm E1 mm E3 mm E36 mm E4 410x310x110 mm E6 410x310x210 mm E...
2021-05-28
›
Control system volume and play/stop from an external keyboard on a MacBook Pro on macOS Catalina Install Karabiner-Elements and map the fol...
2020-04-13
Convert UTF-8 NFD to UTF-8 NFC on Linux
›
convmv -f utf-8 -t utf-8 --nfc -r . --notest This will for example convert the german ü from 75 cc 88 to 73 bc (which both describe an ü...
2020-02-08
Convert Latin1 text to UTF8
›
One can use Python as a universal converter on the command line like this: cat latin1.txt | python3 -c "import sys; t=sys.stdin.buffe...
2019-04-22
Limits of 1&1 virtual server L
›
I recently tried to find out the limits of my 1&1 virtual server L. The official resourse was not very conclusive about the problems I w...
2019-04-14
Find brute-forced destination ports
›
Find all destination ports used by TCP brute-force attacks on a server: zgrep firewall /var/log/syslog*|python -c "import sys;[sys.st...
2018-11-14
Cut-copy-paste suddenly stops working with Microsoft Remote Desktop
›
Use this to fix: Kill rdpclip.exe using the TaskManager. Start rdpclip.exe using Run. The clipboard should work now again.
2018-04-27
Show Intel TurboBoost usage under Linux: tubostat
›
This monitors the current clock rate (in MHz) for each core and it also lists the TurboBoost settings depending on how many cores are used:...
2018-03-20
Ctrl-Q and Ctrl-S do not work in GNU screen
›
If you find that pressing Ctrl-Q and Ctrl-S has no effect at all in a specific GNU screen terminal than you most likely have accidentally sw...
2018-02-22
Set terminal title (reset terminal title after it was scrambled by accidentally printing a binary file)
›
echo -ne "\033]0;SOME TITLE HERE\007"
2018-02-03
Encrypted backup disk on Linux
›
Problem: I would like to store a backup disk in a different physical place every now and then, just to be sure in case of severe incident li...
Monitor dd progress on Linux with old binutils
›
I recent was on an Ubuntu 14.04 machine, started a long running dd to clear a disk, and then wanted to monitor progress of this command to g...
2018-01-21
David P. Reed talks about the invention (or better conception) of UDP
›
http://www.reed.com/blog-dpr/?page_id=6
2017-11-14
Save GNU screen buffer to file
›
To save the content of a screen in the "GNU screen" tool to a file, including the scrollback buffer, do the following: - Press C...
2017-10-27
Reset screen terminal after printing garbage
›
When accidentally printing binary data in a terminal the state of the terminal gets messed up and one needs to reset it. When using GNU scre...
2016-07-09
rsyslogd does not log kernel messages to kern.log on Ubuntu 14.04.1 and OpenVZ
›
Problem: Logging dropped packets using iptables LOG policy did not work. Well, the precise problem was, that the messages did not end up in ...
2015-11-08
Reset Toner on Brother MFC-9340CDW
›
The original Brother toner cartridges for the Brother MFC-9340CDW printer runs out of toner after a programmed amount of toner usage which i...
2015-09-30
Copy multiple lines from Windows Command Prompt (cmd.exe)
›
Holding down shift while pressing the right mouse button in the selected area copies the text and removes all linefeeds. This is not proper ...
2015-09-28
Visual Studio Intellisense: No focus on suggestions.
›
For some reason sometime my Intellisense changes behavior every now and then (probably a Linux Keyboard shortcut entered in VS). To fix thi...
2015-09-17
Volumio autoplay with NAS (hack)
›
Goal: Let Volumio 1.55 automatically start playing music automatically after the Raspberry Pi is powered on. The RPi is used completely head...
2015-05-07
Mac OS X telnet escape character on a german keyboard is Ctrl+Ü
›
The title says it all. To get the telnet escape char (^]) in a Mac OS X Terminal, for example to quit telnet, you have to type Ctrl+Ü on a g...
2015-01-12
Update Samsung SSD 840 EVO firmware on Zotac Linux server (poor read performance of old files).
›
My Samsung SSD 840 EVO was suffering from the apparently well known problem that 'old' files (files which have been written a long w...
Avoid hang of headless Zotac server on Ubuntu Linux reboot. (How to disable the graphical console for grub and the Linux kernel.)
›
My Zotac server did not reboot without a monitor attached. Booting from power-up did work ok. The graphical console of grub seemed to be the...
2014-10-03
Copy files using rsync as root when the remote host does not allow root access and ssh is on a different port
›
Step 1: Make sure you can execute commands as root on the remote host after logging in, without entering your password. For this there are...
2014-09-29
Ubuntu Linux: Show network throughput of network device eth0 etc in bytes: iftop -B
›
By default iftop shows the bandwidth in Bit/s iftop To show the bandwidth in Bytes/s iftop -B
2014-08-11
Quit screen on german keyboard
›
On a german keyboard the key binding for 'quit' on GNU screen does not seem to work for me (on Max OS X). But one can simply invoke ...
Save screen scrollback buffer to file
›
Type: Ctrl-A : hardcopy -h file.txt For me this saves a lot of leading blank lines, but this is ok.
2014-08-03
Epic Rap Battle: Nerd vs. Geek
›
2014-04-30
Strip PDF restrictions on Mac OS X without any special tools
›
Assuming you have a PDF which has certain restrictions on it (for example you cannot edit the PDF using Preview in the usual way), but which...
2014-02-26
Mac OS X Lion: Scan for wireless networks
›
Mac OS X Lion provides a command line tool to scan for wireless networks and print useful information about the networks: /System/Library/...
›
Startseite
Web-Version anzeigen