Main > Free Download Search >

Free encfs directory software for linux

encfs directory

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3019
Open Directory in VLC 1.0

Open Directory in VLC 1.0


Open Directory in VLC is just a modified version of the Open in Kaffeine service menu. more>>
Open Directory in VLC is just a modified version of the Open in Kaffeine service menu.

I use it to open DVD/VIDEO_TS folders. VLC plays them with menus in tact.

<<less
Download (MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
891 downloads
Search Into Directory 0.1

Search Into Directory 0.1


Search Into Directory starts a kfind window (part of kdebase) ready to search into the selected directory. more>>
With this service menu you will be able to search into directory by right-clicking on it. Search Into Directory starts a kfind window (part of kdebase) ready to search into the selected directory.

Note : This servicemenu is in fact duplicated of an existing one on kde-apps. So Ive removed mine and I wont maintain it. Youll find another one named Find in Folder

<<less
Download (0.083MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1185 downloads
phpDirectory 0.0.2

phpDirectory 0.0.2


phpDirectory provides a Web links directory manager. more>>
phpDirectory provides a Web links directory manager.

phpDirectory is a PHP application that allows you to easily run a links directory system on your Web site.

Its features include a search engine, "suggest link", "browse categories", and admin tools.

Each link entry has its own counter, votes, and rating.

The category manager allows you to create/edit/delete categories easily.

<<less
Download (0.027MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
Session Directory Tool 3.0

Session Directory Tool 3.0


Session Directory Tool provides a multicast session directory manager. more>>
Session Directory Tool provides a multicast session directory manager.
SDR is a session directory tool designed to allow the advertisement and joining of multicast conferences on the Mbone. It was originally modelled on sd written by Van Jacobson at LBNL, but implements a later version of the session description protocol than sd does.
SDR was originally written under the MICE and MERCI projects at UCL by Mark Handley who now works for ISI. SDR will continue to be maintained on a limited basis as part of the infrastructure for conferencing on the CAIRN testbed network and the EC MECCANO project.
Many many fixes and improvements to SDR have been contributed by Bill Fenner and Van Jacobson. Security features were implemented by Edmund Whelan and Goli Montasser-Kohsari at UCL.
Enhancements:
- new application media type for session directories
- fixed byte ordering of headers on intel machines
- fixed IP6 address allocation for unix IP6 stacks
- Authentication and encryption code fixed to allow for extra space for IPv6 addresses
- Added IPv6 flags to configure scripts "--enable-ipv6"
<<less
Download (0.78MB)
Added: 2007-04-19 License: BSD License Price:
923 downloads
encFS service menu

encFS service menu


encFS service menu one little KDE service menu for encFS directory. more>>
encFS service menu one little KDE service menu for encFS directory.

Installation:

ungzip and copy in ~/.kde/share/apps/konqueror/servicemenus

Usage:

Click on encFS directory and click on mount.

For unmounting, click on origin directory and click on umount, this unmount and remove destination directory.

READ THIS PLEASE:

This script create a directory in your home with name encFS_$DIR. For to mount correctly, this directory must not exist.
<<less
Download (MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
907 downloads
Shell Directory Manager 0.9

Shell Directory Manager 0.9


Shell Directory Manager is a small tool for managing often-visited directories using a shell like bash. more>>
Shell Directory Manager is a small tool for managing often-visited directories using a shell like bash.

I offer two new commands: dm is a manager for a small database, where you name directories with a short alias. And dmcd is a function for your current shell, which lets you go to a directory given its alias in the database.

Example of use:

$ dm 1 /tmp # Adds the id 1 for /tmp
$ dm bla . # Adds the id bla for the current dir
$ dmcd 1 # Goes to /tmp
$ dmcd bla # Goes to what was your current dir
$ dm -d bla # Deletes the entry for bla.
$ dm # Shows your database
1 /tmp
$ dm -h # Shows help, and defines dmcd for sh.

Installation:

Its a script in bash - dont look for any special filename extension. Put the downloaded dm in your path.

Install the dmcd function. dm -h may give you a clue. For instance, for bash, add the following line into your .bashrc or .bash_profile (or any system wide script for each session):

function dmcd { dm -t $1 && cd `dm $1`; }
<<less
Download (MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
893 downloads
Copy file or directory path 0.2

Copy file or directory path 0.2


Copy file or directory path is a service menu that can copy the full path of file or directory to klipper. more>>
Copy file or directory path is a service menu that can copy the full path of file or directory to klipper.

<<less
Download (MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1059 downloads
Apache Directory Server 1.0

Apache Directory Server 1.0


Apache Directory Server is an embeddable LDAP server implemented in pure Java. more>>
Apache Directory Server is an embeddable LDAP server implemented in pure Java.
Our primary vision (others also outlined below) is to build an enterprise directory server platform (and its components) where other Internet services snap in to store their data within the directory so they may be managed using LDAP.
From the image above youll see the architecture is designed so services besides LDAP like DNS, DHCP, SLP and Kerberos will snap in. Other services like UDDI can also be implemented and snapped in. These services will use a common networking layer and each can be toggled on and off according to the needs of the environment.
apseda, mina, or sedang are various frameworks used for the common network layer. These services share the common network layer and back their data within the Apache Directory Servers backing stores without any network latency or going through the LDAP line protocol. NTP btw is the only exception and its there to remedy the need for time sync for replication and other time sensitive protocols like kerberos. Its implementation here is intended to prevent any dependency on external infrastructure.
Main features:
- Designed as an LDAP and X.500 experimentation platform. Plugable components and subsystems make ApacheDS extremely modular and ideal for experiments with various aspects of the LDAP protocol.
- The servers frontend is completely separable from its backend and vice-versa making it very flexible for implementing virtual directories, proxy servers and gateways to X.500.
- Several backends can be implemented and plugged into the servers partition nexus. The server supports a BTree based partition out of the box but any backing store can be used to implement a partition so long as it conforms to interfaces.
- The server exposes aspects of administration via a special system backend. LDAP can be used to manage these concerns through the system naming context at ou=system.
- Java based triggers and stored procedures are being implemented.
- Both the backend subsystem and the frontend are separable and independently embeddable.
- The server contains a server side JNDI LDAP provider as the facade for the entire backend subsystem. JNDI operations are directly translated by this provider into operations against the nexus and the target partitions storing server entries.
- The server will use JNDI as the data access API for stored procedures. This will make stored procedures functional within and outside of the server without requiring recompilation.
- The servers networking code, MINA, Multipurpose Infrastructure for Network Applications was designed for pluggable protocol providers, of all sorts and not just LDAP. MINA gives ApacheDS the ability to handle large amounts of concurrency.
- The server uses the Snickers tools and APIs for ASN.1 BER encoding and decoding. These tools are designed for a very small encoding and decoding footprint as well as for use in non-blocking servers. The chunking nature of the BER codec makes the server very efficient while handling encoding and decoding making it more resistant to DoS attacks. This layer is also pluggable with a new experimental Twix provider which is much more efficient. Of course there is the unsupported Snacc4J provider which is no longer maintained.
<<less
Download (MB)
Added: 2007-01-10 License: The Apache License 2.0 Price:
1021 downloads
Linbox Directory Server 2.0.0

Linbox Directory Server 2.0.0


Linbox Directory Server (LDS), along with the Linbox Management Console (LMC). more>>
Linbox Directory Server (LDS), along with the Linbox Management Console (LMC), is a powerful system that allows developers, system administrators, and other software vendors to manage users, groups, and their associated policies in an LDAP server.
Linbox Directory Server is highly ergonomic interface design makes it very easy to use, and delegation of administration enables medium size organization to adopt LDS.
Enhancements:
- New features and improvements include DNS/DHCP management and a Norwegian translation.
- The new DNS/DHCP module allows you to manage DNS zones and DHCP subnets for a typical LAN environment.
<<less
Download (MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
507 downloads
Fedora Directory Server 1.0.4

Fedora Directory Server 1.0.4


Fedora Directory Server is a full-featured LDAPv3 compliant server. more>>
Fedora Directory Server is a full-featured LDAPv3 compliant server.

In addition to the standard LDAPv3 operations, Fedora Directory Server supports multi-master replication, fully online configuration and administration, chaining, virtual attributes, access control directives in the data, Virtual List View, server-side sorting, SASL, TLS/SSL, and many other features.

The transactional Berkeley DB 4.2 is used as its data store and a full plug-in API allows developers to extend the the functionality of the server in many ways, and many of the core features of the server are already implemented using this API.

The server is very mature, having started out as Netscape Directory Server.
<<less
Download (31.2MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1082 downloads
Photo Directory 0.7.6 Beta

Photo Directory 0.7.6 Beta


PhotoDirectory project is a cross platform (Java) application to organize digital images. more>>
PhotoDirectory project is a cross platform (Java) application to organize digital images. Great effort has been given to keeping these pictures in an order accessible without the need for any organization software - no databases are required.
PhotoDirectory was written using Java version 1.5 (commonly called 5.0 for some reason or another). You cannot run it on anything less than this. Depending on your system, you may need to explicitly state which Java VM to use. If you use Macintosh OS X, I include an application package that does everything for you. If you dont use OS X, now is a great time to try.
Main features:
- Multithreaded IO intensive operations
- Functional menus (Import, Move, etc)
- Quick Searching for pictures within the library
- Details view with zoom
- Edit images in external application (currently just for OS X - uses /Applications/GraphicConverter, but soon will be a user configurable option)
<<less
Download (1.4MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1308 downloads
PHP Directory Listing 0.3.0

PHP Directory Listing 0.3.0


PHP Directory Listing is a simple PHP script that will do just that, list a directory. more>>
PHP Directory Listing is a simple PHP script that will do just that, list a directory.
To use PHP Directory Listing just unpack into the directory you want listed, or unpack somewhere else and symlink index.php, index.css and the .icons directory.
Version restrictions:
- Im currently using the Tango Projects icon library, but theres quite a few of the MIME icons missing. If youre good at graphics and help them out, youre supporting much more projects than just this little script!
- The gray box around a mime type icon / thumbnail does not always have the same size.
- There is no good way of specifying the number of columns when the script is used through symlinks
- Actually, the columns should adjust their number automatically, which they dont
Enhancements:
- This release merges Andreas Aronssons changes.
- ASP files are now supported, and directories have a slash appended.
<<less
Download (0.024MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1175 downloads
Directory Assistant 2.0

Directory Assistant 2.0


Directory Assistant is an application for managing an LDAP address book. more>>
Directory Assistant is an application for managing an LDAP address book. The focus is to create a very easy to use program, with only the few but necessary features. The target of Directory Assistant is novice users that still need to keep their addresses in an LDAP server.

<<less
Download (0.018MB)
Added: 2005-12-12 License: BSD License Price:
1418 downloads
K-EncFS 2.0

K-EncFS 2.0


K-EncFS is a frontend to the EncFS encrypting utility. more>>
K-EncFS is a frontend to the EncFS encrypting utility.

If you have a notebook, or personal data on your computer, you really need this application.

Encfs is meant to provide security against off-line attacks; ie your notebook is stolen, your backups are stolen.

<<less
Download (0.31MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
944 downloads
t@b Directory Uploader 0.952

t@b Directory Uploader 0.952


t@b Directory Uploader is a software that can upload a directory to a FTP server. more>>
t@b Directory Uploader is a software that can upload a directory to a FTP server.

You can upload a complete directory to an FTP server, including all subdirectories from a user-friendly interface. Features automatic (no user input required) retry until all files have successfully uploaded.

This program runs on Mac OS X, Windows and Linux

Example:

FTP Host Name: ftp.website.com (no ftp://)
FTP Host Path: foldername (if no folder type / instead)
FTP User Name: ftpusername
FTP Password: ftppassword
<<less
Download (0.15MB)
Added: 2006-03-22 License: Freeware Price:
1356 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5