apt-get update
apt-get install apt-spy
apt-spy update
apt-spy -d unstable -s IN
Friday, September 9, 2011
Sunday, September 4, 2011
Inactivity Time Out for Login shells
The following instructions were not practical for system which run Xwindows
To implement a 15-minute idle time-out for the default /bin/bash shell, create a new file tmout.sh in the directory /etc/profile.d with the following lines:
TMOUT=900
readonly TMOUT
export TMOUT
Run the following command to set time out as 15min
# set -r tmout 15
To implement a 15-minute idle time-out for the default /bin/bash shell, create a new file tmout.sh in the directory /etc/profile.d with the following lines:
TMOUT=900
readonly TMOUT
export TMOUT
Run the following command to set time out as 15min
# set -r tmout 15
Subscribe to:
Posts (Atom)