modprobe loop
dd if=<origem> of=<destino>
dd if=/dev/sdb of=img_sdb.dd
| { | |
| "Inkscape":[ | |
| "http://www.dailymotion.com/video/x5e2die_aula01-ilustracao-com-inkscape_school", | |
| "http://www.dailymotion.com/video/x5e2diq_aula02-ilustracao-com-inkscape_school", | |
| "http://www.dailymotion.com/video/x5e2diw_aula03-ilustracao-com-inkscape_school", | |
| "http://www.dailymotion.com/video/x5e2g4i_aula04-ilustracao-com-inkscape_school", | |
| "http://www.dailymotion.com/video/x5e6dd4_aula05-ilustracao-com-inkscape_school", | |
| "http://www.dailymotion.com/video/x5e6dd9_aula06-ilustracao-com-inkscape_school", | |
| "http://www.dailymotion.com/video/x5e6ddx_aula07-ilustracao-com-inkscape_school", | |
| "http://www.dailymotion.com/video/x5e6ddy_aula08-ilustracao-com-inkscape_school", |
| # -*- coding: utf-8 -*- | |
| import selenium | |
| from pdb import set_trace | |
| from selenium import webdriver | |
| from selenium.webdriver.common.keys import Keys | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support.ui import WebDriverWait | |
| from selenium.webdriver.support import expected_conditions as EC | |
| from selenium.common.exceptions import TimeoutException | |
| from bs4 import BeautifulSoup |
| byte PWM_PIN = 11; | |
| int pwm_value; | |
| void setup() { | |
| pinMode(PWM_PIN, INPUT); | |
| Serial.begin(115200); | |
| } | |
| void loop() { |
| /*! | |
| * DevExtreme | |
| * Version: 16.1.4 | |
| * Build date: Jun 22, 2016 | |
| * | |
| * Copyright (c) 2012 - 2016 Developer Express Inc. ALL RIGHTS RESERVED | |
| * EULA: https://www.devexpress.com/Support/EULAs/DevExtreme.xml | |
| */ | |
| .dx-clearfix:before, .dx-clearfix:after |
| sudo apt-get steghide | |
| # instalar steg-detect | |
| ### Uso | |
| steghide embed -cf foto.jpg -ef mensagem.qualquercoisa | |
| steghide embed -cf picture.jpg -ef secret.txt | |
| steghide extract -sf foto.jpg | |
| http://spammimic.com/decode.shtml |
sudo sshfs -o allow_other [email protected]:/home/hdias/workspace /media/droplet
Em Português:
Introdução à Ciência da Computação com Python Parte 1 (USP) https://www.coursera.org/…/ciencia-computacao-python-concei…
Introdução à Ciência da Computação com Python Parte 2 (USP) https://pt.coursera.org/…/ciencia-computacao-python-conceit…
Python Fundamentos para Análise de Dados http://www.datascienceacademy.com.br/…/curso-python-fundame…
| version: '3' | |
| services: | |
| web: | |
| image: python:3.5 | |
| command: | |
| - /bin/sh | |
| - -c | |
| - | | |
| echo "Instalando postgresql" |