Compare commits
No commits in common. "9e991cded36a5bb292650982e70124642f8911ab" and "fb7f4cc2eacb922208050a5c9cc1b43205f8ac8d" have entirely different histories.
9e991cded3
...
fb7f4cc2ea
9 changed files with 3 additions and 187 deletions
|
@ -13,11 +13,9 @@ RTFD
|
|||
public/bind9/index
|
||||
public/c/index
|
||||
public/certbot/index
|
||||
public/codium/index
|
||||
public/connect/index
|
||||
public/coreutils/index
|
||||
public/curl/index
|
||||
public/dane/index
|
||||
public/dd/index
|
||||
public/debian/index
|
||||
public/debmirror/index
|
||||
|
@ -27,7 +25,6 @@ RTFD
|
|||
public/fcgiwrap/index
|
||||
public/ffmpeg/index
|
||||
public/firefox/index
|
||||
public/forgejo/index
|
||||
public/git/index
|
||||
public/git-bash/index
|
||||
public/gitlab-ci/index
|
||||
|
|
|
@ -54,18 +54,3 @@ Domain
|
|||
12.3.2.1.in-addr.arpa. IN PTR server.sub.domain.tld.
|
||||
34.3.2.1.in-addr.arpa. IN PTR dl.sub.domain.tld.
|
||||
56.3.2.1.in-addr.arpa. IN PTR sub.domain.tld.
|
||||
|
||||
SSHFP
|
||||
-----
|
||||
|
||||
= =======
|
||||
4 ed25519
|
||||
= =======
|
||||
|
||||
= ======
|
||||
2 sha256
|
||||
= ======
|
||||
|
||||
::
|
||||
|
||||
@ IN SSHFP 4 2 …
|
||||
|
|
|
@ -1,66 +0,0 @@
|
|||
******
|
||||
codium
|
||||
******
|
||||
|
||||
download
|
||||
========
|
||||
|
||||
* https://open-vsx.org
|
||||
|
||||
setup
|
||||
=====
|
||||
|
||||
* ~/.vscode-oss
|
||||
* ~/.config/VSCodium/User/settings.json
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"extensions.autoUpdate": false,
|
||||
"redhat.telemetry.enabled": false,
|
||||
"security.workspace.trust.enabled": false,
|
||||
"sonarlint.ls.javaHome": "/usr/lib/jvm/default-java",
|
||||
"window.zoomLevel": 1.15,
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.startupEditor": "none"
|
||||
}
|
||||
|
||||
workspace
|
||||
=========
|
||||
|
||||
* name.code-workspace
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"folders":[
|
||||
"/rwx/rwx",
|
||||
"/rwx/drmp",
|
||||
"/rwx/ilos",
|
||||
"/rwx/lsgm",
|
||||
"/rwx/mrmp",
|
||||
"/rwx/ofsp",
|
||||
"/rwx/rtfd"
|
||||
]
|
||||
}
|
||||
|
||||
project
|
||||
=======
|
||||
|
||||
* /child/.vscode/settings.json
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"python.analysis.extraPaths": [
|
||||
"/parent"
|
||||
]
|
||||
}
|
||||
|
||||
shortcuts
|
||||
=========
|
||||
|
||||
================ ===============
|
||||
Ctrl + Shift + I Format Document
|
||||
Ctrl + Shift + P command
|
||||
================ ===============
|
|
@ -1,12 +0,0 @@
|
|||
****
|
||||
dane
|
||||
****
|
||||
|
||||
compute
|
||||
=======
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
openssl x509 -noout -fingerprint -sha512 -in domain.tld.crt \
|
||||
| awk --field-separator '=' '{print tolower($2)}' \
|
||||
| tr --delete ':'
|
|
@ -1,59 +0,0 @@
|
|||
*******
|
||||
Forgejo
|
||||
*******
|
||||
|
||||
Packages
|
||||
========
|
||||
|
||||
* git
|
||||
* git-lfs
|
||||
|
||||
Users
|
||||
=====
|
||||
|
||||
.. code-block::
|
||||
|
||||
adduser \
|
||||
--disabled-password \
|
||||
--group \
|
||||
--home '/home/git' \
|
||||
--shell '/usr/bin/bash' \
|
||||
--system \
|
||||
git
|
||||
|
||||
Files
|
||||
=====
|
||||
|
||||
* /etc/systemd/system/forgejo.service
|
||||
* /usr/local/bin/forgejo
|
||||
* /usr/local/bin/forgejo-runner
|
||||
|
||||
Config
|
||||
======
|
||||
|
||||
.. code-block::
|
||||
|
||||
mkdir '/etc/forgejo'
|
||||
chown root:git '/etc/forgejo'
|
||||
chmod 770 '/etc/forgejo'
|
||||
|
||||
Data
|
||||
====
|
||||
|
||||
.. code-block::
|
||||
|
||||
mkdir '/var/lib/forgejo'
|
||||
chown git:git '/var/lib/forgejo'
|
||||
chmod 750 '/var/lib/forgejo'
|
||||
|
||||
Enable
|
||||
======
|
||||
|
||||
.. code-block::
|
||||
|
||||
systemctl enable forgejo
|
||||
|
||||
Interface
|
||||
=========
|
||||
|
||||
* http://localhost:3000
|
|
@ -9,16 +9,8 @@ Hello world
|
|||
if __name__ == "__main__":
|
||||
print("Hello, world!")
|
||||
|
||||
Files
|
||||
-----
|
||||
|
||||
Links
|
||||
^^^^^
|
||||
|
||||
.. code-block:: python3
|
||||
|
||||
os.symlink('target', 'tmp_path')
|
||||
os.replace('tmp_path', 'path')
|
||||
Directories
|
||||
-----------
|
||||
|
||||
Remove
|
||||
^^^^^^
|
||||
|
|
|
@ -18,10 +18,3 @@ first/module.py → second/module.py
|
|||
----------------------------------
|
||||
|
||||
* first
|
||||
|
||||
Modules
|
||||
=======
|
||||
|
||||
.. code-block:: python3
|
||||
|
||||
'name' in sys.stdlib_module_names
|
||||
|
|
|
@ -23,20 +23,6 @@ Create key
|
|||
|
||||
.. todo:: other arguments
|
||||
|
||||
DNS fingerprint
|
||||
---------------
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
ssh-keygen -f public_key -r domain.tld
|
||||
|
||||
Public key
|
||||
----------
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
ssh-keygen -y -f private_key
|
||||
|
||||
Tunnel
|
||||
------
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ wget
|
|||
Mirror website
|
||||
--------------
|
||||
|
||||
.. code-block:: shell
|
||||
.. code:: shell
|
||||
|
||||
wget \
|
||||
--mirror \
|
||||
|
|
Loading…
Reference in a new issue