Archivo de la categoría: Nix

speedtest

Esta mona esta página: http://www.speedtest.net/

Cómo configurar Squid

 Resumen: http_port 3128# ACCESS CONTROLSacl miredlocal src 192.168.1.0/255.255.255.03http_access allow miredlocal

Install Firefox 2 in CentOS 5

*Primero descarga Firefox2 : Descargar aqui Firefox2 *Descomprimimos y movemos el paquete: # tar -xzvf firefox-2.0.0.3.tar.gz *Esta es la version que me baje, osea que cambia. #mv firefox /usr/local/lib Ahora instalamos la libreria ‘libstdc++.so.5′; si al instalarlo nos sale con este nombre:’ libstdc++-33′, no hay problema: # yum install /usr/lib/libstdc++.so.5 Re nombramos la carpeta plugins:… Leer más »

SSH Port Forwarding

Dynamic SSH $ssh -D 9999 username@ip-address-of-ssh-serverEn firefox usar red manualsolamente localhost:9999 socks 4 ————————————————————————— Desktop ssh -L 9999:localhost:8000 miservidorseguro.com Server miservidorseguro.com ————————————————— Para squid: Desktop ssh -L 9999:localhost:3128 squidserver.com servidor squid squidserver.com

Changing your PATH macosx

Every time you execute a command by using only the command’s name (for example, ls or pwd), your shell looks for the command in a list of directories. That list is stored in the PATH environment variable. The PATH list provides a shortcut for finding commands. If it weren’t for the PATH list, you would… Leer más »

locate

  locate [options] pattern Search database(s) of filenames and print matches. Matches include all files that contain pattern unless pattern includes metacharacters, in which case locate requires an exact match. *, ?, [, and ] are treated specially; / and . are not. Searches are conducted against a database of system contents that is updated… Leer más »

Howto: Linux kill and logout users

Task: How to halt/stop user called didi Type the skill command as follows:# skill -STOP -u didi You muse be root to stop other users. Task: How to resume already halted user called didi Send CONT single to user didi, type the following command:# skill -CONT -u didi Task: How to kill and logout user… Leer más »

SAGE

 http://www.sagemath.org  Seattle (USA)http://sage.math.washington.edu/sage  Seattle (USA)http://modular.fas.harvard.edu/sage  Boston (USA)http://www.opensourcemath.org/sage/  Utah (USA)http://www.cecm.sfu.ca/sage  Vancouver (Canada)http://sage.apcocoa.org  Germanyhttp://echidna.maths.usyd.edu.au/sage  Sydney (Australia)http://sage.scipy.org/sage  Texas (USA)  

I have disabled comments, but comments continue to be posted

If you have unchecked Allow people to post comments on the article on the Options > Discussion panel, then you have only disabled comments on future posts. To completely disable comments, you will have to edit each past post and uncheck Allow Comments from the Write Post SubPanel. Alternatively, you could delete the wp-comments-post.php file,… Leer más »