A userscript for neal.fun's Not-a-Robot game that allows you to jump to any level directly.
Install a userscript manager:
| #!/bin/bash | |
| # SPDX-License-Identifier: MIT | |
| # Steps: | |
| # 1) Make sure bash is available | |
| # 2) Create udev rule | |
| # - path to new udev rule: /etc/udev/rules.d/50-x-resize.rules | |
| # - udev rule content: | |
| # ACTION=="change", KERNEL=="card[0-9]*", SUBSYSTEM=="drm", RUN+="/usr/local/bin/x-resize" | |
| # 3) Create /var/log/autores directory | |
| # 4) Create script /usr/local/bin/x-resize (this file) and make executable |
| create table if not exists deps_saved_ddl | |
| ( | |
| deps_id serial primary key, | |
| deps_view_schema name, | |
| deps_view_name name, | |
| deps_ddl_to_run text | |
| ); | |
| create or replace function deps_save_and_drop_dependencies(p_view_schema name, p_view_name name) returns void as | |
| $$ |
Install Screen
$ sudo apt install screen
Enter a new Screen Session
$ screen
Detach from current screen session
| To make Pageant automatically run and load keys at startup: | |
| - Find the location of pageant.exe | |
| - Windows key + R to open the 'run' dialog box | |
| - Type: 'shell:startup' in the dialog box | |
| - Create a shortcut to the pageant.exe and put into this startup folder. |