cat asdf.txt
bla-bla
bla-bla
bla[XYZ]
importantthing
another important thing
[/XYZ]
bla-bla
bla-bla
[XYZ]
yet another thing
hello!
[/XYZ]
bla-bla
etc.
$ SOMEPERLMAGIC asdf.txt > output.txt
$ cat output.txt
importantthing
another important thing
yet another thing
hello!
how can i sovle this questi
Are there any programs blocking ip, and has frequently updated lists, like the
peerguardian on windows?
sorry for the question, but i looking for this kind of application :O
Thank you, and a happy christmas!
___
freebsd-questions@freebsd.org m
I can see, that theres a program that keeps sending packets on port 25:
Dec 27 14:11:46 a kernel: [ 6336.992320] O_D_LOG: IN= OUT=lo SRC=127.0.0.1
DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=61533 DF PROTO=TCP SPT=37263
DPT=25 WINDOW=32792 RES=0x00 SYN URGP=0
Dec 27 14:12:01 a kernel: [ 6
http://help.godaddy.com/article/1054
"# Set up SSL protection on your website."
is it an inescapable requirement to have a dedicated [not fix] ip address, when
i want to use ssl on my domain?
thank you
happy Christmas! :)
___
freebsd-questio
i can use "natively" openssl for anonymous chat:
# Chat:
# server side:
openssl req -x509 -nodes -days 365 -newkey rsa:8192 -keyout mycert.pem -out
mycert.pem
# server side - generate a self-signed cert.
openssl s_server -accept 52310 -cert mycert.pem
# client side - "127.0.0.1" is the IP of
It's ok, that i can use this, when i want an incrementing sequence, in a given
way:
# {START..END..INCREMENT}
$ for i in {0..10..2}; do echo "Welcome $i times"; done
Welcome 0 times
Welcome 2 times
Welcome 4 times
Welcome 6 times
Welcome 8 times
Welcome 10 times
$
but what's the "magic" for this
i have:
"SERVER A"
"SERVER B"
with "full root permisson" [ssh, etc]
each server has a folder.
i want to backup a folder in "SERVER A".
are there any backup methods, that meets these two requirements? :
1) running from e.g.: a cronjob
2) when running, it just checks the folder in "SERVER A" a