360 reputation
211
bio website
location Italy
age
visits member for 1 year
seen May 16 at 10:26
stats profile views 15

If you are Italian, have a look at this proposal:http://goo.gl/29wEg


May
16
awarded  Popular Question
May
15
awarded  Yearling
Nov
1
comment Why using swap file over a SMB/NFS mounted filesystem is not possible in Linux?
Thank you for the explanation. Put in this way it makes sense, even if I continue to see it as a limitation. I don't know if its worth or not. But if I can't even try it out, I will never know.
Nov
1
accepted Why using swap file over a SMB/NFS mounted filesystem is not possible in Linux?
Oct
31
comment Why using swap file over a SMB/NFS mounted filesystem is not possible in Linux?
Linux gives you the freedom to use every kind of media for every kind of purpose: it's up to you to decide if the game’s not worth the candle. Now tell me why I can use a floppy as swapspace but I can't use a network ramdrive. :P
Oct
31
comment Why using swap file over a SMB/NFS mounted filesystem is not possible in Linux?
Probably I forgot to mention it, but this experiment is aimed at using the existing hardware in a more rational way. As far as I can understand about iSCSI, it is simply overly expensive for what I'm trying to do. And I wouldn't be using another machine's hdd because the swapfile is created inside a tmpfs mountpoint, so it's basically inside a ramdrive.
Oct
31
comment Why using swap file over a SMB/NFS mounted filesystem is not possible in Linux?
I don't use WiFi, but a short network cable that connects two Gbps Ethernet cards. The OSI pile has several checksum fields layered on top of each other that should be enough to prevent most faults and corruptions. For the moment I'd like just to know if and how this is possible. I will think about stability and security implications later on.
Oct
31
asked Why using swap file over a SMB/NFS mounted filesystem is not possible in Linux?
Oct
27
accepted ZFS compressed and deduped filesystem on file
Oct
27
comment ZFS compressed and deduped filesystem on file
Thank you, worked like a charm. At the end I created the filesystem with these options: zpool create -O dedup=sha256 -O checksum=sha256 -O compress=gzip-9 filepool /tmp/zfile because I wanted better compression/deduplication. However mksquashfs seems to be much better for permanent archiving, probably because of LZMA2 compression.
Oct
27
awarded  Suffrage
Oct
27
accepted Batch import of eps inside Openoffice-Writer
Oct
27
answered Batch import of eps inside Openoffice-Writer
Oct
27
asked ZFS compressed and deduped filesystem on file
Oct
3
revised Linux boot - stop the kernel switching to a new framebuffer mode clearing output
Added final portion of explanation to completely avoid screen cleanings.
Oct
1
revised Linux boot - stop the kernel switching to a new framebuffer mode clearing output
Edited GRUB_CMDLINE_LINUX_DEFAULT, it was giving a way too verbose output
Oct
1
awarded  Scholar
Oct
1
accepted Linux boot - stop the kernel switching to a new framebuffer mode clearing output
Oct
1
answered Linux boot - stop the kernel switching to a new framebuffer mode clearing output
Sep
30
comment How to use public-key ssh authentication
+1: thanks, I was having a problem with .Xauthority and I thought it was related. It seems this is the first time I try to ssh to my other PC without being logged in...