gnocky 0.0.4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 83
Gnocky 0.0.4
Gnocky is an application that will allow you to use many features of your mobile phone. more>>
Gnocky is an application that will allow you to use many features of your mobile phone (setting logos, sending SMS, addressbook management).
This project uses user-space mobile driver provided by gnokii project.
<<lessThis project uses user-space mobile driver provided by gnokii project.
Download (0.50MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
818 downloads
Download (1.8MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
926 downloads
PCSpk 0.0.4
PCSpk project is a set of command line applications for easily playing sounds and melodies. more>>
PCSpk project is a set of command line applications for easily playing sounds and melodies using the PC speaker.
It is based on Johnathan Nightingales beep.
Enhancements:
- Support for DragonFly/FreeBSD/NetBSD/OpenBSD was added.
- A Siemens ringtone converter (gawk script) and an example for it are now available.
<<lessIt is based on Johnathan Nightingales beep.
Enhancements:
- Support for DragonFly/FreeBSD/NetBSD/OpenBSD was added.
- A Siemens ringtone converter (gawk script) and an example for it are now available.
Download (0.004MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
957 downloads
Agnix 0.0.4
Agnix project is an embedded real-time network operating system kernel. more>>
Agnix project is an embedded real-time network operating system kernel.
It is a small, educational operating system kernel for i386, supporting 32-bit protected memory mode, paging, hardware switched tasks, memory tests, PCI bus, devices, PCI IRQ routing, RT timers, network protocols.
It is available with all the source code and is fully compatible with the Linux kernel API.
Main features:
- Memory: 32-bit protected mode, support for paging
- Virtual memory: supports for memory allocation algorithms (binary and buddy)
- Tasks management: mulithreading, hardware switched tasks, round-robin scheduler
- Synchronization: spinlocks and semaphores
- Interrupts: interrupts serviced in fastirq kernel thread
- Timers: RT timers, 100Hz system clock
- Network: support for ethernet, ARP and IP protocols
- Driver interface: own driver interface named ADI (Agnix Driver Interface)
- Drivers: 8254, 8259, RTC, DMA chips, PCI bus, support for RTL-8029(AS) network card
- Power management: support for APM
- Support for busses: full support for PCI bus, PCI devices and PCI IRQs
- Terminals: support for switched terminals
- Data structures: hashing with open adressing, lists, queues
<<lessIt is a small, educational operating system kernel for i386, supporting 32-bit protected memory mode, paging, hardware switched tasks, memory tests, PCI bus, devices, PCI IRQ routing, RT timers, network protocols.
It is available with all the source code and is fully compatible with the Linux kernel API.
Main features:
- Memory: 32-bit protected mode, support for paging
- Virtual memory: supports for memory allocation algorithms (binary and buddy)
- Tasks management: mulithreading, hardware switched tasks, round-robin scheduler
- Synchronization: spinlocks and semaphores
- Interrupts: interrupts serviced in fastirq kernel thread
- Timers: RT timers, 100Hz system clock
- Network: support for ethernet, ARP and IP protocols
- Driver interface: own driver interface named ADI (Agnix Driver Interface)
- Drivers: 8254, 8259, RTC, DMA chips, PCI bus, support for RTL-8029(AS) network card
- Power management: support for APM
- Support for busses: full support for PCI bus, PCI devices and PCI IRQs
- Terminals: support for switched terminals
- Data structures: hashing with open adressing, lists, queues
Download (0.36MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1109 downloads
Geotrace 0.0.4
Geotrace is a geographical traceroute utility. more>>
Geotrace is a geographical traceroute utility. Geotrace provide graphical view on the map. It has many geographical maps.
In order to be able to use a new map with geotrace, you only need to know one thing: the longitude/latitude of the top left and bottom right corners. Most maps you will find will be centered on 0,0 (about 5 degs south of Ghana and 10 degs west of Gabon. for those of you who dont know, its in Africa.). So, lets do it step by step:
1) Find a map. there are plenty on the web. Nasas a good place to find them (it is a mess though). Or grab one of the few maps at a site with maps for XGlobe and XPlanet.
The image must be in a format understood by gdk-pixbuf (most images youll find will be jpeg or gif which work).
2) Go to the maps/ directory in geotrace. Put the map in there and open up maps.properties
3) on the second line, youll see MAPS:World50.gif, World100.gif etc... Thats a list of all the maps. Add the name of your recently downloaded map on that line.
4) now, you need to tell geotrace what the coordinates are. Add a line to the file that looks as follows:
filename:BOUNDARY=lon1,lat1,lon2,lat2
filename: case sensitive, map has to be in the maps/ folder
lon1 and lat1: longitude and latitude of the top left corner
lon2 and lat2: longitude and latitude of the bottom right corner
As I said earlier, for most maps youll find, youll get -180,90,180,-90 which means that the map is centered on 0,0. However, the two world maps (World100 and World50) in geotrace are centered on 10W,0
You might notice that the three maps of the US have another line associated with them. Thats the alber projection. You probably wont have to deal with that.
4) Run geotrace, select your map from the drop-down and enjoy.
Version restrictions:
- Some hops may have extravagant locations, but for once, its not my fault. The netgeo server does not have fully updated records. So my advice is, just live with it
Enhancements:
- added line color and width options.
- added cmdline args. host to trace, and startup map.
- added map options: path to maps and startup map.
- warning to check paths when run for the first time.
- added status bar
- fixed draw_trace_on_map which didnt draw in certain cases (timeouts)
- fixed bug that caused crash when a hop times out and more hops repond later
- 2001-04-05
- added option: resolve host name or not
- load/save options from file (~/.geotrace) 2001-04-04
- fixed bug that caused last map in file not to be read (world100) 2001-04-03 added options for traceroute (path to exec, timeout and maxttl)
<<lessIn order to be able to use a new map with geotrace, you only need to know one thing: the longitude/latitude of the top left and bottom right corners. Most maps you will find will be centered on 0,0 (about 5 degs south of Ghana and 10 degs west of Gabon. for those of you who dont know, its in Africa.). So, lets do it step by step:
1) Find a map. there are plenty on the web. Nasas a good place to find them (it is a mess though). Or grab one of the few maps at a site with maps for XGlobe and XPlanet.
The image must be in a format understood by gdk-pixbuf (most images youll find will be jpeg or gif which work).
2) Go to the maps/ directory in geotrace. Put the map in there and open up maps.properties
3) on the second line, youll see MAPS:World50.gif, World100.gif etc... Thats a list of all the maps. Add the name of your recently downloaded map on that line.
4) now, you need to tell geotrace what the coordinates are. Add a line to the file that looks as follows:
filename:BOUNDARY=lon1,lat1,lon2,lat2
filename: case sensitive, map has to be in the maps/ folder
lon1 and lat1: longitude and latitude of the top left corner
lon2 and lat2: longitude and latitude of the bottom right corner
As I said earlier, for most maps youll find, youll get -180,90,180,-90 which means that the map is centered on 0,0. However, the two world maps (World100 and World50) in geotrace are centered on 10W,0
You might notice that the three maps of the US have another line associated with them. Thats the alber projection. You probably wont have to deal with that.
4) Run geotrace, select your map from the drop-down and enjoy.
Version restrictions:
- Some hops may have extravagant locations, but for once, its not my fault. The netgeo server does not have fully updated records. So my advice is, just live with it
Enhancements:
- added line color and width options.
- added cmdline args. host to trace, and startup map.
- added map options: path to maps and startup map.
- warning to check paths when run for the first time.
- added status bar
- fixed draw_trace_on_map which didnt draw in certain cases (timeouts)
- fixed bug that caused crash when a hop times out and more hops repond later
- 2001-04-05
- added option: resolve host name or not
- load/save options from file (~/.geotrace) 2001-04-04
- fixed bug that caused last map in file not to be read (world100) 2001-04-03 added options for traceroute (path to exec, timeout and maxttl)
Download (0.25MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1229 downloads
cdl 0.0.4
cdl is a program creates LaTeX source for creating CD labels. more>>
cdl is a program creates LaTeX source for creating CD labels. It can be uses as part of LaTeX sources created with program Disc-Cover by J.I. van Hemert
cdtree reads directory structure of CD and print it to STDOUT
-d path to root dir of CD
-D show dot-files at tree
-e regular expression, all matched files are not included in output
-l level of subdirs
-o didectories only
cdl reads text file and on STDOUT prints LaTeX source
-c number of columns default is 3
-t tree
-s normal label if you are using -t you can also use this paramaters
-T title
-n note
-a artist
<<lesscdtree reads directory structure of CD and print it to STDOUT
-d path to root dir of CD
-D show dot-files at tree
-e regular expression, all matched files are not included in output
-l level of subdirs
-o didectories only
cdl reads text file and on STDOUT prints LaTeX source
-c number of columns default is 3
-t tree
-s normal label if you are using -t you can also use this paramaters
-T title
-n note
-a artist
Download (0.010MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1184 downloads
Open City 0.0.4
OpenCity is a 3D city simulator game. more>>
OpenCity is a 3D city simulator game.
Once upon the time, I was travelling over the Internet, and I found a city simulator under linux called FreeReign at SourceForge. But it isnt maintained any more. I decided to push the game up so I had a look at the FreeReign sources.
However, its codes were not obvious to me, and in addition the game design didnt fit my programming style. Finally, I decided to write my own free 3D city simulator, based on the original ideas of the FreeReign project. Few months later, OpenCity was born.
OpenCity is a city simulator game project written in standard C++ with OpenGL and SDL from scratch. It is not intended to be a clone of any famous city simulator from Max*s. So, if you are looking to download a free SimCity 4 like, please forget OpenCity. I work on it at my spare time, I really meant it "my spare time" !
OpenCity is also a OpenGL game programming tutorial. In the resources section, you can find the micro simulators algorithm, design document, UML diagram and information about other issues.
<<lessOnce upon the time, I was travelling over the Internet, and I found a city simulator under linux called FreeReign at SourceForge. But it isnt maintained any more. I decided to push the game up so I had a look at the FreeReign sources.
However, its codes were not obvious to me, and in addition the game design didnt fit my programming style. Finally, I decided to write my own free 3D city simulator, based on the original ideas of the FreeReign project. Few months later, OpenCity was born.
OpenCity is a city simulator game project written in standard C++ with OpenGL and SDL from scratch. It is not intended to be a clone of any famous city simulator from Max*s. So, if you are looking to download a free SimCity 4 like, please forget OpenCity. I work on it at my spare time, I really meant it "my spare time" !
OpenCity is also a OpenGL game programming tutorial. In the resources section, you can find the micro simulators algorithm, design document, UML diagram and information about other issues.
Download (2.8MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1095 downloads
Gnome-u2ps 0.0.4
Gnome-u2ps converts Unicode texts to GNU a2ps style postscript. more>>
Gnome-u2ps converts Unicode texts to GNU a2ps style postscript.
GNU a2ps is a popular text printing program but it is not maintainanced and lacks i18n
features, especially complex languages like Japanese, Korean, Chinese, Arabic.
Gnome-u2ps brings GNOME i18n benefits to text printing world.
Main features:
- UTF-8 text conversion to PostScript by libgnomeprint (>= 2.5.4 required)
- Legacy codeset support with -X option. (iconv -l to see the supported codeset)
- Appropriate font guessing from current locale
- Arabic bidirectional text support with libfribidi (>=0.10.4)
- Legacy codeset auto-detection of plain text
- EUC-JP, SJIS, ISO-2022-JP for Japanese(ja_JP.*)
- EUC-KR for Korean(ko_KR.*)
- Big5 for Traditional Chinese(zh_TW.*)
- GB18030 for Simplified Chinese(zh_CN.*)
- Big5 HKSCS for Hong Kong locale(zh_HK.*)
- Mail parse option --mail. Similar to a2ps -=mail .
- Base64 subject decode
- Codeset guessing from Content-Type header charset property.
- Circled digits support for iso-2022-jp.
<<lessGNU a2ps is a popular text printing program but it is not maintainanced and lacks i18n
features, especially complex languages like Japanese, Korean, Chinese, Arabic.
Gnome-u2ps brings GNOME i18n benefits to text printing world.
Main features:
- UTF-8 text conversion to PostScript by libgnomeprint (>= 2.5.4 required)
- Legacy codeset support with -X option. (iconv -l to see the supported codeset)
- Appropriate font guessing from current locale
- Arabic bidirectional text support with libfribidi (>=0.10.4)
- Legacy codeset auto-detection of plain text
- EUC-JP, SJIS, ISO-2022-JP for Japanese(ja_JP.*)
- EUC-KR for Korean(ko_KR.*)
- Big5 for Traditional Chinese(zh_TW.*)
- GB18030 for Simplified Chinese(zh_CN.*)
- Big5 HKSCS for Hong Kong locale(zh_HK.*)
- Mail parse option --mail. Similar to a2ps -=mail .
- Base64 subject decode
- Codeset guessing from Content-Type header charset property.
- Circled digits support for iso-2022-jp.
Download (0.34MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1544 downloads
cpop 0.0.4
cpop is a network popup message system that uses the jpop protocol and a simple GTK+ interface. more>>
cpop is a network popup message system that uses the jpop protocol and a simple GTK+ interface. It provides handy popup messages for LAN messaging or just sending yourself reminder messages.
This version is the UNIX/GTK+ native version. The cross-platform, Java version is called jpop.
<<lessThis version is the UNIX/GTK+ native version. The cross-platform, Java version is called jpop.
Download (0.067MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1498 downloads
gggl 0.0.4
gggl is a graph-based image processing library for interconnecting operations (ops) shared objects. more>>
gggl is an image processing library inspired by GEGL, this library is designed to do what gegl will be designed to handle; image processing operations catering for Gimp and many other applications.
gggl is a version of GEGL that tries to be as simple as possible, but not simpler.
Applications using gggl should have small problems being ported to use GEGL, especially if they use gggl through a wrapping layer, like a language binding (ruby), or a wrapper providing higher level abstractions like oxide.
Main features:
DAG based data model
plug-ins operate in pixel representation of own choice
- 8bit, 16bit or floating point
- sRGB, sRGB+alpha, sRGB + premultiplied alpha, ycbcr, xyz or lab
designed to be call compatible with GEGL
small host and plug-in APIs
a growing set of floating point based rgb operations already exist
few dependencies (ANSI C + libdl)
The API exposed by gggl and GEGL boils down to manipulation of a DAG (Directed Acyclic Graph), through the same calling semantics it should be possible to utilize hardware acceleration for all, none or portions of the processing.
Through mlt gggl can probably already do hardware based decompression of video.
Enhancements:
- gggl/Makefile: build fixes
- gggl/gggl.h: reordering of functions according to order of importance.
<<lessgggl is a version of GEGL that tries to be as simple as possible, but not simpler.
Applications using gggl should have small problems being ported to use GEGL, especially if they use gggl through a wrapping layer, like a language binding (ruby), or a wrapper providing higher level abstractions like oxide.
Main features:
DAG based data model
plug-ins operate in pixel representation of own choice
- 8bit, 16bit or floating point
- sRGB, sRGB+alpha, sRGB + premultiplied alpha, ycbcr, xyz or lab
designed to be call compatible with GEGL
small host and plug-in APIs
a growing set of floating point based rgb operations already exist
few dependencies (ANSI C + libdl)
The API exposed by gggl and GEGL boils down to manipulation of a DAG (Directed Acyclic Graph), through the same calling semantics it should be possible to utilize hardware acceleration for all, none or portions of the processing.
Through mlt gggl can probably already do hardware based decompression of video.
Enhancements:
- gggl/Makefile: build fixes
- gggl/gggl.h: reordering of functions according to order of importance.
Download (0.34MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
PjBOT 0.0.4
PjBOT is a fun-oriented irc bot. more>>
PjBOT is a fun-oriented irc bot. Theres no need to do an installation.
Just do it:
./pjbot.py &
The bot will enter #pjbot @ irc.debian.org. You can change this settings in the pjbot.py file.
Also there you must change saludo and quitmsg variables.
Here are some useful commands:
!trivial : sends a question.
!A phrase : where "phrase" is the phrase that gives the answer.
!opme : gives you @ in the channel.
!deopme : takes your @ out.
!off : bot quits irc
The questions and answers are read from the ./trivial/trivial.txt file and you can modify it to your needs.
The functionality of this version (0.0.3) is very poor, I just started the development.
<<lessJust do it:
./pjbot.py &
The bot will enter #pjbot @ irc.debian.org. You can change this settings in the pjbot.py file.
Also there you must change saludo and quitmsg variables.
Here are some useful commands:
!trivial : sends a question.
!A phrase : where "phrase" is the phrase that gives the answer.
!opme : gives you @ in the channel.
!deopme : takes your @ out.
!off : bot quits irc
The questions and answers are read from the ./trivial/trivial.txt file and you can modify it to your needs.
The functionality of this version (0.0.3) is very poor, I just started the development.
Download (0.051MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1224 downloads
Closebracket 0.0.4
Closebracket let you define multiple shell actions in a single command. more>>
Closebracket let you define multiple shell actions in a single command to speed up the typing of the most repetitive shell commands. The command name of Closebracket is `] and `][, thats because these characters are near the "Enter" key and it is easy to type them fast.
`] stands for "primary fire", while `][ is the secondary one.
After few days youll find Closebracket very additive.
Closebracket is dedicated to the God of Laziness, may He bless you (when He feels to do it).
Installation:
Download the latest tarball from http://www.freaknet.org/alpt/src/utils/closebracket/tarball/
Use the ./install.sh script to install it. It will copy the files in ~/.closebracket and add some aliases in ~/.bashrc
Usage:
Since too many words are needed to describe all the actions that are included
by default, Ill show you them by examples.
Keep in mind that you can tune them and define your own actions by editing the
~/.closebracket/closebracket.conf file.
In the first line closebracket is used to activate an action. The second line is the equivalent of that action.
##
### Basic shell movements
##
$ ]
$ ls # ls current directory
$ ][
$ cd # cd to home
$ ] dir/
$ cd dir/
$ ][ dir/
$ ls dir/
$ ][ file
$ cat file
$ ][ non_existent_file
$ vim non_existent_file
##
### Remote shells
##
$ ] shell # With closebracket you keep the list of the
$ ssh shell.expanded.org # name of your remote shells in
# ~/.closebracket/shells. In this case we put
# "shell.expanded.org" in the list.
# Closebracket searches the closest match with
# the word you typed and then use that as the
# remote shell hostname.
$ ] shell:file
$ vim scp://shell.expanded.org/file # Beware of the Vim power
$ ] user@shell:/path/file
$ ] scp://user@shell.expanded.org/path/file
$ ][ shell:dir/
$ scp -r shell.expanded.org:dir/ .
$ ][ shell:dir/ local_dir/
$ scp -r shell.expanded.org:dir/ local_dir/
$ ][ file1 file3 dir1 dir3 shell:remote_dir/
$ scp -r file1 file3 dir1 dir3 shell.expanded.org:remote_dir/
##
### URLs, mail addresses and algebra
##
$ ] http://URL
$ firefox http://URL
$ ][ http://URL
$ wget http://URL
$ ] email@address.org
$ mutt email@address.org
$ ] 2*2+1-21%2^2
$ echo 2*2+1-21%2^2 | bc -l
$ ] "2*2+1*sqrt(400)/l(2)^2" # if you want to use parentesis you
$ echo "2*2+1*sqrt(400)/l(2)^2" | bc -l # have to use quotes ;(
##
### File type based on extension
##
$ ] pack.tar.gz # This works for .tar, .tar.bz2,
$ tar xfz pack.tar.gz; cd pack/ # .tar.gz, .tgz, .zip, .rar
# If the directory unpacked isnt the
# same of the filename of the tarball
# it understands that ^_-
$ ] movie_or_mp3.ogg # .avi, .mp3, .wav, .wmv, ...
$ mplayer movie_or_mp3.ogg
$ ] image.jpg # .jpg, .png, .gif, ...
$ gqview image.jpg # if you are in tty it launches `seejpeg
$ ][ image.jpg
$ gimp image.jpg
$ ] file.htm # .htm, .html, .php, ...
$ firefox file.htm # if you are in tty it launches `links instead.
Enhancements:
- ] file:line is now equivalent to executing "vim file +line".
- The "untarra script will now repair broken tar/zip/rar archives, i.e. archives that would decompress files in ./.
<<less`] stands for "primary fire", while `][ is the secondary one.
After few days youll find Closebracket very additive.
Closebracket is dedicated to the God of Laziness, may He bless you (when He feels to do it).
Installation:
Download the latest tarball from http://www.freaknet.org/alpt/src/utils/closebracket/tarball/
Use the ./install.sh script to install it. It will copy the files in ~/.closebracket and add some aliases in ~/.bashrc
Usage:
Since too many words are needed to describe all the actions that are included
by default, Ill show you them by examples.
Keep in mind that you can tune them and define your own actions by editing the
~/.closebracket/closebracket.conf file.
In the first line closebracket is used to activate an action. The second line is the equivalent of that action.
##
### Basic shell movements
##
$ ]
$ ls # ls current directory
$ ][
$ cd # cd to home
$ ] dir/
$ cd dir/
$ ][ dir/
$ ls dir/
$ ][ file
$ cat file
$ ][ non_existent_file
$ vim non_existent_file
##
### Remote shells
##
$ ] shell # With closebracket you keep the list of the
$ ssh shell.expanded.org # name of your remote shells in
# ~/.closebracket/shells. In this case we put
# "shell.expanded.org" in the list.
# Closebracket searches the closest match with
# the word you typed and then use that as the
# remote shell hostname.
$ ] shell:file
$ vim scp://shell.expanded.org/file # Beware of the Vim power
$ ] user@shell:/path/file
$ ] scp://user@shell.expanded.org/path/file
$ ][ shell:dir/
$ scp -r shell.expanded.org:dir/ .
$ ][ shell:dir/ local_dir/
$ scp -r shell.expanded.org:dir/ local_dir/
$ ][ file1 file3 dir1 dir3 shell:remote_dir/
$ scp -r file1 file3 dir1 dir3 shell.expanded.org:remote_dir/
##
### URLs, mail addresses and algebra
##
$ ] http://URL
$ firefox http://URL
$ ][ http://URL
$ wget http://URL
$ ] email@address.org
$ mutt email@address.org
$ ] 2*2+1-21%2^2
$ echo 2*2+1-21%2^2 | bc -l
$ ] "2*2+1*sqrt(400)/l(2)^2" # if you want to use parentesis you
$ echo "2*2+1*sqrt(400)/l(2)^2" | bc -l # have to use quotes ;(
##
### File type based on extension
##
$ ] pack.tar.gz # This works for .tar, .tar.bz2,
$ tar xfz pack.tar.gz; cd pack/ # .tar.gz, .tgz, .zip, .rar
# If the directory unpacked isnt the
# same of the filename of the tarball
# it understands that ^_-
$ ] movie_or_mp3.ogg # .avi, .mp3, .wav, .wmv, ...
$ mplayer movie_or_mp3.ogg
$ ] image.jpg # .jpg, .png, .gif, ...
$ gqview image.jpg # if you are in tty it launches `seejpeg
$ ][ image.jpg
$ gimp image.jpg
$ ] file.htm # .htm, .html, .php, ...
$ firefox file.htm # if you are in tty it launches `links instead.
Enhancements:
- ] file:line is now equivalent to executing "vim file +line".
- The "untarra script will now repair broken tar/zip/rar archives, i.e. archives that would decompress files in ./.
Download (0.008MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1000 downloads
Kojoney 0.0.4.1
Kojoney project is a low level interaction honeypot that emulates an SSH server. more>>
Kojoney project is a low level interaction honeypot that emulates an SSH server. The daemon is written in Python using the Twisted Conch libraries.
Kojoney is a mix of the spanish word cojon (s/c/k/) and honey. In the spanish language the sentence "estar hasta los cojones" is used to express that you are cloyed. In the past I received many attacks against my SSH server and various of the attacks were very cool (i.e. using my name and sourname to brute force my SSH Server).
In order to catch my attacker I decided to create a honeypot. The attacker stopped his offensives and (currently) I dont known who were the attacker but I realized of which this tool was very cool and I decided to release it to the public.
<<lessKojoney is a mix of the spanish word cojon (s/c/k/) and honey. In the spanish language the sentence "estar hasta los cojones" is used to express that you are cloyed. In the past I received many attacks against my SSH server and various of the attacks were very cool (i.e. using my name and sourname to brute force my SSH Server).
In order to catch my attacker I decided to create a honeypot. The attacker stopped his offensives and (currently) I dont known who were the attacker but I realized of which this tool was very cool and I decided to release it to the public.
Download (3.1MB)
Added: 2006-08-31 License: GPL (GNU General Public License) Price:
1149 downloads
Guzuta 0.0.4
Guzuta aims to be an easy to use, user friendly and yet powerful Gtk interface to the excellent package manager program. more>>
Guzuta aims to be an easy to use, user friendly and yet powerful Gtk interface to the excellent package manager program used by Archlinux, Pacman. Guzuta is named Guzuta after the name of one of the monsters in the game Pac-Man, the orange one.
<<less Download (0.071MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1430 downloads
pppctl 0.0.4
pppctl is a suite of simple programs of use for controlling a ppp connection. more>>
pppctl is a suite of simple programs of use for controlling a ppp connection. Its ideal for automating internet connections that just connect, pickup and send email and news and then disconnect. It can help manage multiple ISPS and calculate online time for charging purposes.
pppctl consists of:
pppcharge controls charging, using /etc/ppp/charging.inf as its data file. Run it with --help to get a list of commands it accepts.
pppctl is a simple CGI program I use to create /etc/ppp/dialup and /etc/ppp/nohangup files to feed to pollmail.
status is a companion CGI to pppctl that enables users to view the current online status from a webpage and also to see which features of pollmail are currently running.
pollmail is a script I have running that looks for the /etc/ppp/dialup and /etc/ppp/nohangup semaphore files to control going online. It automatically grabs news/email/uucp and sets the system clock with rdate.
killppp is a script which kills the ppp link and also removes any of the pollmail semaphore files.
useisp is a script that allows selection of an ISP from a selection. It uses files in /etc/ppp/isps named .scr and options. and will copy these to /etc/ppp/connect.scr and /etc/ppp/options when an ISP is selected.
<<lesspppctl consists of:
pppcharge controls charging, using /etc/ppp/charging.inf as its data file. Run it with --help to get a list of commands it accepts.
pppctl is a simple CGI program I use to create /etc/ppp/dialup and /etc/ppp/nohangup files to feed to pollmail.
status is a companion CGI to pppctl that enables users to view the current online status from a webpage and also to see which features of pollmail are currently running.
pollmail is a script I have running that looks for the /etc/ppp/dialup and /etc/ppp/nohangup semaphore files to control going online. It automatically grabs news/email/uucp and sets the system clock with rdate.
killppp is a script which kills the ppp link and also removes any of the pollmail semaphore files.
useisp is a script that allows selection of an ISP from a selection. It uses files in /etc/ppp/isps named .scr and options. and will copy these to /etc/ppp/connect.scr and /etc/ppp/options when an ISP is selected.
Download (0.026MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gnocky 0.0.4 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed