Software Engineering Researcher. Linux Enthusiast. Mobile and Web Developer. Graduated in Systems and Digital Medias at Federal University of Ceará.
-
RJ Consultores
- Fortaleza - CE
Pinned Loading
-
How fix bug of video player don't sh...
How fix bug of video player don't show on Opera Browser in Ubuntu 1#!/bin/bash
23latest_version_url=$(curl https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/latest -s -L -I -o /dev/null -w '%{url_effective}')
4latest_version=${latest_version_url##*/}
5 -
Script to manage the input monitor e...
Script to manage the input monitor event for connected VGA screens 1#!/bin/sh
23EnableVGA() {
4echo "VGA Enabled"
5xrandr --output LVDS-1 --primary --mode 1366x768 --pos 0x768 --rotate normal --output DP-1 --off --output HDMI-1 --off --output VGA-1 --mode 1366x768 --pos 0x0 --rotate normal
-
Os comandos abaixo deixam o texto de...
Os comandos abaixo deixam o texto de qualquer documento do latex em português. Dessa forma, pode ser então utilizado acentos e o texto copiado do pdf vai com os acentos corretos. 1\usepackage[brazilian]{babel}
2\usepackage[utf8]{inputenc}
3\usepackage[T1]{fontenc}
-
Instalação Latex e TexStudio no Linu...
Instalação Latex e TexStudio no Linux Ubuntu 1# Instalador
23sudo apt install texstudio texlive texlive-latex-recommended texlive-pictures texlive-latex-extra latexmk chktex
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.