Most Popular
1500 questions
103
votes
0 answers
How can I identify what application is using a given file?
I'm trying to delete some folder but this error is preventing from doing it:
Cannot delete [FileName]: It is being used by another person or program.
Close any programs that might be using the file and try again.
How can I identify what…
John Isaiah Carmona
- 1,435
103
votes
9 answers
Why is dial up so slow?
On a dial-up Internet connection, why is the speed is limited to 56 kbits/s compared to a broadband Internet connection which may carry 10 times as much as dial up through that same telephone line?
Is it because the dial up is limited to 56 kbits/s…
Karen
- 933
103
votes
5 answers
Can I get split screen in Notepad++ like Emacs?
One of the good points with Emacs is that you can have split the screen so you get two or more views of the same file which allows you to browse around and have a clearer overview of the file. Are there are some plugins or is the same functionality…
starcorn
- 3,236
103
votes
12 answers
Use VPN connection only for selected applications
I have access to a VPN and want to use it only for some applications, not all.
For example:
If I connect to a VPN I want only the applications Opera and Newsbin to use that VPN connection. All other applications, like f.e. Outlook, should use the…
user18861
103
votes
7 answers
Why does chown report "Operation not permitted" on OS X?
I am trying to do the following on my Mac (10.6.7):
sudo chown myusername:wheel ./entries
but Unix/Mac is returning "Operation not permitted". When I ls -lash the culprit file, it looks as follows:
8 -rwxrwxrwx 1 myusername staff 394B Apr 26…
josef.van.niekerk
- 2,233
103
votes
10 answers
Updating Python on Ubuntu system
I want to update the Python build on my Linux box, but the only way I know how to do it is uninstalling the current version and installing the new one. My system is already up to date (I updated yesterday). I wanted to know if there is a way to…
efficiencyIsBliss
- 2,319
103
votes
4 answers
How to remove executable bit recursively from files (not directories)
When I plug-in an USB stick (FAT) into my Mac or Ubuntu machine, all files have the executable bits set. After having copied the directory structure to my hard disk how do I remove the executable bits recursively just from the files and keep those…
Mike L.
- 5,747
- 16
- 51
- 69
103
votes
5 answers
push/pop current directory?
With bash is there a way to push and pop the current working directory? I tried writing bash;cd dir; ./dostuff;exit; but the current directory is now dir.
user3109
103
votes
12 answers
Run command on startup / login (Mac OS X)
I was wondering which file I should place this bash command in so it will be run on startup.
# Start the MongoDB server
/Applications/MongoDB/bin/mongod --dbpath /usr/local/mongo/data --fork --logpath /usr/local/mongo/log
I have been scouring the…
Wolfy87
- 1,133
103
votes
7 answers
Is "HTTPS Everywhere" still relevant?
HTTPS Everywhere is a browser extension, a collaboration between The Tor Project and the Electronic Frontier Foundation, that automates rewriting requests for HTTP URLs to the secure HTTPS alternative if available. It's apparently been around for…
fixer1234
- 27,486
103
votes
23 answers
How can I make a Windows PC bullet-proof for home users?
I realize that virus-proof on a Windows PC is far fetched, but in the interest of keeping time spent as the "family-tech-support" to a minimum, I am looking for ideas to lock a computer down to the point that it is very hard to collect…
Andrew Garrison
- 403
103
votes
2 answers
Delete entered password in hidden password prompt (Linux) with shortcut
Is there a way to delete all characters that I entered in a hidden password prompt in Linux? For example, when I SSH to a server, it asks for my password where the entered keys are not shown:
$ ssh root@somehost
root@somehost's password:
Is there a…
bugybunny
- 1,453
103
votes
5 answers
Email sent to me is addressed to MAIL@MAIL.COM. How is this done?
I was recently sent a scam email, and for giggles I opened it up to read it. Very plain, and not much effort thrown in.
I noticed something peculiar; this email was not addressed to me.
At first, I suspected a CC, or a BCC, but nowhere does it have…
tuskiomi
- 811
102
votes
8 answers
Cells not updating automatically
I have a formula in a cell which counts the values in 2 other cells. Normally, after entering in the values in these 2 other cells, the formula cell updates automatically when Enter is pressed or when the cells are clicked out of.
However, for some…
oshirowanen
- 1,730
- 15
- 64
- 80
102
votes
9 answers
In Excel, how do I check if a cell is in a list of values (a range of cells)
I've got a range (A3:A10) that contains names, and I'd like to check if the contents of another cell (D1) matches one of the names in my list.
I've named the range A3:A10 'some_names', and I'd like an excel formula that will give me True/False or…
joseph.hainline
- 2,142