Herramientas Informaticas

Mes: septiembre 2021

No es tan notorio ajajaj

Vamo hay un mundo por conquistar

JAVA BOY

JCPOS2021 CORRECCIÓN EN CATALOGO DE PRODUCTOS PARA GRABAR EL CÓDIGO DE BARRAS

Veremos como habilitar la captura y edición del código de barras en el catalogo de productos

COMO INSTALAR BROWSER SOURCE A OBS STUDIO EN MX LINUX

EN ESTE VÍDEO MOSTRAREMOS COMOS INSTALAR BROWSER SOURCE en OBS STUDIO PARA MOSTRAR EL CHAT EN VIVO DE SUS ESPECTADORES

REVIEW MX LINUX CON ESCRITORIO KDE SEPTIEMBRE 2021

QUE HACER DESPUÉS DE INSTALAR MX LINUX

VEREMOS LOS PROGRAMAS BÁSICOS A INSTALAR, O POR LO MENOS LOS QUE SE VAN A IR NECESITANDO
#!/bin/bash

sudo apt update

sudo apt upgrade

apt-get install --fix-missing

echo INSTALANDO BRAVE

sudo apt install apt-transport-https curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

sudo apt update

sudo apt install brave-browser


echo INTALANDO SPOTIFY
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add - 
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list

sudo apt-get update && sudo apt-get install spotify-client


echo Instalamos Telegram
sudo apt-get install telegram-desktop -y

echo Para instalar Audacity
sudo apt-get install audacity -y

echo Instalamos el Winamp para Linux
sudo apt-get install audacious -y

echo Ahora instalamos un editor de video
sudo apt-get install kdenlive -y

echo Ahora instalamos los efectos para las transiciones para kdenlive
sudo apt-get install frei0r-plugins -y


echo Ahora instalamos VirtualBox
sudo apt-get install virtualbox -y

echo instalando sdk JAVA
sudo apt install default-jdk



echo Instalando simplescreenrecoder
sudo apt install simplescreenrecorder

echo Ahora Instalamos OBS Open Broad Caster Studio
sudo apt-get install obs-studio -y


echo INSTALANDO ATOM
sudo apt install atom

PROBANDO PUNTO DE VENTA JCPOS2021 EN HOSTING GRATUITO

Pueden seguirme en las siguientes redes sociales
VK
https://vk.com/id543521033

FACEBOOK
https://www.facebook.com/rasec555

TWITTER
https://twitter.com/JulioLeyvaR

CHANNEL TELEGRAM

https://telegram.me/CesarSystems

PAGINA WEB
https://cesarsystems.com.mx

MOVIL
+52 6688612348

REVIEW MX LINUX 19.04 2021


VK
https://vk.com/id543521033

FACEBOOK
https://www.facebook.com/rasec555

TWITTER
https://twitter.com/JulioLeyvaR

CHANNEL TELEGRAM
https://telegram.me/CesarSystems

PAGINA WEB
https://cesarsystems.com.mx

Creado con WordPress & Tema de Anders Norén