Most Popular
1500 questions
88
votes
6 answers
How to make git not prompt for passphrase for ssh key?
I'm using git bash and I setup ssh key using ssh-keygen and each time I do something with a repo git ask me for passphrase for /c/Users/jankiewj/.ssh/id_rsa. Is there a way to disable that passphrase.
EDIT:
I've edited original title (removed…
jcubic
- 2,613
- 2
- 21
- 22
87
votes
4 answers
Windows 10, 'System' process taking massive amounts of RAM
Since I upgraded to Windows 10, my system has been consuming RAM excessively
I've been reading a bit and determined it's likely a driver leaking memory. So I got myself the Windows Driver Kit and tracked memory usage with poolmon:
However, I don't…
Nayncore
- 1,048
- 1
- 8
- 9
87
votes
8 answers
What are the differences of watching a 1080p and a 720p version of the same media on a 720p screen?
Say I have 1280x720 pixels on my screen and the current resolution is set to 1280x720 as well. What are the differences between the 1080p version and the 720p version of the same media? Is it noticeable to an end user (a non-video expert or…
Varaquilex
- 3,838
- 3
- 29
- 47
87
votes
6 answers
Variables in batch file not being set when inside IF?
I have two examples of very simple batch files:
Assigning a value to a variable:
@echo off
set FOO=1
echo FOO: %FOO%
pause
echo on
Which, as expected, results in:
FOO: 1
Press any key to continue . . .
However, if I place the same two lines…
Brown
- 1,592
- 2
- 14
- 18
87
votes
12 answers
What's an efficient way to change my 200+ account passwords?
I have a lot of online accounts, web services, and so on -- personal as well as business -- so obviously(?) I use a password manager to handle them all. Specifically I use Lastpass but my question applies to any and all:
Given the Heartbleed problem…
Torben Gundtofte-Bruun
- 17,616
- 38
- 103
- 138
87
votes
10 answers
How can I remove multiple segments from a video using FFmpeg?
I am trying to delete a few sections of a video using FFmpeg.
For example, imagine if you recorded a show on television and wanted to cut out the commercials. This is simple with a GUI video-editor; you just mark the beginning and ending of each…
Matias
- 1,171
- 1
- 9
- 12
87
votes
2 answers
Creating ext4 partition from console
I have a volume /dev/sda1 (1.2 TB) containing an NTFS partition using 0.6 TB space.
I want to make an ext4 partition in the remaining 0.6 TB space.
I have not tried anything yet because I don't want to risk losing data if I hit a wrong command. (I…
Daniel W.
- 1,852
- 2
- 21
- 33
87
votes
4 answers
Updating Time : ntpdate[3108]: the NTP socket is in use, exiting
The time on my system is incorrect for some reason.
i need to run an update but i can't seem to be able to
this is the errror.
ntpdate pool.ntp.org
31 Aug 12:31:59 ntpdate[3108]: the NTP socket is in use, exiting
i just rebooted, i do not know how…
user2735866
- 913
- 1
- 7
- 4
87
votes
2 answers
How to turn off the bell sound in Intellij
How do you disable the bell sound in Intellij.
I am using the IdeaVim plugin for Intellij on Mac OS X and want to mute the sound.
ZenBalance
- 1,827
- 4
- 16
- 12
87
votes
2 answers
How to convert .img to usable VirtualBox format
I have a .img file for Windows 10, and I need to turn it into something which I can use in VirtualBox, such as an ISO, or turning it into a bootable virtual disk for an ICT project.
Anthony
- 1,543
- 6
- 19
- 32
87
votes
5 answers
What's the difference between "adduser" and "useradd"?
I wonder: Why are there these two commands on Debian Linux, with very similar names and functionality? This has always been confusing for me.
Is any of them superior to another?
Why aren't they merged into one?
Is there any significant difference…
Petr
- 2,829
- 7
- 26
- 43
87
votes
17 answers
Replace Carriage Return and Line Feed in Notepad++
I have a file with a mix of CRLF and LF, and wish to remove the LF. I am new to Notepad++ and just downloaded V6.23.
I'm using the search/replace dialogue box in extended mode. It will find and count the CR LF (using \r\n) but if I do a replace…
Alan
- 879
- 1
- 7
- 3
87
votes
12 answers
Should I keep my swap file on an SSD drive?
I'm considering getting an SSD drive to run as the primary OS partition. As I understand, this should provide a substantial improvement in performance.
My question is this: Should I leave the swap file on that drive?
The swap partition will be…
Steve Rowe
- 3,869
- 2
- 26
- 28
87
votes
12 answers
How can I produce high CPU load on Windows?
For testing purposes I need to generate high CPU load on a Windows Server 2003.
I cannot install any software but have to make do with what Windows provides.
What would be the best way to achieve that?
Morgon
- 871
- 1
- 6
- 3
87
votes
9 answers
How can I remap a keyboard key?
One of my laptop's keys has fallen off. Is there any way I can remap another key to serve as that key? I'll 'sacrifice' the other key because I never use it.
Pure.Krome
- 1,833
- 4
- 27
- 35