Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
Category Archives: debian / ubuntu
Enable SSH debian
http://www.ruf.rice.edu/~rlug/help/tips-ssh.html Use this on Debian based boxes: Use update-rc.d to create the symlinks to the appropriate runlevel directories. update-rc.d -f ssh defaults 20 Since there are tons of brute force attacks against SSH captured by DenyHosts: http://stats.denyhosts.net/stats.html I’d consider it … Continue reading
Posted in debian / ubuntu
Comments Off
Perfect Desktop Install Ubuntu 7.1
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add – && sudo apt-get update sudo apt-get install msttcorefonts w32codecs acroread acroread-plugins mozilla-acroread flashplugin-nonfree sun-java6-jre sun-java6-bin sun-java6-plugin sun-java6-fonts ntfs-config sudo apt-get remove rhythmbox totem f-Spot sudo apt-get … Continue reading
Posted in debian / ubuntu
Leave a comment
Wine Flash Player 8.5 Linux (Ubuntu Dapper Drake)
1.install wine sudo apt-get install wine 2. install msttcorefonts (optional) sudo apt-get install msttcorefonts 3. Download firefox version for windows (yes you heard it well – Thank you macromedia) wget http://ftp-mozilla.netscape.com/pub/mozilla.org/firefox/releases/1.5.0.3/win32/en-US/Firefox%20Setup%201.5.0.3.exe run the setup wine Firefox\ Setup\ 1.5.0.3.exe 4.Download the … Continue reading
Posted in debian / ubuntu
Leave a comment
Instalar vmmouse para que no este atrapado en ubuntu o fedora con xorg
El problema de tener 2 monitores con vmware es que el mouse se queda trabado y hay que presionar CTRL ALT para destrabarlo. Esto se soluciona de la siguiente manera: Primero copiar manualmente cp /usr/lib/vmware-tools/configurator/XOrg/6.8.x/vmmouse_drv.o /usr/lib/xorg/modules/input/ Despues hay que editar … Continue reading
Posted in debian / ubuntu
Leave a comment
ubuntu con VMWARE max resolution
If you want 1280×1024, try using this in your .vmx file: svga.maxWidth=1280 svga.maxHeight=1024
Posted in debian / ubuntu
Leave a comment
Windows y Ubuntu
La primera vez intente instalar ubuntu con partición automática en una laptop IBM R40. Y murió mi windows. Según leí en varios tutoriales que al particionar automáticamente no se respeta la geometría del disco. Y por métodos complicados se puede recuperar. … Continue reading
Posted in debian / ubuntu
Leave a comment
How to mount Windows partitions (NTFS) on boot-up, and allow all users to read only
Read #General Notes Read #How to list partition tables e.g. Assumed that /dev/hda1 is the location of Windows partition (NTFS) Local mount folder: /media/windows sudo mkdir /media/windows sudo cp /etc/fstab /etc/fstab_backup sudo gedit /etc/fstab Append the following line at the … Continue reading
Posted in debian / ubuntu
Leave a comment
Cómo montar carpetas compartidas en red de Windows desde Ubuntu Linux
Al fin me he aclarado sobre cómo acceder a carpetas compartidas en una red local de Windows desde mi ordenador con Linux. La verdad es que con Ubuntu es muy sencillo conectarse a carpetas compartidas, basta con ejecutar (desde el … Continue reading
Posted in debian / ubuntu
Leave a comment