-
Recent Posts
- How to Extract a Subdirectory as a New git Repository
- Getting the Executable’s Directory at Run-Time (.NET)
- Installing gitolite on a Mac
- Resetting the iPhone
- Your Time is Limited
- Into Your Light
- Get PyDev Eclipse to Find zmq
- OS X, Apache, Tomcat, and mod_jk
- git Over A Non-Standard ssh Port
- Installing git on CentOS
- How to Reveal Hidden Files and Folders in a Mac OS X File Dialog
- Cleaning Up Jammed Subversion Transactions
Categories
- Arts (18)
- Computer (82)
- Mac (19)
- Programming (20)
- Robotics (1)
- SysAdmin (48)
- Dutch Oven (21)
- Recipes (7)
- Featured (4)
- Languages (14)
- Misc. (19)
- Amateur Radio (7)
- Announcements (1)
- Extra Mile (2)
- Governance (2)
- Uncategorized (6)
- Video (8)
- Ἀρετή (8)
- 日本語 (29)
May 2012 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tags
amateur Amateur Radio apache centos centos 5 config configuration cooking curry delphi Dutch Oven dutch oven cooking fear git ham ham radio how to independence install Japanese linux Mac mac os x Music os x photography potato rolls Programming radio recipe rice rolls server ssh subversion success unix upgrade Utah vmware windows wordpress Zimbra ユーター 日本語
Category Archives: Computer
How to Extract a Subdirectory as a New git Repository
This is how I split a subdirectory in a large git repository off into its own git repository.
Continue reading
Posted in Programming
Tagged create, extract, git, new filter-branch, repository, split, subdirectory
Leave a comment
Getting the Executable’s Directory at Run-Time (.NET)
Nitty-gritty on .NET and executable paths. More than you wanted to know.
Continue reading
Posted in Programming
Tagged .net, AppDomain, BaseDirectory, c#, CurrentDomain, directory, executable, GetExecutingAssembly, Location, StartupPath
2 Comments
Installing gitolite on a Mac
How to install gitolite on a Mac. Continue reading
Resetting the iPhone
iPhone suddenly shut down and was unresponsive, as if the battery were completely dead. Continue reading
Get PyDev Eclipse to Find zmq
If correctly installed, Python on the OS X has no trouble finding the ØMQ Python bindings. However, the Eclipse PyDev by default will not locate the zmq library within the Eclipse IDE. Therefore, if you include the following in your … Continue reading
Posted in Programming
Tagged Eclipse, fix, PyDev, solution, unresolved import, zeromq, zmq, ØMQ
Leave a comment
OS X, Apache, Tomcat, and mod_jk
I spent some time with a colleague from South Africa yesterday. He’s a long-time Windows user that writes in Java. He has a new MacBook Pro, and we scratched our head why Apache+mod_jk+Tomcat was blowing up on him. JAVA_HOME The … Continue reading
git Over A Non-Standard ssh Port
git speaks ssh over the standard port 22 out of the box, and flawlessly. For example: git clone git@hostname:repository_name There are a fair number of installations running ssh on non-standard ports, however, and the above method doesn’t directly support a … Continue reading
Installing git on CentOS
git is available as an EPEL package. First, activate EPEL via $ sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm NOTE:That exact URL will change with time. I took it from the EPEL FAQ. Next, install the git package. $ sudo yum install git
How to Reveal Hidden Files and Folders in a Mac OS X File Dialog
It turns out that there is an undocumented (or poorly documented) key combination to show and hide hidden folders and files. Press Command-Shift-Period (⌘⇧.) to toggle hidden files and folders on and off. Continue reading
Posted in Mac
Tagged dialog, directories, files, folder, hidden, hidden files, keyboard, Mac, open, os x, reveal
Leave a comment
Cleaning Up Jammed Subversion Transactions
There was a very odd server failure while a big Subversion commit was in process. (The ISP hosting the server is kind of flaky.) To clean up the leftover files from the failed transaction, I did this: $ svnadmin lstxns … Continue reading
Posted in SysAdmin, Uncategorized
Leave a comment