Search Results

Search: Posts Made By: reborg
Forum: Solaris 05-05-2009
14,184
Posted By reborg
As posted in another thread in this forum today! ...
As posted in another thread in this forum today!

Password Encryption (System Administration Guide: Security Services) - Sun Microsystems...
Forum: Web Development 12-26-2008
10,073
Posted By reborg
www.google.com/ncr Will also take you to...
www.google.com/ncr


Will also take you to the US site and set the cookie to prevent local country selection on future visits.
Forum: Solaris 12-14-2008
7,201
Posted By reborg
Actually hme as "happy meal" is a deliberate...
Actually hme as "happy meal" is a deliberate misinterpretation of the acronym which started internally at Sun. hme formally means "Hundred Megabit Ethernet".

ce0 - Cassini was the Sun project code...
12,465
Posted By reborg
Select an approriate forum and do what you did to...
Select an approriate forum and do what you did to post this one.
18,355
Posted By reborg
Another option would possibly to use 'script'.
Another option would possibly to use 'script'.
109,421
Posted By reborg
echo "WITH A NEW LINE" >> file
echo "WITH A NEW LINE" >> file
Forum: HP-UX 04-23-2007
4,232
Posted By reborg
duplicate thread - closed.
duplicate thread - closed.
2,654
Posted By reborg
(6) Do not post classroom or homework problems.
(6) Do not post classroom or homework problems.
Forum: Solaris 12-12-2006
11,524
Posted By reborg
All sun SPARC boxes come preloaded with the ...
All sun SPARC boxes come preloaded with the Solaris OS, unless that machine was altered it will have Solaris 10 installed.

The minimum Solaris release is 6/06 ( downloadable from Sun ) and the...
Forum: Solaris 11-18-2006
21,858
Posted By reborg
just as an aside, depending on the cluster you...
just as an aside, depending on the cluster you have installed you may already have wget in /usr/sfw/bin
42,161
Posted By reborg
Well since there are only 5 minutes you are...
Well since there are only 5 minutes you are interested in:

in bash


for (( i = 5; i >=0; i-- )) ; do
grep $(date +%R -d "-$i min") syslog >> newfile
done
Forum: AIX 07-06-2005
8,159
Posted By reborg
#! /bin/nawk -f # # formatDF.nawk # {...
#! /bin/nawk -f
#
# formatDF.nawk
#

{

for(i=0;i<=NF;i++){
lineArray[NR,i] = $i
if ( NF > numFields ) numFields = NF
...
52,828
Posted By reborg
You'll need to read up on regular expressions to...
You'll need to read up on regular expressions to really make much use of it, but here it is anyway:

The -n means not to print anything unless it's explicitly requested.

s - substitute
/ -...
108,204
Posted By reborg
add the following lines to the bottom of your...
add the following
lines to the bottom of your .kshrc file in your $HOME directory:

set -o emacs
alias __A=$(print '\0020') # ^P = up = previous command
alias __B=$(print '\0016') ...
Showing results 1 to 14 of 14

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