This guide will show step-by-step how to Install Arch Linux on UEFI mode.
- Bootable Flash Drive
- BIOS
- Pre installation
- Set Keyboard Layout
- Check boot mode
- Update System Clock
| { | |
| "name": "Root", | |
| "children": [ | |
| { | |
| "name": "Branch 1", | |
| "children": [ | |
| {"name": "Leaf 3"}, | |
| {"name": "Leaf 4"} | |
| ] | |
| }, |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> | |
| <script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script> | |
| <style type="text/css"> | |
| .node circle { | |
| cursor: pointer; | |
| fill: #fff; | |
| stroke: steelblue; |
| --- | |
| - hosts: [miner_zcash, tag_Name_zmine, zmine*] | |
| become_method: sudo | |
| become_user: root | |
| become: true | |
| strategy: free | |
| vars: | |
| stratum_uri: zec-eu.suprnova.cc:2142 | |
| stratum_user: rick3_.user | |
| stratum_password: password |
| #!/usr/bin/expect | |
| set timeout -1; | |
| spawn {{django_dir}}/venv/bin/python manage.py changepassword {{admin_user}}; | |
| expect { | |
| "Password:" { exp_send "{{admin_pass}}\r" ; exp_continue } | |
| "Password (again):" { exp_send "{{admin_pass}}\r" ; exp_continue } | |
| eof | |
| } |
| name: CI | |
| on: [push] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| services: |
| // Try on DartPad.dev | |
| import 'package:flutter/foundation.dart' | |
| show debugDefaultTargetPlatformOverride; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/widgets.dart'; | |
| import 'dart:math'; | |
| import 'dart:async'; | |
| var random = Random(0); |
Hanging out in subtitling and video re-editing communities, I see my fair share of novice video editors and video encoders, and see plenty of them make the classic beginner mistakes when it comes to working with videos. A man can only read "Use Handbrake to convert your mkv to an mp4 :)" so many times before losing it, so I am writing this article to channel the resulting psychic damage into something productive.
If you are new to working with videos (or, let's face it, even if you aren't), please read through this guide to avoid making mistakes that can cost you lots of computing power, storage space, or video quality.