bruteforce protection howto

2010-03-20 Thread Vadkan Jozsef
Two pc's: 1 - router 2 - logger Situation: someone tries to bruteforce into a server, and the logger get's a log about it [e.g.: ssh login failed]. What's the best method to ban that ip [what is bruteforcig a server] what was logged on the logger? I need to ban the ip on the router pc. How can

freenas-like solution for aoe?

2010-03-20 Thread Vadkan Jozsef
Does anybody know a FreeNAS-like solution, that supports AoE? - Ata over Ethernet? Thank you! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1269078529.32263.30.ca..

aoe - with freenas, openfiler

2010-03-11 Thread Vadkan Jozsef
Does anybody has a link to a distro, that supports ata over ethernet, and it's like: freenas, openfiler sorry for the "interesting question" :D:S thank you! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

how to install debian on an usb pendrive

2010-03-10 Thread Vadkan Jozsef
Does someone has any docs/howtos/solutions about it? :\ i would thank that:\ I just want a netinstall on a pendrive. [but when i just boot from a cd, and install to the pendrive, it just "hangs" for 2 days, formatting the pendrive... :\] thank you! -- To UNSUBSCRIBE, email to debian-user-requ.

Re: this table in html how

2010-03-07 Thread Vadkan Jozsef
thank you! :) On v, 2010-03-07 at 11:50 +, Camaleón wrote: > On Sun, 07 Mar 2010 11:51:12 +0100, Vadkan Jozsef wrote: > > > http://img52.imageshack.us/img52/7735/tablehow.png > > > > i just can't write this table in html code.. :\ > > > > how can

perl/bash question - html link out of text

2010-03-07 Thread Vadkan Jozsef
I don't know how to modify the: sed -r 's,.*(http://[^ \"$]+).*,\1,' command, to not just: $ echo "test string http://somewhere.uk/ test" | sed -r 's,.*(http://[^ \"$]+).*,\1,' http://somewhere.uk/";>http://somewhere.uk/ rather output this: test string http://somewhere.uk/";>http://somewhere.uk/

this table in html how

2010-03-07 Thread Vadkan Jozsef
http://img52.imageshack.us/img52/7735/tablehow.png i just can't write this table in html code.. :\ how can i make it? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org

truncate until delimiter

2010-02-28 Thread Vadkan Jozsef
e.g.: $ ls -tr `find -type f` | grep ".txt$" | rev txt.nimdaymphp/. txt.ccuc/aborp/. txt.og/. txt.osle/. txt.kidosam/. I Want to truncate this output, until the first "/": $ ls -tr `find -type f` | grep ".txt$" | rev | THE-MAGIC-COMES-HERE . aborp/. . . . How? I just want to modify the names

perl or bash question ["convert strings in a txt to html links"]

2010-02-27 Thread Vadkan Jozsef
How can I do that in bash or perl, that I have a txt file, e.g.: $cat file.txt Hi, this is the content of the txt file, that contains links like this: http://www.somewhere.it/, and it could contain: http://somewhere.com, etc.. This is the second line, that doesn't contains links.. .. This is the X

release cycles, security supports for multiple OSes

2010-02-27 Thread Vadkan Jozsef
Does anybody has a list of multiple distros/operating systems comparing e.g.: security support time for a version, or what are the release cycles, etc.? Thank you! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@list

renamer script help..

2010-02-21 Thread Vadkan Jozsef
The script: http://pastebin.ca/1804613 but it's not working too well: http://pastebin.ca/1804612 e.g.: the script makes "arviztur-ukorfurogep" from "árvíztűrő tükörfúrógép", when it should be: "arvizturo-tukorfurogep" Has someone a similar script, that works? thanks:\ ps.: i tried it under luci

regexp for rename command - please help!

2010-02-20 Thread Vadkan Jozsef
The filename, that i want to rename: ---vol.-01-disk-cantatas-bwv-3; commands, that doesn't work: $ rename 's/^---//g' * Unknown option: -vol.-01-disk-cantatas-bwv-3; Usage: rename [-v] [-n] [-f] perlexpr [filenames] $ rename 's/.-/-/g' * Unknown option: -vol.-01-disk-cantatas-bwv-3; Usage: re

RE: how to find bad blocks

2010-02-15 Thread Vadkan Jozsef
pastebin.com/f5a5c595a i just started badblocks -w -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1266236447.26031.8.ca...@ubuntu

how to find bad blocks

2010-02-09 Thread Vadkan Jozsef
Besides the badblocks app? We have a samsung hdd, that keeps falling out of raid, but there are no bad blocks on it, according to "badblocks" prog. we would like to return it [warranty], but it would be better to find e.g. bad blocks on it..:\ :D thank you! -- To UNSUBSCRIBE, email to debian-

how to find out promiscuous mode

2010-02-03 Thread Vadkan Jozsef
How can I find out that someone is using it's network card in promiscuous mode in a subnet? Thank you! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: how to set permanent ulimit

2010-01-26 Thread Vadkan Jozsef
sorry:D i wanted to write: it's not working. :\ On k, 2010-01-26 at 19:42 -0500, Stephen Powell wrote: > On 2010-01-01 at 19:04:22 -0500, Vadkan Jozsef wrote: > > i wrote this two lines: > > > > *hardnofile10240 > > *softnofile10240 >

Re: how to set permanent ulimit

2010-01-26 Thread Vadkan Jozsef
> To: debian-user@lists.debian.org > Sent: Tue, 26 Jan 2010 16:44:33 -0500 (EST) > Subject: Re: how to set permanent ulimit > > On 2010-01-26 at 15:53:37 -0500, Vadkan Jozsef wrote: > > so the question still is: how can I set ulimit to be permanent? e.g.: > > 10240 after

Re: how to set permanent ulimit

2010-01-26 Thread Vadkan Jozsef
so the question still is: how can I set ulimit to be permanent? e.g.: 10240 after reboot? :D there's no way for it?:O On k, 2010-01-26 at 15:42 -0500, Stephen Powell wrote: > On 2010-01-26 at 14:40:23 -0500, Alex Samad wrote: > > have a look at /etc/security/limits.conf > > > > I have 2 lines in

how to set permanent ulimit

2010-01-26 Thread Vadkan Jozsef
How can I set ulimit? when I give: ulimit -n 10240 ok, ulimit -n gives 10240. But. after a few minutes, it 1024 again! How can I set the ulimit to be permanently 10240? It would be important! :S Thank you :\ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subjec

chrooted rssh

2010-01-24 Thread Vadkan Jozsef
Does someone has an easy howto for only allowing e.g.: scp with rssh [chrooted]? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

only sftp

2010-01-24 Thread Vadkan Jozsef
Now this is funny. All the years pass, and theres no _NORMAL_ solution for this: e.g.: 1 - theres a webmin on a server, an admin creates a domain on it. 2 - another admin [who manages _one_ domain] creates e.g.: a new user in the domain. 3 - missing thing: that they can only use chrooted sftp [

only scp

2010-01-16 Thread Vadkan Jozsef
anybody got any tips/howtos/docs for this?: - restrict the users, to only use scp ["no shell"] - but a root, admin can still login with ssh -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

outdated ssl cert

2010-01-16 Thread Vadkan Jozsef
what does a self-signed outdated ssl cert worth? [https] could it be tricked [https] in a way, that the end user will not recognize? [e.g. he already accepted the cert one time, and the browser would warn her, if it been ""attacked""?] ..I mean does an outdated self-signed certificate give the sa

filezilla alternative

2010-01-11 Thread Vadkan Jozsef
Are there any good FTP programs that support SFTP, FTPS, FTP, SCP plus doesn't store the password in plaintext like filezilla does? Thank you! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

100mbit router

2010-01-10 Thread Vadkan Jozsef
I have a 30/20 Mbit internet connection. I want to buy a new router, because the old one: DL-604 is no longer supported. What router should I buy, that can handle a 30/20 connection? No wifi, only ethernet. Are there cheap routers that supports VLANs and can handle this speed [uploading and dow

chroot a few apps

2010-01-09 Thread Vadkan Jozsef
Hi. What kind of chroot should I use, if I want to make a more secured desktop, running e.g.: pdf reader webbrowser audio player video player openoffice picture viewer mua ooo virtualbox e.g.: if theres a javascript vulnerability in google chrome [I haven't heard a NoScript extension for it :( ]

how to get mac address

2010-01-06 Thread Vadkan Jozsef
How can I get the MAC address of a computer, if it isn't in the same network segment? e.g.: can I get the MAC from a normal, public IP? There is no solution for this? Thank you! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact