Title: Installing a TTF Font
Can anyone tell me how to install a custom type TTF font into X? I have 4 fonts that install nicely and work wonderfully in Windows and I would like to port them to the X machine in order to run reports that require that font.
All help appreciated.
Title: RE: Shell Scripting Question
Make a script using the below. Then change to your highest folder and then run:
# sh name_of_script.sh *.htm
--
#!/bin/ksh
tmpdir=tmp.$$
mkdir $tmpdir.new
for f in $*
do
sed -e 's/action="" href="http://www.thesite.com/myScript.pl"
All,
Has anyone ever tried using dd to image an NTFS volume on a Win2K box? If
so, are there any tips or tricks I should be aware of?
Thanks in advance for your help.
Brian
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
From: Brian Lucas
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 7:39
AM
To: '[EMAIL PROTECTED]'
Subject: Kernel 2.4.18-24.8.0
upgrade hangs X
I've been away from the list for a while so I
apologize in advance if this has been dealt with already.
Yesterday, I upgraded
Title: Kernel 2.4.18-24.8.0 upgrade hangs X
I've been away from the list for a while so I apologize in advance if this has been dealt with already.
Yesterday, I upgraded RH 8.0 to the latest kernel 2.4.18-24.8.0 on my NEC laptop. Now, immediately following a login, the X window just hangs o
Title: RE: Linux front end for exchange server
Mark, I'd appreciate the documentation on this as well.
Thanks.
-Original Message-
From: Mark Parsons [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 17, 2003 10:32 AM
To: [EMAIL PROTECTED]
Subject: RE: Linux front end for exchange s
Use the "top" utility. After it loads type "M" This will sort top
processes by memory usage.
-Original Message-
From: Kevin Keithan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 3:13 PM
To: [EMAIL PROTECTED]
Subject: Memory Leak
Hi All,
I was looking at my memory usage
Why use anything other than iptables? It's easy to setup and does a great
job. Read: man iptables
-Original Message-
From: rahul b jain cs student [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 2:47 PM
To: [EMAIL PROTECTED]
Subject: Dropping specific IP packets
Hi everyone
Visit Redhat's site and check their compatibility list.
You could also check out:
http://www.tldp.org/HOWTO/Hardware-HOWTO/
-Original Message-
From: Bo Peng [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 2:01 PM
To: [EMAIL PROTECTED]
Cc: James Blair Christian
Subject: har
p and it has been told to ignore it when it detects that it's not there rather than prompt to uninstall it?
Also, what should I link /dev/mouse to for a standard touchpad?
Thanks!
Brian Lucas, MCSE, OCP
Title: Refreshing a window
RedHat 8.0-
I started an application yesterday that probably will run for a while. I locked the screen and unlocked it this morning. The application window now appears "hung" since the inner window is blank. I imagine that it is still processing in the backgroun
Title: RE: RedHat 8.0 and Wireless
Thanks, I am currently on that site and trying the installations. The last PCMCIA package, kernel-wlan-ng-pcmcia-0.1.15-5.rh80.i686.rpm, fails to install stating that I need kernel-pcmcia-cs installed. I have kernel-pcmcia-cs-3.1.31-9 installed. Anyway to
Howdy,
I just bought a Linksys WPC11 ver 3 PCMCIA wireless card for my laptop
running RedHat 8.0. I downloaded the driver from linksys and followed the
steps to the letter from the README but to no avail. I plug the card in and
nothing happens.
Here's my information:
kernel source: linux 2.4.18
Title: RE: Active Directory Authentication via Linux
OK, I'm the original poster of this message and here's what I discovered that ultimately made it work.
Using the PAM_SMB module, users that had complicated passwords with special characters failed SMB authentication. I changed mine to som
lator for older (non-win2k) systems. Thus the
authentication I'm doing against AD is actually not using kerberos at all.
-t.
> -Original Message-
> From: Brian Lucas [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 23, 2002 11:19 AM
> To: '[EMAIL PROTECTED]'
All,
I am stumped. I have tried to setup my RH 7.2 box to authenticate against a
Win 2K Active Directory domain but have had no luck.
Can anyone forward to me any great articles that have helped them do this?
I have done the following to-date:
Installed the PAM_SMB module
Ran authconfig and
.
Regards,
Brian
-Original Message-
From: Ed Wilts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 12, 2002 3:57 PM
To: [EMAIL PROTECTED]
Subject: Re: FTP server
On Thu, Sep 12, 2002 at 02:27:33PM -0700, Brian Lucas wrote:
> Native Windows, just open a command prompt and type ft
Title: RE: FTP server
Native Windows, just open a command prompt and type ftp.
-Original Message-
From: Ed Wilts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 12, 2002 3:11 PM
To: [EMAIL PROTECTED]
Subject: Re: FTP server
On Thu, Sep 12, 2002 at 01:58:42PM -0700, Brian
Title: FTP server
I have a linux FTP server running the latest wu-ftpd. Other linux machines ftp right in without any problem. Windows machines say "Connected to..." but never bring open the login prompt and eventually (after a few minutes) close the connection. Programs like FTP-PRO act th
Oh the curse of the obvious!
-Original Message-
From: Bill Rugolsky Jr. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 2:16 PM
To: [EMAIL PROTECTED]
Subject: Re: NEWBIE: Is there an easy way to rename files
On Wed, Sep 04, 2002 at 12:59:19PM -0700, Brian Lucas wrote
Title: Message
When
trying just mv *.inc *.php I receive an error that the last param must be a
directory when moving multiple files.
I
found this to work though:
ls -d
*.inc | sed -e 's/.*/mv & &/' -e 's/inc$/php/' | sh
-Original Message-From: Bob Buckley
[mailto:[EMA
Title: Message
I am trying to
rename a bunch of files with extension .inc to .php in one fell-swoop. Is
there a set of commands I can pipe to each other to do this
like:
ls *.inc | xargs
or do I need to do a
for loop.
I read up a little
on xargs and on using the ` operator for
Title: RE: Apache and PHP
Thanks, all. The .inc files I am using are from ACID for Snort. I am having difficulty getting the acid_main.php to display and I have tracked it down to the .inc files that are called from include statements within acid_main.php.
-Original Message-
From
Title: Message
I have added the
following to my httpd.conf (2.0.40) file for php over RH
7.2:
AddType
application/x-httpd-php .php .inc
and restarted
Apache.
However, files with
.inc still show the whole code in the browser and aren't parsed by
php.
Any
thoughts?
Title: Message
This is probably one
that's been asked before. Can someone point me to a link to setup up
IPTABLES when IPCHAINS is already installed. I get the "insmod" error when
doing an iptables -L and a cursory look shows that I can't have both
running.
Title: Message
Is there any type of
a point-in-time system restore for RH 7.2? I just want to know if there
were a way to back out a change like upgrading the kernel or installing a new
rpm.
I'm comparing this
to the way GoBack works for Win machines or the way XP supports it
natively.
is an Athlon processeor in the box.
-Original Message-
From: Michael Fratoni [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 7:30 PM
To: [EMAIL PROTECTED]
Subject: Re: Newbie: Kernel upgrade
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 28 August 2002 05:17 pm,
Title: Newbie: Kernel upgrade
Hi again! I ran up2date on a system that has an AMD Athlon processor and RedHat 7.2. The update list shows a newer kernel with an architecture type = athlon. Beneath that, the kernel headers show the architecture type as i386. Neither installs as both complain
text mode only
Brian Lucas wrote:
> X isn't starting on my laptop and just cycling through the start
> sequence. How can I boot in just text mode without X?
>
Try booting into single usermode.
Depending on the boot loader, you will need to alter the command line
with the word
Title: RE: Configuring SSH
IF you have ever been able to log in with SSH and now you can't, you may have been rootkit'd. Look for all of your sshd_config files (locate sshd_config) and vi them.
-Original Message-
From: Josh Zumsteg [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August
Title: Newbie: Changing the date in Linux
Is there an easy way to change the date in Linux without rebooting the box?
Lucas; '[EMAIL PROTECTED]'
Subject: Re: Newbie: Boot in text mode only
On Tuesday 27 Aug 2002 4:57 pm, Brian Lucas wrote:
> X isn't starting on my laptop and just cycling through the start
> sequence. How can I boot in just text mode without X?
Once your laptop has boote
Title: Newbie: Boot in text mode only
X isn't starting on my laptop and just cycling through the start sequence. How can I boot in just text mode without X?
I have been able to build several programs following the standard
configure, make, and make install programs. What do each of these do?
Is configure a compiler and how do you know what options you can specify
alongside it? For instance, configure --with-mysql. And what are the
roles of make and
Another good way is ntsysv
-Original Message-
From: Jose Vicente Nunez Zuleta [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 16, 2002 1:56 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: how to check if you have ssh set up
Run the following command:
chkconfig --list
And
I have noticed a utility called LogWatch that periodically sends mail to
root. How can I tell this program to send mail to a different mail server
and username.
I would also like all emails redirected through a different mail server.
Thanks!
--
redhat-list mailing list
unsubscribe mailto:[E
Title: Tripwire Initialization
Great newbie question:
I am interested in using tripwire on RH 7.2. I run tripwire --init and get an error indicating that my config file is bad. I just used twcfg.txt as the config file (renaming it to tw.cfg). Is there a place I can setup this config file.
Can anyone tell me the history of a rootkit called MYRK? We are
investigating a compromised FTP server. The language appears to be Italian.
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
Title: Locking a user down to a single folder
What sort of things have the rest of you done for restricting a user to a single folder (home folder) and not allowing them access to anything like /etc, /dev, etc.?
This has specific application to FTP users? We have a single test box isolated
Title: Up2date
Will up2date keep a default RedHat 7.2 machine up to date with all of the latest security patches, etc., similar to the way WindowsUpdate works for Windows?
Specifically, I need to make sure that if a vulnerability comes out against some service (like wu-ftp) that up2date will
40 matches
Mail list logo