Search Results

Search: Posts Made By: ygemici
5,846
Posted By ygemici
mtdblock ( 2-5-6 ) is enough . thanks :)
mtdblock ( 2-5-6 ) is enough .
thanks :)
Forum: Solaris 04-19-2017
3,747
Posted By ygemici
* HP Proliant is a good choice :) Now , I...
* HP Proliant is a good choice :)

Now , I assume it's a server with 8 discs.
Best practice ,
* first 2-disk "Raid1" structure will suffice as you would think for the system ( of course we will...
5,846
Posted By ygemici
Hi , apoklyps3 Your linux is embedded ( for...
Hi , apoklyps3

Your linux is embedded ( for that Your "rootfs" ( "/") is in like RAM drive/disk ( as temp/pivot root ) -> then you cannot remount for r/w and this only r/w only at runtime ). )
...
Forum: Solaris 04-18-2017
3,747
Posted By ygemici
Hi flexi, Firstly , we must know the your...
Hi flexi,
Firstly , we must know the your hardware system ?
Maybe we can determine best choice for your needs to that.

if your system x86 arch maybe you can try "LSI or other Logic...
1,331
Posted By ygemici
Historical implementations of awk did not support...
Historical implementations of awk did not support floating-point infinities and NaNs in numeric strings; e.g., "-INF" and "NaN".
However, implementations that use the atof() or strtod() functions...
14,064
Posted By ygemici
Hi LinQ, without calling boot-info-table...
Hi LinQ,
without calling boot-info-table results :)
we need to go to as root code for some points.
let us examine.

isolinux.asm...
14,064
Posted By ygemici
ok you want to recreate the own iso-file but fot...
ok you want to recreate the own iso-file but fot the "-boot-info-table" options trigger the mkisofs/genisoimage so it wants to regenerate the boot table located is in the your boot-image and then its...
22,407
Posted By ygemici
I wrote a script about cpu and system info long...
I wrote a script about cpu and system info long before.maybe it can be help:b:

example from my test linux :)
[root@sistem1lnx ~]# ./cpuinfo_unix_com

Script works within the -> bash <- SHELL ...
1,087
Posted By ygemici
# awk '$NF~/gene/{a[$NF]=a[$NF]FS$2}END{for(i in...
# awk '$NF~/gene/{a[$NF]=a[$NF]FS$2}END{for(i in a)print i a[i]}' input
geneA element1 element2
geneB element3 element4
6,708
Posted By ygemici
I write a simple one for check connection. you...
I write a simple one for check connection. you can add/remove for your system and enviroment..good lucks :)

#!/usr/bin/expect --
set IP [lindex $argv 0]
set PORT [lindex $argv 1]
set timeout 2...
Forum: HP-UX 06-09-2014
9,324
Posted By ygemici
Finally, ur request solvable by two way. *...
Finally, ur request solvable by two way.

* From ssh server, over "vshelld_config" (but this gets to avoid all auth message with none)
modification to LogTopicAuthentication xxxx ->...
Forum: HP-UX 05-26-2014
9,324
Posted By ygemici
chacko193, 1 - (open)-ssh client asks the...
chacko193,

1 - (open)-ssh client asks the server for auth-methods as in the normal ssh-client-work as userauth-request
(because almost ssh clients wants to know which auth methods that the...
1,097
Posted By ygemici
then try like this sed...
then try like this
sed 's/intermediation\//\'$'\n/g' input.text
5,646
Posted By ygemici
Did you try Carlom's solution or try this.....
Did you try Carlom's solution
or try this.. good lucks
awk -F';' 'BEGIN{print "<Row>"}{for(i=1;i<=NF;)print "<Cell><Data ss:Type=\"String\">"$(i++)"</Data></Cell>"}
END{print...
3,107
Posted By ygemici
Hi Scru, Maybe we add the reference of the...
Hi Scru,
Maybe we add the reference of the pattern space for 34.char:)
# sed '1s/./\n&/34'
1,586
Posted By ygemici
# awk -F':' 'FNR==NR{split($0,a,"...
# awk -F':' 'FNR==NR{split($0,a," ");arr[a[2]]=a[1];;next}($1 in arr){$3=arr[$1];gsub(" ",FS)}1' newfile passwd

regards
ygemici
3,055
Posted By ygemici
** ${parameter:=word} ### when you first...
** ${parameter:=word}
### when you first execute that and if parameter is null or not set then ksh genaretes an error but assigns to "word" to parameter value..
# ${parameter:=word}
ksh: word: ...
Forum: Linux 06-11-2011
4,236
Posted By ygemici
you must check date/time settings on your host. ...
you must check date/time settings on your host.
* check your history related date.(date or TZ set)
* check boot scripts (is there any entry related ntpdate or date or TZ in rc.local or specific...
1,506
Posted By ygemici
for SDIR in $(eval $CMD); do echo ....; done
for SDIR in $(eval $CMD); do echo ....; done
1,558
Posted By ygemici
try like this ;) [use the backslash for escape...
try like this ;) [use the backslash for escape the plus_metacharacter in ext. regex expres]
# sed 's/^ \+//' infile
1,690
Posted By ygemici
"trig" value doesnt change in loop..and processes...
"trig" value doesnt change in loop..and processes goes on.
deleting the trigger file doesnt cause to any change..because of , the trig value is assigned to a value (..wc -l) and not be considered...
1,134
Posted By ygemici
# awk...
# awk '/<message>/{x=$0;if(getline)if($0!~/^<message>/)printf "%s%s\n",x,$0;else print x"\n"$0}END{print}' infile
<message>looking for a big
<message>Does fit my G74 laptop. Makes the 10 pound....
10,727
Posted By ygemici
what is your output? @Scrutinizer's code is...
what is your output?

@Scrutinizer's code is correct to me..
because of this code converts to lower (or upper ) for any input (does not matter if it is lower case or upper)
and if it matches then...
1,870
Posted By ygemici
# awk -F"," '{for(i=2;i<=NF;i++)print $1FS$i}'...
# awk -F"," '{for(i=2;i<=NF;i++)print $1FS$i}' infile
hello, one
hello, two
bye, goal
first, second
first, third
first, fourth
hard, difficult.strong
hard, word.line
25,477
Posted By ygemici
# awk 'BEGIN{x="meta#";s=7}{if($0~x){if($0~x...
# awk 'BEGIN{x="meta#";s=7}{if($0~x){if($0~x s"$")sc++;if($0~x s s"$")ssc++;if($0~x s s s"$")sssc++}}
END{print x " counts -> " sc"(" x s")",ssc"(" x s s")",sssc"(" x s s s")"}' infile
meta# counts...
Showing results 1 to 25 of 280

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