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
baumi's personal blog … Linux, OS X, Windows, Random things, …
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] […]
3 01 2017
boot gparted live sudo su – lsblk fdisk /dev/sda p d d n e n w lsblk cryptsetup luksOpen /dev/sda5 crypt pvs lvs swapoff -a pvresize /dev/mapper/crypt lvresize -l +100%FREE /dev/elementary-vg/root swapon lvs pvs e2fsck -f /dev/elementary-vg/root resize2fs /dev/elementary-vg/root lvs pvs lsblk reboot
1 01 2017
https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2005129
31 12 2016
I would have loved to upgrade to a new macbook pro this year. Unfortunately, Apple made it quite unattractive (to say it in a very diplomatic way ^^). I have been working for years now on a MBP mid-2012 (previously early 2011), hires matte display, 16GB ram, 1TB flash drive. So in order to get […]
28 12 2016
1) Download OSX disk image for VMware: Mojave: https://www.geekrar.com/download-macos-mojave-vmware-virtualbox/ Sierra: https://drive.google.com/drive/folders/0B2BGAPbTu7vhM1M1THdhX01Jejg 2) Get VMware workstation and/or player http://www.vmware.com/products/player/playerpro-evaluation.html 3) Install VMware unlocker, see https://blog.b-nm.at/2016/12/27/vmware-unlocker-for-os-x/ If you get IOError: [Errno 2] No such file or directory: ‘/usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0’ substitute ‘/usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0’ with ‘/usr/lib/vmware/lib/libvmwarebase.so/libvmwarebase.so’ in lnx-install.sh and unlocker.py, then rerun lnx-install.sh 4) Create new VM for “maxOS OSX”. If […]