Mount Samba Drive in Ubuntu or Mac OS

Ubuntu

Open Files, and under Network "Connect to Server"

smb://isilonpool01.hq.halw.com

You'll then be prompted to enter your domain and credentials, after that you should be connected.

Mac OS X

With ForkLift, Go, Connect

Your will need the following information:
Protocol:SMB
Server: isilonpool01.hq.halw.com
Username:
Password:

Use Mac for Personal WiFi Hotspot

Refer: http://stackoverflow.com/questions/21184567/make-mac-into-a-personal-wifi-hotspot-for-the-local-mamp-based-server

I'll post my partial answer here - it will hopefully benefit somebody in the future.

In the end it was pretty easy:

  • Go to the Sharing panel in System Preferences, click on the Edit button by the first Computer Name edit box and then change the Local Hostname to something short, nice and readable (like for example web.local)
  • Click on the WiFi icon on you'r Mac's status bar menu and select Create Network... on the bottom of the menu, give your new WiFi network a name (+ other option if you'd like) and click create
  • Don't forget to fire-up MAMP (or any other server you might be using)
  • Voila - you can now see the new WiFi network from your iOS/Mac devices, connect to it and use the previously created address (i.e. http://web.local) to access your MAMP server (my mistake previously was that I wanted to take the harder/universal way with local DHCP/DNS servers and IP addresses - but this is much easier and the OSX does everything for you)

Its unfortunately partial because it works only with Apple's Mac/iOS devices - other devices (have tried it with Android) will simply not see the personal network you've created (I assume details are being transmitted via Apple's Bonjour anyway so thats why). But better something than nothing.  But its still pretty cool - I can now connect my iPhone and iPad to the MAMP running on my Mac even without being connected to the Internet or having a DHCP-enabled AP taking care of the networking details.

Forklift Pinwheel of Death

On Feb 14, 2015, at 1:26 AM, BinaryNights Support wrote:

Hi,

Yes, there is a known issue with 'Group by Date added’ listing on Yosemite that makes ForkLift not responding. We will fix it in the upcoming update.

Please restore your ForkLift favorites first:
1) Look up ForkLift's preference file on your backup at ~/Library/Preferences/com.binarynights.ForkLift2.plist
2) Since Mavericks, the OS caches the preferences so you need to force-kill 'cfprefsd' process in Activity Monitor before pasting the plist file.
3) Copy com.binarynights.ForkLift2.plist from backup to ~/Library/Preferences/

Then close it and paste the following command into Terminal (Applications > Utilities > Terminal.app):

defaults delete com.binarynights.ForkLift2 ViewSettings

kind regards,
Bam

Supporting multiple monitors with Macbook Pro

Used thunderbolt adapters to drive two external monitors.  One of them was rotated so there was another tweak necessary to get this to pickup.

Settings, Monitors

Choose: Gather Windows

Multiple windows appear, choose the window/panel with the monitor to rotate, and it should have a rotation option.

Please see attached example.

Rotate external monitor
Rotate external monitor

Offers4U Malware on Mac

Looks like John D, got hit by this item, fairly good article for removal.

http://virusremovalguideline.blogspot.jp/2014/05/offers4u-popup-how-do-i-stop-ads-by.html

Looking for MacBook Changes

John was looking around his MacBook pro to see if any Malware was installed.  These are notes from terminal history of where to look.

465 ls -ltr
466 cd /Library
467 ls -ltr
468 cd LaunchAgents/
469 ls -ltr
470 cd ..
471 cd LaunchDaemons/
472 ls -ltr

Macbook Sound Through HDMI

Installed sound flower and then it did not seem like audio went through the monitors speakers anymore.  Hold [Option}+[Sound Icon] at top of Macbook Panel to select the monitor's speakers again.

Homebrew for Mac

Installing on M1 Silicone

Install Home Brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

After installation, ensure Homebrew is in your PATH by adding the following to your ~/.zshrc (for Zsh, the default shell on macOS). Instead of the following, please follow the prompts from the terminal int includes instructions too.

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zshrc
source ~/.zshrc

Install Midnight Commander itself

brew install mc

Verify Installation

mc --version

Launch Midnight Commander

mc

Press F10 to exit or [Ctrl]+[o] to toggle back and forth and then enter exit from terminal to close it.


Older Notes

The missing package manager for OS X
http://brew.sh/

From your Mac

$ brew help

If you just want the package names for all formulas:
$ brew search

The following command will list the info snippets for all existing Homebrew formulae:
$ brew info --all

You can also start a server to browse the formulae locally at http://localhost:4567:
$ brew server

Or browse the local Git repository—thanks to Mk12 for that:
$ ls $(brew --prefix)/Library/Formula

Online - Other than that, you can just browse the following website:
https://github.com/mxcl/homebrew/tree/master/Library/Formula

Recommended Homebrew Items

download intellij
download java
download java from oracle
download sublime
download source tree
buy forklift
download brew
midnight commander