2006, October 06 (Fri) | |
Web Dump – Nei's Web Dump | |
---|---|
Did you come here looking for Nei’s Web Dump — a few patches or Irssi scripts? adv_windowlist.pl? Irssi for Windows? You can now find the content on http://anti.teamidiot.de/static/nei/*/ in a steamlined appearance. Something’s missing and you’re sure it was there earlier? Tell me about it! Or are you maybe looking for some TLA/Arch repositories? ircu--ailin--2.10.12 or srvx--ailin--1.3? They're mirrored at the SuperMirror (Browser (slow)).Sorry about that. |
|
2006, November 27 (Mon) | |
Linux, Web Dump – misc scripts: 32bit chroot on 64 | |
compiling software in a 32bit chroot on a 64bit box which tries to loot out the arch with “
|
|
Linux, Web Dump – misc scripts: shadow mirror (aka xcopy/t) | |
populate a directory tree without the actual files, for example if you want to show someone your hdd content without giving her the data:on the system with the data, create a list of directories:
and a list of files:
on the target, replay these with
beware of the links, if you want to put an actual file in place of a shallow one, |
|
2007, January 16 (Tue) | |
Netzwelt, Web Dump, Windows – Irssi 0.8.10 for Windows (Cygwin/Win32) | |
(Update the download has been removed but I preserve the post for itself. Please install irssi from Cygwin’s setup.exe) This has been in my static folder at least since the official release of that version, but I hadn’t posted it on the website yet. Back in the days, when I was looking for a Windows version of this rather popular *nix IRC client, they did not have a single working link on their website/ download page http://irssi.org/! Of course you can always tell the users to “just build it yourself”, but seriously, which average user is capable of doing that? So after researching the Internet and not finding any suitable Windows build of Irssi, I decided to fix that gap myself. So I created above build. When I checked back at the time of writing this entry, they now link to a build of Irssi 0.8.9 on their download page; I would claim that this is no official build (but maybe they’ve gotten the creators permission to hot-link (deep-link) it). I believe I had already found this build at the time when I was looking for one, and the website didn’t have any; but not only is it outdated (version-wise), it also does not support Perl, Irssi’s premier scripting binding. Since I like to enhance my client with several scripts, that was no good. Also, there is a new feature called “recode” in Irssi 0.8.10, which (although it ultimately sucks) enables you to chat in places where ISO-8859 and UTF8 charsets are in mixed use. Given these two reasons, the 0.8.9 version of Irssi was not an option to me. For those interested in making their own Irssi/Cygwin builds on Windows, I’ve written down the necessary steps. Hit the jump to read them. |
|
Continue reading “Irssi 0.8.10 for Windows (Cygwin/Win32)” » | |
2007, January 31 (Wed) | |
Netzwelt, Programmierung, Web Dump – Irssi Scripts | |
Don’t get me wrong, please. I haven’t written these scripts — I was Because I’ve got them lying ‘round in my so called “Web Dump” I hope this can be of interest to some of you, and maybe I have a lucky I have lsted these works in no particular order:
|
|
Tags:
| |
Web Dump – Irssi theme for light background colour terminals | |
Now, this isn’t actually a script but it is important nonetheless. There |
|
Web Dump – BitchX like tab completion for Irssi | |
Let’s be honest for a second, the Irssi nick completion sucks. In I found a script called niq on the “official” scripts page which So one day when I was muttering about this in the #irssi irc channel, And I was like “oh great why did noone ever tell me” — and this is I don’t even know what this page was where it had the fixed version, |
|
Web Dump – Irssi: Format additional whois output from Undernet IRCd (ircu) | |
This script is based on the quakenet.pl script I first found on Many IRC servers introduce reply codes which are not, or not fully In particular, this script formats the reply containing the user’s account This script is not really important, but it was important to please my |
|
Web Dump – Make the chat start at the bottom in Irssi | |
On a freshly started Irssi, all message text will start floating from I find this highly distracting, since whenever you are looking at a A much better approach is to fixate the viewpoint on the bottom line, as This script will make it happen immediately, much improving my IRC A yet better (and still missing) script would be one to reload the IRC (There actually is a script to do the latter, at least for private |
|
Web Dump – Draw a line at the position where you last left the Irssi window | |
Once you’re in the flow of IRC, another important tool to keep track of That way, you’ll easily be able to refind the spot where you left off The mIRC original will only update the marker if you have actually I am pretty sure that I once had a trackbar version which would allow you to directly jump in scrollback to the position atThis script has now been located and is available as trackbar22.pl |
|
Tags:
| |
Web Dump – Redirect DCC sends with Irssi | |
This is actually a port of a mIRC script I stole from nnscript, I think. I used to run Irssi on a shell account, but wanted to receive DCC file This means you can redirect DCC file transfers to any other user; it is (The original mIRC source is included in the file.) |
|
Web Dump – Mouse wheel support in Irssi | |
The original version of this can actually be found on The problem with the mouse scripts is, that since they enable XTerm This version is enhanced by Soliton to provide easy means to disable the |
|
Web Dump – Irssi: Interactively read user input from scripts | |
The question script isn’t a script that I actually use, it was more like There are a few problems with this though: how do you save the text user |
|
Tags:
| |
2010, October 18 (Mon) | |
Netzwelt, Web Dump – nonoh command line dialer | |
If you are using nonoh to manage international IP calls with acceptable rates, I can recommend taking a look at this command line dialer script. It is much more convenient to use than the website (no need for the ugly select box country code), and you can easily set up aliases or another front end for it. Besides, it doesn’t need a big web browser so you it is also good to use over SSH. Furthermore, you can easily see the rates (which are setup charge; tariff; and billing interval for caller and callee, in €-¢t/10000) before even accepting the call. To use it, you need a working Perl installation. Then just type An older script was based on the script found on voip-info.org with added fee and error code output. A small usage summary:
|
|
2011, November 25 (Fri) | |
Web Dump – (AIX) 16-color table for Emacs' ansi-color | |
here’s a quick and dirty way to teach ansi-color the aix color codes (setq ansi-color-map [ default bold default italic underline bold bold-italic modeline nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil (foreground-color . "black") (foreground-color . "dark red") (foreground-color . "forest green") (foreground-color . "dark orange") (foreground-color . "dark blue") (foreground-color . "dark magenta") (foreground-color . "dark cyan") (foreground-color . "light grey") nil nil (background-color . "black") (background-color . "dark red") (background-color . "forest green") (background-color . "dark orange") (background-color . "dark blue") (background-color . "dark magenta") (background-color . "dark cyan") (background-color . "light grey") nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil (foreground-color . "dim grey") (foreground-color . "red") (foreground-color . "green") (foreground-color . "gold") (foreground-color . "slate blue") (foreground-color . "magenta") (foreground-color . "cyan") (foreground-color . "white") nil nil (background-color . "dim grey") (background-color . "red") (background-color . "green") (background-color . "gold") (background-color . "slate blue") (background-color . "magenta") (background-color . "cyan") (background-color . "white") nil nil ] ) |
|
Tags:
| |
2012, March 07 (Wed) | |
Web Dump – \autoref completion in AUCTeX | |
you can use this code
(Complete by C-c RET RET TAB or M-TAB) |
|
2012, October 28 (Sun) | |
Web Dump – hocr fix for tesseract | |
If you like to use tesseract to make “searchable” PDFs and find that some parts of the page content are missing in the PDF, here is the necessary fix for ExactCODE’s hocr2pdf
|
|
2013, October 30 (Wed) | |
Linux, Programmierung, Web Dump – Network Scanner Server, headless | |
Usage scenario:Your small group has a scanner in walking distance, and wants to use it for simple scanning.
This script will poll the buttons, scan according to two pre-sets (you could make the scripts more complex if desired) and publish the result on a Windows share. Communication with the user is done through speech synthesis software. End user experience:
Script to do it:You can grab your copy here: scanbtn.tar. Detailed information is inside the README file therein. Enjoy! |
|
2015, June 09 (Tue) | |
Linux, Web Dump – Firmware updates for Z30 from Linux | |
BIOS update
SSD firmware update
Required folder structure for
|
|
Linux, Web Dump – Keyboard Light on Z30 | |
By default in GNOME, you cannot toggle the keyboard light. For GNOME, there is no solution to use the key binding ( What you can do is, to put the function on another keyboard shortcut (ex. Winkey+Z) and have it execute this script That will toggle through the three keyboard states (automatic, on, off). You can put it on suid-root so that you can change the file in the Update you can also use
(thanks to nulli) |
|
2015, June 16 (Tue) | |
Web Dump – manual connect to 802.1x with netagent | |
Note, The following only works on firmware 5.7 or smaller, I have found no way to make the new dynamic connect version of netagent starting from fw 5.8 work :-( Adjust the following configs like this:
and put the certificate file into |
|
Navigation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
« | Programmierung | « | Main | ‹ | All articles list (Archives) | › | Search | » | Windows | » |