设为首页收藏本站

简体中文 繁體中文 English 日本語 Deutsch 한국 사람 بالعربية TÜRKÇE português คนไทย french

搜索
热搜: 活动 交友 discuz

有人用VPS建立危机杰米的镜像吗? [复制链接]
查看:87 | 回复:7

25

主题

198

回帖

509

积分

高级会员

积分
509
发表于 2010-12-7 08:33:26 | 显示全部楼层 |阅读模式
晒个看看

#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

240

主题

535

回帖

1864

积分

金牌会员

积分
1864
发表于 2010-12-7 08:36:02 | 显示全部楼层
危机杰米是什么东西

793

主题

5500

回帖

1万

积分

论坛元老

积分
13487
发表于 2010-12-7 08:38:10 | 显示全部楼层
原帖由 polar 于 2010-12-7 08:36 发表


危机杰米是什么东西

维基解密

10

主题

17

回帖

70

积分

注册会员

积分
70
发表于 2010-12-7 08:47:59 | 显示全部楼层
这个。。。。还是算了吧。被cancel了账户不划算。

59

主题

745

回帖

1745

积分

金牌会员

积分
1745
发表于 2010-12-7 09:01:17 | 显示全部楼层
没实力别做这个

229

主题

3655

回帖

8113

积分

论坛元老

积分
8113
发表于 2010-12-7 09:09:13 | 显示全部楼层


当心被全球通缉

91

主题

4681

回帖

9715

积分

论坛元老

积分
9715
发表于 2010-12-7 09:15:49 | 显示全部楼层
一个阿桑奇当然会被通缉。但是千千万万个复制的维基解密,美国政府就放屁了

70

主题

1058

回帖

2378

积分

金牌会员

积分
2378
发表于 2010-12-7 09:17:11 | 显示全部楼层



太狠了……
您需要登录后才可以回帖 登录 | 立即注册

论坛客服/商务合作/投诉举报:2171544 (QQ)
落伍者创建于2001/03/14,本站内容均为会员发表,并不代表落伍立场!
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论!
落伍官方微信:2030286 邮箱:(djfsys@gmail.com|tech@im286.com)
© 2001-2014

浙公网安备 33060302000191号

浙ICP备11034705号 BBS专项电子公告通信管[2010]226号

  落伍法律顾问: ITlaw-庄毅雄

Archiver|手机版|Discuz! X

GMT+8, 2026-6-29 09:20 , Processed in 0.019866 second(s), 4 queries , Gzip On, Redis On.

返回顶部