Search Results

Search: Posts Made By: Sebi0815
63,248
Posted By Sebi0815
Thanks for the fast answer Alister... ......
Thanks for the fast answer Alister...

... but this solution won't work for me. I need to the "newlines" in the text.
63,248
Posted By Sebi0815
Read content between xml tags with awk, grep, awk or what ever...
Hello,

I trying to extract text that is surrounded by xml-tags. I tried this

cat tst.xml | egrep "<SERVER>.*</SERVER>" |sed -e "s/<SERVER>\(.*\)<\/SERVER>/\1/"|tr "|" " "

which works...
4,787
Posted By Sebi0815
Creating VirtualBox-Image as "harddisk" by shell-script
Hello,

I'm trying to create a VirtualBox "harddisk" and put an dd-image into it. This image shoudn't work as a virtual maschine, I just want to be able to mount it to an folder. How can I do this...
7,518
Posted By Sebi0815
Install Deft-Linux in VirtualBox without installer
Hello Girls and Boys,

I'm trying to install Deft Linux on my virtual maschine, but the problem is, that this distibution doesn't have an installer on board. Is there another way to install it?
...
9,718
Posted By Sebi0815
Create helpmenu for shell script
Hello Community,

I wrote a shell script, which (with some help of a few members of this forum:)) is doing what it should do... Now I think, it would be nice to tell the user of my little program,...
8,880
Posted By Sebi0815
@Franklin52 Hey Franklin, thanks for...
@Franklin52

Hey Franklin,

thanks for your help. I found the mistake... In your post, there's a blank between @ "substr($10,1,10), so the timestamp did not stand right behind the @-Symbol......
8,880
Posted By Sebi0815
@Franklin52 I already saw that the...
@Franklin52
I already saw that the fieldseparator was missing...

But, even if I use the fieldseparator, there's still the probleme which i tried to translate. It seems that there's a problem...
8,880
Posted By Sebi0815
@Franklin52 Thanks for this fast answer, ...
@Franklin52

Thanks for this fast answer,

but I get a very long error message, which has something to do with the "date" command. At the beginning it says

sh: Syntax error: Unterminated...
8,880
Posted By Sebi0815
Hey, thanks for the answer. That works, for...
Hey,

thanks for the answer. That works, for one single line and for a right formated "timestamp". I think, my document has about 2000 lines, so how can I transfer your idea to my document? And...
8,880
Posted By Sebi0815
Need to modify csv-file with bash script
Hi Guys,

I need to write a script, that exports the "moz_places" table of the "places.sqlite"-file (firefox browser history) into a csv-file. That part works. After the export, my csv looks like...
2,020
Posted By Sebi0815
Ahhhh, that should work. I didn't know...
Ahhhh,

that should work. I didn't know rsync, but found a good tutorial... Thanks for your support...
2,020
Posted By Sebi0815
Thanks for the fast answer, no, I really...
Thanks for the fast answer,

no, I really need a cronjob. This cronjob is part of a system for foresic-it-education, and the students should recognize that there is a cronjob that somehow does...
2,020
Posted By Sebi0815
Cronjob for recognizing changes and/or new files in specific directory
Hey Guys,
is there a way to create a cronjob to watch over all changes in a specific directory, for example /home/user and send them, if there are any changes, to a server:confused:

Thanks
...
Forum: Linux 01-19-2010
8,842
Posted By Sebi0815
Hey Loic, thanks for your support! Exactly...
Hey Loic,

thanks for your support! Exactly what i'm looking for... :)
Forum: Linux 01-18-2010
8,842
Posted By Sebi0815
How to generate the hash in /etc/shadow
Hey guys,

i've got some serious problems creating a hash for the /etc/shadow. I try to understand how linux creates this hash. Till now i understood that the $6$ shows me that my ubuntu 9.10 uses...
1,384
Posted By Sebi0815
Thanks alot... that works perfectly...:)
Thanks alot... that works perfectly...:)
1,384
Posted By Sebi0815
Question about Function calls
Hello everyone,

here's my problem: I want to create two shell scripts. one of them should includes some functions, the other one just the function calls. Is this possible? Can i call a function...
Showing results 1 to 17 of 17

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