January, 2017
26 01 2017
In december 2016 i’ve purchased a Thinkpad t450s i7/FHD and maxx’d it out (1TB flash, 20GB ram) running GNU/Linux (Elementary OS). Both Windows and OSX are running inside VMware workstation, as i have to test and develop all kinds of websites on all platforms. – So i didn’t have to sacrify much compared to OSX […]
23 01 2017
1) find the order in magento admin 2) write down the order ID from the link (e.g. 253) 3) in phpmyadmin, find magento database, table downloadable_link_purchased 4) remove the entry for order_id 253
22 01 2017
http://www.merlin-software.de/ItemView:ItmNr.126209!ID.1570!Selector.Manu!Msr.1.asp#
22 01 2017
https://www.digitalmunition.me/2017/01/exitmap-tor-exit-relay-scanner/ https://github.com/NullHypothesis/exitmap
22 01 2017
http://www.vpngate.net/en/ https://github.com/adtac/autovpn sudo apt-get install golang-go openssl go build autovpn.go ./autovpn JP
22 01 2017
This is just a small list i’ve collected for myself. Not meant to be complete … set disassembly-flavor intel …. obligatory life saver 😉 x/100bs $rsp ……. ASCII dump stack (byte-wise) x/100ws $rsp ……. ASCII dump stack (lower word-bytes only) x/80x $rsp ………. HEX dump stack x/80xb 0x7fffffffd880 ….. HEX dump memory address xxd from […]
6 01 2017
—– NEW METHOD —– sudo fwupdmgr refresh sudo fwupdmgr get-updates sudo fwupdmgr update Im BIOS muss “Windows BIOS/UEFI Update” aktiviert sein … —– OLD METHOD —– GUI Alternativen: “Laufwerke” von Linux -> (rechts oben im Menü) Laufwerksabbild Wiederherstellen und .img oder .iso aussuchen https://www.fossmint.com/woeusb-create-bootable-windows-usb-sticks-from-linux/ balenaEtcher: https://www.balena.io/etcher/ CLI: 1. Download bootable “BIOS Update (bootable CD)” from […]
4 01 2017
UPDATE – Better, easier way taken from http://askubuntu.com/questions/4950/how-to-stop-using-built-in-home-directory-encryption 1 .Backup the home directory while you are logged in sudo cp -rp /home/user /home/user.backup 1.1. Check that your home backup has everything!!! 2. reboot into single user mode via grub (shift during boot, edit, add “single” as a parameter. for details see https://www.cyberciti.biz/faq/grub-boot-into-single-user-mode/) 3. Delete your […]
4 01 2017
During extensive configuration of my new system i did a f***up and ended up having a system that doesn’t boot but holding all data, and luckily – i’ve had a several days old bootable system (without the most recent data). So i ended up restoring the bootable system and then trying to mount the 1:1 […]
4 01 2017
Usually every file read access also produces writes to the SSD, because the system updates the file atime (access time). For most systems you can safely turn it off, which will not only give a small speed increase but also prolong the lifetime of your SSD: sudo vi /etc/fstab # [file system] [mount point] [type] […]