http://friends.cyberleo.net/cyberleo/pub-ssh.txt
Teams
- BOINCstats - http://www.boincstats.com/stats/boinc_team_graph.php?pr=bo&id=38709
- BOINCstats image - http://www.boincstats.com/signature/team_38709.gif
- SETI@Home - http://setiathome.berkeley.edu/team_display.php?teamid=121418
- Rosetta@Home - http://boinc.bakerlab.org/rosetta/team_display.php?teamid=982
Copyright
Tasks
- PleskAPI - 90% - Awaiting feedback
- Billing
- Accounts Infrastructure
- Support Ticket System
Notes
Scrapbin
- clone.sh
- /sbin/installkernel
- Creating a Mix CD
- Track link quality using ping and a bit of shellscripting: PingyThing
- Interface with Google's Charts service: GoogleCharts
Copy dependent libraries into a chroot jail:
/bin/sh -c 'fifo="/tmp/ldd-$$"; mkfifo -m 600 ${fifo}; ldd /usr/sbin/sshd | cut -f2 | cut -d" " -f3 | tee ${fifo} | tail -n $(( $( cat ${fifo} | wc -l ) - 1 )); rm -f ${fifo}' | cpio --pass-through --make-directories /root/chroot/sshd/
Console Progress Bar for FreeBSD is in misc/clpbar
I've forgotten this three times already: DVDisaster
# Convert sha1(1)-compatible into cfv's sha1sum-format sed -e 's#^SHA1 (\./\(.*\)) = \(.*\)$#\2 *\1#g' shas # Convert cfv's sha1sum-format into sha1(1)-compatible sed -e 's#^\([0-9A-Fa-f]\{40\}\) [* ]\(.*\)$#SHA1 (./\2) = \1#g' stuff.sha1
FreeBSD misdetects the amount of installed memory on a K7S5A Pro board with 1GB PC3200. Force it:
hw.physmem="1073741824"