This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 mdns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" standalone='no'?><!--*-nxml-*--> | |
| <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | |
| <service-group> | |
| <name replace-wildcards="yes">%h</name> | |
| <service> | |
| <type>_afpovertcp._tcp</type> | |
| <port>548</port> | |
| </service> | |
| <service> | |
| <type>_device-info._tcp</type> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo gedit /etc/avahi/services/afpd.service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo apt-get install netatalk | |
| $ sudo /etc/init.d/avahi-daemon restart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo vi /etc/netatalk/AppleVolumes.default | |
| ~/ "$u" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ tar -xvf CrashPlan_3.0.3_Linux.tgz | |
| $ sudo -s | |
| $ cd CrashPlan-install | |
| $ ./install.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ssh -i your.pem -L 4200:localhost:4243 [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Fri Dec 09 09:50:22 CST 2005 | |
| #serviceHost=127.0.0.1 | |
| servicePort=4200 | |
| #pollerPeriod=1000 # 1 second | |
| #connectRetryDelay=10000 # 10 seconds | |
| #connectRetryAttempts=3 | |
| #showWelcome=true | |
| #font.small= | |
| #font.default= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ mate /Applications/CrashPlan.app/Contents/Resources/Java/conf/ui.properties |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/ruby | |
| require 'skeleton' | |
| class BuyThatBot < Skeleton | |
| def search | |
| debug "check for tweets since #{@config[:since_id]}" | |
| # | |
| # search twitter |