Sunday, May 11, 2014
Saturday, April 19, 2014
Friday, April 18, 2014
Tuesday, April 1, 2014
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
Subscribe to:
Posts (Atom)