Skip to content
View JonathanAJ's full-sized avatar
:octocat:
:octocat:
  • RJ Consultores
  • Fortaleza - CE

Block or report JonathanAJ

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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
    2
    
                  
    3
    latest_version_url=$(curl https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/latest -s -L -I -o /dev/null -w '%{url_effective}')
    4
    latest_version=${latest_version_url##*/}
    5
    
                  
  2. Script to manage the input monitor e... Script to manage the input monitor event for connected VGA screens
    1
    #!/bin/sh
    2
    
                  
    3
    EnableVGA() {
    4
        echo "VGA Enabled"
    5
        xrandr --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
  3. 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}
  4. Instalação Latex e TexStudio no Linu... Instalação Latex e TexStudio no Linux Ubuntu
    1
    # Instalador
    2
    
                  
    3
    sudo apt install texstudio texlive texlive-latex-recommended texlive-pictures texlive-latex-extra latexmk chktex