Category: TECH
homebrew: Error: Xcode alone is not sufficient on..
Error occurs while: > brew install XYZ 1<span class="typ">Error</span><span class="pun">:</span> <span class="typ">Xcode</span><span class="pln"> alone </span><span class="kwd">is</span> <span class="kwd">not</span><span class="pln"> sufficient on……</span> Force re-install CommandLineTools (deleting the previous version prior) 12sudo … Read More
iOS Restriction Passcode RECOVERY
NON-DESTRUCTIVE !!!! No editing and pushing back to iOS device. Required Resources: iBackupBot for Mac / Windows: http://www.icopybot.com/download.htm URL http://ios7hash.derson.us Steps: backup iOS device with iTunes iBackupBot: Navigate to: System Files … Read More
.DS_Store – BASH shell – Linux/OSX = Find & Remove Files
SOURCE: https://www.cyberciti.biz/faq/linux-unix-how-to-find-and-remove-files/ find . -type f -name “FILE-TO-FIND” -exec rm -f {} \; FIRST RUN FIND!! WIthout the command to check the results. If all OK, then run with “-exec … Read More
VirtualBox Ubuntu network NAT + host-only
VBOX Settings in preferences for host-only network VBOX Settings for Guest guest network settings EDIT: /etc/network/interfaces 12345678910111213141516171819source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # … Read More
OSX per Application Volume Mixer – BackgroundMusic @ github
https://github.com/kyleneideck/BackgroundMusic Automatically pauses your music player when other audio starts playing and unpauses it afterwards Per-application volume, boost quiet apps Record system audio No restart required to install … Read More
DietPi.com minimal SBC Debian images with presets
SOURCE: Homepage of :: DietPi.com DietPi-Software DietPi-Software allows you to install optional “ready to run” and optimized software for your device. As well as automating the linux installation and configuration … Read More