- Select the Start button and scroll to find Signal.
- Right-click Signal, select More, and then select Open file location. This opens a file folder window for the location where the shortcut of Signal is saved.
- With the file location open, press the Windows logo key + R, type
shell:startup
, then select OK. This opens the Startup folder. You now have 2 folder windows open: "Programs" and "Startup". - Copy and paste the Signal shortcut from the "Programs" file folder window to the "Startup" folder by right-clicking on Signal shortcut, Copy, go to Startup folder, right-click, Paste Shortcut.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Google maps addon | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-03-21 | |
// @description Bring google maps button back | |
// @author You | |
// @match https://www.google.com/search* | |
// @include https://www.google.tld/search* | |
// @icon https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png | |
// @grant none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To me, it seams like its supposed to remap all of the containers {u,g}ids. | |
So the important detail is that all of the containers id need to be maped, not the hosts. | |
Please correct me if I'm wrong. | |
I added "symbols" to make the syntax more readable, and some show the result on the nest line. | |
// https://www.reddit.com/r/homelab/comments/6p3xdw/proxmoxlxc_mount_host_folder_in_an_unprivileged/dkncmrc/ | |
0 -> 100000 x 124 | |
0-123 -> 100000-100123 | |
124 -> 1004 x 1 |