OSX Spotlight reset
Source: StackExchange 1234sudo mdutil -i off / sudo rm -rf /.Spotlight* sudo mdutil -i on / sudo mdutil -E / 1 – turn indexing off 2 – delete Spotlight folder … Read More
Source: StackExchange 1234sudo mdutil -i off / sudo rm -rf /.Spotlight* sudo mdutil -i on / sudo mdutil -E / 1 – turn indexing off 2 – delete Spotlight folder … Read More
Source: StackOverflow Source: Developer.Apple.com Create a link to the URL from the home screen; and use the following HTML Meta Tags: 12345<span class="com"><!– Allows fullscreen mode from the Homescreen –></span> … Read More
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
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
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
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