Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Ask Lemmy
  3. What computer life hacks are your most used?

What computer life hacks are your most used?

Scheduled Pinned Locked Moved Ask Lemmy
asklemmy
162 Posts 118 Posters 1 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M [email protected]

    To navigate to the previous folder

    cd -

    To reissue the previous command with a prefix. For example:

    cat /root/.ssh/authorized_keys # Will fail without privilege

    sudo !!

    To use the argument of the previous command. For example:

    tac ~/.ssh/authorized_keys # oops, misspelled cat

    cat !$

    H This user is from outside of this forum
    H This user is from outside of this forum
    [email protected]
    wrote last edited by [email protected]
    #46

    The - works with git branching as well for those who didn't know. git checkout - will switch to the previously checked out branch so it effectively toggles between your two most recent branches.

    1 Reply Last reply
    7
    • F [email protected]

      That.... Seems like a pretty massive vulnerability. Like obviously that can be locked down by each user or administrator, but still....

      S This user is from outside of this forum
      S This user is from outside of this forum
      [email protected]
      wrote last edited by [email protected]
      #47

      It is, we used the same just with the accessibility button in earlier Windows Versions to troll one another in school.
      Thing is, if encryption is enabled it won't work.

      zurchpet@lemmy.mlZ 1 Reply Last reply
      1
      • D [email protected]

        Not everyone knows the keyboard shortcut though. I bet you can find people hunting for it using the mouse every time.

        R This user is from outside of this forum
        R This user is from outside of this forum
        [email protected]
        wrote last edited by
        #48

        How can people not use shortcuts? If that shortcut wouldn't exist, I would create it using Autohotkey

        1 Reply Last reply
        1
        • tehbamski@lemmy.worldT [email protected]

          Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

          Use the Up and Down Arrows to move/jump vertically.

          Left and Right Arrows to move/jump horizontally.

          Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

          Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

          W This user is from outside of this forum
          W This user is from outside of this forum
          [email protected]
          wrote last edited by [email protected]
          #49

          Recently had to help a relative who still uses windows, so here's a freebie from Linux:

          You can use super + number to launch any pinned program on the taskbar.
          For example let's say you have your browser right of the start button and file explorer on the next spot right, pressing super+1 launches the browser and super+2 the explorer

          Edit: super = windows logo key

          1 Reply Last reply
          3
          • D [email protected]

            pi-hole does the same thing for a whole network

            Y This user is from outside of this forum
            Y This user is from outside of this forum
            [email protected]
            wrote last edited by
            #50

            Yeah I use AdGuard. It's so nice to not have ads!

            I also saw that Netflix on my TV was constantly phoning home even though I don't use it on my TV.

            1 Reply Last reply
            0
            • dmmacniel@feddit.orgD [email protected]

              That's not even a life hack. That's literally policy, at least where I work at 🙂

              spittingimage@lemmy.worldS This user is from outside of this forum
              spittingimage@lemmy.worldS This user is from outside of this forum
              [email protected]
              wrote last edited by
              #51

              None of these comments are life hacks. When did using a documented feature built into your software become a hack?

              1 Reply Last reply
              0
              • tehbamski@lemmy.worldT [email protected]

                Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

                Use the Up and Down Arrows to move/jump vertically.

                Left and Right Arrows to move/jump horizontally.

                Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

                Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

                F This user is from outside of this forum
                F This user is from outside of this forum
                [email protected]
                wrote last edited by [email protected]
                #52

                My main one is to learn shortcuts on your most used programs. Using the mouse for everything is a waste of time, but that has been said multiple times.

                My second is to create scripts to do a bunch of repetitive tasks. For example, I have a script I run on my work PC after I log on to the VPN that starts my "always on" programs (like notepad++), unlocks the hosts file, etc. I have some sendto scripts for converting files with pandoc, fetching multiple git repos in one go, etc. It just speeds up things and avoids errors versus me doing them manually.

                On Windows I use PowerShell and on Linux I use bash, meaning they work without additional software installed.

                1 Reply Last reply
                3
                • tehbamski@lemmy.worldT [email protected]

                  Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

                  Use the Up and Down Arrows to move/jump vertically.

                  Left and Right Arrows to move/jump horizontally.

                  Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

                  Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

                  tatterdemalion@programming.devT This user is from outside of this forum
                  tatterdemalion@programming.devT This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #53

                  Use a tiling window manager like sway.

                  Get some big HDDs and self host your own file storage on zfs. Same for media servers like jellyfin. You can also host qBitTorrent web client so it's accessible from anywhere.

                  Set up a VM in Hetzner cloud and host vaultwarden.

                  Expose your services over wireguard.

                  N 1 Reply Last reply
                  0
                  • tehbamski@lemmy.worldT [email protected]

                    Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

                    Use the Up and Down Arrows to move/jump vertically.

                    Left and Right Arrows to move/jump horizontally.

                    Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

                    Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

                    V This user is from outside of this forum
                    V This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #54

                    if you're concerned about how much you need to move your hand, then you'll probably love (neo)vim

                    1 Reply Last reply
                    8
                    • bahnd@lemmy.worldB [email protected]

                      Microsoft has never fixed the sticky keys replacement cheese to unlock a PC you have physical access to. Ive done it up to W10, never tested it on W11.

                      1. Get a Windows recovery USB.

                      2. Boot into the recovery menu and open the command prompt.

                      3. Navagate to system32 and make a copy of the cmd.exe file (for a backup)

                      4. Copy the sticky_keys.exe and have it overwrite cmd.exe, then reboot.

                      5. On the login screen, smash the shift key until the command prompt appears and for some reason (because no user has logged in yet) it has admin permissions, so you can reset local passwords.

                      6. Once your logged in as a local admin, copy the backup of cmd.exe back so noone is none the wiser (except the security software that knows you messed with something)

                      P This user is from outside of this forum
                      P This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #55

                      I just boot in to a linux iso to use chntpw and reset passwords

                      1 Reply Last reply
                      1
                      • N [email protected]

                        ⌃⌘Q for those of us on MacBooks

                        P This user is from outside of this forum
                        P This user is from outside of this forum
                        [email protected]
                        wrote last edited by [email protected]
                        #56

                        No. What the fuck

                        1 Reply Last reply
                        2
                        • Z [email protected]

                          Vim takes your keyboard shortcuts to the extreme. If you can be bothered to learn it.

                          P This user is from outside of this forum
                          P This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #57

                          I opened vim and I've been stuck ever since. Send help

                          1 Reply Last reply
                          0
                          • F [email protected]

                            Turn it off when you're not using it. Save on energy.

                            T This user is from outside of this forum
                            T This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #58

                            If you also disconnect the power, just remember that this drains the CMOS battery in the motherboard. That's okay, just know that it may help to replace it if your machine has issues booting, time resets, etc.

                            1 Reply Last reply
                            0
                            • tehbamski@lemmy.worldT [email protected]

                              Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

                              Use the Up and Down Arrows to move/jump vertically.

                              Left and Right Arrows to move/jump horizontally.

                              Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

                              Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

                              N This user is from outside of this forum
                              N This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #59
                              1. Shift + Tab (also works on Linux)

                              2. If you have a mouse with side buttons, you can use the side buttons to go back or go to the next page on browsers

                              3. Pressing Alt + F4 on the desktop opens up a dialog asking if you want to shut down, restart, log out, etc. (I think this works on Linux as well)

                              mr_satan@lemmy.zipM 1 Reply Last reply
                              3
                              • max_p@lemmy.max-p.meM [email protected]

                                Keyboard shortcuts in general.

                                • Alt + left right (previous/next page in browsers)

                                • Windows + 1 (2, 3, ...) on Windows and KDE focuses the window at that position in the taskbar

                                • Alt + Tab to switch windows (hold shift to go backwards)

                                • Windows + Tab to switch windows within the same application (like, all browser windows if you're in a browser)

                                • Alt + 1 (2, 3, ...) on Windows/Linux usually selects the corresponding tab

                                • Ctrl + Tab to cycle through tabs like Alt-Tab does for windows (hold shift to go backwards)

                                • In most browsers or things with a URL/go to bar, Ctrl+L will focus that. No need to click the address bar, Ctrl+L, example.com, Enter.

                                • In Discord and Slack, you can press Ctrl+K to open a box to quickly type a channel/DM name to go to it quickly

                                • If you have them, the Home/End/PageUp/PageDown keys are actually pretty useful. Press Home instead of scrolling all the way back up.

                                • F1 is usually help

                                • F2 is usually rename

                                • F3 is usually search

                                akasazh@feddit.nlA This user is from outside of this forum
                                akasazh@feddit.nlA This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #60

                                I'll add some mouse ones: if you have thumb buttons they are next/previous page.

                                Mouse wheel down clicking on a link opens it in a new tab.

                                Mouse wheel down clicking on a tab label closes the tab (no need to hunt for the little x).

                                1 Reply Last reply
                                1
                                • tehbamski@lemmy.worldT [email protected]

                                  Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

                                  Use the Up and Down Arrows to move/jump vertically.

                                  Left and Right Arrows to move/jump horizontally.

                                  Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

                                  Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

                                  0x30507de@lemmy.today0 This user is from outside of this forum
                                  0x30507de@lemmy.today0 This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by
                                  #61

                                  Dunno if Emacs Lisp counts as a life hack, but I've been slowly learning it, and it's very nice to be able to setup custom workflows with such a high degree of customization (and a substantial amount of flycheck yelling at me)

                                  1 Reply Last reply
                                  0
                                  • tehbamski@lemmy.worldT [email protected]

                                    Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

                                    Use the Up and Down Arrows to move/jump vertically.

                                    Left and Right Arrows to move/jump horizontally.

                                    Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

                                    Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

                                    starman@programming.devS This user is from outside of this forum
                                    starman@programming.devS This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #62

                                    Not most used, but I recently discovered a lot of new options in COSMIC's launcher, and I use them all the time.

                                    Just type ? and you'll see what I mean.

                                    1 Reply Last reply
                                    0
                                    • B [email protected]

                                      I've found the windows one sorely lacking. As I recall all windows of a specific program have to be on a single desktop. This causes issues if you are working on multiple word docs, browser windows, or even just want access to email in both desktops. AFAIK there isn't a work around to this. Am I out of the loop on a nice windows feature?

                                      H This user is from outside of this forum
                                      H This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #63

                                      You can specify a window to show on all desktops (or all windows from the same app). Just right-click the window from the Task View screen (Win + tab)

                                      B 1 Reply Last reply
                                      1
                                      • tehbamski@lemmy.worldT [email protected]

                                        Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

                                        Use the Up and Down Arrows to move/jump vertically.

                                        Left and Right Arrows to move/jump horizontally.

                                        Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

                                        Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

                                        T This user is from outside of this forum
                                        T This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #64

                                        Oh kid, I do this for over forty years now.

                                        I T 2 Replies Last reply
                                        7
                                        • T [email protected]

                                          Oh kid, I do this for over forty years now.

                                          I This user is from outside of this forum
                                          I This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #65

                                          I'm sitting up on the upper balcony tabbing between two two plebs.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups