Most Popular

1500 questions
321
votes
5 answers

What does the "Fi" in "Wi-Fi" mean?

I just got into a heated discussion about Wi-Fi. What does the Fi in Wi-Fi mean? I would have thought potentially "frequency interface" since all network adapters are classified as interfaces. However I'm not certain.
320
votes
13 answers

How to get information about an image (picture) from the Linux command-line?

I'm working on a web app and currently migrating some stuff from an old app, but I hate that I have to open an image editor to get some info about images I'm migrating. Things like image dimensions. Is there a command line tool I can use for such…
JWL
  • 3,371
  • 2
  • 15
  • 10
319
votes
14 answers

How do I find the location of an executable in Windows?

I remembered that I used a tool called as where to find locations for any executable programs like this in a console: C:\Tmp\Where myTool.exe C:\Program Files\MyApp\myTools.exe .... Now I cannot find this tool. Not sure if Windows has a build-in…
David.Chu.ca
  • 4,565
  • 9
  • 32
  • 36
318
votes
6 answers

How do you prevent the dock from switching monitors in macOS Monterey?

In Mavericks, Apple introduced a "feature" where if you hover at the bottom of any screen the dock pops up on that screen. This is disrupting my workflow as I am constantly having the dock pop up when I don't want it to and then I have to go to…
Brad Dwyer
  • 3,395
  • 2
  • 15
  • 12
317
votes
18 answers

How to reliably keep an SSH tunnel open?

I use an SSH tunnel from work to go around various idotic firewalls (it's ok with my boss :)). The problem is, after a while the ssh connection usually hangs, and the tunnel is broken. If I could at least monitor the tunnel automatically, I could…
Peltier
  • 5,794
  • 7
  • 35
  • 60
317
votes
9 answers

How to append to a file as sudo?

I want to do: echo "something" >> /etc/config_file But, since only the root user has write permission to this file, I can't do that. But the following also doesn't work. sudo echo "something" >> /etc/config_file Is there a way to append to a file…
agentofuser
  • 7,027
  • 11
  • 37
  • 33
315
votes
11 answers

Determine which tab in Firefox is using CPU resources?

Is there anything in the current Firefox similar to the Task Manager in Google Chrome? (Shift + Esc) There is something that occasionally takes up enough CPU to make Firefox unresponsive - but with multiple windows, each with a dozen or so tabs…
chris
  • 9,137
  • 20
  • 66
  • 85
312
votes
9 answers

Can I completely disable Cortana on Windows 10?

Windows 10 has Cortana, which I don't like. I disabled it as soon as I could. However, looking in Task Manager, the process for Cortana is still running, and can't be effectively terminated: ending the task simply results in the process respawning a…
ArtOfCode
  • 3,441
  • 4
  • 14
  • 19
310
votes
7 answers

How to pin either a Shortcut or a Batch file to the new Windows 7, 8 and 10 Taskbar and start menu?

We are having trouble adding our batch scripts to the Windows 7, 8 or 10 taskbar or start menu. Our batchfiles take some arguments and just execute other application based on those arguments . To keep it simple, we created some shortcuts for our…
Shaharyar
  • 3,451
  • 2
  • 18
  • 14
309
votes
9 answers

Why is there such a big difference between "Size" and "Size on disk"?

As you can see below, there is so much difference between the Size and Size on disk fields in my folder. Why is that? I know that Size on disk should be a little more than Size because of allocation units in Windows, but why that much of a…
vfsoraki
  • 2,007
  • 2
  • 14
  • 15
309
votes
3 answers

Assigning custom extensions to a language's syntax highlighting in Notepad++

In the current version of Notepad++ opening .sql files results in Notepad applying SQL syntax highlighting to it. I'd like Notepad++ to do the same for other extensions as well, is there some setting where I can define this?
Sathyajith Bhat
  • 60,985
  • 38
  • 178
  • 264
305
votes
9 answers

Inverting direction of mouse scroll wheel

Is there a way to make a mouse scroll wheel invert its direction? I'd like to scroll upwards and have that action scroll downwards and vice-versa. There is no setting on the Mouse control panel that makes this possible. Any pointers to a hack or a…
Christian Correa
  • 3,181
  • 3
  • 14
  • 8
304
votes
3 answers

Conclusively stop wake timers from waking Windows 10 desktop

How do you stop a Windows 10 Desktop waking up from the sleeping/hibernated power state without user intervention? For lots of users this won't be an issue but, if you sleep in the same room as your PC, then having your machine wake up at 3:30AM to…
seagull
  • 5,196
  • 7
  • 23
  • 36
304
votes
22 answers

How can I visualize the file system usage on Windows?

How can I visualize which folders and files are taking up all of the space on my hard drive? I'm getting some conflicting reports on the size of hard drive contents. Namely what is and isn't there and what folders are actually using the space. I…
mutewinter
  • 787
  • 3
  • 10
  • 16
303
votes
21 answers

How to move windows that open up offscreen?

I have a dual monitor setup, and I recently played around with the positioning settings, and some of my single window applications do the favour of preserving where they were last closed, and opening in the same position later. Unfortunately, that…
Matthew Scharley
  • 4,413
  • 3
  • 25
  • 21