Posts

Showing posts from 2022

How to fix extarnal monitor going to sleep

Image
Sources: English Community-Lenovo Community (External Monitor Looses Signal Intermittently ) Power controls | Microsoft Learn 1. Regedit 2. Go to  Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0\DefaultPowerSchemeValues\381b4222-f694-41f0-9685-ff5bb260df2e 3. Set the values as follows to change to 20 minutes (1200 seconds): Ver tb este: (???) Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\3c0bc021-c8a8-4e07-a973-6b14cbcb2b7e

File Explorer Quick Access has Recent Folders pinned but it vanishes

Image
From  File Explorer Quick Access has Recent Folders pinned but it vanishes.. Solved - Windows 10 Forums (tenforums.com) (...)  I agree that showing only "Recent Folders" is better and less cluttered than the "Recent Items" in Windows 10. I can tell you that  Recent   Folders exists in Windows 10 , but it is  hidden  and needs to be revived.  Part 1:  How to get Recent Folders displaying in Windows 10 permanently: 1)  Start a Run dialog box by either right-clicking the Start button and choose Run, or by pressing the WinKey + R keys. 2)  Copy and paste the following line into the Run dialog box, then press Enter: shell:::{22877a6d-37a1-461a-91b0-dbda5aaebc99} 3)  File Explorer will open and display the "Recent folders". You'll see that it is located below the Recycled Bin on the left hand side of the screen. 4)  Right-click "Recent folders" and select "Pin to Quick Access". You can also select "Pin to Start" if you want. Whe

Useful GPG commands

 From  Useful GPG commands (iu.edu) Encryption/decryption commands To encrypt a plaintext file with the recipient's public key: gpg -e -r recipient_userid textfile To sign a plaintext file with your secret key: gpg -s textfile To sign a plaintext file with your secret key and have the output readable to people without running  GPG  first: gpg --clearsign textfile To sign a plaintext file with your secret key, and then encrypt it with the recipient's public key: gpg -se -r recipient_userid To decrypt an encrypted file, or to check the signature integrity of a signed file: gpg [-o outputfile] ciphertextfile Key management commands To generate your own unique public/secret key pair: gpg --gen-key To add a public or secret key file's contents to your public or secret key ring: gpg --import keyfile To extract (copy) a key from your public or secret key ring: gpg -ao keyfile --export userid or gpg -ao keyfile --export-secret-key To view the contents of your publ

DBeaver Shortcuts

From  DBeaver 6.0 Shortcuts - Cacher Snippet   CTRL + ENTER = Executes SQL. CTRL + ALT + ENTER = In Editor, inits statement templates ALT + X = Executes All queries in current editor CTRL + ALT + SHIFT + X = Execute a script opening each query results in a separate tab CTRL + ] = New SQL Editor Windows CTRL + SHIFT + F = Format SQL CTRL + 9 = Set active connection CTRL + 0 = Set active Schema CTRL + 6 = Toggle Results Panel CTRL + SHIFT + 6 = Maximize Results Panel Tab (when a datarow is selected) = Toggle vertical view CTRL + Alt + Right/Left (When in vertical view) = Browse rows CTRL + SPACE = To perform some object name auto-complete F4 = To open current object (under cursor) definition From  Shortcuts · dbeaver/dbeaver Wiki · GitHub Here is a complete list of default hotkeys in DBeaver UI for Windows, Linux, and macOS users. It will help you work in DBeaver faster and more efficiently. Remember that you can always change the keyboard shortcut in the DBeaver settings. Go through:  W