Sunday, May 19, 2013

I2P hosts


http://inr.i2p/export/alive-hosts.txt
http://i2host.i2p/cgi-bin/i2hostetag
http://stats.i2p/cgi-bin/newhosts.txt
http://tino.i2p/hosts.txt
http://inproxy.tino.i2p/status.php
http://dream.i2p/hosts.txt
http://hosts.i2p/
http://biw5iauxm7cjkakqygod3tq4w6ic4zzz5mtd4c7xdvvz54fyhnwa.b32.i2p/uncensored_hosts.txt
http://trevorreznik.i2p/hosts.txt
http://cipherspace.i2p/addressbook.txt
http://hosts.i2p/hosts.cgi?filter=all
http://bl.i2p/hosts2.txt
http://rus.i2p/hosts.txt
http://www.i2p2.i2p/hosts.txt


I2P:
http://www.i2p2.i2p/ главная страница проекта в сети I2P
http://i2p-projekt.i2p/ зеркало для http://www.i2p2.i2p/
http://i2plugins.i2p/ плагины I2P
http://i2pbote.i2p/ распределённая p2p почта I2P 2010 (плагин)
http://inr.i2p/ про eepsites [ru, en]
http://forum.i2p/ I2P форум
http://forum.rus.i2p/ русский I2P форум [ru]
http://rus.i2p/ русская I2P вики

Wednesday, May 1, 2013

Vagrant

vagrant box add <name> <http or dir to *.box> virtualbox

It appears your machine doesn't support NFS, or there is not an
adapter to enable NFS on this machine for Vagrant. Please verify
that `nfsd` is installed on your machine, and try again. If you're
on Windows, NFS isn't supported. If the problem persists, please
contact Vagrant support.

install nfs
run nfsd

Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory

install virtualbox-host-modules
run modprobe -a vboxnetflt vboxnetadp

vagrant up,  ssh, halt, suspend

Disable blanking screen

Before device section in xorg.conf insert:

Section "ServerFlags"
       Option         "blank time" "0"
       Option         "standby time" "0"
       Option         "suspend time" "0"
       Option         "off time" "0"
EndSection


 
 
Blogger Templates