truecrypt Free open-source disk encryption
http://www.truecrypt.org/
http://www.truecrypt.org/
Cygwin SSHD HowTo How to run the OpenSSH SSHD server on Windows using Cygwin Install the following Cygwin packages (rerun setup if necessary — you can add packages after you have already installed Cygwin). Admin –> cygrunsrv Net –> openssh Open a new bash shell window and run the SSH configure stuff. ssh-host-config -y This… Leer más: How to run the OpenSSH SSHD server on Windows using… »
http://preyproject.com/ Prey lets you keep track of your phone or laptop at all times, and will help you find it if it ever gets lost or stolen. It’s lightweight, open source software, and free for anyone to use. And it just works.
uuencode mylogs.log mylogs.log | mailx -s «logs file» [email protected]
sh for PID in `ps -ef| awk ‘// {print $2}’`; do pmap -x $PID > ${PID}.outfile; done whitouh sh ps -eo pid | while read; do pid=»$(($REPLY))» pmap > ./pmap_»$pid» -x «$pid» 2>/dev/null || printf ‘error printing address space map for pid %d\n’ «$pid» >&2 done
term that works If i remember correctly, setting TERM=dtterm worked well enough for me.
Solaris vi input mode arrow keys fix This blog post is not for you to read. It’s for me. You see, every once in a awhile, I work for a client/employer who uses Solaris, OpenSolaris, Unix, or some other traditional Unix-like OS. They have their reasons, and they are good ones, and I’m fine with… Leer más: Solaris vi input mode arrow keys fix »
# sudoers file. # User privilege specification root ALL=(ALL) ALL usuario ALL=(root) /home/usuario/programa.sh usuario ALL=(root) /home/usuario/programas/*
cat xyz | egrep -i «pattern1|pattern2»
ctrl a + c CREATE WINDOW ctrl a + n where N is a number from 0 to 9, to switch to the corresponding window. ctrl a + p previous window ctrl + a + A NAME SESSION ctrl + a + » interactive list ctrl +a + w non interactive list ctrl a +… Leer más: screen practico »