Search Results

Search: Posts Made By: _val_
Forum: Solaris 08-23-2010
3,030
Posted By _val_
I suggest you look into /etc/DIR_COLORS ,...
I suggest you look into /etc/DIR_COLORS , DIR_COLORS.256colo and DIR_COLORS.lightbgcolor

Regards,

_val_
Forum: IP Networking 08-23-2010
16,066
Posted By _val_
@bluejayek Glad you've solved your problem....
@bluejayek

Glad you've solved your problem. I think most of the time users should peform these steps. It won't apply to you anymore but could help others who has the same problem

I think these...
Forum: Red Hat 12-04-2009
3,304
Posted By _val_
Try this one. ps -eo user,comm |grep -v grep...
Try this one.
ps -eo user,comm |grep -v grep |grep -c filename

e.g:
ps -eo user,comm |grep -v grep |grep -c sshd
Forum: Infrastructure Monitoring 12-04-2009
7,195
Posted By _val_
Ineed. Redhat / Fedora has its repositories and...
Ineed. Redhat / Fedora has its repositories and no need to install all .rpm's manually.
Use yum for it.
yum install net-snmp-devel
Forum: Red Hat 12-04-2009
39,190
Posted By _val_
First of all, uptime doesn show how many users...
First of all, uptime doesn show how many users there are logged in. Second of all using ps command this way is useless.
To show what and how many users have logged in into the system use:

who...
10,474
Posted By _val_
You could also use find /path/to/file...
You could also use

find /path/to/file -iname "*.dat" | xargs grep "TEST"


to find the exact pattern. Just an idea
Forum: Solaris 11-23-2009
5,477
Posted By _val_
yes roundcube does also work. You do have to...
yes roundcube does also work. You do have to install/configure postfix thou. Openwebmail can be downloaded from the repositories or from the openwebmail's website.
Forum: Solaris 11-21-2009
5,477
Posted By _val_
Openwebmail is a good one. Open WebMail...
Openwebmail is a good one.

Open WebMail Project (http://openwebmail.org/)
Forum: Red Hat 11-21-2009
9,041
Posted By _val_
A little note. chattr which stands for (change...
A little note. chattr which stands for (change attribute) should be defined as follows:

chattr +i filename


In this case you won't be able to remove the file(unless you change it to -i) even...
5,477
Posted By _val_
To copy files or folders recursively use -R...
To copy files or folders recursively use -R parameter. -R means Recursively. You also can use /test/files/dir1/* to copy all files that are located in dir1

Cheers.
Forum: Linux 11-20-2009
3,328
Posted By _val_
Fedora does have it's own repositories and there...
Fedora does have it's own repositories and there is no need to compile the sources yourself. This is what you should do

1) Become root by using su -
2) yum install mysql mysql-server
To run...
7,774
Posted By _val_
diff is a command that compares 2 files not 2...
diff is a command that compares 2 files not 2 strings. You probably mean something like this.


#!/bin/bash
s_one='string'
s_two='String'
if [ $s_one=$s_two ];
then
echo...
Showing results 1 to 12 of 12

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