Posts

Can't update macOS High Sierra

Image
You can't update macOS High Sierra? You are on 10.13.x, but the 10.13.x +1  won't install? It goes through the download and reboot, but when it is done you are still on  same 10.13 ? You can't install kext extensions anymore ? Tried downloading combo updates ? Tried installing direct downloads ? You get in the logs:  Could not create a Preboot Volume for APFS install Or you get:  Could not update Preboot Volume  well... not anymore.. You don't need to reinstall or anything. Check your /Volumes/ folder you probably will see countless preboot volumes there.. This has to be a weird mac os bug. I had 99 folders, probably can't create anymore and hence no more updates for Mac os or no more low level kernel drivers installations... What you need to do is to delete all the folders except the Preboot one. So you should end up with only 1 preboot directory in volumes directory.. Reboot, reinstall and everythi...

how to install google play services to asus tinker board

Asus recently released a new version of android operating system for it's Asus tinker board.You can download the latest version from here: https://www.asus.com/Single-Board-Computer/Tinker-Board/HelpDesk_Download/ However, it comes without google play store. If you want to install google play store, there are lots of versions of it around the web, but which one will work? The correct google play version to select for Asus tinker board is this one: http://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-10-5-62-release/google-play-services-10-5-62-438-153733333-android-apk-download/ google services: http://www.apkmirror.com/apk/google-inc/google-services-framework/google-services-framework-6-0-1-release/google-services-framework-6-0-1-android-apk-download/download/ this time download the google play store from: http://www.apkmirror.com/apk/google-inc/google-play-store/google-play-store-7-7-31-release/google-play-store-7-7-31-o-all-0-pr-15...

asus tinker board boot problems

Image
Recently got an Asus tinker board , flashed images but no matter it won't boot. Neither android image or debian one. Turns out the problem was with the power supply. This beast requires really a lot power. If you run into issues , try to connect a more powerful usb charger. Apple's iphone charges won't do it.

how can you enable a windows firewall rule for a dynamic dns name or dns address

in a windows server sometimes you just need to enable some ports on your firewall to your dynamic dns address.(such as RDP , FTP , etc..) It is cumbersome when you do this manually every time your ip address changes.Why not update your server automatically every time when your ip changes based on your new dynamic dns update ? 1 ) just create a powershell script like this: $ip = [System.Net.Dns]::GetHostAddresses(" your ddnss address ").IpAddressToString Set-NetFirewallRule -DisplayName " myrule " -RemoteAddress $ip Put in your ddns name like: xxx.dydns.org , no-ip etc.. Create a firewall rule and define ports etc. before hand and name it either "myrule" and use the second line as it is ,or change the "myrule" to your rule's display name on advanced firewall app on windows server. 2) name it as firewall.ps1 3) and than create a task on task scheduler like this: command to execute: powershell -executionpolicy remotesigned -File...

windows 7 can't find files with extension *.pdb , try yourself:

Windows 7 can't find files with extension *.pdb , try yourself: Open a directory where you know that there are files with *.pdb extension type search *.pdb and windows 7 will not be able to find any files and display error message: No items match your search. That's crazy bug ! It works as expected for other file extensions though . such as *.mp3 , *.html or whatever..

angry birds live

Image
well they are real actually but not so angry

ios 5 or ios 5.0.1 on Iphone 4s crashes - kernel panic

I bought one of these iphone 4s 64 gb s on the day they have been released and since then I am having some phone crashes.Phone is crashing and shut-down it self.I am not sure if it is a software problem or hardware but updating to ios 5.0.1 didn't fix the problem and I am wondering if anyone else having these problems. Error log from the iphone 4s is something like this: Incident Identifier: 2E7997B3-0521-4C99-BAA7- DB959D211A92 CrashReporter Key: 3ffcf799c1cef600edb9dcae8dc547 503cdda6ba Hardware Model: iPhone4,1 Date/Time: 2011-11-12 14 :25:20.250 +0000 OS Version: iPhone OS 5.0.1 (9A405) panic(cpu 1 caller 0x800530b3): "no entry"@/SourceCache/xnu/xnu- 1878.4.46/osfmk/vm/vm_map_ store_rb.c:80 Debugger message: panic OS version: 9A405 Kernel version: Darwin Kernel Version 11.0.0: Tue Nov 1 20:34:16 PDT 2011; root:xnu-1878.4.46~1/RELEASE_ ARM_S5L8940X iBoot version: iBoot-1219.43.32 secure boot?: YES Paniclog version: 1 Epoch Time: sec usec Boot : 0x4ebd076c 0x00000000 Sl...