Download High Sierra from the the App Store and place a formatted USB drive named ‘Untitled’ and fire this command into the terminal. Enter your system password and let it run for several minutes.

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia —volume /Volumes/Untitled —applicationpath /Applications/Install\ macOS\ High\ Sierra.app

Tip: Press Ctrl+T to check progression.

Thanks to: Macworld

04.17.2016

Before you start make sure your Apple ID is secured with two factor authentication.
CNET – Two-factor authentication: What you need to know (FAQ)

1. Update the system through the App Store completely.
2. System Preferences -> Security & Privacy:
– General, Set Lock Message (If this laptop has been found, please call #Your-Phone-Number)
– Turn on FileVault
– Turn on FireWall (enable “Automatically signed software to receive incoming connections” and “Enable stealth mode”)
3a. To hide the menu bar, head to System Preferences > General. Next, check the box for Automatically hide and show the menu bar.
3b. System Preferences -> TrackPad and set to your preferred settings
3c. Enable three finger drag gesture OSX Daily – How to Enable the Three Finger Drag Gesture on Mac Trackpads in OS X

4a. Install an AntiVirus scanner, herewith two options:
– Avira Free Antivirus for Mac
– F-Secure Anti-Virus for Mac

4b. Choose your browser and install a tracking cookie filter.
– Firefox: EFF Privacy Badger
– Safari: uBlock

4c. Buy the app Cookie from the App Store, this app removes the cookie and other cache from your browsers.

5. Install a DNS Filter to block suspicious websites and advertisements, K9 Web Protection It was offered for free for many years and as of April 2019 has been removed by Symantec and is no longer available for download.

6. Install f.lux – spare your eyes during late evening screen use.

Last word:
– Install only software from trusted sources to remain secure. Back-doors, Trojan Horses and other viruses are mainly spread through cracks.
– Be always very suspicious before clicking links and opening attachments within your email, even when it seems to be from someone you know and can trust.
– Never install Adobe Flash Player, it adds a major security risk.
– This list has been created with OS X 10.11 (El Capitan)

04.15.2016

1. Create a usb install drive using my previous post.
2. To start from a USB storage device connect the device, restart, and immediately press and hold the Option key to access Startup Manager. Apple Support:
Startup key combinations for Mac
Starting from an external USB storage device (Intel-based Macs)
3. Select the USB device and follow the installation wizard.
4. Organize the partition(s) with Disk Utility and install OS X.
5. Wait for about 30 minutes to complete and follow the wizard to finalize.
Enjoy your fresh installation!

hold down the option key

hold down the option key to access Startup Manager

Use createinstallmedia
Starting with Mavericks, hidden inside the OS X installer is a Unix program called createinstallmedia, provided by Apple specifically for creating a bootable installer drive. If you’re comfortable using Terminal, createinstallmedia is a relatively simple tool to use.

Just copy this command into the terminal and press return and your system password.

sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia −−volume /Volumes/Untitled −−applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app −−nointeraction

Thanks to: macworld.com

 

ps. Don’t forget to set the system time and date correct in the terminal!
The format is: date {month}{day}{hour}{minute}{year}
For example: jan 1st 14:22, 2015 becomes:

date 0101142215

Thanks to: bensmann.no

Use createinstallmedia
Starting with Mavericks, hidden inside the OS X installer is a Unix program called createinstallmedia, provided by Apple specifically for creating a bootable installer drive. If you’re comfortable using Terminal, createinstallmedia is a relatively simple tool to use.

Just copy this command into the terminal and press return and your system password.

sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia −−volume /Volumes/Untitled −−applicationpath /Applications/Install\ OS\ X\ Yosemite.app −−nointeraction

Thanks to: macworld.com

 

ps. Don’t forget to set the system time and date correct in the terminal!
The format is: date {month}{day}{hour}{minute}{year}
For example: jan 1st 14:22, 2015 becomes:

date 0101142215

Thanks to: bensmann.no