Dennis

Paraguay

redtwitz.com

Age: 28

Mathematician. Power user. Coding enthusiast.

flair

8h
awarded Good Question
2d
answered How interact in for with bash?
May
22
comment How to remove multiple files in linux?
If all images are in the same directory, this is definitely the way to go. The link to the OP's previous post (How to remove files in different folders?) made me think otherwise.
May
22
answered How to remove multiple files in linux?
May
22
comment How to remove files in different folders via terminal?
Is project really in the / directory or is the leading slash a typo?
May
21
accepted Undone edits disappear from revision history
May
14
comment Why does my debian wheezy linux refuse to execute this ELF file?
@terdon: ./eagle: No such file or directory doesn't mean that ./eagle couldn't be found. It means that ./eagle reported that error, i.e., it couldn't find a file (e.g., a library) it needs.
May
10
comment Getting malware through JavaScript and an img tag
Try clearing the cache (go to chrome://settings/clearBrowserData, check Empty the cache and confirm).
May
10
comment Getting malware through JavaScript and an img tag
I have no idea how Avast works internally. It might simply have reacted to the cached website on your hard disk.
May
10
answered Getting malware through JavaScript and an img tag
May
10
comment downloading with pause and resume
Irrelevant by itself, i.e., if partial downloads worked. Could you execute these commands and post the output? echo > tempfile; wget -d -c -O tempfile redtwitz.com
May
8
comment downloading with pause and resume
The Accept-Ranges header by itself is irrelevant. What happens if you simply specify a range (e.g., curl --range 0-100 URL)?
May
8
comment downloading with pause and resume
What's the exact command you're using?
May
8
answered cp -H vs cp -L (What is a "command-line" symbolic link?)
May
8
comment cp -H vs cp -L (What is a "command-line" symbolic link?)
@Zoredache: It seems to me that the OP knows what a symbolic link is, but doesn't understand the difference between the -H and -L switch.
May
8
comment Is it dangerous to my computer's health when Norton advises me that my CPU usage is running high?
This. Monitoring CPU usage to detect potential problems is completely useless.
May
8
comment does encryption and disk wiping, using gutmann or dod, produce the same measure of entropy?
The Whole disk feature achieves what you're talking about. Denying that you even know what encryption means is going to be hard. You're going to need some software to access the data on your encrypted drive, which you'd have to hide from potential investigators.
May
8
comment does encryption and disk wiping, using gutmann or dod, produce the same measure of entropy?
Both programs provide this feature for non-system disks. I've updated my answer.
May
8
revised does encryption and disk wiping, using gutmann or dod, produce the same measure of entropy?
added 298 characters in body
May
8
comment does encryption and disk wiping, using gutmann or dod, produce the same measure of entropy?
In that case, as I said, it depends on the specific software you're using. AES-256 itself is able to provide deniable encryption, but any given program might not be.
1 2 3 4 5