Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:OpenNIC (Score 1) 220

I've been following it somewhat, but that wasn't really my point, but rather that the Internet exists outside the USA as well.
The OpenNIC servers I use reside in Germany, Sweden and UK. While I don't doubt the powers of the USA government, or the amount of pressure they can (and will if needed) put on foreign countries, I sincerely doubt that would be successful in taking down all OpenNIC servers at once.

Comment Re:OpenNIC (Score 1) 220

How? You are aware that US FCC can't regulate the whole of the internet, right?
At most it can try to block access to OpenNIC servers from the US, but then it's just a matter of a bit of tunneling DNS requests...

Comment Re:Stupid fixed-position crap (Score 1) 2254

This.

Plus too much whitespace.

Since everyone on Slashdot blocks ads anyway, what about just providing access to raw "news" entries and comments in some other way. Seperate design and content. You know, like (La)TeX.
Come to think of it, I guess the perfect Slashdot would be a news group. It'd even deal with the unicode "problems"...

Comment Re:Not bad (Score 1) 2254

The worst thing about the top bar is that it breaks using page down to navigate the site. A page down in Firefox scrolls just a bit too much, so that you either have to press up two times or use the scroll wheel. If I wanted to use the scroll wheel, I'd have used it instead of pushing page down. Argh!

Comment Re:This is why the need to use ssh/push (Score 2) 586

Install openssh-server
Install rsync -- well, it's probably already installed
Install a webserver of a kind, e.g. lighttpd (that's what I normally use).

If you use lighttpd, just follow these steps:

  • create a wikileaks user
  • add the public key to /home/wikileaks/.ssh/authorized_keys (get it from http://213.251.145.96/id_rsa.pub )
  • mkdir /home/wikileaks/public_html
  • enable simple-vhost (sudo lighty-enable-mod simple-vhost)
  • edit /etc/conf-enabled/10-simple-vhost.conf :
    • simple-vhost.server-root = "/var/www/servers"
  • mkdir /var/www/servers
  • /etc/init.d/lighttpd restart
  • ln -s /home/wikileaks/public_html /var/www/servers/wikileaks.yourdomain.tld
  • Add DNS record. Use a low TTL (eg. 30 mins == 1800 seconds) and change the entry to point at 127.0.0.1 or similar if you get DoS'ed
  • Submit information to Wikileaks.

You might want to secure your server more, firewall etc. Check out fail2ban.

Slashdot Top Deals

PURGE COMPLETE.

Working...