20100813

Dieter Steffman Fonts

Designers



Due to increasing bandwidth charges Dieter decided to remove his fonts from his website. That's why they are hosted here. Special thanks to those font-enthusiasts who located the missing fonts - it seems the collection has been completed :)





-- map{ map{tr|10|# |;print} split//,sprintf"%.8b\n",$_} unpack'C*',unpack'u*',"5`#8<3'X`'#8^-@`<-CPP`#8V/C8`"

20100812

http://code.google.com/webfonts/preview#font-family=Cantarell

http://code.google.com/webfonts/preview#font-family=Cantarell


webfont previewer

lol, found you :)

 http://l.i2p/?i2paddresshelper=Wpu7frtxXSub11MOI~lbH260SUh~xiodPfQiDXdgJ5fdawCHi2dRZVizSvCtEGa6MfMMlxtUFUYNu9-f9YC5l0BCPe0Fqy31ArJZOegkvIXInRRyc0vLpfNHToDjyVdfSYa-ZqT6w2oZzRzqdXd5cw3jYvYURhuBzfksJpKM91tpSK0jOUFxZAp3NAJCEEANoiaqzUuZi1QNJs5yBn1gAIWDrFoVQv21oFdhYBToY18yupRw-pRQDCJZcDY5N8UhgUsdA611LwhTB6uMcdpjuxwoJeVddKFrQLnkPXuKqD83uMYm~XFS04F0B34L2umUEFGipULpWQbOUrngeyhMpm4FE1gme85wdHr7zz8m5~r-tu5mK3a9mn70pkbjQ0sc4~uBvkItfbxs7~aLOpO6tHuDSr4mUNp0PGvVy3KgTVm71HHVZ5RsnVTRCrlpC~kvFBrdHCPv0GkQhexouKwrD0gQ4dxenIWRBMaXqEBJoC-heI5IAShEzSHIGrFmgJ8BAAAA

 http://uhfunkqudthohkjeqdmgmuisoy3we27eo75h37yksojf6ki3zfua.b32.i2p/


http://stats.i2p/cgi-bin/jump.cgi?a=l.i2p


http://stats.i2p/cgi-bin/hostquery.cgi?a=l.i2p

http://stats.i2p/cgi-bin/newhosts.txt

http://l.i2p





-- map{ map{tr|10|# |;print} split//,sprintf"%.8b\n",$_} unpack'C*',unpack'u*',"5`#8<3'X`'#8^-@`<-CPP`#8V/C8`"

from freenet some ano nets

lliance http://www.alliancep2p.com/








anoNet http://anonet.org/








ANts P2P http://antsp2p.sourceforge.net/ GPL Java




Entropy









Freenet 0.7 http://freenetproject.org/ GPL2 Java via plugin
Galet http://galet.sourceforge.net/ GPL C++





Gazzera http://www.lugato.net/gazzera/ GPL Pascal



giFT http://gift.sf.net/ GPL C





GNUnet http://gnunet.org/ GPL2 C





I2P http://www.i2p2.de/ Multiple Java





kerjodando http://www.kerjodando.com/
Java






Marabunta http://marabunta.laotracara.com/ GPL2







MUTE http://mute-net.sourceforge.net/ GPL C++





Netsukuku http://netsukuku.freaknet.org/ GPL2 C and Python





Nodezilla http://www.nodezilla.net/ GPL Java




OFF System http://offsystem.sourceforge.net/ GPL C++






Omemo http://www.omemo.com/








Oneswarm http://oneswarm.cs.washington.edu/








Pastry http://www.freepastry.org/ BSD-like Java






Perfect Dark









Pfyshnet http://sourceforge.net/projects/pfyshnet/ GPL3 Java






Phantom http://code.google.com/p/phantom/







Rodi http://rodi.sourceforge.net/
Java






Stealthnet http://www.stealthnet.de/ GPL C#






SUMI http://sumi.berlios.de/ GPL2







Tor http://www.torproject.org/ BSD






Turtle F2F http://www.turtle4privacy.org/ GPL





WASTE http://waste.sourceforge.net/ GPL C++






Winny









Wuala http://www.wuala.com/ Proprietary

20100811

Productivity

From The Cipherspace wiki
Welcome to the cipherspace wiki!
This is a free resource. Just click edit to get started. The first time you will get prompted to register a user. Remember, user passwords cannot be recovered! If they're lost you will have to create a new account.
If you dont want to register use this account: Username:anonymoses Password:anonymouses
Instruciton to productivity
1. Don't let bad thoughts in: no worries, only future
2. Don't fall back into the same thoughts every day
3. Seek the positive in everything
4. Imagine a lot: blueprint the future
5. Focus on today, not on the goal
6. Be inspired by a great purpose
7. Use concentration, train your brain
8. Be happy: a) Find what you like, b) direct all your energy toward it

tor ssh client config

SSH needs to be told to use Tor for connectivity, and for DNS lookups (so it knows how to find a .onion addresses.) The connect proxy forwarder can do this really easily. It's available in macports, FreeBSD ports, and Ubuntu's package management. You can also compile it yourself, it doesn't have any funky dependencies.
After it's installed, add this configuration chunk into your ~/.ssh/config file:
Host *.onion
    PubKeyAuthentication no
    VisualHostKey yes
    Compression yes
    ForwardAgent no
    ForwardX11 no
    PreferredAuthentications password
    ProxyCommand /path/to/connect -S 127.0.0.1:9050 %h %p
... and that's it. You'll be able to ssh as normal, and if you're connected to Tor, ssh will know what to do with hosts that end in .onion. Make sure that if you're connecting to a .onion host, that you explicitly pass your username -- otherwise, ssh defaults to using the username of the currently logged in user.
-- map{ map{tr|10|# |;print} split//,sprintf"%.8b\n",$_} unpack'C*',unpack'u*',"5`#8<3'X`'#8^-@`<-CPP`#8V/C8`"

An ErrorDocument for code 200 would cause an infinite loop,

http://www.javascriptkit.com/howto/htaccess2.shtml


Error Documents

This seems to be what people think htaccess was meant for, but it is only part of the general use. We'll be getting into progressively more advanced stuff after this.
Successful Client Requests
200OK
201Created
202Accepted
203Non-Authorative Information
204No Content
205Reset Content
206Partial Content
Client Request Redirected
300Multiple Choices
301Moved Permanently
302Moved Temporarily
303See Other
304Not Modified
305Use Proxy
Client Request Errors
400Bad Request
401Authorization Required
402Payment Required (not used yet)
403Forbidden
404Not Found
405Method Not Allowed
406Not Acceptable (encoding)
407Proxy Authentication Required 
408Request Timed Out
409Conflicting Request
410Gone
411Content Length Required
412Precondition Failed
413Request Entity Too Long
414Request URI Too Long
415Unsupported Media Type
Server Errors
500Internal Server Error
501Not Implemented
502Bad Gateway 
503Service Unavailable 
504Gateway Timeout 
505HTTP Version Not Supported 
In order to specify your own ErrorDocuments, you need to be slightly familiar with the serverreturned error codes. (List to the right). You do not need to specify error pages for all of these, in fact you shouldn't. An ErrorDocument for code 200 would cause an infinite loop, whenever a page was found...this would not be good.You will probably want to create an error document for codes 404 and 500, at the least 404 since this would give you a chance to handle requests for pages not found. 500 would help you out with internal server errors in any scripts you have running. You may also want to consider ErrorDocuments for 401 - Authorization Required (as in when somebody tries to enter a protected area of your site without the proper credentials), 403 - Forbidden (as in when a file with permissions not allowing it to be accessed by the user is requested) and 400 - Bad Request, which is one of those generic kind of errors that people get to by doing some weird stuff with your URL or scripts.
In order to specify your own customized error documents, you simply need to add the following command, on one line, within your htaccess file:
ErrorDocument code /directory/filename.ext
or
ErrorDocument 404 /errors/notfound.html
This would cause any error code resulting in 404 to be forward to yoursite.com/errors/notfound.html

Likewise with:
ErrorDocument 500 /errors/internalerror.html
You can name the pages anything you want (I'd recommend something that would prevent you from forgetting what the page is being used for), and you can place the error pages anywhere you want within your site, so long as they are web-accessible (through a URL). The initial slash in the directory location represents the root directory of your site, that being where your default page for your first-level domain is located. I typically prefer to keep them in a separate directory for maintenance purposes and in order to better control spiders indexing them through a ROBOTS.TXT file, but it is entirely up to you.
If you were to use an error document handler for each of the error codes I mentioned, the htaccess file would look like the following (note each command is on its own line):
ErrorDocument 400 /errors/badrequest.html
ErrorDocument 401 /errors/authreqd.html
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html
You can specify a full URL rather than a virtual URL in the ErrorDocument string (http://yoursite.com/errors/notfound.html vs. /errors/notfound.html). But this is not the preferred method by the server's happiness standards.
You can also specify HTML, believe it or not!
ErrorDocument 401 "

You have to actually BE a member to view this page, Colonel!

The only time I use that HTML option is if I am feeling particularly saucy, since you can have so much more control over the error pages when used in conjunction with xSSI or CGI or both. Also note that the ErrorDocument starts with a " just before the HTML starts, but does not end with one...it shouldn't end with one and if you do use that option, keep it that way. And again, that should all be on one line, no naughty word wrapping!
Next, we are moving on to password protection, that last frontier before I dunk you into the true capabilities of htaccess. If you are familiar with setting up your own password protected directories via htaccess, you may feel like skipping ahead.


-- map{ map{tr|10|# |;print} split//,sprintf"%.8b\n",$_} unpack'C*',unpack'u*',"5`#8<3'X`'#8^-@`<-CPP`#8V/C8`"

20100810

http://5pfxcmkkvfhdowg4.onion/

http://5pfxcmkkvfhdowg4.tor2web.com/

nntime.com proxy list

-- map{ map{tr|10|# |;print} split//,sprintf"%.8b\n",$_} unpack'C*',unpack'u*',"5`#8<3'X`'#8^-@`<-CPP`#8V/C8`"

Using JavaScript to Ping

Using JavaScript to Ping

Have you ever wish to there was a way to ping another site using pure JavaScript? Well there is a way now by using JavaScript and an images. The method I'm going to share with you today isn't something new in fact most of us who're familiar with JavaScript may have come across this method in the past. However the a limitation to this method as we need to image URI as a ping destination for the test.
As usual I'm using a sort of Object notation to organize everything. The function is very much load and go approach so you don't need to scratch your head to understand any of this.
How do you use it? All you need to do is declare the image URI for the function to test and create a callback to ping.init().
Posted on 2007-07-08 23:00

js speedtest

http://speedtest.ipaddressguide.com/test.php?ctype=t1


javascript client bandwidth test
-- map{ map{tr|10|# |;print} split//,sprintf"%.8b\n",$_} unpack'C*',unpack'u*',"5`#8<3'X`'#8^-@`<-CPP`#8V/C8`"

samair

proxies samair.ru
-- map{ map{tr|10|# |;print} split//,sprintf"%.8b\n",$_} unpack'C*',unpack'u*',"5`#8<3'X`'#8^-@`<-CPP`#8V/C8`"

http://bash.cyberciti.biz/security/expect-ssh-login-script/


SSH login expect shell script to supply username and password

by VIVEK GITE · 43 COMMENTS
#!/usr/bin/expect -f
# Expect script to supply root/admin password for remote ssh server
# and execute command.
# This script needs three argument to(s) connect to remote server:
# password = Password of remote UNIX server, for root user.
# ipaddr = IP Addreess of remote UNIX server, no hostname
# scriptname = Path to remote script which will execute on remote server
# For example:
#  ./sshlogin.exp password 192.168.1.11 who
# ------------------------------------------------------------------------
# Copyright (c) 2004 nixCraft project 
# This script is licensed under GNU GPL version 2.0 or above
# -------------------------------------------------------------------------
# This script is part of nixCraft shell script collection (NSSC)
# Visit http://bash.cyberciti.biz/ for more information.
# ----------------------------------------------------------------------
# set Variables
set password [lrange $argv 0 0]
set ipaddr [lrange $argv 1 1]
set scriptname [lrange $argv 2 2]
set arg1 [lrange $argv 3 3]
set timeout -1
# now connect to remote UNIX box (ipaddr) with given script to execute
spawn ssh root@$ipaddr $scriptname $arg1
match_max 100000
# Look for passwod prompt
expect "*?assword:*"
# Send password aka $password
send -- "$password\r"
# send blank line (\r) to make sure we get back to gui
send -- "\r"
expect eof

amazon associates


Amazon Associates is now set up with Blogger!

Your Associates ID is thijstoday-20 and the Amazon Product Finder is now ready for use. You can always change your ID or turn off the Product Finder in your Amazon Associates settings.

Give it a try...


feedburner2twitter auto tweet your rss feed

Socializing your feed with Twitter

Monday, December 14, 2009 | 12:23 PM
Labels: 
Sometimes you reach across the hedgerow to share with your nearby neighbors. Other times, members of the household move away and yet you can't keep from calling to remind them to wear a hat and such because it's chilly out. Today, we're celebrating acquaintances near-and-far by launching the ability to send your feed to Twitter.

FeedBurner has always been about measuring, managing, and monetizing syndicated content. Our hope is that by providing one application in which you can direct your feed in real-time to a number of endpoints, in this case Twitter in addition to the myriad feed readers, aggregators, and search engines that we have always supported, and then following on with providing analytics for measuring exactly how and where your feed gets distributed across social media, you can make better and more informed decisions about how to monetize your content.

Many of our publishers who have tried our Google Analytics feed item link integration have already noticed that their most popular feed items have been shared many times on Twitter.


We're now taking our distribution and analytics a step further by enabling the ability to automatically publish the feed items that meet your criteria to Twitter, using the Google URL shortener at goo.gl.

To get started, go to the Socialize service on FeedBurner's Publicize tab and add the Twitter account to which you would like to post items from your feed. You can take the default settings and click [Save] to start socializing immediately, or use the options we offer to customize exactly which feed items are sent to Twitter and how exactly you would like them to look. The next time you post a new item to your feed it will be sent to Twitter (as always, make sure to ping FeedBurner whenever you update your feed so this process happens as near real-time as possible).

For full details on all Socialize options, see our FeedBurner Help Center topic.



To see the results, take a look at the Twitter account in which you are sending your updates. This blog post, for instance, as well as select blog posts from this and the FeedBurner status blog, will appear from now on at http://twitter.com/feedburner. If Twitter is where you are consuming most of the latest content these days, please follow @feedburner to receive our updates in your favorite Twitter client.
-- map{ map{tr|10|# |;print} split//,sprintf"%.8b\n",$_} unpack'C*',unpack'u*',"5`#8<3'X`'#8^-@`<-CPP`#8V/C8`"

google bought feedburner?

dalhuijsen@gmail.com | My Feeds | My Account | Languages | Help | Sign Out

FeedBurner

Odysseus Deluxe Travel Collection Nederland

You have successfully updated the feed "Odysseus Deluxe Travel Collection Nederland"

Your feed is ready for the world. Now what?

Integrate

FeedBurner integration varies depending on which platform you use to publish your blog. Some of the most popular platforms are listed below with links to the most important features.


Publicize

Here are a few fun, alternative ways to publicize your feed, other than the ways listed above.
  • Headline Animator: Create and customize an animated banner that cycles through your feed's five most recent items. It's an easy way to promote your content anywhere you can place a snippet of HTML.
  • BuzzBoost: Do you maintain more than one blog, site, or podcast? BuzzBoost helps you cross-promote your content by repurposing your feed as go-anywhere HTML.

Optimize

Enhance and extend your feed with FeedBurner's array of services.
  • FeedFlare™: Build “interactivity” into the content you create, making it simple for subscribers to tag, email or share their content with others.

Analyze

FeedBurner Stats is our analytics offering for blogs, Web sites podcasts and feeds of all kinds. The service is free with every FeedBurner feed and provides publishers with a comprehensive view of their audience.

Monetize

Earn revenue by displaying relevant text and image ads using AdSense for feeds. Learn more.

“Troubleshootize”

It's true, some good feeds go bad. Learn how to diagnose and solve the most common problems FeedBurner encounters when working with your original feed. The best part? We also notify you about any issues we discover using our FeedMedic and PodMedic reporting services.