| Author |
Message |
vovchik

Joined: 23 Oct 2006 Posts: 1239 Location: Ukraine
|
Posted: Mon 31 May 2010, 16:57 Post subject:
Luigi's weird utilities Subject description: good stuff |
|
Dear Puppians,
Here are 10 utilities I compiled that were on Luigi Auriemma's website http://aluigi.altervista.org/mytoolz.htm. There is a gui tool that takes a command line prog - such as cat or grep - figures out what the command line options might be and lets you run it as a gui while capturing the input in a window (which you can save).
The other utilities are a mini proxy server, a lan file transfer program, a string dump/replace for executable files, a wget-type downloader, a host checker, a dump-to-c-functions for executables, an ascii2binary converter, a remote ftp server file indexer that can produce html, and a console interface for freelang.net dictionaries.
I have included a screenshot, the binaries (which could be copied to /usr/bin or /usr/local/bin) and sources with some brief compilation instructions. There are readme files in both the sources and bin archives.
Have fun...
With kind regards,
vovchik
PS. As an afterthought, I added an archive containing the M$ version of lanfile, in the event that people have to transfer files between Linux and Windows.
 |
| Description |
|

Download |
| Filename |
lanfile.win.exe.tar.gz |
| Filesize |
18.83 KB |
| Downloaded |
365 Time(s) |
| Description |
|

Download |
| Filename |
luigi-src.tar.gz |
| Filesize |
141.68 KB |
| Downloaded |
337 Time(s) |
| Description |
|

Download |
| Filename |
luigi-bin.tar.gz |
| Filesize |
135.56 KB |
| Downloaded |
366 Time(s) |
| Description |
|
| Filesize |
90.41 KB |
| Viewed |
1846 Time(s) |

|
|
|
Back to top
|
|
 |
Dingo

Joined: 11 Dec 2007 Posts: 1398 Location: somewhere at the end of rainbow...
|
Posted: Mon 31 May 2010, 18:09 Post subject:
|
|
Oh yeah Luigi Auriemma is a true Genius!
I compiled sometimes ago his
*gftpDEC*
- link
very useful to recovery passwords from encrypted gftp bookmarks if you have lost and you have not a plain text copy somewhere
_________________ replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1239 Location: Ukraine
|
Posted: Mon 31 May 2010, 18:49 Post subject:
|
|
Dear Dingo,
I agree. Luigi's stuff is out of this world! And so is Peter van Eerten's (http://www.basic-converter.org/): a structured Basic compiler (with GTK API) in bash and gtk-server.
With kind regards,
vovchik
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7037 Location: qld
|
Posted: Tue 01 Jun 2010, 05:50 Post subject:
|
|
Hello vovchik
I think BarryK is including BaCon on the devx in Quirky, there was a mention on his blog.
Nice utilities
Cheers
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1239 Location: Ukraine
|
Posted: Wed 02 Jun 2010, 04:26 Post subject:
|
|
Dear Puppians,
Lanfile works very nicely. I set up
on the receiving machine (which has IP 192.168.2.2) and set up
| Code: |
lanfile 192.168.2.2 vlc.txt (any old file)
|
on the sending machine. It worked. You can replace vlc.txt with a directory and it will send the dir and all the files in it.
The ftp file dir organizer/html maker also works very nicely:
| Code: |
myftpidx -y "ftp://anonymous:vovchik@mymail.org@ftp.xxx.net/pub/music" > music.html
|
I think we should think about gtkdialog guis for these little gems from Luigi.
With kind regards,
vovchik
|
|
Back to top
|
|
 |
|