Search Results

Search: Posts Made By: loitschix
5,935
Posted By loitschix
apache-ssl https-problem?
hi folks.

i know that this is not a realī unix problem, itīs an apache-webserver problem, but maybe you can help me?

i have installed apache & mod_ssl, done a certificate, and configured my...
7,725
Posted By loitschix
hi. oh, sorry. now i know what you want :) ...
hi.

oh, sorry. now i know what you want :)

and: my english is not so good, i am from vienna/austria, now living in frankfurt/germany since 1 year. i am working for an american company and try...
7,725
Posted By loitschix
me agan :)
hm, i am not sure what you mean exactly, but i can give you any informations `bout limits for filesystems on solaris 2.6:

logical blocksize ufs: 8192 kb
physical blocksize : 512 bytes
fragment...
2,433
Posted By loitschix
hi...
hi u.

there is more than 1 way.

-- if you have got a graphic guy (CDE), there is an printer icon (bottom of desktop, 5th, from right side, left of "exit"-button.

-- other methode (graphic)...
7,725
Posted By loitschix
hi...
hello.

to "watch" what a process is "doing" you can use the command "truss" on sun solaris. e.g. when you want to "trace" the command ls, do:

truss ls

you will see the open syscalls and...
3,606
Posted By loitschix
me again...
hi.

there is a graph-gui called "CDE"(Common Desktop Environment), developed by hewlett-packerd, sun, Novell and IBM on alle (incl. linux) unix-systems. at the newer releases (HP-UX 11.*, Sun...
2,603
Posted By loitschix
me again :)
...but attention! it is not official supported by sun :)
6,509
Posted By loitschix
variable...
hi.

variable within a variable? i am not shure what you mean (my english si not so good, i am from vienna/austria, living in germany now), but look at this:

VAR1="alex"

VAR2=$($alex)

echo...
6,509
Posted By loitschix
hint...
hi folks.

i hav a hint for you:

to display the last fieldnumber type:

echo ${#myarray} # shows number of fields

cheers, alex...

see: ...
2,603
Posted By loitschix
....
hi.

it is no problem when you have got the same cluster software and same diskmanagement software (disksuite or veritas) on both machines.

cheers, alex...
7,737
Posted By loitschix
dispatching...
hi.

i think you mean "patching", not dispatching, that is someone for network-components:)

patching is "to bring your operating system to a new patchlevel" (like installating a servicepack on...
2,590
Posted By loitschix
ksh arrays....
hi.

stop! there are arrays in a korn shell. it is nearly the same like in perl 5.* :)
----------------------------------------------------------------
syntax:

set -A myarray "one" "two"...
4,396
Posted By loitschix
...
best boot to single user mode (init s).

cheers, alex...
36,440
Posted By loitschix
telnet...
hi.

it`s no problem to use telnet. syntax:

telnet <name-of-machine-to-connect>

there are a few additional options:

-l <user> connects to the machine with a special username
-n ...
3,606
Posted By loitschix
info solaris...
hi ninja.

first thing: linux is a port of unix for pc-architecture. unix is designed for risc-processor erchitecture (32/64 bit). but there are many ports for x86-architecture ("normal pc`s") like...
4,396
Posted By loitschix
ufsdump...
hi.

it`s no problem to make an ufs-dump to a mounted filesystem, but the meaning is this: if you want a "consistent" state of datas, no process have to write to a file you wanna back up; so when...
7,089
Posted By loitschix
....
hi folks.

best you can do is to install "top" (freeware), then you see all the informations you need. the other thing is to display it with "ps".
(see "man -o <options> ps").

cheers, alex...
60,400
Posted By loitschix
find...
hi.

i think you have got an error, haven't you? :)

the syntax is:

find . -type f +mtime 90 -exec rm {} \;

but i think it is better you mave this things, or copy it first to another...
3,949
Posted By loitschix
me again (cut!)
hi.
it`s me again.

here is the syntax fur "cut"

1) cat /etc/passwd | cut -d : -f 3

or

2) cut -d : -f 3 /etc/passwd

-d is the "delimiter"
-f is the field to display.

best regards,...
3,949
Posted By loitschix
3th column...
hi folks.

there are different ways to display a column. we take a file "text.txt" with the following content for testing:

Alex the bad guy.
Mike the good guy.
Susi is not a guy.

the best...
5
34,086
Posted By loitschix
sleep....
hi unix-folks!

there are 2 kinds of "sleeps":

1) the command "sleep"
with the command "sleep" you can "pause" a script for a
number of seconds.

syntax: sleep <interval in...
Showing results 1 to 21 of 21

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