| @charset "utf-8"; | |
| table | |
| { | |
| background-color: #ffffff!important; | |
| } | |
| tbody tr td | |
| { | |
| background-color: #ffffff!important; | |
| } | |
| table tbody |
| \documentclass{article} | |
| \usepackage{verse} | |
| \begin{document} | |
| \begin{verse} | |
| \poemlines{3} | |
| \setverselinenums{1}{3} |
| # import config. | |
| # You can change the default config with `make cnf="config_special.env" build` | |
| cnf ?= config.env | |
| include $(cnf) | |
| export $(shell sed 's/=.*//' $(cnf)) | |
| # import deploy config | |
| # You can change the default deploy config with `make cnf="deploy_special.env" release` | |
| dpl ?= deploy.env | |
| include $(dpl) |
| # Stop all containers | |
| docker stop `docker ps -qa` | |
| # Remove all containers | |
| docker rm `docker ps -qa` | |
| # Remove all images | |
| docker rmi -f `docker images -qa ` | |
| # Remove all volumes |
| This is a request to add the CA root certificate for Honest Achmed's Used Cars and Certificates. The requested information as per the CA information checklist is as follows: | |
| 1. Name | |
| Honest Achmed's Used Cars and Certificates | |
| 2. Website URL | |
| www.honestachmed.dyndns.org |
| import "sort" | |
| ages := map[string]int{ | |
| "a": 1, | |
| "c": 3, | |
| "d": 4, | |
| "b": 2, | |
| } | |
| names := make([]string, 0, len(ages)) |
In this document I describe my setup about how to add a menu shortcut that will hibernate and reboot the system into a different OS (in my case, Windows), and then restore linux on the next reboot.
For this, I'll be using Arch Linux with systemd-boot as my boot manager, but in practice any bootloader that handles the LoaderEntryOneShot (a.k.a. BootNext) efivar should work.
NOTE It is advisable to not do this with window's fast boot feature active, since alternating the hibernation of two systems can cause shared partitions to get corrupted. However, if additional steps are taken in order to ensure the shared partition are unmounted before reboot, or no partitions are shared between the two OSs, this can be made to work with fastboot enabled which should give quite a boost in Windows' startup time.
| #!/bin/sh | |
| set -e | |
| # hibereboot: A 'hibernate & reboot' one-shot hack script for systemd-based hosts | |
| # | |
| # Place this script somewhere in your $PATH and run it (as root) to hibernate and reboot. | |
| # For full automation, allow the script to be run with passwordless-sudo: | |
| # | |
| # > /etc/sudoers | |
| # yourusername ALL=(ALL) SETENV:NOPASSWD: /path/to/hibereboot |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex