Complete guide to installing and configuring OpenClaw as a root-privileged AI gateway with Telegram command execution on Ubuntu/Debian servers.
This file contains hidden or 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
| ; Press Ctrl + ` to open Cmder in the current File Explorer directory | |
| ^`:: | |
| { | |
| ; Get the path of the active File Explorer window | |
| Path := Explorer_GetPath() | |
| if Path | |
| { | |
| ; Run Cmder and set the working directory | |
| Run, "C:\cmder\Cmder.exe" /START "%Path%" | |
| } |
This file contains hidden or 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
| ; Ctrl + ` | |
| ^`:: | |
| ; Check if Windows Terminal is already running | |
| IfWinExist, ahk_exe WindowsTerminal.exe | |
| { | |
| ; If visible, hide it; if hidden, show it | |
| WinGet, winState, MinMax, ahk_exe WindowsTerminal.exe | |
| if (winState = 0) ; window is normal (visible) | |
| { |
Things I should be doing immediately for a happier life:
- Stop regretting the past. Nothing can do about. Not to forget, but can learn from it so the repeating the mistakes.
- Stop worrying for my future. Waste of energy. Waste of time.
- Stop looking my happiness from other people.
This file contains hidden or 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
| Life Is A Gift | |
| Today before you think of saying an unkind word– | |
| think of someone who can’t speak. | |
| Before you complain about the taste of your food– | |
| think of someone who has nothing to eat. | |
| Before you complain about your husband or wife– | |
| think of someone who is crying out to God for a companion. |
This file contains hidden or 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
| @import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Grandstander:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); | |
| :root { | |
| --brand-color-1: #186cb8; | |
| --brand-color-2: #2a9a9f; | |
| --brand-color-3: #f1b211; | |
| --brand-color-4: #e83611; | |
| --brand-color-5: #f9002f; | |
| --brand-green: #2ecc40; | |
| --brand-yellow: #ffdc00; | |
| --brand-red: #ff4136; |
This file contains hidden or 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
| using System; | |
| namespace SingletonExample | |
| { | |
| public sealed class Singleton | |
| { | |
| private static volatile Singleton instance; | |
| private static object syncRoot = new Object(); | |
| private Singleton() {} |
This file contains hidden or 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
| @font-face { | |
| font-family: 'Atari ST 8x16 System Font'; | |
| src: url('data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABZkAA4AAAAAh4AAABYHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGiYGYACHZggEEQgKgeo0gcl0C4QEAAE2AiQDhAoEIAWHVQeIYRtBdHWGHGwcAHD9CrMRFWwcgAjZ9lFRskn17P//mqDGEdXyU3TgNajIaElGuPDT6svhKnys5ed2p0TdtW3YRc7fw28sORJanphupo8OV1FIXjv8zlR1UbGQgYTex56+alsojGa6FZZWn439LHH111OGphmaPr1lpRg3j8j+x2hMPJNLBK1FVs/M7gOhInLAmoTB/U9UFLKPREKJwiBfAgTQ+X3TdK4ioXQ5pUopo5SbF96hUZpEJLIfsHCjlL5KG8DDjFL66Zy3S7BRmqtEbgfnlvOuZkAk41xvYgIVcybFdcv/3zglzrYjyOC4WrqQgslgv4AC/zfpxMLgIBAIHBQOHg4KgUJgUCwMhsMBDlz2aipVDpls+HbbeT4RZk5CJ8gxzzckc5IapnfcA8uDaXvvxaN7PrH6URTC5O6bj0IYLQL+XHuzP7/EspJSYCMqXJ1J0sxbSAlwfLo7HQAQmlwdKwDSZSE7FaZzwpxR7ozwZ98vS7HDnKStUYBnAE2oQkRmbNT3t3+dt2bPYXcUUqSu+u+/N3Ojmb24p1UKyCEVN4zcmLkMgWwkaGzADF81/cTZzhQchapf7SiHBKAJ1uzrmR92L0kmEJyJagfSWg8m+WFSE5EFlFvX0uVCvFJJmAxpSFZkcMVNueuPr33P5F+7w/Eddpjvm6mIiIiKiIqKTmNaDXEnufvq1uwNaUQIzYrSFGJhT4TA1/2qM+CDdxcdMXdbertgImZbrIiEaPizYLBzq0vzq442tR3Ft7B95UBuoujHUY5juBVnOnhq/+AVWf |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder