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

2013-12-18 Thread NoSpaze
Common rootkits that exploit weaknesses of old systems. I'd say it's enough to keep updated systems. If want some more hardening, close opened ports, use a firewall or iptables, create a DMZ, use strong passwords, disable unneeded services. Re included the list. There are people who reads the thre

Re: More antivirus talk - comodo antivirus for linux

2013-08-14 Thread NOSpaze
On Wed, 2013-08-14 at 18:19 -0400, linuxnuts...@videotron.ca wrote: > Has anybody heard of this, or even tried it? > > http://www.comodo.com/home/internet-security/antivirus-for-linux.php In fact, a quick search at your mail domain (.com) shows a lot of windows software useful for windows, includ

Re: f18...

2013-04-01 Thread NOSpaze
On Mon, 2013-04-01 at 21:03 +0200, Marc Blanc wrote: > Le Mon, 01 Apr 2013 11:12:09 -0700, > Joe Zeff a écrit : > >ping 18.9.22.69 > Right : > ping 18.9.22.69 > PING 18.9.22.69 (18.9.22.69) 56(84) bytes of data. > 64 bytes from 18.9.22.69: icmp_req=1 ttl=237 time=112 ms > 64 bytes from 18.9.22.69:

Re: [OT] Security layers

2013-03-10 Thread NOSpaze
On Sat, 2013-03-09 at 19:38 +0100, Reindl Harald wrote: > Am 09.03.2013 19:35, schrieb Markus Lindholm: > > On 9 March 2013 19:07, Reindl Harald wrote: > >> Am 09.03.2013 18:58, schrieb Markus Lindholm: > >>> I have a box with F18 on which I use automatic login and I just > >>> noticed that Evolut

F18: Gnome panel icons w a s t e s p a c e !

2013-01-21 Thread NOSpaze
can I reduce this space wasting? Thanks! F18 going well as far... -- NOSpaze -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki

Re: fedora books

2012-12-01 Thread NOSpaze
On Sat, 2012-12-01 at 01:37 -0500, Brian West wrote: > Hello everyone I'd like to hear any suggestions you may have when it > comes to a good book to learn the features of fedora. while there are > countless books that teach you how to use linux in the general way. > each distribution has its

Re: Hack attacks

2012-11-18 Thread NOSpaze
On Mon, 2012-11-19 at 10:16 +1100, Roger wrote: > Is there any way to trace ip addresses back past the originating ISP. > I've been using whois but it seems limited. Could mtr be of any help? -- NOSpaze -- users mailing list users@lists.fedoraproject.org To unsubscribe or change s

Re: [OT] Microsoft Bashing

2012-11-15 Thread NOSpaze
On Tue, 2012-11-13 at 12:12 +, Arthur Dent wrote: > I was sitting in a dentist's waiting room ... > Good ammunition for all you Microsoft bashers... Dentist & reading MS ?? U likes pain! ;) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: ht

Re: iptables fubared?

2012-10-04 Thread NOSpaze
On Thu, 2012-10-04 at 15:00 -0700, Mark Space wrote: > I tried this with tcpdump running on the server. It surprised me when I > saw tcpdump respond. Firefox still says "cannot connect" from an > external workstation, but my server is seeing something at least. > > I won't bore you with all of

Re: iptables fubared?

2012-10-04 Thread NOSpaze
ports. Try debugging the problem with tcpdump. nmap can help you check for opened ports. -- NOSpaze -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wik

Re: mysqldump on Fedora 16 slightly OT

2012-09-08 Thread NOSpaze
On Sat, 2012-09-08 at 15:53 +1000, Roger wrote: > I got this command line from Google > mysql mydb1 -u user -p password -e 'select tables like > "field_data_field%"'| xargs | mysqldump -u user -p password d7x I can't see the "select tables" command exists, although "tables" is a table with all t

[CRLFAWFULLY SOLVED] To telnet or to netcat... that's the question

2012-08-31 Thread NOSpaze
Would I believe? Works with CRLF. # hexdump -C atest 6e 63 20 31 32 37 2e 30 2e 30 2e 31 20 35 30 33 |nc 127.0.0.1 503| 0010 38 20 3c 3c 20 45 4f 46 0a 41 63 74 69 6f 6e 3a |8 << EOF.Action:| 0020 20 4c 6f 67 69 6e 0a 41 63 74 69 6f 6e 49 44 3a | Login.ActionID:| 003

Re: To telnet or to netcat... that's the question

2012-08-31 Thread NOSpaze
859-1 (hah! could it be caused some encoding issue?) # chmod +x myscript.ISO8859-1 # ./myscript.ISO8859-1 and # . ./myscript.ISO8859-1 (hah! could it be caused by the environment vars?) asterisk said == Connect attempt from '127.0.0.1' unable to authenticate. This is making me lo

Re: To telnet or to netcat... that's the question

2012-08-31 Thread NOSpaze
On Fri, 2012-08-31 at 14:14 +0100, Bryn M. Reeves wrote: > On 08/31/2012 01:41 PM, NOSpaze wrote: > > But if I use nc and do... > > > > # nc 127.0.0.1 5038 << EOF > > > Action: Login > > > ActionID: 1 > >

To telnet or to netcat... that's the question

2012-08-31 Thread NOSpaze
y is that difference? Is nc sending a different string sequence or what? TIA... -- NOSpaze -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/M

Re: How to search for large files >1Gigabyte via command line

2012-08-14 Thread NOSpaze
On Mon, 2012-08-13 at 20:41 +0100, Aaron Gray wrote: > On 13 August 2012 19:53, Jack Craig wrote: > > du -ahx * | sort -rh | head -30 Kinda same approach with find, just for files... find . -type f -print0 | xargs -0 du -h | sort -hr | head -30 Greets! -- users mailing list users@lists.f

Re: [OT] Fedora 18 code name

2012-04-04 Thread NOSpaze
On Tue, 2012-04-03 at 14:07 -0400, nu...@gmx.com wrote: > >On Fri, Mar 30, 2012 at 09:13:33PM -0400, Tom Horsley wrote: > >> I think Fedora 18 should take a radical approach to code > >> names, one that no one would ever expect. How about: > >> > >> Fedora 18 > > >Fedora 17++ > > Fedora 19 Beta?

Re: F16 rocks ! (w/XFCE?)

2012-03-16 Thread NOSpaze
On Fri, 2012-03-16 at 11:52 +0200, Alchemist wrote: > Fedora 15 XFCE Desktop tour https://www.youtube.com/watch?v=NCMcH469ATI > HOWTO Customize XFCE http://forums.fedoraforum.org/showthread.php?t=265583 > look at theese ^ Perfect, just what I need. I'll try it. Thanks! -- NOSpa

Re: F16 rocks ! (w/XFCE?)

2012-03-16 Thread NOSpaze
s with xfce?), autologin, security & keys, and so on. Maybe it's easy, but don't want to spend a whole weekend digging. Does anyone knows any quick and concrete tutorial for xfce (better if fedora oriented)? Really want to use xfce or any lightweight desktop! Thanks! -- NOSpaze --

Re: Mockup tool?

2012-02-29 Thread NOSpaze
Am 27.02.2012 14:56, schrieb NOSpaze: > > Hi. Does Fedora (16) include any mockup tool? > > (something like mockflow.com or mockingbird.com, but not online)... On Wed, 2012-02-29 at 08:42 +0100, Christian Kalkhoff wrote: > very interesting question that led me to > http://penc

Mockup tool?

2012-02-27 Thread NOSpaze
Hi. Does Fedora (16) include any mockup tool? (something like mockflow.com or mockingbird.com, but not online)... Thanks, greetings. -- NOSpaze -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo

Re: Ogg to mp3, anyone?

2012-02-19 Thread NOSpaze
3} However, converting to any lossy format causes the audio to lose quality each time a compression is made (that means wav->ogg loses something; ogg->mp3 loses even more). Greets. -- NOSpaze -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscripti

Re: bash script regular expression

2012-02-10 Thread NOSpaze
> VeriSign > Class > 1 > CA > Individual > Subscriber-Persona > Not > Validated The default field separator ($IFS) is usually space or tab or newline. Read: http://bash.cyberciti.biz/guide/$IFS -- NOSpaze -- users mailing list users@lists.fedoraproject.org T

Re: Googlecl

2012-02-09 Thread NOSpaze
On Thu, 2012-02-09 at 16:31 +, Timothy Murphy wrote: > I have yum-installed googlecl > ... > I have done that, and I still have no idea > what the project is or is about. Tim, I don't use it for a long time. But I still have some notes, which could for that reason be outdated. I've used it mai

Re: Writing a book w/F16?

2011-12-10 Thread NOSpaze
On Sat, 2011-12-10 at 11:20 -0800, Linda McLeod wrote: > Get "FocusWriter" for sure... Nice and fast! Handle tabs below! Trying to understand what a session is. Tx. -- NOSpaze -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription o

Re: Writing a book w/F16?

2011-12-10 Thread NOSpaze
On Sat, 2011-12-10 at 10:17 -0700, Craig White wrote: > On Sat, 2011-12-10 at 13:57 +0100, NOSpaze wrote: > > On Sat, 2011-12-10 at 20:50 +0800, Ed Greshko wrote: > > > On 12/10/2011 08:34 PM, Craig White wrote: > > > > is there any doubt who this NOSpaze is? > &g

Re: Writing a book w/F16?

2011-12-10 Thread NOSpaze
On Sat, 2011-12-10 at 20:50 +0800, Ed Greshko wrote: > On 12/10/2011 08:34 PM, Craig White wrote: > > is there any doubt who this NOSpaze is? > > Rodolfo Alcazar Portillo > > Why do you ask? Yea thats me, why do you ask? are you my neighbor? :) -- NOSpaze -- use

Re: Writing a book w/F16?

2011-12-10 Thread NOSpaze
On Sat, 2011-12-10 at 10:22 +0100, Marc Blanc wrote: > Le Fri, 09 Dec 2011 21:22:15 +0100, > NOSpaze a écrit : > >I need to know what software f16 includes to aid in the task of writing > >a book ... > sgml/xml does this. But it's no wysiwyg... And it's not a s

Re: Writing a book w/F16?

2011-12-09 Thread NOSpaze
On Fri, 2011-12-09 at 13:28 -0700, Peter Gueckel wrote: > NOSpaze wrote: > > > Hi. > > > > I need to know what software f16 includes to aid in the task of writing > > a book (not just spelling and TOC). libreoffice I'm using, but is too > > slow and una

Writing a book w/F16?

2011-12-09 Thread NOSpaze
ow the fast key combinations)... maybe i'm asking too much. Thanks! -- NOSpaze -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidel

Re: Hello to everyone

2011-12-02 Thread NOSpaze
On Thu, 2011-12-01 at 09:55 -0500, LinuxIsOne wrote: > Hello, > I get it. "Linux is one", meaning that Debian=Fedora, and we name them differently because or religious matters. Well thought and good one. That means you have a high IQ. Hello and welcome to this list! Going a little bit further, I

Re: Fedora - time to blink

2011-11-23 Thread NOSpaze
ures. A very emotional and subjective opinion of some applications within a narrow point of view of the linux capabilities. Empty glasses are louder :) Cheers. -- NOSpaze -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedora

Re: How to compare two text files

2010-05-06 Thread NoSpaze
Am Donnerstag, den 06.05.2010, 18:27 +0530 schrieb W.H. Kalpa Pathum: > I've got two text files containing email addresses one at a row. The > number of rows in one file is different from the number of the other > file. email addresses in one file is already there in the other file > (there are som

Re: F12 Firefox pwd trouble

2010-04-28 Thread NoSpaze
Am Dienstag, den 27.04.2010, 17:11 + schrieb Beartooth: > Firefox insists, whenever I let it change a password, on > making those for two lists on the same domain (one that I run, and one > that I help run) the same. There are actually four different passwords, > what with owner and m

Re: can't create live USB stick with Fedora 12

2010-04-19 Thread NoSpaze
Am Montag, den 19.04.2010, 16:29 +0300 schrieb Alan Holt: > # ls -la /media/CARD/ > ls: невозможно получить доступ к /media/CARD/φ▒u ç▄8d.╤ìi: > Input/output error > ls: невозможно получить доступ к /media/CARD/╠ét(í²e.≡¼h: > Input/output error > ls: невозможно получить доступ к /media/CARD/╡φr▄ü

Re: Mounting a qemu created image

2010-04-04 Thread NoSpaze
Am Sonntag, den 04.04.2010, 21:24 +0100 schrieb Paul: > Outside of qemu, is there a way to mount the image? Could this be useful? http://en.wikibooks.org/wiki/QEMU/Images :) -- Rodolfo Alcazar Portillo - nosp...@gmail.com otbits.blogspot.com / counter

Re: New Kernel will not boot

2010-04-01 Thread NoSpaze
Am Donnerstag, den 01.04.2010, 07:33 -0600 schrieb Lawrence E Graves: > When I install it and reboot my system it stops at the > Fedora sign in the middle of the screen. Press the ESC key to see any messages. Maybe https://bugzilla.redhat.com/show_bug.cgi?id=578217 applies to you. Greets.

Kernel BUG crash + photo 2.6.32.10-90

2010-03-31 Thread NoSpaze
Hi. Yesterday I updated to kernel 2.6.32.10-90.fc12.i686. When booting, I got this BUG (likely reported by udev in the photo): http://otbits.blogspot.com/2010/03/bug-photo-20100331.html Now I'm booting by choosing previous kernel on Grub (2.6.32.9-70.fc12.i686). At first, felt like a disk error,

Re: Asking for help to install Gambit

2010-03-26 Thread NoSpaze
Am Freitag, den 26.03.2010, 18:09 + schrieb Paul Smith: > >> >> -DHAVE_DRAND48=1 -I. -I. -g -O2 -c integer.cc -fPIC -DPIC -o > >> >> .libs/integer.o > >> >> integer.cc: In function 'Gambit::IntegerRep* > >> >> Gambit::atoIntegerRep(const char*, int)': > >> >> integer.cc:2153: error: 'strlen'

Re: Asking for help to install Gambit

2010-03-26 Thread NoSpaze
Am Freitag, den 26.03.2010, 14:08 + schrieb Paul Smith: > On Fri, Mar 26, 2010 at 1:13 PM, NoSpaze wrote: > >> I am trying to install gambit-0.2007.12.04.tar.gz on F12, but getting > >> errors. > > > > If nobody answered the first time, it has to be for s

Re: Asking for help to install Gambit

2010-03-26 Thread NoSpaze
Am Freitag, den 26.03.2010, 09:41 + schrieb Paul Smith: > Dear All, > I am trying to install gambit-0.2007.12.04.tar.gz on F12, but getting > errors. If nobody answered the first time, it has to be for some reason. Maybe you can try specifying the errors. :) -

Re: [TOPPOSTING] find /etc -size -1G return only empty files

2010-03-25 Thread NoSpaze
(following top posting) Seems like rounding issues lead to the problem. Try lesser units (instead of G, use M, k, c). Am Donnerstag, den 25.03.2010, 09:28 +0100 schrieb Christof Damian: > I think it is just confusing: http://savannah.gnu.org/bugs/?12162 > > On Thu, Mar 25, 2010 at 07:45, Ala1n S

Re: upgrade FC5

2010-03-24 Thread NoSpaze
Am Mittwoch, den 24.03.2010, 07:07 + schrieb Thufir: > It seems impossible to upgrade FC5 without a clean install -- is that > essentially correct? It all depends on time. If you want to spent days fixing upgrade issues between versions, no. If you want to write "yum upgrade f12", yes. > If

Re: Restarting pulseaudio? -

2010-03-22 Thread NoSpaze
Am Montag, den 22.03.2010, 11:36 -0400 schrieb Bob Goodwin: > I tried as user: > [b...@box6 ~]$ pulseaudio -D > E: main.c: Daemon startup failed. $ pulseaudio -k $ ps fax|grep pulse 4981 pts/1S+ 0:00 | \_ grep pulse 4974 ?Shttps://admin.fedoraproject.org/mailman/listinfo/users

Re: Restarting pulseaudio? -

2010-03-22 Thread NoSpaze
Am Montag, den 22.03.2010, 10:01 -0400 schrieb Bob Goodwin: > How can I restart pulseaudio after killing it? > I can't find anything like "service pulseaudio > restart/status/whatever." Must I reboot F-12? Please, notice this works as a non-root user: Killing pulseaudio: $ pulseaudio -k

Re: Charging USB devices with Fedora

2010-03-17 Thread NoSpaze
Am Mittwoch, den 17.03.2010, 12:33 +0100 schrieb Ambrogio: > It's very strange that 2 different devices bought in the same store at > the same moment are both dead. I cant' understand if you are able to charge also from the wall power adapter. Anyway, it doesn't seem to be a linux issue; could be:

Re: Strange things during upgrades

2010-03-11 Thread NoSpaze
Am Mittwoch, den 10.03.2010, 17:20 +0100 schrieb Antonio M: > 2010/3/10 NoSpaze : > > Am Mittwoch, den 10.03.2010, 16:15 +0100 schrieb Antonio M: > >> [Errno 2] No such file or directory: > >> '/var/cache/yum/i386/12/fedora/01a9150327554e6d65132266f7b065a5

Re: Problem with apache virtual host in new fedora 12 installation

2010-03-11 Thread NoSpaze
Am Donnerstag, den 11.03.2010, 08:30 +0800 schrieb Richard Cahilig: > Yes. The user apache able to access /home/user. I even tried to > changed the owership to user apache and group apache but I still have > error 403. Nope. I'm sure he is not. You certainly are, but in order to provide access to

Re: gmpc sound not working

2010-03-11 Thread NoSpaze
Am Mittwoch, den 10.03.2010, 11:16 -0700 schrieb Wendell Nichols: ... > gmpc on my laptop. These things come from rpmfusion. > Every sound application on my machine is able to make noise except > gmpc. Same here. Maybe this entry in /var/log/messages is related: Mar 11 09:15:44 rodolfoap puls

Re: Mail Server

2010-03-10 Thread NoSpaze
Am Mittwoch, den 10.03.2010, 15:40 +0200 schrieb William Mungwiro: > Hi All, im running Fedora 10 and i want to configure the sending of > email both internal and external. can anybody email me the > instructions on how to do it at > mungwirowill...@gmail.com as soon as possible. As someone point

Re: Strange things during upgrades

2010-03-10 Thread NoSpaze
Am Mittwoch, den 10.03.2010, 16:15 +0100 schrieb Antonio M: > [Errno 2] No such file or directory: > '/var/cache/yum/i386/12/fedora/01a9150327554e6d65132266f7b065a5d107b4efb7afa78012fa3ffcc6f517e9-primary.sqlite.bz2' My two cents: this is my i386 laptop output. Curiously, my version is not bzipped

Re: lzma compression on official isos vs Deltaisos

2010-03-10 Thread NoSpaze
Am Dienstag, den 09.03.2010, 20:35 -0800 schrieb Antonio Olivares: > Yes, But I must ask again, rpm is using xz compression, but can > it be recompressed again with xz, No it cannot. Recompressing something that is already compressed, normally ends in growing the final result. > xz is already

Re: GNS3 installation

2010-03-10 Thread NoSpaze
Am Dienstag, den 09.03.2010, 23:23 +0700 schrieb Rashedul Arefin: > I want to install GNS3 on Fedora 12. Can anyone provide me the step by > step guidelines for this? Make it work in five minutes (mostly, learning GNS3, nice, thanks). a) yum install xterm telnet PyQt4 b) downloaded and untarred

Re: ssh to my computer behind NAT

2010-03-09 Thread NoSpaze
Am Dienstag, den 09.03.2010, 19:59 -0500 schrieb Bill Davidsen: > Hiisi wrote: > > Dear list! > > I would like to be able to ssh to my home computer located behind my > > ISP' NAT. I know, I can tunnel to it through some middle host and > > actually I'm doing it at the moment. But I'm fancy is ther

Re: Converting SVG to PDF

2010-03-09 Thread NoSpaze
Am Dienstag, den 09.03.2010, 13:58 -0500 schrieb Oliver Ruebenacker: > Is there a free SVG to PDF converter available that actually works? a) Imagemagick: $ convert myfile.svg myfile.pdf b) use inkscape to generate a raster (jpg, gif). Then use convert: $ convert myfile.jpg myfile.pdf Greets!

Re: Firewall config and ftp server

2010-03-09 Thread NoSpaze
Am Dienstag, den 09.03.2010, 23:09 +0800 schrieb Edward. S. P. Leong: > NoSpaze wrote: > > # modprobe ip_tables > > FATAL: Module ip_tables not found. Again: this module does not exist! Maybe ip_nat or nf_nat? > > # modprobe ip_nat_ftp > > # modprobe ip_conntrack >

Re: Firewall config and ftp server

2010-03-08 Thread NoSpaze
Am Montag, den 08.03.2010, 22:45 +0800 schrieb Edward. S. P. Leong: > Our is fedora 11... Mine is F12. > How can we enable the following of firewall function ( modules ), then > the ftp server is good for working ? > modprobe ip_tables # lsmod|grep tables ip6_tables 9409 1 ip6table

Re: Problem with an external usb HD - slow usb

2010-03-08 Thread NoSpaze
Am Montag, den 08.03.2010, 12:16 -0300 schrieb Luigi Castro Cardeles: > the default max_sectors is 240. I change this to 1024 like you said > but the problem continue. > time dd if=/dev/sdc1 of=/dev/null bs=1M count=5 > i get that speed: 972 MB/s > but if i run rsync, the upload transfer rate is v

Re: logrotate

2010-03-04 Thread NoSpaze
Am Donnerstag, den 04.03.2010, 14:45 +0530 schrieb Kaushal Shriyan: > Hi, > > is there a way to scp or rsync the files to a remote host older than > 15 days in the logrotate config and than delete it on localhost older > than 15 days, so that at a time only 15 days of logs are available on > local

Re: (OT) Generate Graphical Tree (SVG / PNG) of Directory Structure

2010-03-03 Thread NoSpaze
Am Dienstag, den 02.03.2010, 22:21 -0500 schrieb Armelius Cameron: > I am wondering if anyone knows any tool to generate a graphical > representation > of directory structure as a tree. Directories would be a node, files would > be > leaves. I know about the command line "tree". It's similar,

Re: Looking for advise on a special grub setup.

2010-03-01 Thread NoSpaze
On Sun, 2010-02-28 at 22:03 -0500, Steven W. Orr wrote: > I have two hard drives which look like this: > > FilesystemSize Used Avail Use% Mounted on > /dev/sda6 9.4G 1.5G 7.5G 16% / > /dev/sda11 85G 45G 36G 57% /g > /dev/sda10 30G 6.1G 23

Re: Fedora Install

2010-02-26 Thread NoSpaze
On Fri, 2010-02-26 at 07:23 -0600, Mike Flannigan wrote: > I would like to get any flavor of Linux installed > to my older-generation computer. I have 2 > old computers: > x86 Family 6 Model 7 Stepping 3 AT/AT Compatible 130,596 KB Ram > Intel (R) 4 CPU 1400 MHz 130,352 KB Ram > I know that x86 is

Re: quite unusable wifi

2010-02-21 Thread NoSpaze
On Fri, 2010-02-19 at 12:29 +0100, Pietro "m0nt0" Montorfano wrote: > 05:00.0 Ethernet controller: Atheros Communications Inc. AR242x > 802.11abg Wireless PCI Express Adapter (rev 01) ... Confirmation. This worked fine on my old apartment (Toshiba satellite, atheros AR242x, F12, x86_64) with a lin