1,449 reputation
623
bio website
location
age
visits member for 2 years, 2 months
seen 2 mins ago
stats profile views 112

May
7
comment What is the most complete MS Word alternative?
Have you tried TextMaker?
May
1
comment How to encrypt my system such that suspend to RAM works and is also encrypted
Do I understand this correctly as follows: Your solutions prevents the system to store keys in RAM such that reading the RAM attacks won't give full system access to the attacker because he cannot find the keys there. But it doesn't prevent that the attacker can read files which are currently in RAM and may contain security relevant data? If not it would be nice if you could explain what your solution does...
May
1
comment How to encrypt my system such that suspend to RAM works and is also encrypted
@forcefsck I know about this RAM attacks: citp.princeton.edu/research/memory However is this the only possible attack? So you just have to use a good password for your screenlocker? Perhaps I should open a new question about this.
Apr
30
comment How to encrypt my system such that suspend to RAM works and is also encrypted
I really mean RAM. And I don't know if the question is really equivalent to encrypting RAM, just the image saved to RAM has to be encrypted...
Apr
20
comment User data in evince and cups
Thanks, but it doesn't help.
Apr
10
comment Best way to encrypt my system on an ssd
It seems I don't have AES-NI, it's a Core 2 Duo CPU P8700, 2.53GHz
Apr
6
comment Howto find duplicate files on disk
@ChrisDown Can you make a complete example how to use du and sort for this case? A naive fdupes -r -S . |du |sort doesn't work.
Apr
5
comment Howto find duplicate files on disk
Thanks. How can I filter out the largest dupe? How can I make the sizes human readable?
Apr
2
comment Null byte files in duplicity backup
@Flup Yes I am using 0.6.21
Mar
30
comment Best way to encrypt my system on an ssd
So if I choose for example the standard lvm full system encryption of ubuntu (alternate) there should be no problems concerning performance/responsiveness and lifetime of the ssd?
Mar
29
comment Backup to a synology NAS with bup
Thanks, that's fixes the problem. However now there is another error message that has nothing to do with the env problem... Perhaps I try to ask on the bup mailing list...
Mar
29
comment Backup to a synology NAS with bup
Thanks. /opt/bin is in PATH. How do I make the script you suggested?
Mar
24
comment Multiple source directories in duply
Why not an include filelist?
Mar
23
comment Browsing bup backup with gitk or gitg
There is no .git directory in /mnt/TestTarget/bup and no one in ~/.bup. However if I do gitk in ~/.bup I have some commits with the message bup saved. But there are no backed up files just .bupm's which tells me how I invoked bup save...
Mar
23
comment Encfs error: `/bin/umount: unrecognized option `--no-canonicalize'`
Seems to work, however the encfs manual says that one should use fusermount -u. So I am not sure if something may go wrong when using umount (I want to use it for backup purposes, so everything should work for 100%)...
Mar
17
comment Encfs error: `/bin/umount: unrecognized option `--no-canonicalize'`
I don't know if encfs does include mount/umount programs, but I guess it doesn't. How can I build BusyBox with encfs support?
Feb
19
comment Problem with encrypting /var/www and ikiwiki
It's on a laptop, when the laptop is shutdown it is encrypted on the hard drive.
Feb
14
comment Killed `rm` and `cp` on nfs share
Thanks, I just confirmed it seeing my RAM usage increased from 0,8 GB to 4 GB in a few seconds while trying to use rm on my nfs mount. When it reached the 4 GB it was instantly killed.
Feb
11
comment Slow ikiwiki after first run
@livingstaccato I did something like time curl localhost/mywiki/ikiwiki.cgi which roughly gives the same results as described above.
Feb
11
comment Slow ikiwiki after first run
Thanks, you have forgotten a \; at the end of the line (before &). To avoid permission problems one might use something like /tmp/test instead of /dev/null. Your approach works, the problem is that it takes some minutes to read it ahead (but it doesn't slow down the login process), so it seems to be a good solutions since the laptop is usually running for a few minutes until I use my wiki. The wiki is very large with lot's of images. So it might be a good idea to migrate to another wiki software with significantly better performance. Do you have a recommendation for an alternative?