baumi's blog

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

Know-How / Wissenswertes

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

Goodbye OSX – part #6: finetuning the trackpad settings using synaptics client (in my case: for macbook pro 15″ mid-2012)

Yesterday i did the first native tests (before that, i’ve been testing inside a parallels virtual machine). Surprisingly, both Elementary OS “Freya” as well as kali 2.0 seem to be working pretty well on my mid-2012 macbook pro out of the box. trackpad, graphics, wlan, screen + keyboard brightness, audio … all working out of […]

ATTENTION: Android Backup (adb) not working properly on Googles own Nexus5 phone: better look for something else!

I’ve had two full backups of my nexus 5. i did a small script, which looks like this: #!/bin/bash fname=nexus5_backupdata_$(date +”%Y-%m-%d_%H%M”).ab echo “Creating backup file $fname …” ~/Library/Android/sdk/platform-tools/adb backup -apk -shared -all -f ~/$fname to restore, i did: #!/bin/bash ~/Library/Android/sdk/platform-tools/adb restore ~/nexus5_backupdata_2015-08-11_1614.ab so, what happened? most of my apps are restored, a few are missing, […]

Previous Posts Next posts