Main > Free Download Search >

Free usb hack software for linux

usb hack

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 576
Emblems Hack 0.2

Emblems Hack 0.2


Emblems Hack is a simple hack to kdelibs-3.5.5 (and 3.5.6) that adds basic emblem support, like in GNOME. more>>
Emblems Hack is a simple hack to kdelibs-3.5.5 (and 3.5.6) that adds basic emblem support, like in GNOME. (It doesnt use the same format, though.)

There is currently no GUI to select emblems for files, so to set an emblem, run this command: attr -s emblem -V icon-name file

icon-name can be either a valid KDE icon name or an absolute path (e.g. /home/user/icon.png).

Currently, emblems are not drawn on thumbnail previews. Ill attempt to fix this in the next version.

<<less
Download (MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
1007 downloads
USB Launcher 0.0.3

USB Launcher 0.0.3


USB Launcher project is a couple of basic programs to drive the M&S USB Missile Launcher. more>>
USB Launcher project is a couple of basic programs to drive the M&S USB Missile Launcher.
ctlmissile does all the actual work. Youll need libusb installed to compile it, but assuming you have that typing "make" should do the trick. You can then
do:
ctlmissile up
ctlmissile down
ctlmissile left
ctlmissile right
ctlmissile fire
ctlmissile stop
to do all the things youd expect. Note youll need to be root to use it. I
havent figured out a nice way to use libusb yet as a user. Anyone got some pointers?
Oh, and youll need to not have usbhid installed or itll claim the device itself (I think I can add support so that it gets automatically disconnected from the device, so Ill have a look at that).
usblauncher is a Perl program that uses GTK2 to provide a basic interface for controlling the launcher. It uses ctlmissile. Currently Ive made ctlmissile suid root so I can run usblauncher as my normal user id, but Im not sure about this long term.
Enhancements:
- Added support for Dream Cheeky USB missile launcher from James Puderer.
<<less
Download (0.008MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
522 downloads
Gtk+ Hack 0.9.0

Gtk+ Hack 0.9.0


Gtk+ Hack is a graphical front-end for NetHack and variants. more>>
Gtk+ Hack is a graphical front-end for the roguelike game NetHack and its variants based on Gtk+ 2.x.

It supports playing on a local machine as well as connecting to a remote server over the internet.

Gtk+ Hack has its origins in the JNetHack project before being incorporated into SlashEM. I am in the process of unbundling Gtk+ Hack from SlashEM

<<less
Download (0.16MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1579 downloads
goblinhack 1.11

goblinhack 1.11


goblinhackis a rogue-like game with ASCII graphics, OpenGL, and smooth scrolling. more>>
goblinhackis a rogue-like game with ASCII graphics, OpenGL, and smooth scrolling.
Goblins hoard in their foul, dark hole, Plotting and digging and hating all things, Theyll gnash on your bones and eat you whole, And deliver your soul to the Goblin King.
Enhancements:
- This release adds animated black, white, and amethyst dragons, jelly molds, evil blobs, knee gnashers, fractal lakes, fate points, acid weapons, fire/cold/acid proof armour, and many bugfixes.
<<less
Download (0.72MB)
Added: 2007-08-12 License: Free for non-commercial use Price:
804 downloads
Google Hacks 1.6

Google Hacks 1.6


Google Hacks is a compact utility for different Google hacks, like a music search and a product key search. more>>
Google Hacks project is a compilation of carefully crafted Google searches that expose novel functionality from Googles search and map services.

For example, you can use it to view a timeline of your search results, view a map, search for music, search for books, and perform many other specific kinds of searches.
<<less
Download (1.1MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
530 downloads
Xtra Screen Hacks 0.1

Xtra Screen Hacks 0.1


Xtra Screen Hacks is a collection of graphics display modes that are meant to be run with a daemon such as XScreenSaver. more>>
Xtra Screen Hacks is a collection of graphics display modes that are meant to be run with a daemon such as XScreenSaver.

"Daisy" draws spinning flowers, and "Twinkle" draws a twinkling star field.

Compilation of Xtra Screen Hacks depends only on xlib.

Installation:

The configure script is not up and running yet, so the Makefiles and config.h are hacked versions of the ones xscreensavers configure script generated on the authors machine. If your system differs from the authors (i686 Debian GNU/Linux) then the build will probably not work for you, unless you hack the Makefiles and possibly config.h to modify the variables and defines.

If the Makefiles and config.h are ok, then simply run

$ make

to generate the binaries. They will be in the hacks directory.
If you have a copy of XScreensaver installed from the tarball, run

$ make install

If not, you will need to copy the files to their target directories by hand. Search for deluxe, deluxe.xml, and deluxe.1 (or deluxe.man, deluxe.6x.gz, etc) using locate, find, or whereis to figure out where they should go. The binaries and xml files must be in the correct directories
to work properly with xscreensaver-demo.

You will need to add entries to your .xscreensaver file by hand. Open $HOME/.xscreensaver in your favorite text editor and paste the following two lines into the "programs" section:

--snip----------------
- daisy -root n
- twinkle -root n
--snip----------------

Then run xscreensaver-demo to activate and configure the hacks.

If you dont have XScreensaver at all, just enjoy the hacks in an X window.

If make install worked for you, type

$ make uninstall

when you no longer want the new screen hacks.
<<less
Download (0.067MB)
Added: 2006-03-06 License: MIT/X Consortium License Price:
1332 downloads
PIC USB Framework 1.1

PIC USB Framework 1.1


PIC USB Framework is a USB application framework dedicated to Linux. more>>
PIC USB Framework is a USB application framework dedicated to Linux (on the host side) and to the PIC 18F4550 family of microcontrollers (on the device side).
PUF includes: a bootloader that can flash the PIC application through the USB, a PIC demo and its corresponding application on the host side, and docker, the host-side flash programming utility.
The PUF also contains gputils and sdcc as cross-building tools, and odyssey 0.4vasco as a parallel port PIC programmer.
Enhancements:
- sdcc optimization flags are now switched on by default.
- A component library (including a console mechanism and a small real time scheduler) has been added to help building user applications.
- Tools have been upgraded to automake 1.9.6, autoconf 2.59d, sdcc snapshot 4482, odyssey 0.5, and gputils 0.13.4.
- The applications size has been optimized.
<<less
Download (4.3MB)
Added: 2007-01-01 License: LGPL (GNU Lesser General Public License) Price:
1032 downloads
Pugs::Doc::Hack 6.2.13

Pugs::Doc::Hack 6.2.13


Pugs::Doc::Hack is a Perl module documentation on how to hack on Pugs. more>>
Pugs::Doc::Hack is a Perl module documentation on how to hack on Pugs.

SYNOPSIS

# Fetch latest Pugs from Subversion repository
$ svn co http://svn.openfoundry.org/pugs
$ cd pugs

# review build options controlled by env variables
$ $PAGER ./INSTALL

# Configure Pugs
$ perl Makefile.PL

# Compile Pugs
$ make

# Test
$ make test

# or instead of Test, Smoke:

# do the following only once
$ sudo cpan Task::Smoke
$ cp util/smoker-example.yml ~/.smoker.yml
$ $EDITOR ~/.smoker.yml

$ make smoke # generates smoke.html, smoke.yml
# Optionally, submit your smoke report to the public smokeserver:
$ perl util/smokeserv/smokeserv-client.pl smoke.html smoke.yml

This document attempts to explain how to start working on Pugs, as well as conventions used in day-to-day development.

<<less
Download (6.5MB)
Added: 2007-03-10 License: Perl Artistic License Price:
968 downloads
Blog:Hack:CMS 0.5

Blog:Hack:CMS 0.5


Blog:Hack:CMS is a Blog:cms to NucleusCMS Hack. more>>
Blog:Hack:CMS is a Blog:cms to NucleusCMS Hack.

How to use this

There are currently two files (other than this one). One file you need and one you do not need.

These files are hacks. That means, in this case, that the normal plugin method was abandonded for actual messing with the code. For more info get the latset version of the translation document that explains what you need to do in more detail.

hacks.php - this file you NEED. add it to the ./nucleus/libs/ directory and add an include call to it in the globalfunctions.php file AFTER the "< ?PHP".

globalfunctions.php - an example of called the hacks lib. YOU DO NOT NEED to use this but it is from the latest version of nucleus (Nucleus v3.22). So you can use it if you wish.
<<less
Download (0.015MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1211 downloads
Harvs Hamshack Hack 06

Harvs Hamshack Hack 06


Harvs Hamshack Hack is a remaster of the KNOPPIX distro for Amateur Radio Operators (Hams). more>>
Harvs Hamshack Hack is a remaster of the KNOPPIX distro for Amateur Radio Operators (Hams).

This project is directed primarily at Amateur Radio enthusiasts (Hams) who have no prior experience with LINUX. Hopefully, experienced LINUX users (perhaps, even a "guru" or two) will give it a spin and offer corrections and suggestions for improvement ... in fact, they are obligated to do so!

The CD contains a complete LINUX-Knoppix operating system and enough software to accomplish the usual tasks we all perform daily from our homes ... web browsing, email, letter writing, etc.

In addition, there is a huge library of programs for our Amateur Radio hobby.

The Hamshack Hack is a "Live CD". As a "Live CD" system, no installation to your machines hard drive is necessary. The whole package will run off the CD by building a "ram disk" in your machines memory. As soon as you re-boot your machine, the LINUX system vaporizes and youll be back with whatever system is installed on your hard drive.

To obtain your very own copy of the "the Hack", you must download the "hamshack.iso" image file and then, using your favorite CD burner (I use K3B on Linux, or Nero on Windows), burn the image to a CD. Pick the "Burn CD Image" option, else youll end up with just another copy of the .iso file. Then, when the smoke clears, youll boot your machine with this new CD.
<<less
Download (530MB)
Added: 2006-01-02 License: GPL (GNU General Public License) Price:
1452 downloads
vp-usb-lock 0.2.1

vp-usb-lock 0.2.1


vp-usb-lock is a Linux kernel driver and PAM module that utilizes the PC wireless USB lock. more>>
vp-usb-lock is a Linux kernel driver and PAM module that utilizes the PC wireless USB lock and makes it possible to use it as authentication method for your Linux box.
It is easy to install, but needs access to the sources of the kernel and PAM to build correctly. It has been tested under Fedora Core 2 with a custom made 2.6.7-1.494.2.2 kernel, but it should also work with other kernel versions and distributions.
Enhancements:
- A lock daemon was added.
- A compilation error that was introduced lately by some changes to the Linux kernel was fixed.
- Support for kernel 2.4.x versions was added.
<<less
Download (0.080MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
1140 downloads
Catux-USB 0.1

Catux-USB 0.1


Catux-USB is a distribution created by CaTuX, an association of GNU/Linuxs users from the central area of Catalonia. more>>
Catux-USB is a distribution created by CaTuX, an association of GNU/Linuxs users from the central area of Catalonia.

This distribution is not just one more, but it has a distinguishing feature: it can be executed from any Pendrive (or any USB storage device, even the low capacity ones.

Once it has been executed and the hardware detected, you will have a totally normal distribution, based on Debian through Knoppix and ready to do all the apt-get you want.
<<less
Download (100MB)
Added: 2005-05-18 License: GPL (GNU General Public License) Price:
906 downloads
USB Headset Buttons 0.9.2

USB Headset Buttons 0.9.2


USB Headset Buttonss purpose is to enable the Volume up and Down Buttons on my Logitech USB 30 Headset. more>>
USB Headset Buttonss purpose is to enable the Volume up and Down Buttons on my Logitech USB 30 Headset.

USB Headsets are very useful for VoIP applications like SIP Networks or Skype. On my headset I have volume buttons which need extra care to be taken of. This Application does it.

<<less
Download (0.005MB)
Added: 2006-03-14 License: GPL (GNU General Public License) Price:
1322 downloads
usb-mount 0.96

usb-mount 0.96


usb-mount provides desktop integration for systems using the hotplug scripts and the KDE desktop. more>>
usb-mount project provides desktop integration for systems using the hotplug scripts and the KDE desktop. It automatically mounts and unmounts USB storage partitions and modifies the users desktop, via the addition of icons representing USB storage device partitions.
The user can interact with the storage device by opening the desktop icons to reveal the folders corresponding to each partition. Each partitions mount status can be altered by using icon control options.
These scripts work for me on Fedora Core 2 and Redhat 9. Several people have reported that they can be made to function on many other Linux distributions with minor configuration changes and some editing.
To get them to work on your system you may need knowledge of Linux and shell scripting. If the scripts dont work out of the box, you should look for errors in /var/log/messages (or where ever your system log is kept). If you are not comfortable with reading logs and editing scripts - perhaps these scripts arent for you.
I no longer have any Linux systems with 2.4 kernels, I think the scripts will still work. All recent modifications have only been tested on Fedora Core 4 running kernel 2.6.
Many distributions are now adequately handling usb - so I havent spent much time improving usb-mount. If anyone wants to fork a new version, feel free. The new kernel, dbus, etc should make it quite easy to create a simpler script from scratch.
Enhancements:
- More fixes for newer kernels/distibutions that take longer to setup usb devices;
- Handle flash card readers that have more than one device (thanks to Edward);
- Ignore non usb-storage devices (thanks to Wolfgang Klein).
<<less
Download (0.034MB)
Added: 2006-01-26 License: LGPL (GNU Lesser General Public License) Price:
1370 downloads
FuLFS 0.0.4

FuLFS 0.0.4


FuLFS is a simple hack to store and read very large files on/from a filesystem with small maximum file size. more>>
FuLFS is a simple hack to store and read very large files on/from a filesystem with small maximum file size. The primary purpose was putting DVD-size images on FAT32 and use it transparently. The files are stored in the form name.aa, name.ab, ...
Usage:
./fulfs physical-storage-dir virtual-dir [ chunk size ]
where the chunk size can be completed with a k/K/m/M/g/G suffix, meaning a
decimal or binary (upper case) factor of the particular unit.
Installation:
Install pkgconfig, install fuse library (version >>2.5.0, from http://fuse.sourceforge.net or a modern Linux distribution, including the development files (eg. libfuse-dev on Debian).
Run "make".
Enhancements:
- The file descriptor caching was fixed.
- Chunk set control was optimized.
- The unlink operation will return more reliable error codes now.
- The license was converted to the original BSD style.
<<less
Download (0.008MB)
Added: 2007-06-25 License: BSD License Price:
851 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5