Search Results

Search: Posts Made By: ilikecows
Forum: Solaris 12-13-2010
4,806
Posted By DGPickett
Well, as I recall, IP fragments have no tcp or...
Well, as I recall, IP fragments have no tcp or udp header, just the 20 byte ip header that says it is a UDP or TCP fragment, so no port number to filter on. Maybe you uncovered a bug. Your packet...
Forum: Linux 12-02-2010
23,212
Posted By Scott
Hi. Do you have chpasswd installed?. ...
Hi.

Do you have chpasswd installed?.


# yum whatprovides /usr/sbin/chpasswd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.switch.ch
* base:...
1,307
Posted By Chubler_XL
How about this: TRY1=$(eval echo "*.$LOOK*"...
How about this:

TRY1=$(eval echo "*.$LOOK*" )
TRY2=$(eval echo "*.$LOOK" )
if [ ! "$TRY1" = "*.$LOOK*" ] || [ ! "$TRY2" = "*.$LOOK" ]
then
echo do this
else
echo do that
fi
2,313
Posted By Scrutinizer
Use set -x inside the script to see what's going...
Use set -x inside the script to see what's going on.
1,804
Posted By Scrutinizer
awk '1;++$1;++$1;++$1;++$1' infile
awk '1;++$1;++$1;++$1;++$1' infile
9,118
Posted By Chubler_XL
Hint: Have a look at the -r -w and -x options of...
Hint: Have a look at the -r -w and -x options of test.
16,733
Posted By jlliagre
The only plausible explanation would be the...
The only plausible explanation would be the bootloader was installed on that 80 GB disk but Solaris was actually installed on a different disk.
What says: strings /dev/rdsk/c0d0p0 2>/dev/null | head...
Forum: What is on Your Mind? 11-28-2010
1,815
Posted By Neo
It is not difficult to set up an account for...
It is not difficult to set up an account for children and use a bit of software to only permit access to "parental approved" web sites. I have a friend who did this and it worked well and was easy...
Forum: What is on Your Mind? 11-28-2010
1,815
Posted By matrixmadhan
I really like this - and that is how it should...
I really like this - and that is how it should be. Just dont give them access if the elders cant spend time with the kids. It has become increasingly an alarming situation to give free access to...
Forum: What is on Your Mind? 10-07-2010
12,978
Posted By Neo
The 5 Minute Management Course (Six Lessons)
Lesson 1:

A man is getting into the shower just as his wife is finishing up her shower, when the doorbell rings.

The wife quickly wraps herself in a towel and runs downstairs.

When she...
Forum: What is on Your Mind? 09-06-2010
20,598
Posted By Corona688
BASH has regular expressions these days, you...
BASH has regular expressions these days, you know. No need to run 2 or 3 interpreters to do one job.
Forum: What is on Your Mind? 08-14-2010
3,205
Posted By Corona688
There's a large amount of overlap between C and...
There's a large amount of overlap between C and C++; learning C++ without learning any C would be very tricky. Strangely, and often disastrously, this is the way it is frequently taught anyway. ...
Showing results 1 to 12 of 12

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