Re: [CentOS] OT: Bittorrent clients

2014-12-28 Thread Martin Cigorraga
Did you try Transmission? You can install just the daemon (provided you wnat to access it from elsewhere) and access it through a neat web UI. Other interesting option is rtorrent if you like console-based apps. Btw, my OT: from Windows 7 to CentOS 6.6? WHY!!? I mean, I use CentOS everywhere I can

Re: [CentOS] Delaying systemd reboot for a while

2015-05-13 Thread Martin Cigorraga
Hello Carlos, You can try the 'at' command to achieve the same result. Regards, -Martín On May 14, 2015 12:13 AM, "Carlos A. Carnero Delgado" < carloscarn...@gmail.com> wrote: > Hi, > > I'm in need of rebooting a server 1 minute after I give the command. I'm > used to > > shutdown -r +1 > > > whic

Re: [CentOS] Q. LUKS or ecryptfs-utils ?

2014-10-22 Thread Martin Cigorraga
Hello James, As you already said, the decision on which method use depends on what you want to accomplish so lets take a brief look at how these encryption methods works: - dm-crypt with LUKS: the encryption works at partition-level so the only way to use it is to first create a partition, then e

Re: [CentOS] Q. LUKS or ecryptfs-utils ?

2014-10-22 Thread Martin Cigorraga
On Wed, Oct 22, 2014 at 7:52 PM, Nux! wrote: > Do you also run the hypervisor? Because if you are not, then the host can > dump your guest's memory and retrieve the luks passphrase from there AFAIK. > Who are you hiding from? Beautiful, thanks for pointing that.