Re: Scripting changing sending MTA

2010-12-14 Thread Jason Brown
You could just script the removal of Sendmail, that should leave Postfix as the default MTA. Jason On Dec 14, 2010, at 4:24 PM, Robert Moskowitz wrote: > On 12/14/2010 02:27 PM, Tom Horsley wrote: >> On Tue, 14 Dec 2010 14:16:52 -0500 >> Robert Moskowitz wrote: >> >> >>> And select '2' to s

Re: live in text mode

2010-11-02 Thread Jason Brown
Open up a terminal and type 'init 3' On 11/02/2010 12:58 PM, Patrick Dupre wrote: > Hello, > > Can I start the cd live in text mode ? > Or kill the graphic mode after booting normally ? > > Thank. > -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options

Re: Cannot get rid of ipv6 address

2010-10-17 Thread Jason Brown
Try this: echo "install ipv6 /bin/true" > /etc/modprobe.d/ipv6 Then add the following lines to /etc/sysconfig/network: NETWORKING_IPV6=no IPV6INIT=no On Oct 17, 2010, at 6:20 PM, Timothy Murphy wrote: > My EeePC 4G 701 is running Fedora-10/KDE . > (I haven't succeeded in upgrading to Fedora-13 y

Re: VHS->DVD

2010-10-14 Thread Jason Brown
I believe Hauppauge makes a decent card that works with Fedora. On Oct 14, 2010, at 7:42 AM, Andrew Haley wrote: > On 10/14/2010 12:33 PM, Alan Cox wrote: >> On Thu, 14 Oct 2010 06:29:10 -0400 >> Tod Thomas wrote: >> >>> I remember reading some time ago that VHS was a proprietary >>> standard

Re: Properly wiping a hard drive ?

2010-10-08 Thread Jason Brown
You can use dd and urandom to destroy the disk. dd if=/dev/urandom of=/dev/sd{drive letter} bs=1024 You'll want to slave the drive to another machine so you can wipe the entire drive. There is also dban which is a bootable iso. On Oct 8, 2010, at 3:31 PM, Linuxguy123 wrote: > I bought a ha

Re: rsync or dd to clone a hard drive?

2010-10-06 Thread Jason Brown
rsync is used primarily if you want to do file level backups. If you wanted to make a complete bare metal restore of a partition or disk, then use dd. It also depends on how much space you have for backups as well, since file level backups would be smaller in size then using dd. On Oct 6

Re: best FTP server for web server

2010-10-04 Thread Jason Brown
vsFTP On Oct 4, 2010, at 7:55 AM, Alain Roger wrote: Hi, i'm looking for a good ftp server (free) which could work perfectly with a web server. basically i read a lot about proftpd but i have some problem with support. Question stay unanswered :-( so is there another good ftp server which

Re: [389-users] shadowLast Change NOT updating was Re: ldappasswd and shadowLastChange attribute

2010-09-27 Thread Jason Brown
I am not sure if there is a huge difference between RHDS and 389, but I also had this same issue. I believe it had to do with the ACI's preventing the update to that attribute. Once you allow write access to shadowLastChange it was able to update it. On Sep 27, 2010, at 3:02 PM, James Sma

Re: Monitoring file use

2010-09-18 Thread Jason Brown
Take a look at auditd, it will monitor reads/writes to a file http://www.cyberciti.biz/tips/linux-audit-files-to-see-who-made-changes-to-a-file.html Jason On Sep 18, 2010, at 3:33 AM, Jean Francois Martinez wrote: > Hello > > I need to monitor which files in a partition are being intensively u

Re: SELinux and HTTP Error

2010-09-14 Thread Jason Brown
Do you know what the context of the file was? After installing modules run 'restorecon -R /etc/httpd' which will set the correct settings for all the files within that directory. jason On Sep 14, 2010, at 8:19 AM, Richard Heck wrote: > On 09/13/2010 11:49 AM, Daniel J Walsh wrote: >> -B