> pwd
/Users/jonathankim/Desktop
> sqlite3 ~/Library/Application\ Support/Google/Chrome/Default/Web\ Data
sqlite3> .output chrome_export.sql
sqlite3> .dump keywords
#!/bin/bash | |
# vim: set fileencoding=utf-8 ts=2 sw=2 expandtab: | |
# PUBLIC DOMAIN | |
# This script trims white margins out of PDF document and packs it to DjVu. | |
# Author Sergei Astanin http://sovety.blogspot.com/ | |
# Modified by Vsevolod K. https://github.com/precious | |
### Settings |
THIS IS THE MODIFIED SCRIPT IF YOU LIKE THE ORIGINAL GOTO https://github.com/ilikenwf/apt-fast | |
==================== | |
About: | |
==================== | |
apt-fast is a shellscript wrapper for apt-get that can drastically improve apt download | |
times by downloading packages in parallel, with multiple connections per package. |
#允许rpc | |
enable-rpc=true | |
#允许所有来源, web界面跨域权限需要 | |
rpc-allow-origin-all=true | |
#允许非外部访问 | |
rpc-listen-all=true | |
#RPC端口, 仅当默认端口被占用时修改 | |
rpc-listen-port=6800 | |
# 保存日志到文件,没有该文件用 touch 命令新建,不然会报错 | |
log=/mnt/upan/aria2.log |
# Install ARCH Linux with encrypted file-system and UEFI | |
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
# Download the archiso image from https://www.archlinux.org/ | |
# Copy to a usb-drive | |
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux | |
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. | |
# Set swedish keymap |
These steps walk through installing a static binary of any ffmpeg version on to your linux machine. If you want to compile from source, there are several ways to do so. Here's the official guide. Tested and works on an AWS EC2 Ubuntu instance, but should work on any Linux machine.
"""chrome_se_export.py | |
Export your Chrome search engines to JSON. | |
""" | |
import os.path | |
import sqlite3 | |
import re | |
import json | |
import click |
What is HTML?
HTML (Hypertext Markup Language) is the standard language used to create and design documents on the web. It structures content using elements or tags.
What are the building blocks of HTML5?
The building blocks of HTML5 include elements like <header>
, <footer>
, <section>
, <article>
, and <nav>
which enhance semantic meaning and accessibility.
What is the purpose of the `` element in HTML?
Examples here use the default settings, see the VidStab readme on GitHub for more advanced instructions.
Here's an example video I made
brew install ffmpeg --with-libvidstab