Josh's Posts Tagged ‘admin’
Delicious Bookmarks (2009-08-26 – 2009-09-01)
Recent links posted to Delicious:
- JollysFastVNC JollysFastVNC is a secure ARD and VNC client.
- Top 10 tips to a new django developer : Dpeepul Blog
- Social Media Icons — Paul Robert Lloyd
- Garbage collect every git repository on your machine Git repositories DO start to slow down after a while. They won't be as efficient in disk space utilization.
The following little bash script will crawl your whole hard drive, look for any git repositories, and then garbage collect, prune, and pack them, regaining your disk space and making your repositories operate faster:
#!/bin/sh
find . -type d -name .git | while read dir; do pushd "$dir"; git gc –prune; popd; done - Tim, the Enchanter: Garbage collect every git repository on your machine Lucky for us, since we are working with computers here, we don't have to clean our rooms by hand. The following little bash script will crawl your whole hard drive, look for any git repositories, and then garbage collect, prune, and pack them, regaining your disk space and making your repositories operate faster:
#!/bin/sh
find . -type d -name .git | while read dir; do pushd "$dir"; git gc –prune; popd; done
Delicious Bookmarks (2009-03-01 – 2009-03-05)
Recent links posted to Delicious:
- Fabric: simple pythonic deployment. Fabric: simple pythonic deployment.
Fabric is a simple pythonic remote deployment tool.
It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile.'
This is called remote automation, and the primary use case is deploying applications to multiple similar hosts.
- Switched to Python Fabric | Es Tea Double Eye
- How FriendFeed uses MySQL to store schema-less data – Bret Taylor's blog
- Plurk Open Source – LightCloud – Distributed and persistent key value database
- SCHED: SXSW 2009
Delicious Bookmarks (2009-02-21 – 2009-02-27)
Recent links posted to Delicious:
- San Antonio Riverwalk Hotel: Hotel Valencia Riverwalk, a Luxury San Antonio Hotel
- Hidden Preferences in Safari 4 Public Beta — Observation Point
- The Ultimate Website Launch Checklist | Our Blog | Box UK
- jQuery Pop Over Effects | Team Tutorials
- How to create a stunning and smooth popup using jQuery | yensdesign – Tutorials, Web Design and Coding
del.icio.us Bookmarks (2008-04-16 – 2008-04-21)
Recent links for http://del.icio.us/quixado:
- Spills, Site Cleanup and Disposal | Mercury | US EPA
- Port Map and TCMPortMapper
- god – process and task monitoring done right Like Monit, only awesome? God is an easy to configure, easy to extend monitoring framework written in Ruby. Keeping your server processes and tasks running should be a simple part of your deployment process.
del.icio.us Bookmarks (2008-04-14 – 2008-04-15)
Recent links for http://del.icio.us/quixado:
- Git.tmbundle – Gitorious cd ~/Library/Application\ Support/TextMate/Bundles git clone git://gitorious.org/git-tmbundle/mainline.git Git.tmbundle
- Mac 101: fine tune your Mac’s volume – The Unofficial Apple Weblog (TUAW) You can also tweak the volume by holding down the option shift keys and tapping the volume up/down keys on your keyboard. Note that this is a Leopard-only trick.
- AppleScript: Control your Mac with an e-mail – The Unofficial Apple Weblog (TUAW)
del.icio.us Bookmarks (2008-04-11 – 2008-04-12)
Recent links for http://del.icio.us/quixado:
- Adobe Fireworks Tutorials and Downloads Best of | Tutorials | Smashing Magazine
- Phusion Passenger (a.k.a. mod_rails) Phusion Passenger (a.k.a. mod_rails) enables people to deploy their Ruby on Rails applications in an upload-and-go manner, which is very reminiscent of the PHP way of deploying.
- Git Magic – Preface
- DryIcons
- Ajaxload – Ajax loading gif generator
- Capistrano A tool for automating tasks on one or more remote servers. It executes commands in parallel on all targeted machines, and provides a mechanism for rolling back changes across multiple machines.
- Django Pluggables Find reusable applications for your Django project, quickly and easily!
- InsideRIA: LFFS (Learning Flex from Scratch)
- Safari 3.1, Mac OS X 10.5.2: Bookmark syncing issues with iPhone, iPod Touch, .Mac defaults delete com.apple.safari RegisteredSafariSyncClient
del.icio.us Bookmarks (2008-04-08 – 2008-04-10)
Recent links for http://del.icio.us/quixado:
- someecards.com | ecards for when you care enough to hit send | home
- Those pesky dot-underscore files – Macworld | Leopard?s Unix tricks Type dot_clean /path/folder to join the dot-underscore files with their parent files. Read OS X 10.5?s manual pages (man dot_clean ) for more information.
- FontStruct | Build, Share, Download Fonts
- Git – SVN Crash Course
- 11 innovation lessons from creators of World of Warcraft
