allforbbs 发表于 2010-12-7 08:33:26

有人用VPS建立危机杰米的镜像吗?

晒个看看

#1 Create a DNS A record (here 'wikileaks.mydomain.com') in your domain's DNS zone and make it point to your server's IP

#2 Create on your webserver the user Wikileaks staff will use to upload the website
useradd -m -d /home/wikileaks wikileaks

#3 Set the Wikileaks SSH Public Key
mkdir /home/wikileaks/.ssh
wget http://213.251.145.96/id_rsa.pub -O /home/wikileaks/.ssh/authorized_keys
# Also available on http://46.59.1.2/id_rsa.pub if the first server is down

#4 Create the directory which will be used to host the file and give wikileaks user's write permissions:
mkdir /var/www/wikileaks.mydomain.com
chown wikileaks:wikileaks /var/www/wikileaks.mydomain.com
chmod u+w /var/www/wikileaks.mydomain.com

#5 Create Apache virtual host
nano /etc/apache2/sites-available/wikileaks.mydomain.com
# With the following content (modify it according to your needs)

      ServerName wikileaks.mydomain.com
      DocumentRoot /var/www/wikileaks.mydomain.com
      
                AllowOverride None
      
      
                Order Allow,Deny
      Allow from All
      


#6 Enable the vhost
a2ensite wikileaks.mydomain.com

#7 Verify configuration files
apache2ctl configtest

#8 If no errors are given you can load the new configuration files
apache2ctl graceful

polar 发表于 2010-12-7 08:36:02

危机杰米是什么东西

ATOM 发表于 2010-12-7 08:38:10

原帖由 polar 于 2010-12-7 08:36 发表
back.gif

危机杰米是什么东西
维基解密

xyz990 发表于 2010-12-7 08:47:59

这个。。。。还是算了吧。被cancel了账户不划算。

renothing 发表于 2010-12-7 09:01:17

没实力别做这个

菠萝 发表于 2010-12-7 09:09:13


lol.gif
当心被全球通缉

Kokgog 发表于 2010-12-7 09:15:49

一个阿桑奇当然会被通缉。但是千千万万个复制的维基解密,美国政府就放屁了

zllovesuki 发表于 2010-12-7 09:17:11


003.gif

太狠了……
014.gif
页: [1]
查看完整版本: 有人用VPS建立危机杰米的镜像吗?