Remote Gnu Database Manager 2.1.41

Remote Gnu Database Manager 2.1.41

Sponsored Links

Remote Gnu Database Manager 2.1.41 Ranking & Summary

Ranking Click at the star to rankRanking level:
User Review: 0 (0 times) Download now
File size: 0.076 MB Platform: Any Platform License: GPL (GNU General Public License) Price: Downloads: 6419 Date added: 2007-06-26 Publisher: Peter T. Breuer Publisher URL: http://rgdbm.sourceforge.

Remote Gnu Database Manager 2.1.41 description

Remote Gnu Database Manager is a network server daemon and client library for the standard GNU GDBM(3) database management interface, which itself incorporates Berkeley DBM.

To setup after installation (these notes are for 2.1.33 or later), let make install do what it can, and then:

1. create a user, gdbm, on the server machine with home in /var/lib/gdbm. Make install tries to do that for you using adduser so you likely just have to check /etc/passwd and /etc/group.
2. Create /var/lib/gdbm and change owner to gdbm. Again, make install has a stab at this for you and likely you will need to do nothing yourself.
3. Also create /var/lib/gdbm/data, /var/lib/gdbm/ctrl and change owner to gdbm. Make install should also have made those.
4. Copy those parts of /etc/passwd belonging to users who should be able to access the daemon to /var/lib/gdbm/ctrl/passwd. This is entirely in your hands.
5. Likewise for /etc/group to /var/lib/gdbm/ctrl/group.
6. Start the daemon as gdbm with some command like "sudo -u gdbm /usr/sbin/gdbmd", or "su -c /usr/sbin/gdbmd gdbm". The install will not start it for you, nor does it presently install a system startup script for it in /etc/init.d or elsewhere.
7. Write an application on the client that uses the standard gdbm_* calls in the GNU GDBM(3) manpage, but replace the gdbm_ calls with rgdbm_ calls. The install routine does do that ... or perhaps I lie.

Thats about it! Apart from setting up for SSL if you want to use that and Ill give some further indications as to how to do that below.

One has to add two extra calls in the application over and above what was there already for gdbm(3) usage; one to rgdbm_connect() and another to rgdbm_disconnect(), respectively to begin and end the session, as detailed in the rgdbm(3) man page.

Example:

Sample code ... start by making the connection:

rgdbm_connect(host, dir, user, 0);

Then open the desired database in that directory:

GDBM_FILE dbf = rgdbm_open(dbname, 1024, GDBM_WRCREAT, 0640, NULL);

Now the rgdbm(3) ops are available.
fprintf(stdout, "Database contains ...n");
datum key = rgdbm_firstkey(dbf);
if (key.dptr) {
datum content = rgdbm_fetch(dbf, key);
fprintf(stdout, "key %s content %sn", key.dptr, content.dptr);
while (key = rgdbm_nextkey(dbf, key), key.dptr) {
fprintf(stdout, "key %s content %sn", key.dptr, content.dptr);
}
}

Terminate by closing:
rgdbm_close(dbf);
and disconnect from the session:
rgdbm_disconnect();

Whats New in This Release:

· Added (generated) debian directory to package.

Download now

Remote Gnu Database Manager 2.1.41 Screenshot

Sponsored Links
Download Remote Gnu Database Manager 2.1.41

Remote Gnu Database Manager 2.1.41 Keywords

Bookmark Remote Gnu Database Manager 2.1.41

Hyperlink code:
Hyperlink and Intro code:

Remote Gnu Database Manager 2.1.41 Copyright

WareSeeker periodically updates pricing and software information of Remote Gnu Database Manager 2.1.41 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Remote Gnu Database Manager 2.1.41 Edition. 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

Remote Gnu Database Manager 2.1.41 Related Software

XULTech Firelinks Remote Server File Manager 1.0

XULTech Firelinksfor Mozilla Firefox is a remote file manager/control panel that lets you manage your web server.
LiteMan 0.2

LiteMan is a simple GUI database manager for the SQLite embeded database engine version 3.
Page Manager 2006-01-27

Page Manager is a content management system (CMS) for sites that does not need (or cannot have) a database back-end.
File::Remote 1.17

File::Remote is a Perl module to read/write/edit remote files transparently.
QDBM: Quick DataBase Manager 1.8.75

QDBM is a library of routines for managing a database.
Remote Growl 1.0

Remote Growl is an extension to Glow which allows remote notification system for Max OS X (server) and any UNIX (client).
Gnome Remote Connection Manager 0.1.5

Gnome Remote Connection Manager is a gnome application that stores information about remote connections.
System Upgrade Manager 0.5.1

System Upgrade Manager is a PHP application that will allow sysadmins to monitor and upgrade multiple remote Unix/Linux machines
Attic Manager 1.01

Attic Manager project is used to build and maintain a database of your assets.
Web Reference Database 0.9.0

Web Reference Database is a bibliographic manager that can import and export references in various formats.
Remote Gnu Database Manager 2.1.41 Review:
Author name* :  
Author Email* :  
Comment* :  
Security code* :  
     
   
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
Related Search
TOP POPULAR DOWNLOAD