Difference between revisions of "User:Djsmiley2k"

From Archiveteam
Jump to navigation Jump to search
(Updating warrior AMI)
Line 38: Line 38:
Open port 22 0.0.0.0/0
Open port 22 0.0.0.0/0


Setup SSH forwarding: ssh -i ./.ssh/amazonkey.pem -N -f -L 8002:localhost:8001 admin@***********.compute-1.amazonaws.com
Setup SSH forwarding: ssh -i ./.ssh/amazonkey.pem -N -f -L 8002:localhost:8001 root@***********.compute-1.amazonaws.com


Set automatic shutdown : echo "0 20 * * * root /sbin/shutdown -h now" | sudo tee /etc/cron.d/shutdown
Set automatic shutdown : echo "0 20 * * * root /sbin/shutdown -h now" | sudo tee /etc/cron.d/shutdown

Revision as of 12:39, 23 March 2013

Stuff

  • Need to figure full wiki/site layout - currently everything giant missmash
  • Will set fire to anyone who breaks the nice design changes
  • While html in pages can make them look "nice" its ****ing annoying to try and edit nicely if your not a html expert - look into converting into proper mediawiki mark up instead
    • Can we get some templates for projects (what is a project!?) / archive tasks / other crap

Remote warrior control

Either ssh forward to local system: ssh -L 8001:localhost:8001 tim.bowers@xxx.xxx.xxx.xxx -f -N

OR

`curl -d "project_name=punchfork" http://localhost:8001/api/select-project`


New Versions

main page


Important URLs

Is the rsync host up?


EC2 Instance setups

debian-squeeze-i386-warrior (ami-9c69f1f5)

User Text: {"downloader": "Smiley", "selected_project": "posterous", "concurrent_items": "6", "shared:rsync_threads": "4"}

Add second disk - 10Gb

Open port 22 0.0.0.0/0

Setup SSH forwarding: ssh -i ./.ssh/amazonkey.pem -N -f -L 8002:localhost:8001 root@***********.compute-1.amazonaws.com

Set automatic shutdown : echo "0 20 * * * root /sbin/shutdown -h now" | sudo tee /etc/cron.d/shutdown