Search Results

Search: Posts Made By: ismail.dhaoui
5,831
Posted By ismail.dhaoui
Hi, try the below : tr '\r\n' ' ' old_file...
Hi,
try the below :
tr '\r\n' ' ' old_file new_file

Regards,
Forum: Red Hat 03-08-2010
2,991
Posted By ismail.dhaoui
Dear phpalerts, hum, Can you remove the...
Dear phpalerts,
hum,
Can you remove the lines you have added and replace them by the below in http.conf :

<IfModule mod_mime.c>
AddType application/x-httpd-php .php
AddType...
Forum: Red Hat 03-06-2010
2,991
Posted By ismail.dhaoui
Hi, I guess that's a problem related to...
Hi,
I guess that's a problem related to SELinux. It looks your files don't have context...

Try the below :


restorecon -R /var/www/html/*.*


and see what happened...
Forum: Red Hat 01-22-2010
42,841
Posted By ismail.dhaoui
"init 1" is administrative mode that runs the...
"init 1" is administrative mode that runs the /etc/inittab script.
"init s" is repair mode that doesn't mount filesystem. So, /etc/inittab doesn't need to be there :)
Forum: Red Hat 11-04-2009
3,311
Posted By ismail.dhaoui
or try lastlog more /var/log/lastlog ...
or try
lastlog

more /var/log/lastlog

;)
Forum: Red Hat 07-05-2009
4,402
Posted By ismail.dhaoui
Could you add also an idea on the network config...
Could you add also an idea on the network config and the ethernet cards used ?
Forum: Red Hat 07-05-2009
15,198
Posted By ismail.dhaoui
I would say, it's not a good way to update you...
I would say, it's not a good way to update you Linux servers automatically !!!
The best approach is to plan it based on required updates and fixes.
otherwise there are hundreds of ways to schedule...
Forum: Red Hat 07-05-2009
22,628
Posted By ismail.dhaoui
If you have installed your System using LVM =>...
If you have installed your System using LVM => This will be straightfoward to increase the size using the link given by scottn...
If not => You will need to back up your /home somewhere, then...
Forum: Red Hat 07-05-2009
12,715
Posted By ismail.dhaoui
Hi, Try this command # cat >...
Hi,
Try this command
# cat > /etc/yum.repos.d/file.repo
[RHEL 5 Repository]
baseurl=file:///cdrom
enabled=1
EOF
# yum clean all
# yum install ksh*

Good luck.
Forum: Red Hat 01-07-2009
4,317
Posted By ismail.dhaoui
Hi, This error is due to SELinux. The easiest...
Hi,
This error is due to SELinux. The easiest way is disable it as follow. In /etc/selinux/config, set SELINUX=disabled and reboot your server.

If you need to work with SELinux enabled, attach...
Forum: Red Hat 01-07-2009
8,082
Posted By ismail.dhaoui
I haven't checked the date :(... since 2005
I haven't checked the date :(... since 2005
Forum: Red Hat 01-07-2009
8,082
Posted By ismail.dhaoui
Hi, I would suggest two alternatives : ...
Hi,

I would suggest two alternatives :

1) If you are not sure of your password , Try to boot on single mode and change the password. Check the default keyboard mapping (qwerty, azerty...)

2)...
Forum: Red Hat 01-07-2009
2,730
Posted By ismail.dhaoui
Could you explain more what you would like to...
Could you explain more what you would like to understand ?
2,219
Posted By ismail.dhaoui
Hi All, at work, we are facing the same problem...
Hi All,
at work, we are facing the same problem for sharing filesystem. We decided to go forward with GFS. I think that's the most secure way, especially if your system is really critical.
I'll...
1,689
Posted By ismail.dhaoui
It's around glibc-headers-2.3.2-95.30 if you mean...
It's around glibc-headers-2.3.2-95.30 if you mean /usr/include/signal.h
2,356
Posted By ismail.dhaoui
Hi, That's quiet straightforward : file...
Hi,
That's quiet straightforward :
file <filename>
:b:
Forum: HP-UX 05-11-2008
8,513
Posted By ismail.dhaoui
Ok, I aggree.
Ok, I aggree.
Forum: HP-UX 05-11-2008
6,755
Posted By ismail.dhaoui
Hi All, Cameron, mwa is a cool package :b:. ...
Hi All,

Cameron, mwa is a cool package :b:.
But, I think mpstat and top could respond to sbn question. I don't think, that he's looking for such big solution :)

Bye.
Forum: HP-UX 05-09-2008
8,513
Posted By ismail.dhaoui
Just I would like say, that lsof and fuser are...
Just I would like say, that lsof and fuser are different.
Forum: Red Hat 05-08-2008
4,035
Posted By ismail.dhaoui
Hi, I think this error messages happens when...
Hi,
I think this error messages happens when you add/modify/remove some entries on /etc/exports. This file requires the reboot of nfs to retrieve its stable state.
On Redhat, I advice to...
Forum: HP-UX 05-08-2008
5,634
Posted By ismail.dhaoui
Hi mannam, It looks like you are compiling...
Hi mannam,
It looks like you are compiling against a wrong library.
Try to analyse the requirements of your program, you will need also to check includes.
If you could describe more by giving some...
Forum: Open Source 05-08-2008
197,320
Posted By ismail.dhaoui
Hi All, I like Redhat Linux ditros AS, ES,...
Hi All,
I like Redhat Linux ditros AS, ES, Fedora..., may be because I'm familiar with it, and looks to me quite stable, packages management is very good.
Added to that, various tools especially...
Forum: HP-UX 05-08-2008
8,513
Posted By ismail.dhaoui
At least, I could say that ls command is not...
At least, I could say that ls command is not really helpful.
But, you can try atime, mtime and ctime to find recently accessed files.
;)
lsof could help also.
Good luck.
7,402
Posted By ismail.dhaoui
Hi there, I'm not close to my Linux Box, but...
Hi there,

I'm not close to my Linux Box, but I think the dots has no problem :

for i in `ls -l | awk '{ print $NF}'`
do
mv $i $i".txt"
done

Check on dummy files before, my code isn't...
Showing results 1 to 24 of 24

 
All times are GMT -4. The time now is 07:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy