Monday, November 4, 2013
Nerdblog.com: ZFS xattr tuning on Linux
Nerdblog.com: ZFS xattr tuning on Linux: zfs set xattr=sa (pool)
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
Sunday, August 4, 2013
Resolving CalendarAgent/Google Calendar Issue: AOSKit Error: RAF: Invalid url \\ branchpond.net
Resolving CalendarAgent/Google Calendar Issue: AOSKit Error: RAF: Invalid url \\ branchpond.net: https://www.google.com/calendar/dav/@gmail.com/user
Saturday, April 13, 2013
Sunday, February 10, 2013
Ugh, I hate Linux some days...
Gentoo Forums :: View topic - [SOLVED] udev update, separate lvm /usr, genkernel...:
2013-01-23-udev-upgrade
Title Upgrading udev from 171 (or older) to 197
Author Samuli Suominen
Posted 2013-01-23
Revision 1
Upgrading udev from 171 (or older) to 197 will require special attention...
And so begins the nightmare of reconfiguring my system.
Saturday, February 9, 2013
Gentoo System Monitoring with Nagios, don't forget the Define!
Gentoo Linux Documentation -- Gentoo System Monitoring with Nagios: /etc/init.d/apache2
/etc/conf.d/apache2 needed a "-D nagios" added to the APACHE_OPTS
Next I had to make sure I had .htaccess files in both the main htdocs for nagios as well as the nagios cgi dir:
# cp /usr/share/nagios/htdocs/.htaccess /usr/lib/nagios/cgi-bin/
/etc/conf.d/apache2 needed a "-D nagios" added to the APACHE_OPTS
Next I had to make sure I had .htaccess files in both the main htdocs for nagios as well as the nagios cgi dir:
# cp /usr/share/nagios/htdocs/.htaccess /usr/lib/nagios/cgi-bin/
Friday, February 1, 2013
Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality
Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality: sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Commands/javaws /usr/bin/javaws
Subscribe to:
Posts (Atom)