sudo pacman -Syusudo pacman -S zsh
chsh -l
chsh -s /bin/zsh
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"(logout)
sudo pacman -S firefox firefox-i18n-es-cl
(Luego en algún textarea clic derecho y agregar diccionaro, buscar en español)
sudo pacman -S xf86-video-intelsudo pacman -R lib32-mesa-libgl
sudo pacman -S nvidia lib32-nvidia-libgl# sudo pacman -R lib32-nvidia-libgl # Sera removido
sudo pacman -R xf86-video-nouveau
sudo pacman -R nouveau-dri
sudo pacman -S bumblebee mesa intel-dri xf86-video-intel lib32-intel-dri nvidia nvidia-utils lib32-nvidia-utils bbswitch nvidia-utils primus lib32-primus lib32-virtualgl lib32-mesa-libgl
sudo gpasswd -a $USER bumblebee
sudo systemctl enable bumblebeed.serviceReboot: sudo shutdown -r now
sudo nano /etc/bumblebee/bumblebee.conf
Write: Bridge=primus, Driver=nvidia in the corresponding lines.
optirun pwd
optirun glxspheres
optirun glxgears
sudo pacman -R nvidia
sudo pacman -S nvidia-lts, use this driver nvidia if in use kernel linux-lts
Edit file: /etc/mkinitcpio.conf and edit MODULES="i915 bbswitch".
Execute: sudo mkinitcpio -p linux
After edit file /etc/default/grub and add rcutree.rcu_idle_gp_delay=1 to the kernel parameter GRUB_CMDLINE_LINUX_DEFAULT
sudo pacman -S steamsudo pacman -S thunderbird thunderbird-i18n-es-es(Luego en cuadro de redacción clic derecho y agregar diccionaro, buscar en español)
pacman -Ss --color auto namcapyaourt -S obs-studioyaourt -S spotifysudo sh -c "sudo echo \"/dev/sdb1 /run/media/Datos ntfs-3g root,uid=0,gid=users 0 0\" >> /etc/fstab"(After create folder destination: sudo mkdir /run/media/Datos)
folder="Desktop" && rm -Rf ~/$folder && ln -s /run/media/Datos/Users/Jorge/$folder ~/$folder(Repeat for each folder is required)
sudo pacman -S nodejs npm && yaourt -S atom-editorsudo pacman -S flashpluginsudo pacman -S cmusa: add to library
y: add to playlist
e: add to queue
c: play/pause
z: back
b: next
v: stop
x: stop and play
sudo pacman -S jdk8-openjdk(This auto-install jre8-openjdk)
Search the java location: whereis java
Identify path until find absolute path of the symbolic link found in bin/:
ls -lah /usr/bin/java
ls -lah /usr/lib/jvm/default-runtime/bin/java(So the absolute path is "/usr/lib/jvm/default-runtime")
Edit and add in "/etc/profile" the environment variables according to results:
# JAVA
export JAVA_HOME=/usr/lib/jvm/default-runtime
export PATH=$PATH:$JAVA_HOME/bin
Re-login and execute: source /etc/profile
yaourt -S gnome-shell-system-monitor-applet-git(Alt+F2 -> r and active with GNOME Tweak)
Tu gist me ayudo con "Failed to Start Setup Virtual Console". Gracias!