https://support.apple.com/downloads
10.14.4, https://updates.cdn-apple.com/2019/macos/041-49222-20190325-34deb8ef-969c-4548-9760-da0a63e35e7d/macOSUpdCombo10.14.4.dmg
10.13.6, https://updates.cdn-apple.com/2018/macos/091-94327-20180709-5409BA12-7C10-11E8-84CF-4F47544C24EB/macOSUpdCombo10.13.6.dmg
10.12.6, https://updates.cdn-apple.com/2018/macos/091-22859-20170719-94d0f538-695b-11e7-a542-95d5494dd6d5/macosupdcombo10.12.6.dmg
10.11.5, https://support.apple.com/downloads/DL1876/en_US/osxupdcombo10.11.5.dmg
10.10.5, https://support.apple.com/downloads/DL1832/en_US/osxupdcombo10.10.5.dmg
10.9.5, https://support.apple.com/downloads/DL1760/en_US/OSXUpdCombo10.9.5.dmg
10.8.5, https://support.apple.com/downloads/DL1676/en_US/OSXUpdCombo10.8.5.dmg
10.7.5, https://support.apple.com/downloads/DL1582/en_US/MacOSXUpdCombo10.7.5.dmg
10.6.8, https://support.apple.com/downloads/DL1399/en_US/MacOSXUpdCombo10.6.8.dmg
https://support.apple.com/downloads
10.14.4, https://updates.cdn-apple.com/2019/macos/041-49222-20190325-34deb8ef-969c-4548-9760-da0a63e35e7d/macOSUpdCombo10.14.4.dmg
10.13.6, https://updates.cdn-apple.com/2018/macos/091-94327-20180709-5409BA12-7C10-11E8-84CF-4F47544C24EB/macOSUpdCombo10.13.6.dmg
10.12.6, https://updates.cdn-apple.com/2018/macos/091-22859-20170719-94d0f538-695b-11e7-a542-95d5494dd6d5/macosupdcombo10.12.6.dmg
10.11.5, https://support.apple.com/downloads/DL1876/en_US/osxupdcombo10.11.5.dmg
10.10.5, https://support.apple.com/downloads/DL1832/en_US/osxupdcombo10.10.5.dmg
10.9.5, https://support.apple.com/downloads/DL1760/en_US/OSXUpdCombo10.9.5.dmg
10.8.5, https://support.apple.com/downloads/DL1676/en_US/OSXUpdCombo10.8.5.dmg
10.7.5, https://support.apple.com/downloads/DL1582/en_US/MacOSXUpdCombo10.7.5.dmg
10.6.8, https://support.apple.com/downloads/DL1399/en_US/MacOSXUpdCombo10.6.8.dmg
#!/bin/bash | |
#About the SMC Firmware Updates (outdated), https://support.apple.com/en-au/HT202040 | |
sysctl hw.model | |
system_profiler SPHardwareDataType | grep -i "Version" | awk -F ':' '{print $1 $2}' | |
/usr/libexec/firmwarecheckers/eficheck/eficheck --integrity-check |
#!/bin/bash | |
#About the SMC Firmware Updates (outdated), https://support.apple.com/en-au/HT202040 | |
sysctl hw.model | |
system_profiler SPHardwareDataType | grep -i "Version" | awk -F ':' '{print $1 $2}' | |
/usr/libexec/firmwarecheckers/eficheck/eficheck --integrity-check |
Mac boot options | |
Hold keys at startup. | |
Startup Manager: Option (⌥) | |
Set boot source as default: Get to Startup manager then hold Control while selecting the disk | |
Boot from CD/DVD/USB: C | |
Target Disk Mode: T | |
Check for Option ROM firmware: Option-Shift-Command-Period | |
Safe Mode: Shift (⇧) |
#!/bin/bash | |
# Disable failed GPU on Macbook Pro (2011) | |
sudo nvram boot-args="-v" | |
sudo nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00 | |
exit 0 |
If you messed up with editing sudoers
, this solution is for you. The solution is limited to restoring /etc/sudoers
file to the original state. It is easier to mess up your config such as saving wrong format, etc.
- Please reboot your macOS into recovery mode. While rebooting press and hold
Cmd+R
key. - After you completely reboot, you will see a dialog. You need to open
Terminal
by clickingUtilities > Terminal
on menu. - In order to mount
/etc
as writable state, you need to disable SIP first by executingcsrutil disable
. - Reboot into single user mode. While rebooting press and hold
Cmd+S
key.
mkdir -p /usr/local/etc/nginx/sites-{enabled,available}
cd /usr/local/etc/nginx/sites-enabled
ln -s ../sites-available/default.conf
ln -s ../sites-available/default-ssl.conf
File locations:
nginx.conf
to/usr/local/etc/nginx/
default.conf
anddefault-ssl.conf
to/usr/local/etc/nginx/sites-available
homebrew.mxcl.nginx.plist
to/Library/LaunchDaemons/
NOTE: I've found that outside my city, there are some actual important paths that this hack will hide. So I've provided an alternative file vtm-elemnt-THIN.xml
. This makes the blue cyclepaths really thin rather than removing them entirely, just use it instead and remove the -THIN
from the name.
There are three versions of the vtm-elemnt.xml
file:
vtml-elemnt-DEFAULT.xml
is the default from the BoltApp.apk (version 12513)vtml-elemnt-HIDDEN.xml
has the paved cycle paths commented out for the bolt v2.vtml-elment-THIN.xml
makes the paved cycle paths thinner.
- Turn on your Bolt v2.
- Plug it into a PC that supports MTP (Windows does out the box, More info can be found here).
<?xml version="1.0" encoding="UTF-8"?> | |
<tag-mapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" default-zoom-appear="16" | |
profile-name="default-profile" xmlns="http://mapsforge.org/tag-mapping" | |
xsi:schemaLocation="http://mapsforge.org/tag-mapping https://raw.githubusercontent.com/mapsforge/mapsforge/master/resources/tag-mapping.xsd"> | |
<!-- ************* POIS *************** --> | |
<!-- HIGHWAY TAGS --> | |
<pois> | |
<osm-tag key="highway" value="mini_roundabout" zoom-appear="17" /> |