- Ensure
systemdboot menu shows up
sudo vim /boot/efi/loader/loader.conf
Add the following line - for 5 second timeout
| #!/bin/bash | |
| # Take a bunch of images and draw an overlay, then form a video | |
| # | |
| # Some useful links: | |
| # https://superuser.com/questions/717103/burn-filenames-of-single-images-into-ffmpeg-output-videou | |
| # https://stackoverflow.com/questions/24961127/how-to-create-a-video-from-images-with-ffmpeg | |
| # https://video.stackexchange.com/questions/21905/how-to-set-pts-time-format-when-using-ffmpeg-filter-to-add-timestamp | |
| # https://video.stackexchange.com/questions/12105/add-an-image-overlay-in-front-of-video-using-ffmpeg | |
| # https://itimagination.com/ffmpeg-image-sequence-video-date-overlay-based-timestamps/ |
systemd boot menu shows upsudo vim /boot/efi/loader/loader.conf
Add the following line - for 5 second timeout
-tickrate 128 +fps_max 0 -novid -nojoy +exec autoexec.cfg
Mouse sensitivity
| ------------------ | |
| System Information | |
| ------------------ | |
| Time of this report: 4/12/2019, 12:10:29 | |
| Machine name: DESKTOP-45QII02 | |
| Machine Id: {A77E1724-52B9-4329-B6FE-4D990CAA54B0} | |
| Operating System: Windows 10 Education 64-bit (10.0, Build 17763) (17763.rs5_release.180914-1434) | |
| Language: English (Regional Setting: English) | |
| System Manufacturer: To Be Filled By O.E.M. | |
| System Model: To Be Filled By O.E.M. |
| language: python | |
| python: | |
| # We don't actually use the Travis Python, but this keeps it organized. | |
| - "2.7" | |
| - "3.5" | |
| - "3.6" | |
| install: | |
| - sudo apt-get update | |
| # We do this conditionally because it saves us some downloading if the | |
| # version is the same. |
| Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Signal/1.18.0 Chrome/61.0.3163.100 Electron/2.0.8 Safari/537.36 node/8.9.3 env/production | |
| INFO 2018-11-26T12:40:36.153Z app ready | |
| INFO 2018-11-26T12:40:36.159Z key/initialize: Generating new encryption key, since we did not find it on disk | |
| INFO 2018-11-26T12:40:37.238Z config/set: Saving user config to disk | |
| INFO 2018-11-26T12:40:37.244Z updateSchema: Current schema version: 0; Most recent schema version: 5; SQLite version: 3.20.1; SQLCipher version: 3.4.2; | |
| INFO 2018-11-26T12:40:37.245Z updateToSchemaVersion1: starting... | |
| INFO 2018-11-26T12:40:38.352Z updateToSchemaVersion1: success! | |
| INFO 2018-11-26T12:40:38.352Z updateToSchemaVersion2: starting... | |
| INFO 2018-11-26T12:40:38.378Z updateToSchemaVersion2: success! | |
| INFO 2018-11-26T12:40:38.378Z updateToSchemaVersion3: starting... |
To move to a new system
sudo apt-get install -y gnupg2 gnupg-agent scdaemon pcscd
or for MacOS
This script will download all the maps for the CID insurgency servers.
The map pack is given here:
http://www.cidclan.net/showthread.php?13549-Insurgency-CiD-Map-Pack
And the servers are found here:
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| % Purpose: | |
| % - Function that loads planetary constant values for AAE532 class | |
| % | |
| % Inputs: | |
| % - none | |
| % | |
| % Outpus: | |
| % - constants - structure that holds constants for sol system divided | |
| % by body |
| sudo: false | |
| language: generic | |
| matrix: | |
| include: | |
| - os: linux | |
| git: | |
| depth: false | |
| cache: | |
| directories: | |
| - "/tmp/texlive" |