Search Results

Search: Posts Made By: Crazy_murli
Forum: Filesystems, Disks and Memory 11-03-2008
47,733
Posted By Crazy_murli
Hi, Thanks for the reply. ls -l...
Hi,

Thanks for the reply.

ls -l /sys/block/*/device

Does give me the details as how many block devices are connected to the server. But how would I compare or correlate the same with the...
Forum: Filesystems, Disks and Memory 10-31-2008
47,733
Posted By Crazy_murli
Finding SAN Lun's on Linux.
Am trying to differentiate between the local disks and LUN's presented from SAN onto the server. Have Tried fdisk -l, however I quite cudn't differentiate the local disks from SAN presented LUN's.
...
Forum: HP-UX 02-17-2008
9,252
Posted By Crazy_murli
dmidecode command will give U d same in linux
# dmidecode

This command will give U the same in Redhat Linux
5,829
Posted By Crazy_murli
small change is required....
A small observation when I checked the above line... not sure, what addition is required to complete it though

**1.1.1.1** ip as well to **2.2.2.2**

viz. 191.1.1.120 to 192.2.2.220 et...
Forum: Linux 09-16-2007
30,764
Posted By Crazy_murli
64-bit or 32-bit OS
uname -a

If its 64-bit linux, it shows x86_64 in the output of the above uname command. Otherwise its 32-bit .

Hope it helps.

Cheers, Bru.
1,382
Posted By Crazy_murli
If its to mount the windows share, you may use...
If its to mount the windows share, you may use the below :

1) Make sure you have samba client installed on the Unix box, and the smb service is running

2) Run smbmount & mount the windows...
4,536
Posted By Crazy_murli
One other possible ways may be :: cat...
One other possible ways may be ::

cat <filename> | column -t

However, the awk one mentioned above by anbu provides more formatted output.

Cheers, Murli.
26,645
Posted By Crazy_murli
#! /bin/bash echo -e "Enter the first file...
#! /bin/bash

echo -e "Enter the first file name \n"
read file1

echo -e "Enter the second file name \n"
read file2

if [[ $file1 = $file2 ]]
then
echo -e "Both are equal \n"
else
...
12,082
Posted By Crazy_murli
Its pretty easy to use Sar when computing CPU...
Its pretty easy to use Sar when computing CPU usage than top in the scripts.

Go through sar man pages. Am sure, it will fill the gap.

Cheers, Murli.
2,508
Posted By Crazy_murli
I think we can achieve Transparent Application...
I think we can achieve Transparent Application level proxying with SQUid only for HTTP .But I am looking for application level proxying on SQUID, for SMTP, MSSQL , LDAP, HTTP etc.

Appreciate any...
2,508
Posted By Crazy_murli
Application layer proxy
Hi ,

I am trying to identify an application proxy in Linux equivalent to MS ISA proxy. Proxy should mediate communication b/w various protocols based on port and ip adress, viz. SMTP, MSSQL ,...
6,206
Posted By Crazy_murli
Scripting language for system admin
Am trying to learn a scripting language to automate mundane system admin tasks. Being a Novice, Just trying to understand, which language would be easier to learn and one for all types.

i.e Perl...
6,849
Posted By Crazy_murli
Have followed the steps in this URL for the...
Have followed the steps in this URL for the creation, and have not specifically installed coreutils..Not sure if it will make any difference.

http://www.tjw.org/chroot-login-HOWTO/
6,849
Posted By Crazy_murli
CHRoot Problem
HI ,

I am trying to setup chrooted environment on RHEL4, for squid proxy.
I have copied the required libraries and stuff for chroot. Used the below for chroot-shell .

user is squid...
48,826
Posted By Crazy_murli
Very true. But we dont this in place on the...
Very true. But we dont this in place on the server now.

And we are trying to find this out for an existing user.
We tried checking the user home directory for the timestamps of .bash_profile...
48,826
Posted By Crazy_murli
Command to find out user creation date
Is there a Command to find out user creation date ?

or any other possible ways to find the same.
Forum: IP Networking 08-05-2006
12,593
Posted By Crazy_murli
Hi, You can use Squid + Linux as an internet...
Hi, You can use Squid + Linux as an internet proxy without any problems with Outlook. Infact squid is one of the best internet proxies available in open source market. In co-ordination with Squid,...
5,823
Posted By Crazy_murli
Kernel panic - not syncing == While RHEL AS install
I am trying to Install RHEL AS 4 on x86 pc, through VNC and got the below error, Am not pretty sure as how to resolve this. Can some one guide me through the process, or what might be missing.......
4,206
Posted By Crazy_murli
Thanks for the info. Guys, On Googling came to...
Thanks for the info. Guys, On Googling came to know that we can implement through iptables. But was not pretty sure as how to achieve this.
But I wud like to use iptables facility to implement this,...
4,206
Posted By Crazy_murli
Bandwidth monitoring
Hi Gurus,

Need to have a way to monitor Bandwidth utilization on Linux servers, running squid .

Have worked on 3rd party monitoring tools like Bandwidth d, Nagios etc.
But we are working to...
9,872
Posted By Crazy_murli
Thanks for the info. kevin. Have not had a...
Thanks for the info. kevin.

Have not had a chance to work on CYGwin, but have spent sometime to find out the feasabilty.

Also, the job is done through the script alert option available in...
9,872
Posted By Crazy_murli
Script to Reboot a linux box from a windows box
HI All,

I need a script to reboot a linux box from a windows box.
The script needs to run automatically whenever a sitescope alerts with an error message.
Have searched for this in the forums,...
Showing results 1 to 22 of 22

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