Saturday, March 1, 2014
Sunday, February 9, 2014
Monday, November 4, 2013
Friday, November 1, 2013
Quick tip: running nvALT after a Notational Velocity update - BrettTerpstra.com
Quick tip: running nvALT after a Notational Velocity update - BrettTerpstra.com: "If you keep your notes in the database only (you don’t write files to disk), your Notes & Settings file will be in ~/Library/Application Support/Notational Data/Notes & Settings, where the ~ is your user’s home directory."
HOWTO: Build a DMG file from the command line on Mac OS X
HOWTO: Build a DMG file from the command line on Mac OS X: "run the hdiutil utility to create a DMG file
$hdiutil create /tmp/tmp.dmg -ov -volname "RecitalInstall" -fs HFS+ -srcfolder "/tmp/macosxdist/" "
$hdiutil create /tmp/tmp.dmg -ov -volname "RecitalInstall" -fs HFS+ -srcfolder "/tmp/macosxdist/" "
Monday, October 28, 2013
Practical SELinux for the beginner: Contexts and labels - TechRepublic
Practical SELinux for the beginner: Contexts and labels - TechRepublic: Using setenforce can be a great way of troubleshooting problems; if the problem goes away after setting the system to Permissive mode then you know it is SELinux.
If not, then it is something else.
# setenforce 0
# getenforce
Permissive
If not, then it is something else.
# setenforce 0
# getenforce
Permissive
Sunday, October 27, 2013
partitioning - How can I quickly copy a GPT partition scheme from one hard drive to another? - Ask Ubuntu
partitioning - How can I quickly copy a GPT partition scheme from one hard drive to another? - Ask Ubuntu:
sgdisk --backup=table /dev/sda
sgdisk --load-backup=table /dev/sdb
sgdisk -G /dev/sdb
sgdisk --backup=table /dev/sda
sgdisk --load-backup=table /dev/sdb
sgdisk -G /dev/sdb
gfxCardStatus by cody krieger
gfxCardStatus by cody krieger: gfxCardStatus is an unobtrusive menu bar app for OS X that allows MacBook Pro users to see which apps are affecting their battery life by using the more power-hungry graphics.
nvALT - BrettTerpstra.com
nvALT - BrettTerpstra.com - fork of National Velocity, a jot pad app I use on OSX
Thursday, October 17, 2013
Gentoo Forums :: View topic - portage-2.2: emerge-webrsync and empty directory
Why do I keep installing Gentoo?!
Gentoo Forums :: View topic - portage-2.2: emerge-webrsync and empty directory: mkdir -p /usr/portage/profiles
echo "gentoo" > /usr/portage/profiles/repo_name
Gentoo Forums :: View topic - portage-2.2: emerge-webrsync and empty directory: mkdir -p /usr/portage/profiles
echo "gentoo" > /usr/portage/profiles/repo_name
Subscribe to:
Posts (Atom)