Thank you Santa! Our mail queues are at normal ranges. This is a Christmas miracle.
simple explained when the browser has too many tabs opened: http://ur1.ca/703v3
In less than 5 min you can set up a ftp server with anonymous read/write using pyftpdlib #python For security I’ve used a tmpfs for home dir
Dear Postmasters: another holiday is in the corner (again). I hope your configuration of spamassassin (amavis/postfix) may prove you right!
#python tip using inspect http://ur1.ca/6mj9g can make you crazy. My autoreferential call: inspect.stack(-1)[0][3])
Developers that use a dictionary word for naming a project must be shoot on sight
A simple GTK+ disc burner http://ur1.ca/6kihf
pkgstats http://ur1.ca/6eq67 #archlinux
Definitive List of Web-Based Server Control Panels http://ur1.ca/6epkc
#Hotot A Microblogging Client http://hotot.org Impressive
#python tip import webbrowser webbrowser.open("http://balaskas.gr“)
Collabedit is an online code editor that lets people collaborate in real-time. http://collabedit.com/
Realize that people define you, as you define your self. Respect your self to gain respect by others. Respect others and you gain respect of your self.
Mercurial has an excellent built-in extension for serving your code to other via http.
hg help serve
but hasnt have any authentication method.
You can, of course, use ssh to control access to your project, a http server (or wsgi).
Searching on Extensions wiki page, i’ve came up with hg-textauth!
In a few minutes i had textauth extension in my linux box.
Lets get started with:
A.
~/.hgrc
[extensions]
textauth = /FULL_PATH/textauth.py
[textauth]
file= /FULL_PATH/text.auth
B.
touch /FULL_PATH/text.auth
hg authedit -v -c ebal
Enter password: ******
Verify password: ******
That’s it!
Now test it
C.
hg serve
And in another shell (machine/whatever):
D.
hg clone http://example.com:8000 myproject.hg
requesting all changes
http authorization required
realm: mercurial
user: ebal
password: ******
adding changesets
adding manifests
adding file changes
added 1 changesets with 4 changes to 4 files
updating to branch default
resolving manifests
getting ToDo
getting help.html
getting image.png
getting myproject.py
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
PAC Manager, Perl/Gtk approach to connections managing http://ur1.ca/61fnb
is it wrong to DISCARD undisclosed-recipients ? #postmaster
https://www.xkcd.com/ AWESOMENESS