Search Results

Search: Posts Made By: demwz
Forum: SuSE 09-27-2011
2,004
Posted By demwz
Official Security anouncements
Hello,

I'm looking for an official Mailing List/Rss Feed or what else regarding SLES security Anoucements.

Does anybody know?
Forum: Linux 09-30-2009
13,317
Posted By demwz
maybe this will help SSH Proxy Command --...
maybe this will help
SSH Proxy Command -- connect.c (http://bent.latency.net/bent/darcs/goto-san-connect-1.85/src/connect.html)
Forum: Linux 09-30-2009
7,394
Posted By demwz
Not absolutely shure what you mean. Highmem ist...
Not absolutely shure what you mean.
Highmem ist the area within system memory that the kernel cannot address directly. on 32 Bit Systems this is above 4GB bcs the kernel uses 32 bit pointers to...
Forum: Solaris 09-30-2009
2,109
Posted By demwz
NTP force system time in the past
Hello

I have a question that may sound stupid after and maybe it is.

We are syncing our sytem time via ntp from a reference time server. all works quite well
but due to a mall applikation...
3,005
Posted By demwz
to put b in bg just call ./b & but everybody...
to put b in bg just call
./b &
but everybody will see your scripts in the process list using ps -ef. imposible to hide a process from anyone
10,110
Posted By demwz
export the variables export a=100 and all...
export the variables
export a=100
and all child processes will be able to use a
7,828
Posted By demwz
if U dont have permission to move the files it...
if U dont have permission to move the files it will not help to modify the script. you will have th change the file permissions. this is commonly done by modifing the users umask. Also the directory...
7,828
Posted By demwz
check Jeff.Robbins.ws Setting the umask for SFTP...
check Jeff.Robbins.ws Setting the umask for SFTP transactions (http://jeff.robbins.ws/articles/setting-the-umask-for-sftp-transactions)
7,828
Posted By demwz
This is quite tricky and depends on your env....
This is quite tricky and depends on your env. especially the umask settings and the users login shell. pls provide some Information and if it is urgent provide them urgently.
111,816
Posted By demwz
on linux you could use inotify to get a...
on linux you could use inotify to get a notifikation if somebody changes a file observed by inotify.
6,723
Posted By demwz
$histfile ?! UPPERCASE
$histfile ?! UPPERCASE
Forum: What is on Your Mind? 12-10-2008
2,494
Posted By demwz
welcome
welcome
2,226
Posted By demwz
beginning-of-line (C-a) Move to the start...
beginning-of-line (C-a)
Move to the start of the current line.
end-of-line (C-e)
Move to the end of the line.
forward-char (C-f)
Move forward a character.
backward-char (C-b)
...
7,273
Posted By demwz
dont add the line to your crontab. add it to your...
dont add the line to your crontab. add it to your scripts
7,273
Posted By demwz
Just greate a file: param1=value1 ...
Just greate a file:
param1=value1
param2=value2
.....
source that file within your script

#!/bin/anyshell
......
. path/file

#and you can access the variables within your scripts
echo...
13,120
Posted By demwz
Im not a perl programmer and i've not tested...
Im not a perl programmer and i've not tested this. but basicly it should work

my @start;
my @complete;
my @time;
my $filename=@ARGV[0];
open( FILE, "< $filename" ) or die "Can't open...
2,558
Posted By demwz
I had a similar issue when running a llinux guest...
I had a similar issue when running a llinux guest under vmware on a windows box and sharing an ntfs partition. all updates that linux makes to ntfs are not visible for windows until you reboot.
1,983
Posted By demwz
current=2008 cat file | while read l ; do ...
current=2008
cat file | while read l ; do
a=(`echo $l | tr -s "," " "`)
for i in $(seq ${a[0]} $current) ; do
echo $i,${a[1]},${a[2]}
done
done
3,558
Posted By demwz
find /proc -maxdepth 1 -ctime -7 -name "[0-9]*"...
find /proc -maxdepth 1 -ctime -7 -name "[0-9]*" | xargs -n 1 basename
works at least on linux :D
Forum: Ubuntu 12-08-2008
2,360
Posted By demwz
maybe your miner to major configuration has...
maybe your miner to major configuration has changed while inserting the stick.
boor with rescue cd, consult dmesg to determine the device ot your hard disk.
dmesg | grep sd or hd ....
verify...
4,510
Posted By demwz
expr $c : $d
expr $c : $d
4,510
Posted By demwz
you already did : if [ "$C" = "$D" ] where ist...
you already did : if [ "$C" = "$D" ]
where ist the problem ?
2,045
Posted By demwz
cat file | awk '/PAID,1/ { print "paid";}...
cat file | awk '/PAID,1/ { print "paid";} /PAID,0/ {print "non-paid";} /RESP:11000003/ {print "not exists"}'
1,829
Posted By demwz
# expr hoomer : bart 0 # expr simpson :...
# expr hoomer : bart
0
# expr simpson : simpson
7
8,232
Posted By demwz
hello, I'm not shure if i got U right, but what...
hello,
I'm not shure if i got U right, but what about
ls /abc/Location.txt
or
test -f /abc/Location.txt
Showing results 1 to 25 of 128

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