Línguas e LiteraturaInglêsJekyll

Martin Paul Eve

Martin Paul Eve
Pagina inicialFeed Atom
language
Línguas e LiteraturaInglês
Publicados

It's only really during the mass exodus of a fire alarm that the sheer scale of operations daily at the British Library become clear. Here's a picture I snapped of the readers flocking back into the building. Lucky this didn't happen yesterday during the Digital Researcher conference! It was also notable that, on re-admittance, there were no security checks.

Línguas e LiteraturaInglês
Publicados

The result of a humanities discipline map for Digital Researcher 2010 at the British Library! Humanities Map was originally published by Martin Paul Eve at Martin Paul Eve on March 15, 2010.

Línguas e LiteraturaInglês
Publicados

Tomorrow I plan to attend the Digital Researcher seminar day at the British Library. It promises to be an excellent day providing insights on how researchers can best employ microblogging, social networking, social bookmarking/citations and many of the other nifty collaborative elements of the web that simply weren't there in the '90s.

Línguas e LiteraturaInglês
Publicados

In the spirit of social networking/research interaction, I have established a Zotero group for researchers working in my field; the novels of Thomas Pynchon. The site is here: http://www.zotero.org/groups/thomas_pynchon If you haven't used Zotero before, it's the ultimate open-source, freely available citation tool. It will do all the hard work of formatting your citations and even share them across multiple computers.

Línguas e LiteraturaInglês
Publicados

My first attempt at Python got a slot on the Ubuntu opportunistic developer slot. Check it out here: http://www.jonobacon.org/2010/03/06/the-grand-app-writing-challenge-submissions/ Also, note, first post to posterous. sshsplit featured was originally published by Martin Paul Eve at Martin Paul Eve on March 11, 2010.

Línguas e LiteraturaInglês
Publicados

Introducing sshsplit sshsplit is a GPL-3 licensed application that multiplexes ssh dynamic tunnels. For example, you might normally run: to get a tunnel on 127.0.0.1:54321 that goes through remote-host. However, if you are using a network-resource-intensive application (torrent clients for example), this single tunnel will not suffice for, say, 1000 concurrent connections.

Línguas e LiteraturaInglês
Publicados

Currently, owing to a bug, scp in Kubuntu and Ubuntu 9.10 (Karmic Koala) does not allow you to autocomplete remote directories (when you have a passwordless ssh setup, obviously). While I have submitted a patch for review, this will not be backported into 9.10 and so, those who wish to have this functionality, should follow these steps: Visit this bug to read about the problem.

Línguas e LiteraturaInglês
Publicados

The latest version of Wine (as of 2009-06-23: wine-1.1.24) fixes an important regression that makes it far far easier to install Microsoft Office 2007 on Wine. I personally never use any of the Office suite for anything except ensuring that the documents that I export from OpenOffice for Word users look acceptable and professional.

Línguas e LiteraturaInglês
Publicados

Sometimes, the built in functions of a framework are good enough for your purpose and there is no point in reinventing the wheel. Fine examples of this are to be found at The Daily WTF, one of my personal faves being The Backup Snippet. However, sometimes the .NET Framework does a poor job of parsing FTP FastSnap URLs. For instance, ftp://ausername:apassword@IP:port/path.

Línguas e LiteraturaInglês
Publicados

I came across quite an interesting SQL Injection scenario today. The software in which the vulnerability resides will remain anonymous until fixed, but an abstracted version of the scenario can safely be outlined below. The objective of the software is to restrict user accounts to certain IP addresses when accessing a bulletin board.

Línguas e LiteraturaInglês
Publicados

Sometimes you will find yourself on a machine that has no inbound connections allowed, which can make even the most basic task a complete pain. Never fear, if you can initiate an outbound connection to an SSH server of your choosing, it is no problem whatsoever to remap the ports by what is known as Reverse Forwarding. The first step is to set up key-based, passwordless authentication in SSH.