baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

January, 2016

GNU/Linux Ubuntu LTS: Rename eth1 back to eth0 for onboard network lan card after swapping mainboard

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 …

Brutto-Netto-Rechner für Österreich 2016 (Arbeitgeber, Arbeiter und Angestellte)

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 […]

Malware Analysis – CSCI 4976

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, […]

Elementary OS: setting up VPN (PPTP or OpenVPN) via GNOME Gui Network Manager

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 […]