Entrevista com João Amoêdo #OtarioCast
https://www.youtube.com/watch?v=-TcGK74eOTc
COMO JOÃO AMOEDO CONSEGUIU R$425 MILHÕES DE REAIS?
https://www.youtube.com/watch?v=RXuQjnRVJ_A
Roda Viva | João Amoêdo | 21/05/2018
setxkbmap -model pc104 -layout us_intl | |
setxkbmap -model abnt2 -layout us -variant intl | |
http://manjaro-linux.com.br/forum/iniciante/acentuacao-sai-antes-da-letra-acentuada-t3801.html |
https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-manjaro-18-linux | |
https://github.com/dglt1/optimus-switch-gdm | |
https://forum.manjaro.org/t/hdmi-monitor-not-working/94301/2 | |
https://www.unixmen.com/install-oh-zsh-ubuntu-arch-linux-fedora/ | |
https://starship.rs/guide/#%F0%9F%9A%80-installation | |
https://gist.github.com/tomgco/d08fcf551b5e3157173d2f0701b50b46 | |
https://wiki.archlinux.org/index.php/VirtualBox |
https://pt.aliexpress.com/item/USB-3-0-de-1200-Mbps-Adaptador-Wi-fi-Dual-Band-802-11AC-RTL8812BU-5-GHz/32967678306.html?spm=a2g0s.9042311.0.0.7b25b90aHjbCXC | |
http://www.kuwfi.com/contact/ | |
Modelo Número:KF-4603 | |
Skype:malisha908 | |
whatsapp:+8618002530681 | |
Email:mancy@kuwfi.com | |
This Tutorial | |
https://ubuntuforums.org/showthread.php?t=2394372&page=4 |
Verifying my Blockstack ID is secured with the address 1LiuLytjopLDNNe7C5pnQb5z3wsNzeNKQg https://explorer.blockstack.org/address/1LiuLytjopLDNNe7C5pnQb5z3wsNzeNKQg |
#!/usr/bin/python | |
#Referencias | |
# https://br.gearbest.com/power-strips/pp_360376.html | |
# sudo pip3 install broadlink | |
# http://domo-attitude.fr/broadlink-domoticz/ | |
# pmset -g batt | |
# https://stackoverflow.com/questions/17651017/python-post-osx-notification | |
# system_profiler SPPowerDataType | grep "Cycle Count" | awk '{print $3}' | |
# http://fruitjuiceapp.com/ |
https://sourceforge.net/projects/synergy-stable-builds/ | |
https://symless.com/purchase/payment | |
https://mrlithium.blogspot.com/2017/06/synergy-serial-number-activation-key.html | |
http://cpp.sh/3mjw3 | |
#LINUX | |
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add - | |
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list' | |
sudo apt-get update | |
sudo apt-get install synergy |
Entrevista com João Amoêdo #OtarioCast
https://www.youtube.com/watch?v=-TcGK74eOTc
COMO JOÃO AMOEDO CONSEGUIU R$425 MILHÕES DE REAIS?
https://www.youtube.com/watch?v=RXuQjnRVJ_A
Roda Viva | João Amoêdo | 21/05/2018
source 'https://rubygems.org' | |
gem 'string-similarity' | |
gem 'activesupport' | |
gem 'nokogiri' | |
gem "awesome_print" | |
gem 'colorize' |
div#disqus_thread | |
javascript: | |
var disqus_config = function () { | |
this.page.url = "https://www.fulllifeacademy.com.br#{current_page.url}"; | |
this.page.title = "#{current_article.data.title}" | |
this.page.identifier = "#{idpost(current_article.data.title)}"; | |
this.page.category_id = "#{idcategory(current_article.data.category)}"; | |
}; | |
(function() { // DON'T EDIT BELOW THIS LINE |
#O nohup executa um comando como serviço | |
nohup rclone sync -v --transfers 50 --ignore-existing FullLife: /media/Drive5T/ & | |
#Esse segundo comando determina a saida para um local específico | |
nohup rclone sync -v --transfers 50 --ignore-existing FullLife: /media/Drive5T/ > /media/Drive5T/nohup.out 2>&1& | |
--transfers 50 => Executa 50 cópias de arquivos simultaneas | |
--ignore-existing => Ignora arquivos já copiados | |
FullLifeL: => Nome do Drive configurado anteriormente | |
/media/Drive5T => Estou copiando do meu Google Drive para o meu hd local |