Ah, so I solved it this way:
1. Disable Fast Boot and Secure Boot (or Secure loader).
2. Plug in the bootable USB with the Linux distro (mine was Ubuntu 16.04)
3. When you see the loader to "Install Ubuntu" etc ... press "e" and edit a line:
Replace "quiet splash" to "nomodeset" and press F10 to boot.
Then after the installation is complete, you will have to reboot.
4. This time you will now encounter the GRUB. Again, press "e" and edit a line:
In the line that starts with "linux", add "nouveau.modeset=0" at the end of that line.
Your Linux should now boot.
P.S. Mark the thread as solved if this solves the issue
5. After this, you need to install the nvidia drivers. Reboot. And then it's done.
sábado, 13 de abril de 2019
martes, 9 de abril de 2019
domingo, 31 de marzo de 2019
lunes, 25 de febrero de 2019
Instalar Flutter SDK en Ubuntu 18.04
Ejecute esto:
# Config
INSTALL_DIR=/opt/android-studio
FLUTTER_VERSION=v1.0.0-stable
AS_VERSION=3.3.1.0
AS_FILE=android-studio-ide-182.5264788-linux.zip
# Instalando las dependencias
para 18.04
sudo apt install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 libbz2-1.0:i386 lib32stdc++6 qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
para 19.10
sudo apt install lib32z1 lib32ncurses6 lib32ncurses-dev lib32stdc++6 libbz2-1.0:i386 lib32stdc++6 qemu-kvm qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils
sudo add-apt-repository ppa:openjdk-r/ppa -y
sudo apt-get update -y
sudo apt-get install openjdk-8-jdk -y
# Descargando android studio y flutter sdk
sudo mkdir ${INSTALL_DIR}
sudo chmod 777 ${INSTALL_DIR}
cd ${INSTALL_DIR}
wget https://dl.google.com/dl/android/studio/ide-zips/${AS_VERSION}/${AS_FILE}
unzip android-studio-ide-182.5264788-linux.zip
wget https://storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_${FLUTTER_VERSION}.tar.xz
unzip flutter_linux_${FLUTTER_VERSION}.tar.xz
#Instale Android Studio y su SDK
bash ${INSTALL_DIR}/bin/studio.sh
# Instale flutter sdk
export PATH=${INSTALL_DIR}/flutter/bin:$PATH
echo "export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'" >> ${HOME}/.bashrc
echo "----PRESS Y-----"
flutter doctor --android-licenses
# Config
INSTALL_DIR=/opt/android-studio
FLUTTER_VERSION=v1.0.0-stable
AS_VERSION=3.3.1.0
AS_FILE=android-studio-ide-182.5264788-linux.zip
# Instalando las dependencias
para 18.04
sudo apt install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 libbz2-1.0:i386 lib32stdc++6 qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
para 19.10
sudo apt install lib32z1 lib32ncurses6 lib32ncurses-dev lib32stdc++6 libbz2-1.0:i386 lib32stdc++6 qemu-kvm qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils
sudo add-apt-repository ppa:openjdk-r/ppa -y
sudo apt-get update -y
sudo apt-get install openjdk-8-jdk -y
# Descargando android studio y flutter sdk
sudo mkdir ${INSTALL_DIR}
sudo chmod 777 ${INSTALL_DIR}
cd ${INSTALL_DIR}
wget https://dl.google.com/dl/android/studio/ide-zips/${AS_VERSION}/${AS_FILE}
unzip android-studio-ide-182.5264788-linux.zip
wget https://storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_${FLUTTER_VERSION}.tar.xz
unzip flutter_linux_${FLUTTER_VERSION}.tar.xz
#Instale Android Studio y su SDK
bash ${INSTALL_DIR}/bin/studio.sh
# Instale flutter sdk
export PATH=${INSTALL_DIR}/flutter/bin:$PATH
echo "export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'" >> ${HOME}/.bashrc
echo "----PRESS Y-----"
flutter doctor --android-licenses
martes, 5 de febrero de 2019
run 3T Studio even if the trial time has expired
https://gist.github.com/Eitol/17e78f6196c274482207b62e1fa511bc
jueves, 20 de septiembre de 2018
lunes, 27 de agosto de 2018
Cambiar libre office al español (Tambien la corrección ortográfica) Ubuntu 18.04
Instalas esto desde terminal:
sudo apt-get install myspell-es libreoffice-java-common libreoffice-l10n-es
Luego de reiniciar, descargas esta mierda en donde quieras:
https://extensions.libreoffice.org/extensions/spanish-dictionaries/2.3/@@download/file/es_ANY.oxt
Luego abres libre officar y seleccionas español en todo lo que te salga en vas a Herramientas -> Gestor de extensiones y agregas el fichero es_ANY.oxt que acabas de agregar
Reinicias y listo
sudo apt-get install myspell-es libreoffice-java-common libreoffice-l10n-es
Luego de reiniciar, descargas esta mierda en donde quieras:
https://extensions.libreoffice.org/extensions/spanish-dictionaries/2.3/@@download/file/es_ANY.oxt
Luego abres libre officar y seleccionas español en todo lo que te salga en vas a Herramientas -> Gestor de extensiones y agregas el fichero es_ANY.oxt que acabas de agregar
Reinicias y listo
Suscribirse a:
Entradas (Atom)

