Archivo de la categoría: linux

Best System Benchmarking Tools For Linux

http://www.junauza.com/2012/05/best-system-benchmarking-tools-for.html Phoronix Test Suite Popular tech site Phoronix is quite famous for its comprehensive benchmarks and gadget reviews. Along with the support of many hardware and software vendors, the team developed an extensive testing tool called the Phoronix Test Suite. Licensed under GNU GPL v3, the cross-platform benchmarking tool comes with 130+ test profiles and… Leer más »

tunnel ssh local reverse etc

BASIC CONCEPTS SSH Tunneling is used to forward a port on your machine and have it go through some ssh connection allowing access to another machine usually behind a firewall. Here is an example: <HOME COMPUTER> => <INTERNET> =><WORK SSH SERVER> => <WORK DESKTOP> In this case we would like to control our work desktop… Leer más »

Package: dsniff (2.4b1+debian-18) tcpkill

Package: dsniff (2.4b1+debian-18) Links for dsniff Debian Resources: Bug Reports Developer Information (PTS) Debian Changelog Copyright File Debian Patch Tracker Download Source Package dsniff: [dsniff_2.4b1+debian-18.dsc] [dsniff_2.4b1+debian.orig.tar.gz] [dsniff_2.4b1+debian-18.diff.gz] Maintainer: Luciano Bello (QA Page) Similar packages: nast redsocks ettercap netexpect ettercap-common ettercap-gtk ettercap-graphical ettercap-text-only ucspi-tcp Various tools to sniff network traffic for cleartext insecurities This package contains several… Leer más »

OpenSSH ciphers performance benchmark

Ever wondered how to save some CPU cycles on a very busy or slow x86 system when it comes to SSH/SCP transfers? Here is how we performed the benchmarks, in order to answer the above question: 41 MB test file with random data, which cannot be compressed – GZip makes it only 1% smaller. A… Leer más »