23 01 2016
Today i’m setting up a new server. Because i didn’t want to freeze downstairs in the cold cellar where my servers are usually located, i’ve simply built and configured this server upstairs. Since I don’t have wired network upstairs anymore, i just grabbed a random USB wifi stick and quickly connected the server temporarily to […]
23 01 2016
When changing the mainboard, linux will detect the different MAC address from the onboard LAN and will create “eth1” while “eth0” will still be mapped to the LAN from the previous mainboard. simply sudo vi /etc/udev/rules.d/70-persistent-net.rules to comment out the old network card and rename the new one from “eth1” to “eth0”, then reboot …
15 01 2016
Da wir selbst immer wieder einen Brutto-Netto-Gehaltsrechner brauchen, haben wir ihn nun kurzerhand in unserem Blog eingebaut: der kostenlose Lohnrechner für alle Bundesländer Österreich. Der Rechner rechnet beide Richtungen (von Brutto zu Netto und umgekehrt) und unterstützt auch die Personalkosten bzw. Berechnung der Lohnnebenkosten für Arbeitgeber in Österreich. Einfach alle Werte ausfüllen und auf Berechnen […]
14 01 2016
This repository contains the materials as developed and used by RPISEC to teach Malware Analysis at Rensselaer Polytechnic Institute in Fall 2015. This was a university course developed and run soley by students, primarily using the Practical Malware Analysis book by Michael Sikorski and Andrew Honig, to teach skills in reverse engineering, malicious behaviour, malware, […]
12 01 2016
in case you didn’t know, this blog entry is about elementary OS. sudo apt-get install network-manager-openvpn network-manager-pptp \ network-manager-pptp-gnome network-manager-vpnc will add OpenVPN/PPTP support to Network Manager: Importing .ovpn Configuration files: https://www.youtube.com/watch?v=I7XN0xNQazI&feature=youtu.be Note: importing the tigerVPN .ovpn files worked perfectly, however connecting only worked when ticking “use TCP connection”. Currently connected via Moldtelecom, might not […]
6 01 2016
in case you didn’t know, this blog entry is about elementary OS. INVERTING COLORS: sudo apt-get install xcalib you can either create a small .sh file and map it to your desired keyboard shortcut (ctrl+alt+cmd+8 for me) xcalib -invert -alter or directly type the commands into the settings for keyboard shortcuts:
6 01 2016
in case you didn’t know, this blog entry is about elementary OS. ZOOM: In elementary OS, by default you can only zoom the desktop with and =/+/- While this is nice, i am used from my OSX setup to zoom with + scrollwheel (= two finger swipe up/down). Luckily, duckduckgo.com found this perfectly working solution […]
24 12 2015
http://compilers.iecc.com/crenshaw/ http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf
24 12 2015
How to hire the best people you’ve ever worked with
29 11 2015
Solution: mkdir ~/.config/gtk-3.0 folder touch ~/.config/gtk-3.0/settings.ini then try setting the global switch on and reboot. – after that, your settings.ini should look like this, and you should have the global dark theme activated: [Settings] gtk-application-prefer-dark-theme=1