As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
This article is now published on my website: A one-off git repo server.
Run this in a terminal:
sudo apt-get install hostapd
Then, open a text editor program, for example gedit. Copy the following into it.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
defaults write xcodebuild PBXNumberOfParallelBuildSubtasks 4 | |
defaults write xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4 | |
defaults write com.apple.xcode PBXNumberOfParallelBuildSubtasks 4 | |
defaults write com.apple.xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4 |
#!/bin/sh | |
# Create a RAM disk with same perms as mountpoint | |
# Script based on http://itux.idev.pro/2012/04/iservice-speed-up-your-xcode-%D0%BD%D0%B5%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5-%D1%81%D0%BF%D0%BE%D1%81%D0%BE%D0%B1%D1%8B/ with some additions | |
# Usage: sudo ./xcode_ramdisk.sh start | |
# PREREQUISITE: | |
# mkdir /Users/$USERNAME/Library/Developer/Xcode/DerivedData.shadow | |
## Unless you clear DerivedData folder, you can't mount ramdisk on it | |
# rm -r /Users/$USERNAME/Library/Developer/Xcode/DerivedData/* |
osxfuse
:brew cask install osxfuse
Reboot your Mac.
Install ntfs-3g
: