cd ~/.vim/bundle/
git clone https://github.com/roxma/vim-hug-neovim-rpc.git
cd ~/path/you/want/to/clone/python-locallib.git
git clone https://aur.archlinux.org/python-locallib.git
cd ~/path/to/python-locallib.git
--- | |
author: deomorxsy | |
title: Meios de mostrar imagens em arquivos rmd | |
date: 05/03/2020 | |
output: pdf_document | |
--- | |
# Abstract | |
Podemos usar as bibliotecas png e grid para exibir a imagem, especificando suas dimensões: |
import pandas as pd | |
from tqdm import tqdm | |
import csv | |
import random | |
import string | |
from pyspark.sql import SparkSession | |
from pyspark.sql.functions import * | |
random.seed(1999) |
#!/usr/bin/python3
segundos=int(input())
h =segundos//3600
segundos =segundos%3600
minutos =segundos//60
segundos =segundos%60
print("%d:%d:%d", % h, minutos, segundos)
#!/bin/bash
touch pacman-latest.txt;
grep -i installed /var/log/pacman.log >> pacman-latest.txt;
"If you log in in text mode then start a GUI session with xinit or with the wrapper script startx
, then xinit does the following things:
/etc/X11/xinit/xserverrc
)./etc/X11
(typically /etc/X11/xinit/xinitrc
), depending on how it's set up.~/.xinitrc
, if it exists. If it doesn't exist, run a default client (traditionally xterm
).~/.xinitrc
terminates, kill the X server.If you log in in graphical mode on an X display manager (xdm, gdm, kdm, wdm, lightdm, …), traditionally, what is executed after you log in is some scripts in /etc/X11
then ~/.xsession
.
changing code editor in git:
git config --global core.editor "vim"
export GIT_EDITOR=vim
Is it previously booted?
wipefs --all /dev/sd[letter]
Is it currently for file storage? OK.*
mkfs.vfat -n 'PENDRIVE NAME' -I /dev/sd[letter]
Creating partition
mkpart "EFI system partition" fat32 33MiB 512MiB
Setting partition flag for boot
set 1 esp on