attic
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3
BeaFanatIX 2006.2 r3
BeaFanatIX is a mini Live CD Linux distribution. more>>
BeaFanatIX is a mini Live CD Linux distribution. It was originally a remaster of BeatrIX but now uses a more recent Ubuntu core (more on that below). BeatrIX itself is partly on an old version of Ubuntu, but makes heavy use of Knoppix technologies. The common ancestor of all these distributions is Debian.
Whats the catch? Youll get a fully functional desktop operating system running off a standard or a mini (3", 8cm) CD-ROM (or CD-RW). The only thing your computer needs to be capable of is booting from CD - most modern machines can do that without any problem. Apart from using it as a Live CD, you can also install it to your hard drive as an independent operating system, so if you like it, put it on your hard drive and enjoy enhanced speed, usability and efficiency!
BeaFanatIX inherits some very useful features from the distributions it is based on:
Knoppix has excellent hardware recognition and comes with a usable installation script.
Ubuntu is geared towards the desktop and ease of use.
Debian gives you access to a vast amount of software packages ready for immediate use.
BeatrIX is highly portable and has been optimised to run even on older and less potent hardware - thats why Bea* (BeatrIX or BeaFanatIX) may be the best way to revive an old computer sitting useless in a corner of your attic!
BeaFanatIX, true to its BeatrIX roots, has been optimised to enable even a less experienced user to have a working desktop within minutes - work with documents, surf the web and communicate over the internet. Weve chosen a slightly different approach, though: While slimming down the ISO image even further, weve integrated a number of useful software packages without sacrificing key functionality - and without exceeding the size limitations for a mini Live CD.
<<lessWhats the catch? Youll get a fully functional desktop operating system running off a standard or a mini (3", 8cm) CD-ROM (or CD-RW). The only thing your computer needs to be capable of is booting from CD - most modern machines can do that without any problem. Apart from using it as a Live CD, you can also install it to your hard drive as an independent operating system, so if you like it, put it on your hard drive and enjoy enhanced speed, usability and efficiency!
BeaFanatIX inherits some very useful features from the distributions it is based on:
Knoppix has excellent hardware recognition and comes with a usable installation script.
Ubuntu is geared towards the desktop and ease of use.
Debian gives you access to a vast amount of software packages ready for immediate use.
BeatrIX is highly portable and has been optimised to run even on older and less potent hardware - thats why Bea* (BeatrIX or BeaFanatIX) may be the best way to revive an old computer sitting useless in a corner of your attic!
BeaFanatIX, true to its BeatrIX roots, has been optimised to enable even a less experienced user to have a working desktop within minutes - work with documents, surf the web and communicate over the internet. Weve chosen a slightly different approach, though: While slimming down the ISO image even further, weve integrated a number of useful software packages without sacrificing key functionality - and without exceeding the size limitations for a mini Live CD.
Download (165MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
878 downloads
Apparix 07-184
Apparix combines the properties of the cdargs utility and the CDPATH shell mechanism for fast navigation through the file system more>>
Apparix combines the properties of the cdargs utility and the CDPATH shell mechanism for fast navigation through the file system.
Apparix is especially useful for visiting and documenting both often- and rarely-used locations. Apparix enables you to attach marks to locations and jump to those locations by loading the mark.
Marking, unmarking and jumping are simple operations that are performed in the current shell. By setting up convenient aliases for marking and jumping the file system can be navigated in a fast and intuitive manner.
This section contains some examples of the most common uses of apparix. OPTIONS contains a list of additional options available for pruning and squashing bookmarks.
NOTES features a brief discussion of the advantages of apparix over other approaches such as setting up aliases for often visited directories, using symlinks, CDPATH, or a combination of these. HISTORY explains the difference between cdargs and apparix.
Apparix works in a manner very similar to cdargs. One usually invokes apparix by using pre-defined aliases. Here they will be called bm for bookmark, portal for a CPPATH-style bookmark and to for initiating an apparition (aka jump) . These aliases are found below in the FILES section and can also be obtained by issuing
apparix --shell-examples
Apparix works by aliases for two reasons, necessity and convenience. When bookmarking, it is convenient to be able to do it with just a few keystrokes. When jumping, apparix cannot change the current directory in the current shell. It writes the result destination in a results file $HOME/.apparixresult - necessity. An alias or function with a conveniently short name such as to achieves the desired change of directory.
Suppose your user name is eez and your home directory is /home/eez. You often visit a directory called /home/eez/cvs/xyz/tfa/faq/zut/bar/foo. This is how to create and use a bookmark for foo
/home/eez/cvs/xyz/tfa/faq/zut/bar/foo> bm foo
added: foo -> /home/eez/cvs/xyz/tfa/faq/zut/bar/foo
/home/eez/cvs/xyz/tfa/faq/zut/bar/foo> cd
/home/eez> to foo
/home/eez/cvs/xyz/tfa/faq/zut/bar/foo>
Another scenario is where you have some directory that contains a largish number of subdirectories, all of which you would like to have bookmarked. If the subdirectories have distinctive names this can be achieved in one fell swoop by marking the parent directory as a portal.
This is identical to adding the parent directory to the CDPATH environment variable, except that apparix bookmarks are not part of the cd namespace. It is argued in NOTES that this is a good thing. Consider this.
/home/cvs/bagger/boemel/mcl/mcl/src> ls
alien/ CVS/ impala/ Makefile.am README shmcx/
attic/ giraffe/ lib/ Makefile.in shcl/ shmx/
contrib/ gmon.out Makefile mcl/ shmcl/ taurus/
Some of the subdirectories have not-so-distinct names such as contrib and attic, but they happen to be the directories least visited. Issuing
/home/cvs/bagger/boemel/mcl/mcl/src> portal
[apparix] expanded 1 portal to 12 destinations
yields all of the subdirectories as destinations bookmarked by the last component of their path name. Note that bookmarks resulting from portal expansion are kept in a separate resource file (see FILES). Portal expansions can be recreated by issuing
apparix --rehash
This is useful to reflect a change in the directory naming structure underneath a portal.
Conflict resolution
Apparix allows identical bookmarks to point to different locations. When asked to visit such a bookmark it will present a list of options.
Subdirectory specification
When jumping (apparating) you can specify an additional subdirectory after the bookmark. Apparix will append the subdirectory to the destination. This does require you know the exact name of the subdirectory you want to visit.
Enhancements:
- Subdirectories can be excluded from portal expansions by appropriately setting the environment variable APPARIXEXCLUDE.
- Apparix is now licensed under the GNU General Public License version 3.
<<lessApparix is especially useful for visiting and documenting both often- and rarely-used locations. Apparix enables you to attach marks to locations and jump to those locations by loading the mark.
Marking, unmarking and jumping are simple operations that are performed in the current shell. By setting up convenient aliases for marking and jumping the file system can be navigated in a fast and intuitive manner.
This section contains some examples of the most common uses of apparix. OPTIONS contains a list of additional options available for pruning and squashing bookmarks.
NOTES features a brief discussion of the advantages of apparix over other approaches such as setting up aliases for often visited directories, using symlinks, CDPATH, or a combination of these. HISTORY explains the difference between cdargs and apparix.
Apparix works in a manner very similar to cdargs. One usually invokes apparix by using pre-defined aliases. Here they will be called bm for bookmark, portal for a CPPATH-style bookmark and to for initiating an apparition (aka jump) . These aliases are found below in the FILES section and can also be obtained by issuing
apparix --shell-examples
Apparix works by aliases for two reasons, necessity and convenience. When bookmarking, it is convenient to be able to do it with just a few keystrokes. When jumping, apparix cannot change the current directory in the current shell. It writes the result destination in a results file $HOME/.apparixresult - necessity. An alias or function with a conveniently short name such as to achieves the desired change of directory.
Suppose your user name is eez and your home directory is /home/eez. You often visit a directory called /home/eez/cvs/xyz/tfa/faq/zut/bar/foo. This is how to create and use a bookmark for foo
/home/eez/cvs/xyz/tfa/faq/zut/bar/foo> bm foo
added: foo -> /home/eez/cvs/xyz/tfa/faq/zut/bar/foo
/home/eez/cvs/xyz/tfa/faq/zut/bar/foo> cd
/home/eez> to foo
/home/eez/cvs/xyz/tfa/faq/zut/bar/foo>
Another scenario is where you have some directory that contains a largish number of subdirectories, all of which you would like to have bookmarked. If the subdirectories have distinctive names this can be achieved in one fell swoop by marking the parent directory as a portal.
This is identical to adding the parent directory to the CDPATH environment variable, except that apparix bookmarks are not part of the cd namespace. It is argued in NOTES that this is a good thing. Consider this.
/home/cvs/bagger/boemel/mcl/mcl/src> ls
alien/ CVS/ impala/ Makefile.am README shmcx/
attic/ giraffe/ lib/ Makefile.in shcl/ shmx/
contrib/ gmon.out Makefile mcl/ shmcl/ taurus/
Some of the subdirectories have not-so-distinct names such as contrib and attic, but they happen to be the directories least visited. Issuing
/home/cvs/bagger/boemel/mcl/mcl/src> portal
[apparix] expanded 1 portal to 12 destinations
yields all of the subdirectories as destinations bookmarked by the last component of their path name. Note that bookmarks resulting from portal expansion are kept in a separate resource file (see FILES). Portal expansions can be recreated by issuing
apparix --rehash
This is useful to reflect a change in the directory naming structure underneath a portal.
Conflict resolution
Apparix allows identical bookmarks to point to different locations. When asked to visit such a bookmark it will present a list of options.
Subdirectory specification
When jumping (apparating) you can specify an additional subdirectory after the bookmark. Apparix will append the subdirectory to the destination. This does require you know the exact name of the subdirectory you want to visit.
Enhancements:
- Subdirectories can be excluded from portal expansions by appropriately setting the environment variable APPARIXEXCLUDE.
- Apparix is now licensed under the GNU General Public License version 3.
Download (0.17MB)
Added: 2007-07-04 License: GPL v3 Price:
842 downloads
Goonies 1.0-1
Goonies project is a fun jump n run game. more>>
Goonies project is a fun jump n run game. The action takes place in the sleepy seaside town of Cauldron Point, down in an area known as the Goon Docks.
The Goonies are a group of local kids: Mikey, Brand, Mouth, Chunk, and Data. One day they find an old treasure map in Mikeys attic.
Data figures that this must be the fabulous hidden treasure of the notorious local pirate, One-Eyed Willy. The girls, Andy and Stef, join the other Goonies and the adventure begins.
<<lessThe Goonies are a group of local kids: Mikey, Brand, Mouth, Chunk, and Data. One day they find an old treasure map in Mikeys attic.
Data figures that this must be the fabulous hidden treasure of the notorious local pirate, One-Eyed Willy. The girls, Andy and Stef, join the other Goonies and the adventure begins.
Download (11.2MB)
Added: 2006-09-05 License: Other/Proprietary License with Source Price:
1147 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above attic 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