bits about life, coding and stuff
be a bit creative on job conditions. people will love u.
cat ~/.ssh/id_rsa.pub | ssh user@domain.com "cat >> .ssh/authorized_keys2
Update: Even better, @zzamboni pointed me to << commandlinefu >> the place to record those command-line gems that you return to again and again — Just use the searchbar on top Howto copy text to clipboard: (mac only, for linux, use xclip, see here) cat textfile | pbcopy I’ll update this blog post as I [...]
If phpmyadmin shows you that your table needs repair, just repair it (databases are wonderful EDIT: Realized that the linked blog article is just crap. Repair via phpmyadmin is nice, but you’re better of trying it with sqladmin.
Use macports to install sudo port install mysql5 +server A startup link is prepared. Use these commandos to enable/disable the server AND the auto startup sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist sudo launchctl unload -w /Library/LaunchDaemons/org.macports.mysql5.plist</blockquote> Generate the connector socket: (Rails, Python and other language may access your server directly via socket) <blockquote>sudo ln -s /opt/local/var/run/mysql5/mysqld.sock [...]