Note: You are viewing an old version of this page. View the current version.

http://friends.cyberleo.net/cyberleo/pub-ssh.txt

Teams

Copyright

Tasks

  • PleskAPI - 90% - Awaiting feedback
  • Billing
  • Accounts Infrastructure
  • Support Ticket System

Notes

Scrapbin

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"