Archivo de la categoría: debian / ubuntu

Todo lo relacionado con Debian , Ubuntu y similares

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 a bad idea to allow remote ssh (ie. via the external interface) to the Untangle… Leer más »

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 install audacious audacious-plugins audacious-plugins-extra audacious-crossfade mplayer mozilla-mplayer mplayer-fonts mplayer-skins digikam kipi-plugins showfoto streamtuner >> bajar… Leer más »

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 macromedia flash 8.5 setup wget http://fpdownload.macromedia.com/get/flashplayer/current/fp8-5_beta/install_flash_player_8-5_beta.exe Start the setup with wine wine install_flash_player_8-5_beta.exe point the… Leer más »

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 /etc/X11/xorg.conf y buscar algo parecido: Section «InputDevice» Identifier «Mouse0» Driver «vmmouse» Option «Protocol» «ps/2» Option… Leer más »

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. Así que opte por la opción fácil usando Partition Magic 8.0 y particionando manual quedo… Leer más »

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 end of file /dev/hda1 /media/windows ntfs nls=utf8,umask=0222 0 0 Save the edited file Read #How… Leer más »