Search Results

Search: Posts Made By: ilikecows
Forum: What is on Your Mind? 10-07-2010
12,953
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: Solaris 12-13-2010
4,797
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,208
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
1,804
Posted By Scrutinizer
awk '1;++$1;++$1;++$1;++$1' infile
awk '1;++$1;++$1;++$1;++$1' infile
2,311
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.
9,113
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,714
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,811
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,811
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? 08-14-2010
3,202
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. ...
Forum: What is on Your Mind? 09-06-2010
20,567
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.
Showing results 1 to 12 of 12

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