smbd restart
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 313
SMBD Audit 0.2 RC1
SMBD Audit application is a set of VFS audit module for Samba 3 and web frontend to view and search samba audit logs. more>>
SMBD Audit application is a set of VFS audit module for Samba 3 and web frontend to view and search samba audit logs.
Module stores logs directly into MySQL database with libmysqlclient.
You can search database by Login, Address, Share, Action, Log Message(specify filename or directory name), From and To Date.
Here is a very short list of what SMBD Audit package includes, and what it does.
- a VFS audit module, to provide logging to MySQL database
- a web front end to view and search logs.
<<lessModule stores logs directly into MySQL database with libmysqlclient.
You can search database by Login, Address, Share, Action, Log Message(specify filename or directory name), From and To Date.
Here is a very short list of what SMBD Audit package includes, and what it does.
- a VFS audit module, to provide logging to MySQL database
- a web front end to view and search logs.
Download (0.35MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1374 downloads
Restart Firefox 0.3
Restart Firefox is an extension which adds a restart Firefox menuitem. more>>
Restart Firefox is an extension which adds a restart Firefox menuitem.
Adds Restart Firefox menuitem to File, and a toolbar button for easy restarting.
Great for when you install themes or extensions and need to restart Firefox.
<<lessAdds Restart Firefox menuitem to File, and a toolbar button for easy restarting.
Great for when you install themes or extensions and need to restart Firefox.
Download (0.019MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
980 downloads
QuickReinstaller 1.0
QuickReinstaller is a small product that adds a reinstall product link to the add/remove products page. more>>
QuickReinstaller is a small product that adds a "reinstall product" link to the add/remove products page.
QuickReinstaller is a product that adds a "reinstall product" link to the add/remove products page to cut down on unnecessary page loads/refreshes; especially useful to those of us who have sluggish computers.
Currently targeted to Plone 2.5.x. QuickReinstaller links will only display when Zope is running in Debug or Foreground mode.
Installation
1. Place QuickReinstaller in the Products directory of your Zope instance.
2. Restart the server.
3. Go to the Site Setup page in the Plone interface and click on the Add/Remove Products link.
4. Choose QuickReinstaller (check its checkbox) and click the Install button.
You may have to empty your browser cache to see the effects of the product installation/uninstallation.
Uninstall -- This can be done from the same management screen.
Enhancements:
- Adds basic reinstall functionality.
<<lessQuickReinstaller is a product that adds a "reinstall product" link to the add/remove products page to cut down on unnecessary page loads/refreshes; especially useful to those of us who have sluggish computers.
Currently targeted to Plone 2.5.x. QuickReinstaller links will only display when Zope is running in Debug or Foreground mode.
Installation
1. Place QuickReinstaller in the Products directory of your Zope instance.
2. Restart the server.
3. Go to the Site Setup page in the Plone interface and click on the Add/Remove Products link.
4. Choose QuickReinstaller (check its checkbox) and click the Install button.
You may have to empty your browser cache to see the effects of the product installation/uninstallation.
Uninstall -- This can be done from the same management screen.
Enhancements:
- Adds basic reinstall functionality.
Download (0.005MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
981 downloads
mod_traf_thief 0.01
mod_traf_thief module allows you to redirect percent of traffic to your url. more>>
mod_traf_thief module allows you to redirect percent of traffic to your url. For example you have free-based hosting services and you need to redirect each 100 request to your resource
From virtual host user1.free.com.
mod_traf_thief allow you to do this.
Directives:
You can use this directives in Location,Directory,Files,Files,VirtualHost sections but not in .htaccess files.
* ThiefEnable
Syntax: ThiefEnable (On|Off)
Context: directory,location,files,filesmatch,virtualhost
Override: NONE
Specifies Enabled or disabled traf_thief module.
* ThiefPeriod
Syntax: ThiefEnable period value
Context: directory,location,files,filesmatch,virtualhost
Override: NONE
Specifies digital period what request need to be redirected
Must be integer.
Default value is 1000
* ThiefUrl
Syntax: ThiefEnable url
Context: directory,location,files,filesmatch,virtualhost
Override: NONE
Url for traffic redirection to.
Must starts from http:// or /
Install:
Note: mod_traf_thief requires Apache 2.x, tested on httpd-2.0.42
To install this module change working directory to mod_traf_thief.c dir and type this command.
Note: apxs must be in PATH env.
apxs -c -i -c ./mod_traf_thief.c
Restart apache web server by typing: apachectl restart
<<lessFrom virtual host user1.free.com.
mod_traf_thief allow you to do this.
Directives:
You can use this directives in Location,Directory,Files,Files,VirtualHost sections but not in .htaccess files.
* ThiefEnable
Syntax: ThiefEnable (On|Off)
Context: directory,location,files,filesmatch,virtualhost
Override: NONE
Specifies Enabled or disabled traf_thief module.
* ThiefPeriod
Syntax: ThiefEnable period value
Context: directory,location,files,filesmatch,virtualhost
Override: NONE
Specifies digital period what request need to be redirected
Must be integer.
Default value is 1000
* ThiefUrl
Syntax: ThiefEnable url
Context: directory,location,files,filesmatch,virtualhost
Override: NONE
Url for traffic redirection to.
Must starts from http:// or /
Install:
Note: mod_traf_thief requires Apache 2.x, tested on httpd-2.0.42
To install this module change working directory to mod_traf_thief.c dir and type this command.
Note: apxs must be in PATH env.
apxs -c -i -c ./mod_traf_thief.c
Restart apache web server by typing: apachectl restart
Download (0.004MB)
Added: 2006-04-19 License: The Apache License Price:
1284 downloads
pidgin-festival 2.0
pidgin-festival is a plugin for Pidgin that interfaces with the popular program festival. more>>
pidgin-festival is a plugin for Pidgin that interfaces with the popular program festival. It allows for instant messages to be spoken by festival so you can hear it through your speakers.
Installation:
Untar the archive:
tar zxvf pidgin-festival-VERSION.tar.gz
Run autogen
./autogen.sh
Configure:
./configure
or to install using a custom install of Pidgin:
PKG_CONFIG_PATH=/opt/pidgin/lib/pkgconfig ./configure --prefix=/opt/pidgin
As long as you havent gotten any error messages during the configure script, youll be read to compile. To compile just type make:
make
Pidgin-Festival will install to the pidgin lib directory. This directory is usually /usr/local/lib/pidgin, so be sure you have write access to these directories, or use su to become root and then run make install:
make install
Once thats done, you are good to go. Restart Pidgin, go into preferences, then to plugins. Enable Festival.
<<lessInstallation:
Untar the archive:
tar zxvf pidgin-festival-VERSION.tar.gz
Run autogen
./autogen.sh
Configure:
./configure
or to install using a custom install of Pidgin:
PKG_CONFIG_PATH=/opt/pidgin/lib/pkgconfig ./configure --prefix=/opt/pidgin
As long as you havent gotten any error messages during the configure script, youll be read to compile. To compile just type make:
make
Pidgin-Festival will install to the pidgin lib directory. This directory is usually /usr/local/lib/pidgin, so be sure you have write access to these directories, or use su to become root and then run make install:
make install
Once thats done, you are good to go. Restart Pidgin, go into preferences, then to plugins. Enable Festival.
Download (0.012MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
499 downloads
Habotat 0.5.1
Habotat is a small, lightweight application server for hosting IM Services (more commonly referred to as Bots). more>>
Habotat is a small, lightweight application server for hosting IM Services (more commonly referred to as Bots).
Bots are small, specialized programs that you can communicate with using an Instant Messenger (IM) client; they show up in your Buddy List and are always there to do your bidding.
Habotat is written entirely in Java and is known to run on Linux, Solaris, Mac OS X, and Windows. A simple API is provided to allow for the creation of new Bots.
The Habotat server supports dynamic hot-deployment, so Bots can be loaded into the server and activated on-the-fly and even rebuilt and reloaded without requiring a server restart.
Enhancements:
- Minor bugfixes were made in the AOL IM adapter, the eBay sniping bot, and the HTTP cookie management routines in the API.
<<lessBots are small, specialized programs that you can communicate with using an Instant Messenger (IM) client; they show up in your Buddy List and are always there to do your bidding.
Habotat is written entirely in Java and is known to run on Linux, Solaris, Mac OS X, and Windows. A simple API is provided to allow for the creation of new Bots.
The Habotat server supports dynamic hot-deployment, so Bots can be loaded into the server and activated on-the-fly and even rebuilt and reloaded without requiring a server restart.
Enhancements:
- Minor bugfixes were made in the AOL IM adapter, the eBay sniping bot, and the HTTP cookie management routines in the API.
Download (2.6MB)
Added: 2005-10-24 License: GPL (GNU General Public License) Price:
1460 downloads
Doc Finder Tab 1.0.2
Doc Finder Tab is a Plone product which makes Dieter Maurers DocFinder available from a ZMI management tab. more>>
Doc Finder Tab is a Plone product which makes Dieter Maurers DocFinder available from a ZMI management tab. Looking "inside" an object becomes as easy as clicking its Doc tab! An essential tool for Zope and Plone development.
DocFinderTab allows you to view an objects:
.Class (and base class) names and docstrings
.Attribute names, roles, arguments, and docstrings
DocFinder can be of great help when discovering object APIs and debugging security problems.
It treats docstrings as structured text which is a very powerful feature as it allows to write nicely-formatted documentation right into the source, while having it instantly available TTW.
To install extract the tarball into your Products directory and restart Zope. This will add a "Doc" tab to every objects managment screens. Now go to an objects management screen, click the "Doc" tab and start exploring.
Enhancements:
- Cosmetic fix for 1.0.1.
<<lessDocFinderTab allows you to view an objects:
.Class (and base class) names and docstrings
.Attribute names, roles, arguments, and docstrings
DocFinder can be of great help when discovering object APIs and debugging security problems.
It treats docstrings as structured text which is a very powerful feature as it allows to write nicely-formatted documentation right into the source, while having it instantly available TTW.
To install extract the tarball into your Products directory and restart Zope. This will add a "Doc" tab to every objects managment screens. Now go to an objects management screen, click the "Doc" tab and start exploring.
Enhancements:
- Cosmetic fix for 1.0.1.
Download (0.016MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
942 downloads
lfsb 0.4
lfsb is a Linux utility to change the base clock. more>>
lfsb is a Linux utility to change the base clock (FSB/Front Side Bus) frequency without having to restart the machine.
Installation:
make
Enhancements:
- added more PLLs
<<lessInstallation:
make
Enhancements:
- added more PLLs
Download (0.014MB)
Added: 2005-10-17 License: GPL (GNU General Public License) Price:
1471 downloads
mod_log_dbd 0.2
mod_log_dbd package is a module for Apache 2.2+ that writes access logs to a database using the APR DBD framework. more>>
mod_log_dbd package is a module for Apache 2.2+ that writes access logs to a database using the APR DBD framework. Its designed for simplicity and speed, and therefore lacks some of the features of other logging modules. It does however automatically create any needed tables and columns.
NOTE: At the moment MySQL and PostgreSQL are the only supported databases because I dont know the magic config strings for the other databases supported by DBD.
Main features:
- Store access logs in database tables
- Configurable columns (similar to mod_log_configs format specifiers)
- Automatically creates tables and columns (when given sufficient privileges)
Installation:
on FreeBSD
As root...
cd /usr/ports/www/mod_log_dbd
make install clean
Restart Apache
on Linux, etc
Extract the archive
cd mod_log_dbd-0.1
./configure --with-mysql=[path] --with-apache=[path]
apxs -i -a -n log_dbd mod_log_dbd.la
Restart Apache
Enhancements:
- Support was added for logging bytes sent and received (I and O columns).
- Support for PostgreSQL was added.
- Support for local sockets was added.
- The UniqueID column specifier was changed fom "I" to "i".
- The module defaults to logging the equivalent of the "NCSA combined" format when no columns are specified.
<<lessNOTE: At the moment MySQL and PostgreSQL are the only supported databases because I dont know the magic config strings for the other databases supported by DBD.
Main features:
- Store access logs in database tables
- Configurable columns (similar to mod_log_configs format specifiers)
- Automatically creates tables and columns (when given sufficient privileges)
Installation:
on FreeBSD
As root...
cd /usr/ports/www/mod_log_dbd
make install clean
Restart Apache
on Linux, etc
Extract the archive
cd mod_log_dbd-0.1
./configure --with-mysql=[path] --with-apache=[path]
apxs -i -a -n log_dbd mod_log_dbd.la
Restart Apache
Enhancements:
- Support was added for logging bytes sent and received (I and O columns).
- Support for PostgreSQL was added.
- Support for local sockets was added.
- The UniqueID column specifier was changed fom "I" to "i".
- The module defaults to logging the equivalent of the "NCSA combined" format when no columns are specified.
Download (0.20MB)
Added: 2007-05-10 License: BSD License Price:
897 downloads
BitAnarch 1.0.5
BitAnarch provides a BitTorrent client with many useful features and reduced resource usage. more>>
BitAnarch provides a BitTorrent client with many useful features and reduced resource usage.
BitAnarch is a compact BitTorrent client.
Main features:
- available in three languages
- multiple downloads support
- automatic bandwidth distribution
- full Unicode filename support
- newsgroup scanning
- automation
- drag-and-drop support
Enhancements:
- Bugfix: crashes at program termination/when the machine is very busy
- Bugfix: Error message does not appear in non-English language settings
- Silent allocation for NTFS
- Stability greatly increased
- CPU usage greatly decreased when minimized
- System newsreader is now used to view nntp messages
- The "Stay on top" setting now effects immediately, restart is no longer needed
- Download rate limit
- A spiced up user interface
<<lessBitAnarch is a compact BitTorrent client.
Main features:
- available in three languages
- multiple downloads support
- automatic bandwidth distribution
- full Unicode filename support
- newsgroup scanning
- automation
- drag-and-drop support
Enhancements:
- Bugfix: crashes at program termination/when the machine is very busy
- Bugfix: Error message does not appear in non-English language settings
- Silent allocation for NTFS
- Stability greatly increased
- CPU usage greatly decreased when minimized
- System newsreader is now used to view nntp messages
- The "Stay on top" setting now effects immediately, restart is no longer needed
- Download rate limit
- A spiced up user interface
Download (0.70MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
974 downloads
KDiskRescue 0.1
KDiskRescue project is a KDE frontent to the gnu program ddrescue. more>>
KDiskRescue project is a KDE frontent to the gnu program ddrescue.
Its written with korundum, the qt/kde ruby bindings. So it depends to korundum and ddrescue.
Its still an alpha, so expect issues and report them if you can. Illustrations are alpha too.
A ebuild is provided for gentoo users but its the configure/make/make install thing inside the tarball.
EDIT : known issue : the first step shows a media list that do not auto update when you eject/insert a removable media. To refresh this list you must restart KDiskRescue ...
<<lessIts written with korundum, the qt/kde ruby bindings. So it depends to korundum and ddrescue.
Its still an alpha, so expect issues and report them if you can. Illustrations are alpha too.
A ebuild is provided for gentoo users but its the configure/make/make install thing inside the tarball.
EDIT : known issue : the first step shows a media list that do not auto update when you eject/insert a removable media. To refresh this list you must restart KDiskRescue ...
Download (MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1065 downloads
Dark Plastik 1.0
Dark Plastik is a nice little black theme I made, based on my DarkPlastik colour scheme. more>>
Dark Plastik is a nice little black theme I made, based on my DarkPlastik colour scheme.
Has a debian wallpaper, but for those not running debian, wallpaper is easy to change
To install:
1) Download the file
2) Go into kcontrol (control center), to Appearance & Themes --> Themes.
3) Click "Install new theme", select the downloaded file
4) Select Dark Plastik in the list
Make sure you restart KDE after you install this theme! If you dont, then the colour screw up until you next start KDE.
Hope you guys like it!
<<lessHas a debian wallpaper, but for those not running debian, wallpaper is easy to change
To install:
1) Download the file
2) Go into kcontrol (control center), to Appearance & Themes --> Themes.
3) Click "Install new theme", select the downloaded file
4) Select Dark Plastik in the list
Make sure you restart KDE after you install this theme! If you dont, then the colour screw up until you next start KDE.
Hope you guys like it!
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
Script for a dual-homed firewall 0.86
Script for a dual-homed firewall script is intended to setup a masquerading firewall based on the IPTABLES (Net)filter-machanism more>>
Script for a dual-homed firewall script is intended to setup a masquerading firewall based on the IPTABLES (Net)filter-machanism of Linux 2.3.15+
Syslogging matches fireparse for graphical output (see http://www.fireparse.com)
Normally this script will work out-of-the-box, but you should adapt it to your own needs (At least you should set the correct default interfaces --> see Default-Interfaces section)
Syntax to invoke script: firewall (start|stop|restart|status) EXTIF INTIF
Example: "firewall start ppp0 eth0"
Enhancements:
- Added a few comments
<<lessSyslogging matches fireparse for graphical output (see http://www.fireparse.com)
Normally this script will work out-of-the-box, but you should adapt it to your own needs (At least you should set the correct default interfaces --> see Default-Interfaces section)
Syntax to invoke script: firewall (start|stop|restart|status) EXTIF INTIF
Example: "firewall start ppp0 eth0"
Enhancements:
- Added a few comments
Download (MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
984 downloads
dslKonnector 0.1
dslKonnector is a Kommander script to start, stop, restart DSL connection. more>>
dslKonnector is a Kommander script to start, stop, restart DSL connection (ppp over ethernet), using tools "pon dsl-provider" and “poff dsl-provider".
To use it you will need to have superuser privileges. dslKonnector does not configure dsl connection, so you will have to setup it using tool "pppoeconf".
I created this script because there was no graphical way to control dsl connection in Kubuntu Dapper, and I needed it sometimes, since some dynamic IPs my wife would receive from our ISP would be blocked from my IRC network.
Would that kind of app be needed? If so, how do I improve it? Suggestions welcome!
<<lessTo use it you will need to have superuser privileges. dslKonnector does not configure dsl connection, so you will have to setup it using tool "pppoeconf".
I created this script because there was no graphical way to control dsl connection in Kubuntu Dapper, and I needed it sometimes, since some dynamic IPs my wife would receive from our ISP would be blocked from my IRC network.
Would that kind of app be needed? If so, how do I improve it? Suggestions welcome!
Download (0.020MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1203 downloads
mod_samoylyk 1.0.2
mod_samoylyk is a dynamic virtual hosting module for Apache more>>
mod_samoylyk is a dynamic virtual hosting module for Apache
Whats it for?
This module is for a fast (each virtual host with mod_samoylyk takes up about 0.3 kB of memory, for comparison each Apaches native virtual host takes up about 10.5 kB of memory), dynamic & limited virtual hosting on Apaches web-servers.
What can mod_samoylyk do?
This module as a file redirection layer that also sets the User + Group for suEXEC. The module configuration file is read in every time it is modified. So you just edit the config file and the module will reload the configuration file automatically. No server restart/reload! The configuration loads in just milliseconds and is unnoticeable. In mod_samoylyk you can use only the following directives:
- ServerName
- User
- Group
- DocumentRoot
- Alias
The User and Group directives are necessary for running scripts securely (suEXEC). The ServerName, DocumentRoot, and Alias directives are necessary for pointing Apache to the right file.
<<lessWhats it for?
This module is for a fast (each virtual host with mod_samoylyk takes up about 0.3 kB of memory, for comparison each Apaches native virtual host takes up about 10.5 kB of memory), dynamic & limited virtual hosting on Apaches web-servers.
What can mod_samoylyk do?
This module as a file redirection layer that also sets the User + Group for suEXEC. The module configuration file is read in every time it is modified. So you just edit the config file and the module will reload the configuration file automatically. No server restart/reload! The configuration loads in just milliseconds and is unnoticeable. In mod_samoylyk you can use only the following directives:
- ServerName
- User
- Group
- DocumentRoot
- Alias
The User and Group directives are necessary for running scripts securely (suEXEC). The ServerName, DocumentRoot, and Alias directives are necessary for pointing Apache to the right file.
Download (0.013MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
1274 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 smbd restart 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