Configure Access to SourceTree to Gitorious Source Control

Overview:

  • SourceTree is a visual client to a git-style source control repository for Windows (in this example) and Mac-OS-X.
  • Gitorious is a wiki/git-style web based file browser and repo setup system like github – except YOU run it.  It is delivered as standalone computer (Virtual Machine) that hosts a git server and wiki all in one. The wiki is integrated into the project. My good buddy at Geek Inc. delivered this all on a 4GB stick which had a VMWare AND a VirtualBox version of it and then he and pointed me in the right direction. Thanks Ben.
  • IMPORTANT – EVERYONE ELSE CAN VIEW PROJECTS PUBLICLY WITHOUT WRITE ACCESS (awesome!) – meaning they don’t have to know git – just send them links to the relevant directories or files AS A WEB LINK – they don’t have control over your files since the files are stored on the Virtual Machine’s internal directory structure. They can make their own accounts – but the admin determines who is on what team for write to the repository. THAT WAS THE GOAL
  • Ideally there Continue reading

setting up Time Machine to see a network drive instead of a local drive.

To allow macs to see other drives other than local ones (see link below), you basically

  • edit a setting on your mac
  • create a sparse bundle using some unix commands – make it at least 3 times larger than your expected data to be backed up
  • MOVE that sparse bundle to a remote machine and connect to that remote directory – then tell time machine to start looking for hard drives.

 

Here – just do what Stephan says and read with understanding and he leads you through the bullet points above. This stuff is written so you CAN understand what is going on. I learned this stuff long before he simplified it – so thank you.

Solved: Fonts on a Mac for Microsoft office – why are they not updating? Where are they?

Macs are not perfect even though one’s productivity is much higher with one. When things go wrong – they can sometimes really go wrong.

One customer had issues with a critical branding font that installs fine on everyone else’s Macbook but not theirs. I now know more about fonts that I ever wanted to know especially how Microsoft fonts fit into the Mac picture. I researched dozens of websites each adding a piece to the puzzle. Here we go …

  • There are 4 font stores on your Mac
    • user fonts stored in /Users/youraccount/Library/Fonts
    • computer wide (all accounts) fonts in /Library/Fonts
    • system fonts in /System/Library/Fonts (never ever touch these)
    • Microsoft Office fonts in /Library/Fonts/Microsoft (ahhh I see)
  • ONLY TTF fonts work for Office – or so MS claims
  • To install fonts for MS Office 2011 – don’t double click them – this installs them naturally in the user fonts
    • instead – start up Font Book (use the spotlight or magnifying glass to find it quick in the upper right of your Mac)
    • drag them from your Finder onto Computer (under the Collection section at the left of the Font Book app)
  • A reboot triggers the Mac Font store to sync with Office. Don’t forget to reboot before ripping your hair out
  • Adding fonts to the user fonts will never show up in Microsoft Office products
  • Don’t assume that because a font works in lets say Word, that it will appear in Excel – it might once the cache catches up
  • Microsoft font cache file can be delete so it will force a refresh – but it can be in 2 places – check both. Microsoft moved it for Office 2011 for Mac for some computers different than others
    • Lion? goto finder and hold the option key and …
    • click the menu Go->Library or type in a folder /Library by choosing the Go->Go to Folder option then navigate eventually to /Library/Preferences/Microsoft/Office 2011
      • not there? Microsoft moved them in later releases of Office 2011 to /Library/Application Support/Microsoft/Preferences/Office 2011 – even MS’ articles are incorrect!
      • also you might need to look in /Users/yourname/Library/Application Support/Microsoft/Preferences/Office 2011
    • when you re-start work or Excel you will now see a task completing to rebuild the cache files and if you observe the location above you will see new cache files
  • Here is a link to completely remove Office on a mac and is the final puzzle piece that allowed me to solve this riddle http://support.microsoft.com/kb/2398768

Many thanks to these sites: