Insult and threaten the maschine till it works
Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected].
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.
6) No US Politics.
Please don't post about current US Politics. If you need to do this, try [email protected] or [email protected]
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
I was surprised that many people didn’t know this magical ✨ shortcut
Ctrl + Shift + t
Cmd + Shift + t
If you accidentally closed a tab in a browser, it will reopen it. Most browsers also lets you open closed tabs one after the other.
It is easy to remember to since it is just a shift away from new tab shortcut
Ctrl + t
Cmd + t
Nobody tell this man about vim
What you just described is the most gen-Y always used PCs but never knew dogshit about it thing ive heard.
Regarding that, Wait until you learn you can use strg to move beetween words.
Learn vim keybindings.
Learn hotkeys for every program you have and learn to navigate between programs without the mouse.
Stop using the computer and go outside sometimes
To be pedantic, keyboard shortcuts aren't hacks. That's the intended use of the thing, and long lists of keybaord shortcuts exist so that people can find the ones that work for them and use them. Just because most people don't do it doesn't make it a hack.
My favorite keyboard shortcut is Super/Windows key and spacebar switches keyboard languages. That's not a hack, though.
Closer to a "hack" is going into an android phone with ADB and disabling bloatware manually.
Using the arrow keys for exactly what they’re made for isn’t a hack lol
Nobody tell OP about the Page Up and Page Down keys, their head might literally explode. (jk op).
I'm still on Windows, because I'm a lesser human, etc...
That said, PowerToys adds a lot of nice features to Windows (more like...Sindows, amirite), like being able to break your screen into zones, etc...
My biggest computer life hack of all time would probably be: piracy. Highly recommended. Saves you so much money, I'm surprised they don't advertise it more.
Piracy is like an Eye of Sauron thing. You don't get big and ubiquitous like Napster back in the day or you get pounced on like Aragorn clanging his pots and pans. You wanna stay small and quiet undermining the very power they desire like Sam and Frodo :>
Safe: Use text expansion for trivial yet long texts like your emails, addresses, etc. to almost eliminate errors in those texts. Espanso is something I use on Linux Mint, while macOS supports text expansion natively. I am yet to find something that fills the gap on NetBSD, but I almost exclusively use emacs on those machines, which has native support for snippets.
Unsafe: Remove USB drive without ejecting it. :P
Contrived yet neat: With special software (BetterTouchTool on macOS) or keyboard firmware (QMK and ZMK, which is what I use), one can use Spacebar as a layer key (SpaceFn, as it makes Spacebar behave as a Fn key) to unlock neat shortcuts like navigating using HJKL, add macros, remap hard to reach keys on to the home row, etc. There are other things that can be done such as one-shot modifiers which make typing less straining.
P.S. The snark in the comments here is surprising. Everyone starts somewhere. Let us be welcoming.
End > shift+home will let you copy lines outside of IDE
Are you serious? arrow keys instead of clicking? let's take it further:
shift+arrow highlights letters
ctrl+arrow skips entire words
ctrl+shift+arrow highlights entire words
home/end jumps to start/end of line
ctrl+home/end jumps to start/end of text box
ctrl+shift+home/end jumps to start/end of textbox and highlights it
um, do you need me to explain what ctrl+xcv do? or ctrl+zy? or ctrl+asdwerfgop?
isn't this just basic typing? didnt yall learn this in the 90s??? how are you all on the internet right now
wait til you hear about how i swipe texted all this
They tought us on typewriters in the 90s. Wait until you hear about how I changed an ink ribbon, son.
Ctrl + C
Ctrl + V
The Escape Key closes most popups, dialogs, modals. It’s also non-destructive, so it won’t close a program; any “save changes” dialog will be cancelled.
Using ublock origin picker to remove everything useless. Like, Youtube suggestions, everything but download button on ddl websites, useless footers/headers on news, etc...
Just getting people to switch away from chrome to get ublock origin is a major hack all itself and completely changed the way you use the internet.
As a basic Linux user, I have a shell script to do all my updating, upgrading, removing of unneeded packages, etcetera. Under no circumstances is it all that advanced, just a string of simple enough apt and flatpak commands.
I also recently figured out that god knows how long ago that I set an alias to run it that's only 3 keyboard clicks instead of 5, saving basically less than a second. So not that useful, but still good to know... until I inevitably forget about it again.
Yeah I do a lot of keyboard shortcuts. My computer career started before I even had a mouse, it was all keyboard editing. Doesn't bother me a bit to leave the mouse just sitting there. In fact after typing a comment here I just tab to the Post button and hit Enter.
Yay, nobody said my favorite hack.
While browsing on the web and you want to "open link into a new tab", click using the mouse wheel like it's a regular left or right click.
It's great for researching.
Showed a coworker that while he was training me.
"OK, right-click on that and..."
<center click>
puzzled
"OK, right-click...
<center click>
Linux. Windows is used for Russian oligarchs.
Since people are expecting windows shortcut keys, I nominate TAB navigation. Hitting tab will cycle the focus through all the buttons and edit boxes. Shift Tab to go backwards.
First thing required on every new keyboard
Fail. Remap it to escape.
Just remap it to something more useful, Colemak remaps it to backspace.
I do this with the windows button on my gaming rig
Linux is the easier to install, less headache to run, less configuration needed, better to game on platform compared to windows.
That's my life hack. Get over the Stockholm syndrome.
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 !$
Far from most used, but very handy: ctrl+win+shift+b
It restarts the graphic subsystem, which can help recover from situations where game crashes or similar cause visual issues.
(Linux)
Add the same symbol at the beginning of most aliases. I use é
So when I type é+tab I get all my aliases
é+first letters of alias+tab and I'm sure autocomplete will select the alias and not another command
Windows+L every time I leave my desk.
If anyone left their computer unlocked at my old job, the entire office was getting an email about how much you love Justin Bieber
Expanding on yours, Shift + Home and Shift + End to select from the cursor to the beginning or end of the line.
And Ctrl + Shift + Arrow Keys to select words/lines. Essential when working with documents.
Edit: Sorry, this has already been thoroughly covered in this thread.
Ctrl + shift + esc brings up the Windows task manager directly instead of the menu you get when you press ctrl + alt + del
Just remember that ctrl+alt+del is a system level interrupt that should always work as long as the kernel is running. Ctrl+shift+esc is not, and won't work in some situations like being used inside a fullscreen frozen program.
Actually use Home and End keys to get to the start and end of text.
Ctrl + F for searching text. Very useful.
Alt + Tab for window switching.
Linux + USB drive to switch away from Windows.
Wait until you learn about vim keybindings. Instead of moving your hand to the arrow keys, you can stay on the homerow and movie up down left right from there.