From charlesreid1

(Created page with "Notes on getting set up after a fresh install of OS X Yosemite. * epic privacy browser * homebrew * OS X command line tools (installed with homebrew) * git * iterm2 * cathode...")
 
m (Admin moved page Mac OS X Yosemite to Yosemite)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Notes on getting set up after a fresh install of OS X Yosemite.
Notes on getting set up after a fresh install of OS X Yosemite.
* epic privacy browser
 
* homebrew
=Mac=
* OS X command line tools (installed with homebrew)
 
* git
==Programs==
* iterm2
 
* cathode
Programs installed on Yosemite:
* python 3
* <s>epic privacy browser</s>
* python 2
* <s>homebrew</s>
* quicksilver
* <s>OS X command line tools (installed with homebrew)</s>
* macvim
* <s>git</s>
* <s>iterm2</s>
* <s>cathode</s>
* <s>python 3</s>
* <s>python 2</s>
* <s>quicksilver</s>
* <s>macvim</s>
* <s>vlc</s>
* <s>tunnelblick</s>
 
That's it for now. Gotta get moving. More later.
 
===VPN===
 
On the Mac, I use the [[Tunnelblick]] software to create new VPN connections.
 
For the VPN servers themselves, I like VPNBook because it's free, it works on iPhone/Linux/Mac, and it's very, very easy. Instructions: http://www.vpnbook.com/freevpn
 
===Homebrew===
 
Things to install with homebrew:
* <s>openssl</s>
* <s>GPG</s>
 
===Pip Install===
 
All the pip stuff.
 
==Dotfiles==
 
Yargwid.
 
=Linux=
 
I wanted to make a [[Dual_Boot_Kali_on_OS_X|Dual Boot of Kali Linux on OS X]]. This required setting up a couple of things.
 
==Partition Disk==
 
The first thing I did was to partition my disk. I split my 250 GB hard drive into a 100 GB portion for Mac, 100 GB portion for Linux, and a 50 GB portion that is shared between the two.
 
==Install rEFInd==
 
Ran this
 
<pre>
$ curl -s -L http://sourceforge.net/projects/refind/files/0.8.3/refind-bin-0.8.3.zip -o refind.zip
$ unzip refind.zip
$ cd refind-bin*
</pre>
 
==Reboot==
 
Once you install rEFInd, reboot. You should see the rEFInd menu, with your lone Apple operating system:
 
[[Image:RefindMacOnly.jpg|500px]]
 
Now we're ready to install Linux from a jump drive.
 
[[Category:Mac]]

Latest revision as of 06:50, 23 March 2017

Notes on getting set up after a fresh install of OS X Yosemite.

Mac

Programs

Programs installed on Yosemite:

  • epic privacy browser
  • homebrew
  • OS X command line tools (installed with homebrew)
  • git
  • iterm2
  • cathode
  • python 3
  • python 2
  • quicksilver
  • macvim
  • vlc
  • tunnelblick

That's it for now. Gotta get moving. More later.

VPN

On the Mac, I use the Tunnelblick software to create new VPN connections.

For the VPN servers themselves, I like VPNBook because it's free, it works on iPhone/Linux/Mac, and it's very, very easy. Instructions: http://www.vpnbook.com/freevpn

Homebrew

Things to install with homebrew:

  • openssl
  • GPG

Pip Install

All the pip stuff.

Dotfiles

Yargwid.

Linux

I wanted to make a Dual Boot of Kali Linux on OS X. This required setting up a couple of things.

Partition Disk

The first thing I did was to partition my disk. I split my 250 GB hard drive into a 100 GB portion for Mac, 100 GB portion for Linux, and a 50 GB portion that is shared between the two.

Install rEFInd

Ran this

$ curl -s -L http://sourceforge.net/projects/refind/files/0.8.3/refind-bin-0.8.3.zip -o refind.zip
$ unzip refind.zip
$ cd refind-bin* 

Reboot

Once you install rEFInd, reboot. You should see the rEFInd menu, with your lone Apple operating system:

RefindMacOnly.jpg

Now we're ready to install Linux from a jump drive.