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

Re: Barcode reader f14=no win=yes

2011-04-07 Thread Rodolfo Alcazar Portillo
On Thu, 2011-04-07 at 07:21 -0700, James McKenzie wrote: > On Thu, Apr 7, 2011 at 5:53 AM, Rodolfo Alcazar Portillo > wrote: > > 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: > &g

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 > wrote: > > bInterfaceClass 3 Human Interface Device > > bInterfaceSubClass 1 Boot Interface Subclass > > bInterfaceProtocol

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 > wrote: > > bInterfaceClass 3 Human Interface Device > > bInterfaceSubClass 1 Boot Interface Subclass > > bInterfaceProtocol

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

Barcode reader f14=no win=yes

2011-04-07 Thread Rodolfo Alcazar Portillo
abled -- 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 mai

Re: Autorun is VERY bad

2011-02-08 Thread Rodolfo Alcazar Portillo
ble or buggy kernel code has 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 -- &quo

Re: check, that a script is in a folder

2011-01-05 Thread Rodolfo Alcazar Portillo
omparison are built with "==" (posix is "=", both works), integers compare with "-eq". Also, the test command ( or [ ) is required. Greets! -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.or

Re: variable in loop

2011-01-02 Thread Rodolfo Alcazar Portillo
> $ > Why doesn't it print: > 65 hello. You 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

Re: recursively count the words occurrence in the text files

2010-12-31 Thread Rodolfo Alcazar Portillo
MEMAGIC > 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 -- R

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

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 > wrote: > > Hello. See this: > > > > # A="echo 'hi'" > > > > # echo $($A) > > 'hi' > > That seems rather

Re: Curious bash evaluation

2010-12-27 Thread Rodolfo Alcazar Portillo
gt; In your second 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. :) -------------

Curious bash evaluation

2010-12-27 Thread Rodolfo Alcazar Portillo
-------- Rodolfo 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.fe

Re: About programing, a general question

2010-12-16 Thread Rodolfo Alcazar Portillo
joying high-level language 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 Po

Re: FluidSynth configuration

2010-12-10 Thread Rodolfo Alcazar Portillo
t and start playing. I wish we can find some better and smooth fedora way. On f13 I needed the planetccrma version of qjackctl, I think, but Im not sure, so I installed the repo and updated qjackctl. Cheers. -- Rodolfo Alcazar Portillo - nosp...@gmail.com otb

Re: Any Dittoheads out there?

2010-11-25 Thread Rodolfo Alcazar Portillo
this way: wget -O - http://www.jazzpodcast.org/ 2> /dev/null wget -O - http://www.jazzpodcast.org/ 2> /dev/null|sed -r 's:.*(http\:[^"]*\.mp3).*:\1:g' ...and so on. Cheers! -- Rodolfo Alcaz

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
echnique 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 eve

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/ Dam

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 -

Re: live in text mode

2010-11-02 Thread Rodolfo Alcazar Portillo
t a init 1 equivalence. :) ---------- Rodolfo 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 subsc

Re: Hey, I a new to Linux

2010-08-03 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...@gma

Re: Phone calls from laptop

2010-07-15 Thread Rodolfo Alcazar Portillo
is? Is there any 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 $

Re: [OT] vi question

2010-07-14 Thread Rodolfo Alcazar Portillo
On Wed, 2010-07-14 at 16:09 -0700, Mike Wright wrote: > Rodolfo Alcazar Portillo wrote: > > On Wed, 2010-07-14 at 10:26 -0700, Mike Wright wrote: > >> I'm using Zend_Framework to generate some html which it unfortunately > >> does as one giant line. I'm prett

Re: [OT] vi question

2010-07-14 Thread Rodolfo Alcazar Portillo
t; > Will somebody tell me the symbol to use for a linefeed in substitutions > as in > :s1,$##linefeed#g You mean \r ? -------------- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -

Re: text to html

2010-07-03 Thread Rodolfo Alcazar Portillo
On Sat, 2010-07-03 at 15:20 +0100, Sam Sharpe wrote: > On 3 July 2010 14:16, Rodolfo Alcazar Portillo wrote: > > On Sat, 2010-07-03 at 11:07 +0200, Jozsi Avadkan wrote: > >> input: > >> http://pastebin.com/raw.php?i=MqPXZwc3 > >> > >> output

Re: text to html

2010-07-03 Thread Rodolfo Alcazar Portillo
astebin.com/raw.php?i=MqPXZwc3|sed -r 's/([^\/]*)\/(.*)\.html/\1<\/font>\n\2<\/a> |/g' Understood? I'll not be available during football matches. Regards. ---------- Rodolfo Alcazar Portillo - nosp...@gmail.c

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

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.blogsp

Re: I did gOCR with screenshots, if helpful

2010-06-07 Thread Rodolfo Alcazar Portillo
for passwords. Neither 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.l

Re: Sophos Anti Virus

2010-05-13 Thread Rodolfo Alcazar Portillo
hs repeated, 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

Re: Sophos Anti Virus

2010-05-13 Thread Rodolfo Alcazar Portillo
tion any technical argument, just the advertising. :) ---------- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter.li.org: #367962 -- Fachbegriffe der Informatik, Firewall: Firewalls schützen vo