Re: hacked - looking for doc/suggestions on hardening/securing systems from the start

2013-12-18 Thread Rodolfo Alcazar Portillo
As it in not common to be hacked on linux, and linux is really strong after install, perhaps you could specify a little under what conditions you were hacked. Was a physical intrusion? communicational? software? a web page? an open service or port? an injection? stolen passwd? Normally, hacking

Barcode reader f14=no win=yes

2011-04-07 Thread Rodolfo Alcazar Portillo
-- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Manchmal ist es sehr schwer, wach zu bleiben, besonders in der Kirche. - Oscar Wilde -- users mailing list users

Re: Barcode reader f14=no win=yes

2011-04-07 Thread Rodolfo Alcazar Portillo
On Thu, 2011-04-07 at 07:45 -0430, Patrick O'Callaghan wrote: On Thu, 2011-04-07 at 10:56 +0200, Rodolfo Alcazar Portillo wrote: I got a new barcode reader, but it doesn't work (does in any Win box). Am I missing something? Loading any USB keyboard module? (cant guess any). What does

Re: Barcode reader f14=no win=yes

2011-04-07 Thread Rodolfo Alcazar Portillo
On Thu, 2011-04-07 at 09:38 -0300, Fernando Cassia wrote: On Thu, Apr 7, 2011 at 5:56 AM, Rodolfo Alcazar Portillo nosp...@gmail.com wrote: bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 1 Keyboard

Re: Barcode reader f14=no win=yes

2011-04-07 Thread Rodolfo Alcazar Portillo
On Thu, 2011-04-07 at 09:38 -0300, Fernando Cassia wrote: On Thu, Apr 7, 2011 at 5:56 AM, Rodolfo Alcazar Portillo nosp...@gmail.com wrote: bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 1 Keyboard

Re: Autorun is VERY bad

2011-02-08 Thread Rodolfo Alcazar Portillo
nothing to do with autorun. That's like comparing midgets and oranges. :) -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Der Computer hilft uns, Probleme zu

Re: check, that a script is in a folder

2011-01-05 Thread Rodolfo Alcazar Portillo
. Greets! -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Absolutely nothing should be concluded from these figures except that no conclusion can be drawn from them

Re: variable in loop

2011-01-02 Thread Rodolfo Alcazar Portillo
wrote: for i in {1..$a} I think you mean: for ((i=1;i$a;i++)) Cheers. -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Früher oder später emulieren wir euch

Re: recursively count the words occurrence in the text files

2010-12-31 Thread Rodolfo Alcazar Portillo
* recursively: $ SOMEMAGIC output.txt cat output.txt asdf 1 word1 2 word2 4 word3 3 word4 2 word5 1 word6 2 word7 1 word8 1 word9 1 word10 1 $ $ find . -type f -exec cat {} \;|sed -r 's/ /\n/g'|sort|uniq -c -- Rodolfo Alcazar Portillo - nosp

Curious bash evaluation

2010-12-27 Thread Rodolfo Alcazar Portillo
Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- # unzip; strip; touch; finger; grep; mount; fsck; more; yes; fsck; fsck; fsck; umount; sleep -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

Re: Curious bash evaluation

2010-12-27 Thread Rodolfo Alcazar Portillo
command echo 'hi' It just echos hi .. like it should Sorry, if this doesn't sound real elegant..Someone will give a better description Nor elegant neither understandable, but thanks for trying. :) -- Rodolfo Alcazar Portillo - nosp...@gmail.com

Re: Curious bash evaluation

2010-12-27 Thread Rodolfo Alcazar Portillo
On Mon, 2010-12-27 at 10:46 -0600, inode0 wrote: On Mon, Dec 27, 2010 at 10:05 AM, Rodolfo Alcazar Portillo nosp...@gmail.com wrote: Hello. See this: # A=echo 'hi' # echo $($A) 'hi' That seems rather convoluted. Are you sure you don't just want to eval $A anyway? Very sure

Re: Curious bash evaluation

2010-12-27 Thread Rodolfo Alcazar Portillo
On Mon, 2010-12-27 at 13:31 -0500, Chris Tyler wrote: On Mon, 2010-12-27 at 17:05 +0100, Rodolfo Alcazar Portillo wrote: Hello. See this: # A=echo 'hi' # echo $($A) 'hi' # echo 'hi' hi Does anyone understand why does the first command evals the echo but echoes

Re: About programing, a general question

2010-12-16 Thread Rodolfo Alcazar Portillo
programming (java, informix, perl, php, python, etc.) will be your prize. (If anyone has a pdf copy of the Pink-Shirt Book, I would thank if mailed, my original is 5000 miles away :) Cheers! -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com

Re: FluidSynth configuration

2010-12-10 Thread Rodolfo Alcazar Portillo
, so I installed the repo and updated qjackctl. Cheers. -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Reine Mathematik ist Religion. - Novalis, Fragmente

Re: Any Dittoheads out there?

2010-11-25 Thread Rodolfo Alcazar Portillo
-O - http://www.jazzpodcast.org/ 2 /dev/null|sed -r 's:.*(http\:[^]*\.mp3).*:\1:g' ...and so on. Cheers! -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Es gibt

Re: how to generate pi in (bash)

2010-11-08 Thread Rodolfo Alcazar Portillo
Hey I love this. Approximating pi by cannonball firing. http://tldp.org/LDP/abs/html/mathc.html#cannonref :) -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962

Re: how to generate pi in c

2010-11-07 Thread Rodolfo Alcazar Portillo
by repeating the activity. :) -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- There are two rules for success in life: Rule 1: Don't tell people everything you know

Re: how to generate pi in c

2010-11-05 Thread Rodolfo Alcazar Portillo
On Fri, 2010-11-05 at 17:40 +0100, Arthur Bela wrote: Does anyone has a generate-pi.c source code? And do not lose Fabrice Bellard's Pi record... with Fedora. http://bellard.org/ Cheers. -- Rodolfo Alcazar Portillo - nosp...@gmail.com

Re: how to generate pi in c

2010-11-05 Thread Rodolfo Alcazar Portillo
On Fri, 2010-11-05 at 19:12 +0100, Rodolfo Alcazar Portillo wrote: On Fri, 2010-11-05 at 17:40 +0100, Arthur Bela wrote: Does anyone has a generate-pi.c source code? And do not lose Fabrice Bellard's Pi record... with Fedora. http://bellard.org/ Damn! Didn't knew he was beaten by a guy who

Re: live in text mode

2010-11-02 Thread Rodolfo Alcazar Portillo
Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Fedora -- All my bits are free, are yours? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https

Re: Hey, I a new to Linux

2010-08-04 Thread Rodolfo Alcazar Portillo
On Wed, 2010-08-04 at 14:15 +0800, La perte wrote: hello everybody there using linux, I am new here and hope we enjoying using and talking about linux and fedora together... Welcome! -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com

Re: Phone calls from laptop

2010-07-15 Thread Rodolfo Alcazar Portillo
software available to do this? A lot, but not with a modem. :( -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- for thing in $(fnord $(frob $(./gazonk foo bar baz

Re: [OT] vi question

2010-07-14 Thread Rodolfo Alcazar Portillo
the symbol to use for a linefeed in substitutions as in :s1,$#/tag#/taglinefeed#g You mean \r ? -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Es gibt 10

Re: text to html

2010-07-03 Thread Rodolfo Alcazar Portillo
|sed -r 's/([^\/]*)\/(.*)\.html/brfont size=4\1\/fontbr\na href=\1\/\2.html\2\/a |/g' Understood? I'll not be available during football matches. Regards. -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962

Re: Cannot download updates

2010-06-16 Thread Rodolfo Alcazar Portillo
On Wed, 2010-06-16 at 14:57 +1000, Michael Smith wrote: I am new to this and want some help/ideas. I recently installed Fedora 12 and now cannot download updates. Please copy the exact error message. Regards, -- Rodolfo Alcazar Portillo - nosp

Re: Gnome-terminal Output

2010-06-09 Thread Rodolfo Alcazar Portillo
Am Mittwoch, den 09.06.2010, 15:04 -0400 schrieb Overkill: Greetings, does anyone know how to save the entire session output of a gnome-terminal session? $ script :) -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com

Re: I did gOCR with screenshots, if helpful

2010-06-07 Thread Rodolfo Alcazar Portillo
tesseract nor Ocrad offered good results for me. In your case, maybe tesseract would be helpful. Also unpaper. :) -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962

Re: Sophos Anti Virus

2010-05-14 Thread Rodolfo Alcazar Portillo
, the sophos advertising: sophos runs on redhat, saying little of fedora. :) -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Fachbegriffe der Informatik, E-Learning

Re: Sophos Anti Virus

2010-05-13 Thread Rodolfo Alcazar Portillo
the advertising. :) -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Fachbegriffe der Informatik, Firewall: Firewalls schützen vor Viren, Trojanern, Kettenbriefen und