Search Results

Search: Posts Made By: c00kie88
Forum: Red Hat 06-04-2009
5,003
Posted By c00kie88
RHEL5 reboot - error loading shared library
Hi All,

I have RHEL 5 installed in my system. Something must has happened because when i reboot the server, it came with many error..

/usr/bin/rhgb-client -- error while loading shared...
Forum: Red Hat 05-11-2009
2,789
Posted By c00kie88
Installing PHP4 - REHL 5
Hi All,

Is there anyone facing a problem installing PHP 4 at Red hat Enterprise 5?

I paid for the red hat update subscription and when i look at the website it seems PHP4 is only for Red Hat...
2,414
Posted By c00kie88
Linux cerification - LPIC
Hi all,

does anyone ever sit the Linux Certification (LPIC)?

I'm planning to sit the LPIC -1 (beginner level)

Is it worth it? Is there any sample paper / simulation i can get?

Thank you
...
Forum: IP Networking 10-24-2008
12,211
Posted By c00kie88
The PC is assigned another private IP which is...
The PC is assigned another private IP which is 192.168.0.70. Your PC does not need public IP to go to internet. Your router is.
Forum: IP Networking 10-24-2008
12,211
Posted By c00kie88
Static IP / Subnet mask and Gateway
Hi all,

I installed Fedora 9 + squid at one of PC at work.
Our company has windows 2003 servera acting as DHCP server.

During installation, i set linux box up as Static IP (192.168.0.100)
...
Forum: UNIX and Linux Applications 10-22-2008
5,695
Posted By c00kie88
testing SquidGuard
Hi all,

I installed squid + squidguard..

How do i do a simple test the squidguard?

i did some research and i supposed to do dry run test , but i dont understand.

Anyone can explain to me?...
Forum: Linux 10-22-2008
4,109
Posted By c00kie88
it works now.. thank you
it works now..

thank you
Forum: Linux 10-20-2008
6,175
Posted By c00kie88
i never set up any dir specific for FTP
i never set up any dir specific for FTP
Forum: Linux 10-20-2008
4,109
Posted By c00kie88
i use su command.. # .bashrc # User...
i use su command..

# .bashrc

# User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

# Source global definitions
if [ -f /etc/bashrc ]; then
....
Forum: Linux 10-20-2008
6,175
Posted By c00kie88
Setting up FTP service +on Fedora 9
Hi all,

I set up FTP service at my linuxAbox.

Everything is good.

When i did FTP from my LinuxB box , it authenticated just fine.

The problem is:

1. I can't list the directory
2....
Forum: Linux 10-17-2008
4,109
Posted By c00kie88
Hi sysgate, Thank you.. netstat or host...
Hi sysgate,

Thank you..

netstat or host or dig are good enough

heheeh

when i log in as root, i still can't use ifconfig command (have to use with sbin)

How do we check startup...
Forum: Linux 10-17-2008
4,109
Posted By c00kie88
Fedora 9
Hi all,

I just installed fedora 9 in my PC.

when i go to the terminal and i typed in "ifconfig" to get ip address, it said "command no found"

I do need to type in "/sbin/ifconfig"

Why do...
5,607
Posted By c00kie88
hi jim, awk -F: '{print $1 ":" $2 ":" $3...
hi jim,

awk -F: '{print $1 ":" $2 ":" $3 ":" $4}' /etc/shadow > /tmp/shadow.tmp ---> will show all lines within shadow file but not including the one i has edited.
e.g:
name=blah
awk -F: -v...
5,607
Posted By c00kie88
awk - print
Hi all,

I have script below:

#!/bin/sh

$name=blah

awk -F: -v user="$name" '$1 == user{print $1 ":" $2 ":" $3 ":" $4}' /etc/shadow > /tmp/shadow.tmp

based on above, it will only print...
4,032
Posted By c00kie88
heheheh don't worry.. figurd it out ...
heheheh

don't worry..

figurd it out
silly me

using || instead of |
4,032
Posted By c00kie88
case statement
Hi all,

I think i'm asking a sqtupid question here..

i'm using case sttament, what is the syntax or symbol for "or"?

I thought was ||

here a quick sample of my case statment

echo...
14,238
Posted By c00kie88
ok.. oopss.. sorry it works now i...
ok..

oopss.. sorry

it works now

i missing out couple of stuff when i did copy and paste

it's ok now

thanks
14,238
Posted By c00kie88
it'sbecasue i have syntax problem some of...
it'sbecasue i have syntax problem

some of the command swith can;t run on sun solaris
14,238
Posted By c00kie88
o/s : sun solaris I try to perform the...
o/s : sun solaris
I try to perform the calculation within script

Do i need to use expr expression to perform the division ?
14,238
Posted By c00kie88
i made some syntax modification which are: ...
i made some syntax modification which are:

#old=1/1/07
old=`date +%d%m%y`
var="(`(date -u $old "+%s")`/ 86400)"
echo $var

but i have a problme with the third line..

when i read man page...
14,238
Posted By c00kie88
ok.. but how do i convert the date format...
ok..

but how do i convert the date format (10/10/08) to unix format to be used at 8th field?
14,238
Posted By c00kie88
Date function
I read man page for etc/shadow field..

on the 8th field, i assume that's the field to change account expire date.

my question is:

What value does the 8th field keep? i assume it's 13514...
2,111
Posted By c00kie88
thanks
thanks
2,111
Posted By c00kie88
calling script
Hi all,

The scenario is:

1. I created a script called hello
2. i created another script called blah which meant to use "hello" script.

How do i do it?

e.g. "blah" script
#!/bin/sh
...
26,994
Posted By c00kie88
Ok.. I use single quote.. sed...
Ok..

I use single quote..

sed 's/\('"$name"':.:[0-9]*:\)[0-9]*:\(.*\):\(/.*/.*\):\(/.*/.*\)' /etc/passwd

but still no good..

what did i do wrong???
Showing results 1 to 25 of 61

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