Archivo de la categoría: linux

Easter Eggs

$ aptitude moo There are no Easter Eggs in this program. $ aptitude -v moo There really are no Easter Eggs in this program. $ aptitude -vv moo Didn’t I already tell you that there are no Easter Eggs in this program? $ aptitude -vvv moo Stop it! $ aptitude -vvvv moo Okay, okay, if… Leer más »

Transmission 2.40 and above (RPC version: 14 and above)

https://code.google.com/p/transmission-control/ Introduction Transmission Web Control is a custom web UI, Support Transmission Version Transmission 2.40 and above (RPC version: 14 and above) Features Add torrent files or URLs Drag-and-drop to add torrent files Online modify the Transmission setting (Download folder,Speed ​​limit,Port,etc.) Pause / resume / recheck selected or all torrents View the current torrents status… Leer más »

Optimize Apache and MySQL for a 256MB VPS

Home > Misc. Tutorial Logs > Optimize Apache and MySQL for a 256MB VPS « Newer | Older » Optimize Apache and MySQL for a 256MB VPS September 1, 2011 No Comments Tags: apache mysqltuner prefork ubuntu vps For small websites or not so popular WordPress blogs a small VPS with only 256MB of RAM… Leer más »

Bash String Comparison: Find Out IF a Variable Contains a Substring

http://www.cyberciti.biz/faq/bash-find-out-if-variable-contains-substring/   How do I determine whether a variable called spath=»/srv/www/cyberciti.biz/https» contains a substring called «cyberciti.biz»? You can use the portable BourneShell syntax as follows: case «$var» in *pattern1* ) echo «do something #1»;; *pattern2* ) echo «do something # 2»;; * ) echo «Error…»;; esac Here is a sample code: #!/bin/bash spath=»/srv/www/cyberciti.biz/https» sync_root(){ echo… Leer más »

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 »