summer session linux 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8339
Linux Commander 0.5.2
Linux Commander is a file manager for X11 using GTK+. more>>
Linux Commander is a powerful file manager for the X Window System.
It is partially modelled after Window Commander for Windows.
<<lessIt is partially modelled after Window Commander for Windows.
Download (0.16MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1665 downloads
Phrealon Linux 0.96
Phrealon Linux is a bootable Linux CD for imaging workstations. more>>
Phrealon is a bootable linux CD based on Slackware Linux 8.0 (now 9.0)designed to allow the easy imaging of multiple workstations.
It utilizes the udpcast set of Linux tools to accomplish this.
<<lessIt utilizes the udpcast set of Linux tools to accomplish this.
Download (34.4MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1665 downloads
Linux distribution race 1.0
Linux distribution race is a cool car race for 4 players. more>>
Linux distribution race is a cool car race for 4 players, cars are named by Linux distributions (Mandrake, SUSE, RedHat, Debian).
You can create maps in GIMP. Controls: WSAD, TGFH, IKJL, arrows.
<<lessYou can create maps in GIMP. Controls: WSAD, TGFH, IKJL, arrows.
Download (1.2MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1422 downloads
Cool Linux 2.3
Cool Linux CD is a bootable CD with Linux operating system, containing a 2.4 kernel and many free software packages. more>>
Cool Linux CD is a bootable CD with Linux operating system that contains a 2.4 kernel and many free software packages.
Enhancements:
- Kernel 2.4.20-wolk and 2.4.22 with supermount, squashfs, shfs patches and ALSA 0.9.6 drivers;
- Ability to choose a version of linux kernel and parameters for FrameBuffer and XFree86 (resolution);
- Save and restore your system configuration on floppy;
- Restore configuration from another session on CoolLinuxCD (in multissesion mode);
- Writing the CD-RW disks with CDRW device (if not a boot drive);
- Ability to choose the interface language during the bootup process (currently only English and Russian languages are supported);
- Autodetects all hardware and autoconfigures XFree86;
- USB mouse and keyboard support;
- IceWM window manager with ROX-filer as desktop and file manager.
<<lessEnhancements:
- Kernel 2.4.20-wolk and 2.4.22 with supermount, squashfs, shfs patches and ALSA 0.9.6 drivers;
- Ability to choose a version of linux kernel and parameters for FrameBuffer and XFree86 (resolution);
- Save and restore your system configuration on floppy;
- Restore configuration from another session on CoolLinuxCD (in multissesion mode);
- Writing the CD-RW disks with CDRW device (if not a boot drive);
- Ability to choose the interface language during the bootup process (currently only English and Russian languages are supported);
- Autodetects all hardware and autoconfigures XFree86;
- USB mouse and keyboard support;
- IceWM window manager with ROX-filer as desktop and file manager.
Download (617MB)
Added: 2005-12-22 License: GPL (GNU General Public License) Price:
1406 downloads
pam_mktemp 1.0.2
pam_mktemp is a PAM module which may be used with a PAM-aware login service to provide per-user private directories under /tmp. more>>
pam_mktemp is a PAM module which may be used with a PAM-aware login service to provide per-user private directories under /tmp as a part of account management or PAM session.
When an interactive (shell) session is started, a directory is created and the environment variables TMPDIR and TMP are set to the name of the directory.
Youre allowed to do whatever you like with this software (including re-distribution in source and/or binary form, with or without modification), provided that credit is given where it is due and any modified versions are marked as such. Theres absolutely no warranty.
Enhancements:
- A workaround for building pam_mktemp on systems with Linux 2.6.x kernel headers has been added.
<<lessWhen an interactive (shell) session is started, a directory is created and the environment variables TMPDIR and TMP are set to the name of the directory.
Youre allowed to do whatever you like with this software (including re-distribution in source and/or binary form, with or without modification), provided that credit is given where it is due and any modified versions are marked as such. Theres absolutely no warranty.
Enhancements:
- A workaround for building pam_mktemp on systems with Linux 2.6.x kernel headers has been added.
Download (0.004MB)
Added: 2006-01-16 License: BSD License Price:
1376 downloads
Glpi_1 1.0
Glpi_1 is a Linux Professional Institute test Level-1 (101 and 102 exams) for Gnome/GTK+. more>>
Glpi_1 is a Linux Professional Institute test Level-1 (101 and 102 exams) for Gnome/GTK+.
Glpi_1 software is written in Free Pascal Compiler (FPC).
<<lessGlpi_1 software is written in Free Pascal Compiler (FPC).
Download (0.13MB)
Added: 2006-05-08 License: Free for non-commercial use Price:
1267 downloads
pam_chroot 0.9.1
pam_chroot is a Linux PAM module that allows a user to be chrooted in auth, account, or session. more>>
pam_chroot is a Linux PAM module that allows a user to be chrooted in auth, account, or session.
pam_chroots configuration employs a flexible syntax that allows users to be selectively chrooted based upon usernames or group membership.
Enhancements:
- fixed typo offset for onerr= strcmp
- added more examples to sample chroot.conf
<<lesspam_chroots configuration employs a flexible syntax that allows users to be selectively chrooted based upon usernames or group membership.
Enhancements:
- fixed typo offset for onerr= strcmp
- added more examples to sample chroot.conf
Download (0.015MB)
Added: 2006-05-15 License: BSD License Price:
1259 downloads
POE::Session::GladeXML2 0.3.1
POE::Session::GladeXML2 is a Perl module that can emit POE events for Gtk2 callbacks. more>>
POE::Session::GladeXML2 is a Perl module that can emit POE events for Gtk2 callbacks.
SYNOPSIS
package test;
use POE::Session::GladeXML2;
# the name of the sub needs to match with the name you entered in
# the glade signal handler dialog.
sub on_button1_clicked {
print STDERR "button clickedn";
}
sub new {
[... object creation ...]
my $session = POE::Session::GladeXML2->create (
glade_object => $self,
glade_file => test.glade,
glade_args => widgetname,
[... POE Session params ...]
);
return $self;
}
Gtk2::GladeXML->init;
my $foo = test->new;
$poe_kernel->run();
A simple helper module that lets you connect callback names from your .glade file with methods of an object. These methods are called as POE callback or postback methods. POE::Session::GladeXML automatically determines whether gtk expects the signal handler to return a value. If it does, a callback is used, otherwise a postback will be used.
<<lessSYNOPSIS
package test;
use POE::Session::GladeXML2;
# the name of the sub needs to match with the name you entered in
# the glade signal handler dialog.
sub on_button1_clicked {
print STDERR "button clickedn";
}
sub new {
[... object creation ...]
my $session = POE::Session::GladeXML2->create (
glade_object => $self,
glade_file => test.glade,
glade_args => widgetname,
[... POE Session params ...]
);
return $self;
}
Gtk2::GladeXML->init;
my $foo = test->new;
$poe_kernel->run();
A simple helper module that lets you connect callback names from your .glade file with methods of an object. These methods are called as POE callback or postback methods. POE::Session::GladeXML automatically determines whether gtk expects the signal handler to return a value. If it does, a callback is used, otherwise a postback will be used.
Download (0.011MB)
Added: 2006-07-18 License: Perl Artistic License Price:
1193 downloads
App::Session 0.962
App::Session can represents a sequence of multiple events perhaps executed in separate processes. more>>
App::Session can represents a sequence of multiple events perhaps executed in separate processes.
SYNOPSIS
# ... official way to get a Session object ...
use App;
$session = App->context();
$context = $session->session(); # get the session
# any of the following named parameters may be specified
$session = $context->session(
);
# ... alternative way (used internally) ...
use App::Session;
A Session class models the sequence of events associated with a use of the system. These events may occur in different processes.
For instance, in a web environment, when a new user arrives at a web site, he is allocated a new Session, even though he may not even be authenticated. In subsequent requests, his actions are tied together by a Session ID that is transmitted from the browser to the server on each request. During the Session, he may log in, log out, and log in again. Finally, Sessions in the web environment generally time out if not accessed for a certain period of time.
Conceptually, the Session may span processes, so they generally have a way to persist themselves so that they may be reinstantiated wherever they are needed. This would certainly be true in CGI or Cmd Contexts where each CGI request or command execution relies on and contributes to the running state accumulated in the Session. Other execution Contexts (Curses, Gtk) only require trivial implementations of a Session because it stays in memory for the duration of the process. Nonetheless, even these Contexts use a Session object so that the programming model across multiple platforms is the same.
<<lessSYNOPSIS
# ... official way to get a Session object ...
use App;
$session = App->context();
$context = $session->session(); # get the session
# any of the following named parameters may be specified
$session = $context->session(
);
# ... alternative way (used internally) ...
use App::Session;
A Session class models the sequence of events associated with a use of the system. These events may occur in different processes.
For instance, in a web environment, when a new user arrives at a web site, he is allocated a new Session, even though he may not even be authenticated. In subsequent requests, his actions are tied together by a Session ID that is transmitted from the browser to the server on each request. During the Session, he may log in, log out, and log in again. Finally, Sessions in the web environment generally time out if not accessed for a certain period of time.
Conceptually, the Session may span processes, so they generally have a way to persist themselves so that they may be reinstantiated wherever they are needed. This would certainly be true in CGI or Cmd Contexts where each CGI request or command execution relies on and contributes to the running state accumulated in the Session. Other execution Contexts (Curses, Gtk) only require trivial implementations of a Session because it stays in memory for the duration of the process. Nonetheless, even these Contexts use a Session object so that the programming model across multiple platforms is the same.
Download (0.072MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1191 downloads
ROX-Session 0.29
ROX-Session is a simple session manager. more>>
ROX-Session is a simple session manager. It loads, runs any programs you asked it to, and then quits when you run it a second time (thus ending your session). ROX-Session does not display any windows until you ask it to quit.
The first time you run it it will offer to make itself your session manager, so that youll get a ROX desktop when you log in (see screenshots below).
ROX-Session will automatically run any programs in your Auto Start directory when you log in. You can open this directory by bringing up the menu over ROX-Sessions icon and choosing Auto Start...
Enhancements:
- A large number of small bugs were fixed.
- New settings for the Gamma, Screensaver, and Keyboard configlets were added.
- The freedesktop.org configuration directories are now used instead of the old CHOICESPATH ones.
<<lessThe first time you run it it will offer to make itself your session manager, so that youll get a ROX desktop when you log in (see screenshots below).
ROX-Session will automatically run any programs in your Auto Start directory when you log in. You can open this directory by bringing up the menu over ROX-Sessions icon and choosing Auto Start...
Enhancements:
- A large number of small bugs were fixed.
- New settings for the Gamma, Screensaver, and Keyboard configlets were added.
- The freedesktop.org configuration directories are now used instead of the old CHOICESPATH ones.
Download (0.12MB)
Added: 2006-09-09 License: GPL (GNU General Public License) Price:
1140 downloads
Trinacria Linux 2.0
Trinacria Linux is a new Italian distribution based on KNOPPIX. more>>
Trinacria Linux is a new Italian distribution based on KNOPPIX.
Trinacria Linuxs primary target markets are the Italian office users and Linux beginners.
<<lessTrinacria Linuxs primary target markets are the Italian office users and Linux beginners.
Download (683.9MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1114 downloads
MURIX Linux 2.6.19
MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs. more>>
MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs.
Since you build it from source, MURIX should function on almost any hardware.
<<lessSince you build it from source, MURIX should function on almost any hardware.
Download (26.6MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1027 downloads
Catalyst::Plugin::Session::CGISession 0.04
Catalyst::Plugin::Session::CGISession is a Perl module to use CGI::Session for persistent session data. more>>
Catalyst::Plugin::Session::CGISession is a Perl module to use CGI::Session for persistent session data.
SYNOPSIS
use Catalyst qw{ ... Session::CGISession ... };
MyApp->config->{session} = {
expires => 3600,
rewrite => 1,
};
$c->session->{user_email} = quibble@dibble.edu;
# Later, in another following request:
$smtp->to( $c->session->{user_email} );
This plugin provides the same functionality as the original Session::FastMmap plugin but uses the CGI::Session module for the session data management.
The motivations to develop this plugin were:
provide better session data expiration handling, as is available through the CGI::Session module
provide an easier migration to Catalyst for applications that have been using CGI::Session and its param() and other methods
allow Windows users to avoid the workarounds needed to make Cache::FastMmap work
The difference in session expiration between this plugin and Session::FastMmap is small but important. CGI::Session resets the expiration time limit on every access to the session. A one day time limit means the session data disappears 24 hours after the last request using that session. With Session::FastMmap the limit would be 24 hours after the first request, when the session is created.
While this plugin adds some functions and methods beyond those available with Session::FastMmap, new development most likely should avoid using these features. Try to use only the common feature, session(), to stay compatible with Session::FastMmap and other future session plugins.
<<lessSYNOPSIS
use Catalyst qw{ ... Session::CGISession ... };
MyApp->config->{session} = {
expires => 3600,
rewrite => 1,
};
$c->session->{user_email} = quibble@dibble.edu;
# Later, in another following request:
$smtp->to( $c->session->{user_email} );
This plugin provides the same functionality as the original Session::FastMmap plugin but uses the CGI::Session module for the session data management.
The motivations to develop this plugin were:
provide better session data expiration handling, as is available through the CGI::Session module
provide an easier migration to Catalyst for applications that have been using CGI::Session and its param() and other methods
allow Windows users to avoid the workarounds needed to make Cache::FastMmap work
The difference in session expiration between this plugin and Session::FastMmap is small but important. CGI::Session resets the expiration time limit on every access to the session. A one day time limit means the session data disappears 24 hours after the last request using that session. With Session::FastMmap the limit would be 24 hours after the first request, when the session is created.
While this plugin adds some functions and methods beyond those available with Session::FastMmap, new development most likely should avoid using these features. Try to use only the common feature, session(), to stay compatible with Session::FastMmap and other future session plugins.
Download (0.016MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1010 downloads
CGI::Application::Plugin::Authentication::Store::Session 0.12
CGI::Application::Plugin::Authentication::Store::Session is a session based store. more>>
CGI::Application::Plugin::Authentication::Store::Session is a session based store.
SYNOPSIS
use base qw(CGI::Application);
use CGI::Application::Plugin::Session;
use CGI::Application::Plugin::Authentication;
__PACKAGE__->authen->config(
STORE => Session,
);
This module uses a session to store authentication information across multiple requests. It depends on the CGI::Application::Plugin::Session plugin being present. Actually, it only requires that there be a session method in the CGI::Application module that will return a valid CGI::Session object.
METHODS
fetch
This method accepts a list of parameters and fetches them from the session.
save
This method accpets a hash of parameters and values and saves them into the session.
delete
This method accepts a list of parameters and deletes them from the session.
<<lessSYNOPSIS
use base qw(CGI::Application);
use CGI::Application::Plugin::Session;
use CGI::Application::Plugin::Authentication;
__PACKAGE__->authen->config(
STORE => Session,
);
This module uses a session to store authentication information across multiple requests. It depends on the CGI::Application::Plugin::Session plugin being present. Actually, it only requires that there be a session method in the CGI::Application module that will return a valid CGI::Session object.
METHODS
fetch
This method accepts a list of parameters and fetches them from the session.
save
This method accpets a hash of parameters and values and saves them into the session.
delete
This method accepts a list of parameters and deletes them from the session.
Download (0.047MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
Destiney DB Sessions Script 0.2.0
Destiney DB Sessions Script provides a small connection to the database in order to assist the PHP developer. more>>
Destiney DB Sessions Script provides a small connection to the database in order to assist the PHP developer.
Destiney DB Sessions script is some simple database connection code to assist the PHP applications developer in handling secure, efficient, database driven PHP sessions within a larger PHP application.
In simplest terms Destiney DB Sessions is a drop-in replacement for the default PHP session handling and does not require editing the php.ini whatsoever.
<<lessDestiney DB Sessions script is some simple database connection code to assist the PHP applications developer in handling secure, efficient, database driven PHP sessions within a larger PHP application.
In simplest terms Destiney DB Sessions is a drop-in replacement for the default PHP session handling and does not require editing the php.ini whatsoever.
Download (0.30MB)
Added: 2007-02-06 License: BSD License Price:
990 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 summer session linux 1.0 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