keylogger.c

2010-08-02 Thread Jozsi Vadkan
are there any working keyloggers, written in c, that works under Debian Lenny? features: - be simple - support utf-8 [or any char on the keyboard] - run in background [./something.bin ?] - output to a local file, e.g.: cat keyblog.txt [date] [time] [pressed char]

ip address from range script

2010-07-29 Thread Jozsi Vadkan
TEST-A.txt: list of ip address ranges [AS/isp's in a country] TEST-B.txt: list of ip addresses I just need to know, if an ip in the TEST-B.txt is in a range of TEST-A.txt cat TEST-A.txt 63.31.63.0/24;9007;44536 64.65.0.0/19;9000;8263 62.64.14.0/21;9001;6852 cat TEST-B.txt 63.31.63.2 64.66.5.4

turn off all logging

2010-06-15 Thread Jozsi Vadkan
Can anyone post a link, to a good howto, how to: - turn off logging to console - turn off logging to files [/var/log/messages] - turn off all logging Reason: because Lenny is not on a normal HDD, so i don't want to write to often. And i don't need any logging on it. Thank you! -- To

Re: turn off all logging

2010-06-15 Thread Jozsi Vadkan
/etc/init.d/rsyslog stop chmod -x /etc/init.d/rsyslog is that enough? or the system logs somewhere else? Can anyone post a link, to a good howto, how to: - turn off logging to console - turn off logging to files [/var/log/messages] - turn off all logging Reason: because Lenny is not on

tricky perl question - ascending order

2010-05-23 Thread Jozsi Vadkan
or maybe in bash.. script/one liner e.g.: input: http://pastebin.com/raw.php?i=pMZPEsMZ i want to make this output from it: http://pastebin.com/raw.php?i=kH8VxT0A So from the input, i want to make an ascendant order, how many things are under a SOMETHING-XX Does anyone has any perl magic in

Re: tricky perl question - ascending order

2010-05-23 Thread Jozsi Vadkan
wow, thanks!! and how exactly can i use this magic? http://pastebin.com/raw.php?i=XZ1rn2bM sorry for the dumb question:\ Thank you! Jozsi Vadkan wrote: or maybe in bash.. script/one liner e.g.: input: http://pastebin.com/raw.php?i=pMZPEsMZ i want to make this output from

Re: tricky perl question - ascending order

2010-05-23 Thread Jozsi Vadkan
The solution [from the FreeBSD mailing list]: perl -00 -e 'print map $_-[0], sort { $a-[1] = $b-[1] } map [$_, tr/\n//], ' before.txt after.txt Thank you!! or maybe in bash.. script/one liner e.g.: input: http://pastebin.com/raw.php?i=pMZPEsMZ i want to make this output from it:

GRUB Hard Disk Error

2010-05-21 Thread Jozsi Vadkan
I've got two pendrives. I want to install a Debian on them. RAID1. Ok... ... After I installed it in RAID1, it works perfectly, ok! :) When I pull out one of the pendrive [good pendrive], it still boots up, hurrah :) But: ... When I pull out the other pendrive [i plug in the first one i

Re: only output the nth line

2010-05-13 Thread Jozsi Vadkan
yes, that's the problem, it only outputs the first, second, and fourth line! ii sed 4.1.5-6 The GNU sed stream editor Debian Lenny 2010. 05. 12, szerda keltezéssel 12.25-kor Hugo Vanwoerkom ezt írta: Jozsi Vadkan wrote: I have a file: snip And i

Re: only output the nth line

2010-05-13 Thread Jozsi Vadkan
oops, typo I wanted to say that it only outputs the first, second, and fourht line _once_ so the 8th, etc lines are not in the output sorry:D 2010. 05. 13, csütörtök keltezéssel 11.04-kor Boyd Stephen Smith Jr. ezt írta: On Thursday 13 May 2010 10:49:22 Jozsi Vadkan wrote: 2010. 05. 12

only output the nth line

2010-05-12 Thread Jozsi Vadkan
I have a file: cat file.txt daemon 1): 596 0 0 1 0 0 bin 2): 12 0 0 1 0 0 sys 3): 0 0 0 0 0 0 And i want to only output the first, second, and fourth line to another file. The: sed -n '1,2p;4p' file.txt doesn't work. What magic do i need for it? :D Thanks..:\ -- To UNSUBSCRIBE, email

usb raid1 pendrive boot

2010-05-07 Thread Jozsi Vadkan
Did anyone managed to boot from RAID1? Lenny gives this error message: mdadm: no devices found for /dev/md0 I just want to install Debian Lenny on two pendrives [in sRAID1], so that the HDD's in the pc can be used only as data containers, but it gives this error message. Please help me. Thank

Re: usb raid1 pendrive boot

2010-05-07 Thread Jozsi Vadkan
But i thought that, I can boot from RAID1 under Lenny. So i can't? So the solution is that I need a separate /boot partition? But the RAID will be useless then... 2010. 05. 7, péntek keltezéssel 14.22-kor deloptes ezt írta: Jozsi Vadkan wrote: Did anyone managed to boot from RAID1

Re: usb raid1 pendrive boot

2010-05-07 Thread Jozsi Vadkan
rootdelay=15 worked!!! THANK YOU!!! 2010. 05. 7, péntek keltezéssel 14.54-kor martin f krafft ezt írta: also sprach Jozsi Vadkan jozsi.avad...@gmail.com [2010.05.07.1440 +0200]: But i thought that, I can boot from RAID1 under Lenny. So i can't? You should be able to, using

debian on routerstation pro

2010-05-02 Thread Jozsi Vadkan
on a lenny/amd64bit pc, i give out the: # debootstrap lenny --arch=mips something/ I: Retrieving Release E: unknown location something/dists/lenny/Release # command. something is a mounted partition of an usb drive. why can't i create a debian to the usb pendrive, with mips arch? i can create

Re: debian on routerstation pro

2010-05-02 Thread Jozsi Vadkan
solution: debootstrap --foreign --arch mips lenny something on a lenny/amd64bit pc, i give out the: # debootstrap lenny --arch=mips something/ I: Retrieving Release E: unknown location something/dists/lenny/Release # command. something is a mounted partition of an usb drive. why

boot Debian on a RouterStation Pro

2010-05-02 Thread Jozsi Vadkan
Can anyone post a howto/doc, help about booting a Debian on a RouterStation Pro?:\ https://forum.openwrt.org/viewtopic.php?pid=108415#p108415 I still didn't manage to boot from it. Or any other normal distro :\ Thank you.. p.s.: a little more detailed howto:\ -- To UNSUBSCRIBE, email to

how to redirect a domain in virtualmin

2010-04-29 Thread Jozsi Vadkan
The question is simple. The answer [is there any] isn't simple [it's not implemented in virtualmin yet?]. So: There are two domains: AAA.com and: BBB.com Ok! Both domains are on the Virtualmin server, Ok! The big question: How can I redirect AAA.com to: BBB.com/index.php?lang=en ? In

creating tables...html

2010-04-24 Thread Jozsi Vadkan
What can i do about those empty spaces? i just can't figure it out... the html code: htmlheadmeta http-equiv=Content-Type content=text/html; charset=utf-8 / bodystyle type=text/css a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: underline; } table.tabletemplate

howto setup my own wikipedia site

2010-04-20 Thread Jozsi Vadkan
Can anyone post a link, howto install/setup a wikipedia-like site? I just want to put my stiky-notes to my own wikipedia site. Thank you -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

crypt question/server hotel

2010-04-17 Thread Jozsi Vadkan
I want to put my server in a server hotel. But: I don't trust my server hotel owner. What can I do? I can crypt my partition/hdd's that contains the data. Ok. But: then my operating system will not be encrypted. Not Ok. If I crypt my operating system too, then when a reboot comes, I have to

093a:2622 webcam

2010-04-13 Thread Jozsi Vadkan
I bought a webcam: Bus 006 Device 004: ID 093a:2622 Pixart Imaging, Inc. What should I do, to bring it to life? I installed cheese, but it doesn't gives any video. /dev/video doesn't exists. Is there a script that installs all the webcam drivers? Or how to find out, what drivers does it

automate apt-get update

2010-04-08 Thread Jozsi Vadkan
I don't want to put: apt-get update in: /etc/crontab But then how could I automate the: apt-get update ? Is there a program for it? [e.g.: update-manager under GUI?] that randomly runs apt-get update? Thank you! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

automate updates in Lenny

2010-04-07 Thread Jozsi Vadkan
how do you automate the updates in Lenny? [if you're using it as a desktop os, and you don't want to give: apt-get update; apt-get upgrade -y every week..]? i'm using this: #!/bin/bash RANDOMTIME=$(echo $[ ($RANDOM % 60 ) ] ) if ! grep -q root dpkg --configure -a /etc/crontab; then echo

regexp a package with apt?

2010-04-07 Thread Jozsi Vadkan
Is there a regexp for the: gstreamer0.10-plugins-bad package? I mean like: apt-get install gstreamer*-plugins-bad so that later, when it will get a new version number, it would still be downloadable by a script written e.g.: now. Thank you! -- To UNSUBSCRIBE, email to

how to set default gpg keyring?

2010-04-04 Thread Jozsi Vadkan
how can I set my gpg key as the default? man gpg doesn't helps this time :\ $ gpg --list-keys /home/somebody/.gnupg/pubring.gpg - pub 1024D/ 2008-02-27 [expired: 2010-02-27] uid Some Body someb...@somewhere.com $ gpg --default-key

skype alternative

2010-04-03 Thread Jozsi Vadkan
What could be the best skype alternative, that uses some kind of encryption? I just want to lighten my phone bill..:\ Any good/bad experience regarding this? :\ Thank you!! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact