customize CFLAG with /etc/mk.conf

2010-03-26 Thread Aaron Lewis
imize ports software , during compilation of kernel , i'd comment them out. Does anyone has any ideas ? Thanks in advance ! -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode

Re: customize CFLAG with /etc/mk.conf

2010-03-27 Thread Aaron Lewis
Thanks Jacob , I just want to make some graphic software faster. Cause i have a core2 cpu , supports mmx code and some other features , i'm trying to see if it really helps with those compiler flags. Jacob Meuser wrote: On Sat, Mar 27, 2010 at 10:05:02AM +0800, Aaron Lewis wrote: Hi,

Re: customize CFLAG with /etc/mk.conf

2010-03-27 Thread Aaron Lewis
Christian Weisgerber wrote: > Aaron Lewis wrote: > > >> I read `man mk.conf' found there's no CFLAGS or CXXFLAG entries , >> even though i tried to >> put `CFLAG += -O3 -march=i686' into that file , but ports doesn't >> recognize

[SOLVED] Re: customize CFLAG with /etc/mk.conf

2010-03-27 Thread Aaron Lewis
broken makefiles. So if you don't want to do HPC, don't loose time with custom flags. I if you want to do HPC, choose other operating system, cause OpenBSD strengths are other. I take your suggestion , ain't gonna waste time playing gcc's flags. -- Best Regards, Aaron

Re: how to install OpenBSD in a computer with Linux and Grub2

2010-04-06 Thread Aaron Lewis
system ships with `update-grub' script. > > 4) reboot: > > # reboot > > 5) When the grub menu pops up select "Install OpenBSD from RAM disk" > > > ... and install OpenBSD > > > Cheers, > > - Salva > -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode

Best System Call Tracer

2010-04-09 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Is there any dtrace or strace like tools in OpenBSD ? Thanks in advance ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG

Re: Best System Call Tracer

2010-04-09 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 apropos trace is cool ! systrace,ptrace,ktrace .. i'd try with them ;-) Thanks Lambert. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG

[SOLVED] Re: Best System Call Tracer

2010-04-09 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/09/2010 07:30 PM, Will wrote: > On Fri, Apr 9, 2010 at 7:21 AM, Aaron Lewis wrote: >> >> ktrace & kdump displays asm code , that's what i want. > There's ktrace. When run, it (by default) writes its output to

Howto Create a Auto-Extract Package with Shell Script & tar ?

2010-04-09 Thread Aaron Lewis
st 5 lines. #!/bin/bash tail +5 $0 | tar xvf - -C /tmp exit 0 # //Append Tar.Bz2 file Doesn't looks like a good way , anyone could help ? Thanks in advance ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B

Re: Howto Create a Auto-Extract Package with Shell Script & tar ?

2010-04-10 Thread Aaron Lewis
you look at most bundles of files in > unix, they are .tar.gz or .tgz. If everybody does it, there must be a > reason for it. Simpler is always better. > Thanks for your experience ! There should be a reason why people prefer gzip other than bzip2 , i'd try to put them all in tgz.

[SOLVED] Re: Howto Create a Auto-Extract Package with Shell Script & tar ?

2010-04-10 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/10/2010 04:56 PM, Toni Mueller wrote: > Hello, > > On Sat, 10.04.2010 at 09:17:53 +0800, Aaron Lewis > wrote: >> Firstly i need to compress my fonts to a Font_Name.tar.bz2 , if i want >> to put the extract scri

[SOLVED] Re: Howto Create a Auto-Extract Package with Shell Script & tar ?

2010-04-10 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/10/2010 06:25 PM, Stuart Henderson wrote: > On 2010-04-10, Aaron Lewis wrote: >> >> Hi, >> I'm trying to make a small binary package , which aims to install some >> X11 fonts to /usr/share/fonts/truetype

Re: [SOLVED] Re: Howto Create a Auto-Extract Package with Shell Script & tar ?

2010-04-10 Thread Aaron Lewis
macro is yet another good way ;-) I'd put them in , too. Thanks. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla -

Generic Discuss about CPU resource scheduling

2010-04-18 Thread Aaron Lewis
y. Anyone wants to share some experience with me ? Be very glad to hear your voice ;-) - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - h

Re: Generic Discuss about CPU resource scheduling

2010-04-18 Thread Aaron Lewis
27;s proof where there is no way to compute if > a program will terminate at some point or not. > I agree with you , it's impossible to detect process running time , so what i'm doing is just try to compare it , wondering will it be possible. - -- Best Regards, Aaron Lewis - PGP:

Re: Generic Discuss about CPU resource scheduling

2010-04-18 Thread Aaron Lewis
hat's why there's so many runtime exceptions in cplusplus , can't avoid all of it. It's unpredictable anyway. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG w

Re: Generic Discuss about CPU resource scheduling

2010-04-18 Thread Aaron Lewis
nce a process acquired the CPU time slices , it can choose to use it up at one time or a few times , as long as it did finish that slice. So i should measure the total running time of previous time slice ? That will be kept as a statistics , am i close ? - -- Best Regards, Aaron Lewis - PG

[SOLVED] Re: Generic Discuss about CPU resource scheduling

2010-04-20 Thread Aaron Lewis
to next queue. - - | 14s per slice (maybe) | // Queue 2 - - ... And different queues owns different priority , of course. Thanks again for all of your experience ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint E

Problems with Samba , can't switch to pdb password database backend

2010-04-24 Thread Aaron Lewis
7;s why i'd like to change it ;-) II) How can i modify user password with pdbedit ? checked man pdbedit , doesn't help , what i can do so far is delete and recreate , so bad. Appreciate any of your help ;-) Thanks in advance ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 Finger

Re: OpenBSD 4.7 pictures

2010-05-12 Thread Aaron Lewis
some of it > So cool ;-) SuperBSD (superman ?) - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvrmHkACgkQvf41sEptMqBqEAC

Is there any crypt device that support both linux and OpenBSD ?

2010-06-16 Thread Aaron Lewis
Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwZjs0ACgkQvf41sEptMqBv1wCghMmHBLpDs0+KL8q9scR+/ui4 6XEAoKtQqZZ1MhzqxfzGGrGcZe8YVpFq =AMXX ---

Re: Is there any crypt device that support both linux and OpenBSD?

2010-06-19 Thread Aaron Lewis
Hi, > Aaron Lewis wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi All, > > > > I'm looking for some crypt methods that will encrypt the whole disk , > > > > rather than saving it to a single file. > >

matching escape string , doesn't work ?

2010-07-05 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, echo %A3 | sed 's/(%[0-9A-Z]{2})//g' I'd like %A3 like string to be removed , what's wrong with my script ? Thanks. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA

[SOLVED] Re: matching escape string , doesn't work ?

2010-07-05 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/05/2010 06:42 PM, Bret S. Lambert wrote: > sed 's/%[0-9A-Z][0-9A-Z]//g' Thanks , and same for VIM. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on fre

[SOLVED] Re: matching escape string , doesn't work ?

2010-07-05 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/05/2010 07:18 PM, Otto Moerbeek wrote: > On Mon, Jul 05, 2010 at 06:35:01PM +0800, Aaron Lewis wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi, >> echo %A3 | sed 's/(%[0-9

[SOLVED] Re: matching escape string , doesn't work ?

2010-07-05 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/05/2010 07:18 PM, William Boshuck wrote: > On Mon, Jul 05, 2010 at 12:42:51PM +0200, Bret S. Lambert wrote: >> On Mon, Jul 05, 2010 at 06:35:01PM +0800, Aaron Lewis wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>

Re: Dynamic Tracing

2010-07-06 Thread Aaron Lewis
, i only know freebsd / Solaris has such tools. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwzC1oACgkQvf41sEptMqDmzgCgt6WVcQEnSINXA3G

302 redirection doesn't work ?

2010-07-10 Thread Aaron Lewis
.html Rediret 302 /error.html http://my.host/ But still , it's a 404 error , additionally , a 302 Found error was encountered while trying to handle the request. Any ideas will appreciate , thanks ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2

Re: 302 redirection doesn't work ?

2010-07-10 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/10/2010 09:57 PM, Peter N. M. Hansteen wrote: > Aaron Lewis writes: > >> ErrorDocument 404 /error.html >> Rediret 302 /error.html http://my.host/ > ^ > missing a 'c

Re: 302 redirection doesn't work ?

2010-07-10 Thread Aaron Lewis
d to combine Redirect & ErrorDocument directive , but it doesn't seems to work - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkw5

Re: 302 redirection doesn't work ?

2010-07-10 Thread Aaron Lewis
interesting , don't know how it works. PHP Code will return nothing , just redirection. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYF

[SOLVED] Re: 302 redirection doesn't work ?

2010-07-11 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That works fine , just print a header with custom http status code. > http://httpd.apache.org/docs/1.3/misc/howto.html Thanks , for all of your help ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B B

force image size converting possible with convert command ?

2010-07-17 Thread Aaron Lewis
1280/800 != 1024/768 , but 1024/600. So how can i get a image at the `right' size , i just don't know how to describe this problem .. Many thanks. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n o

Re: force image size converting possible with convert command ?

2010-07-17 Thread Aaron Lewis
as the first > step, then convert as the last step. Just like what we do in GIMP , Scale Image with the `Yellow lock' besides the size unlocked. Tried -crop size , -linear-stretch not working at all. > > -ken > > On Sat, Jul 17, 2010 at 9:08 AM, Aaron Lewis wrote: > &g

[SOLVED] Re: force image size converting possible with convert command ?

2010-07-17 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/17/2010 09:18 PM, Chris Bennett wrote: > On 07/17/10 08:08, Aaron Lewis wrote: >> > see : > file:///usr/local/share/doc/ImageMagick/www/convert.html > -resize width > -resize widthxheight{%} {...@} {!} {<} {>} {

code for fun

2010-07-18 Thread Aaron Lewis
;t figure out , it's very funny coding , isn't it ? - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4r0n on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxC1ykACgkQvf41sEptMq

OT: Re: code for fun

2010-07-18 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/18/2010 06:56 PM, Firas Kraiem wrote: > On 18/07/2010 12:27, Aaron Lewis wrote: >> Hi, >> how can i determine the maximum size of `double' without printing out >> DOUBLE_MAX ? >> >> And what abou

Re: OT: Re: code for fun

2010-07-18 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/18/2010 08:04 PM, Floor Terra wrote: > On Sun, Jul 18, 2010 at 1:07 PM, Aaron Lewis > wrote: >>> What do you mean by "precision"? >> >> Kinda of significance digit. For example: >> A number `12.3

Re: OpenBSD users.

2010-07-20 Thread Aaron Lewis
Aaron Lewis , TsingDao , China.

Multi Route possible ?

2010-07-29 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm just wondering if it's possible to take advantage of double routes. Combine two lower network , to gain a double-bandwidth network. Do openbsd has such kernel drivers ? - -- Best Regards, Aaron Lewis - PGP:

Re: Multi Route possible ?

2010-08-03 Thread Aaron Lewis
ell , just some ideas , is it possible to bind two different address to a single NIC , and play with double routes ? - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4R0NL3WI5 on freenode Comment: Using GnuPG with Mozilla

Re: Multi Route possible ?

2010-08-03 Thread Aaron Lewis
All right , let me put it straight , a have a 3G card , a cable with 1M bandwidth , i'd like to take use of them together , that's so-called double routes (maybe load balance) , don't know if it is possible. Thanks - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA6

becoming a openbsd developer , any guides ?

2010-08-03 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've been googled a lot , nothing interesting about this topic , can anyone get me some ideas ? Thanks ! - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A

Re: Multi Route possible ?

2010-08-04 Thread Aaron Lewis
dwidth ? I'm very curious. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4R0NL3WI5 on freenode Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxZZSoACgkQvf41sEptMqByugCeJ0c+SVEqkvjLNDTlUrd/

[solve] Re: becoming a openbsd developer , any guides ?

2010-08-05 Thread Aaron Lewis
ame from LINUX world , these VCS tools comes up a bit different , but i'd get used to it. @Richard: undeadly and bsdtalk is a good start then. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4R0NL3WI5 on freenode Comment:

How much disk space should be maintained for /usr/obj

2010-08-06 Thread Aaron Lewis
Hi, How much space should i put for a separated partition , mounted on /usr/obj , is 4 GiB more or less ? Thanks

[SOLVE] How much disk space should be maintained for /usr/obj

2010-08-06 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for All of your help ! As i only need some basic desktop tolz , 4GiB must be enough for the moment. - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4R0NL3WI5 on freenode

Thinkpad R400 works fine , dmesg attached

2010-08-06 Thread Aaron Lewis
RR support uvideo0 at uhub0 port 6 configuration 1 interface 0 "Chicony Electronics Co., Ltd. Integrated Camera" rev 2.00/3.20 addr 2 uvideo0: video control not supported for this device. video0 at uvideo0 ubt0 at uhub3 port 2 "Lenovo Computer Corp ThinkPad Bluetooth with Enhanced Data Rate

Anyone playing with Active Protection System (hdaps) here ?

2010-08-07 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Mon Laptop has a device aps0 , and hdapsd works fine on Gentoo Box , i'm wondering how should i activate it on OpenBSD ? /etc/rc.conf doesn't have anything related .. Many thanks. - -- Best Regards, Aaron L

Re: Anyone playing with Active Protection System (hdaps) here ?

2010-08-07 Thread aaron lewis
> from man aps: > > SEE ALSO > isa(4), sensorsd(8), sysctl(8) > > That's your money reading, right there. > > $ sysctl | grep -c aps > 9 > > Well , Thanks Bret , can you get me more instructions please ? I think i should put a limit via sysctl , right

[SOLVE] Anyone playing with Active Protection System (hdaps) here ?

2010-08-07 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Yes: get familiar with man(1) and experimentation. > > And thus is my reputation for being an unhelpful prick upheld! OK , no problem ;-) - -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE

Re: Anyone playing with Active Protection System (hdaps) here ?

2010-08-08 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/08/2010 02:22 PM, Dmitrij D. Czarkoff wrote: > aaron lewis wrote: >> I think i should put a limit via sysctl , right ? > > Hmm... Limit what? You want to limit X_ACCEL and Y_ACCEL? I'm not quite sure > about that bein

Re: Is there anything I can use in place of MATLAB on OpenBSD?

2010-09-03 Thread Aaron Lewis
> how about octave ? ( haven't tried before , i'm using MATLAB on gentoo only ) -- Best Regards, Aaron Lewis - PGP: 0x4A6D32A0 FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0 irc: A4R0NL3WI5 on freenode

Re: Wireless Network GUI

2010-10-06 Thread Aaron Lewis
linux. Also I believe > pc-bsd made their own version of network gui. It probably depends on > kde or qt though. > > http://wicd.sourceforge.net/ > nope , wicd is actually based on gtk & python , also wicd-client for kde available on kde-apps.org. ( written in qt4 ) Haven't tried

Finding active interface and its ip address within a perl script ?

2010-10-11 Thread Aaron Lewis
.1 ( active , default route ) Now how can i tell that em0 is active and fetch the local address ? First thought was to parse output of `ifconfig` , seeking for entries "status: active" ? But is there any better ways to work it out ? Many thanks ! - --

[SOLVED] Re: Finding active interface and its ip address within a perl script ?

2010-10-12 Thread Aaron Lewis
'if address' | sed 's/.*: //' > > or ask ifconfig what is in the egress group and assume the first ip > on the first interface will be ok: > > ifconfig egress | grep 'inet ' | head -n1 | awk '{ print $2 }' > Great , thanks ! - -- Best

Tips of bash on command substitution ?

2010-10-26 Thread Aaron Lewis
Hi, Suppose last command was "cd cd" , and i've remembered that it could be replaced to "ls ls" simply with "^cd^ls^" , but only first entry was replaced , thus i finally got "ls cd" But i want "ls ls" , anyway to work it out ? -- Aaron

need help on setting up 3G connections , migrating from wvdial.conf to ppp's conf

2010-10-31 Thread Aaron Lewis
Baud = 460800 New PPPD = yes Modem = /dev/ttyACM0 ISDN = 0 Username = A Carrier Check = no -- Best Regards, Aaron Lewis - PGP: 0xDFE6C29E Key Server: http://keyserver.veridis.com Finger Print: 9482 448F C7C3 896C 1DFE 7DD3 2492 A7D0 DFE6 C29E

Re: Enough is enough!

2010-11-02 Thread Aaron Lewis
and i don't use any other linux distros. Gentoo est la plus grande linux ;-) -- Best Regards, Aaron Lewis - PGP: 0xDFE6C29E Key Server: http://keyserver.veridis.com Finger Print: 9482 448F C7C3 896C 1DFE 7DD3 2492 A7D0 DFE6 C29E

reveal top disk consumer process ?

2010-11-06 Thread Aaron Lewis
Hi, How could i know which process is taking most time of I/O operations ? Saw disk indicator blinks , anyway to find out who ? -- Best Regards, Aaron Lewis - PGP: 0xDFE6C29E Key Server: http://keyserver.veridis.com Finger Print: 9482 448F C7C3 896C 1DFE 7DD3 2492 A7D0 DFE6 C29E

[SOLVED] Re: reveal top disk consumer process ?

2010-11-06 Thread Aaron Lewis
On 11/06/2010 09:05 PM, Dmitrij Czarkoff wrote: > On Sat, Nov 6, 2010 at 11:41 AM, Aaron Lewis > wrote: >> Hi, >>How could i know which process is taking most time of I/O operations ? >> >>Saw disk indicator blinks , anyway to find out who ? &g

What do fifth entry of `ls -ld /` implies ?

2010-11-08 Thread Aaron Lewis
Hi, I'm wondering what is the fifth entry of "long format" with ls -ld , which i've never cared much about. ls -ld /usr/bin drwxr-xr-x 2 root wheel 6656 Nov 3 02:21 /usr/bin What does 6656 implies here ? Many thanks ! -- Best Regard

existing mht file format converter ?

2010-11-18 Thread Aaron Lewis
: http://www.loganowen.com/mht-rip/ It just received segment fault and dead .. would take some time to debug if no better solution came up ;-) Thanks in advance ! -- Best Regards, Aaron Lewis - PGP: 0xDFE6C29E ( http://keyserver.veridis.com ) Finger Print: 9482 448F C7C3 896C

Re: existing mht file format converter ?

2010-11-19 Thread Aaron Lewis
On 11/18/2010 06:04 PM, Markus Bergkvist wrote: > Perhaps MHTML->MAFF->unzip? > http://maf.mozdev.org/ Ah , thanks for reply , i'm trying that plugin , so far all went well ;-) > > On 11/18/10 10:30, Aaron Lewis wrote: >> Hi, >> I'm looking for some

[SOLVED] Re: What do fifth entry of `ls -ld /` implies ?

2010-11-20 Thread Aaron Lewis
On 11/08/2010 10:38 PM, Andreas Kahari wrote: > On Mon, Nov 08, 2010 at 09:59:25PM +0800, Aaron Lewis wrote: >> Hi, >> I'm wondering what is the fifth entry of "long format" with ls -ld , >> which i've never cared much about. >> >> ls

how to know if a headphone jack is plugged in

2010-12-14 Thread Aaron Lewis
how to know if a headphone jack is plugged in , anyone knows ? -- Aaron

Re: how to know if a headphone jack is plugged in

2010-12-15 Thread Aaron Lewis
Thanks , guys , for all of your help , Err , just don't know where to start from; azalia(4) did the job -- Aaron

Re: merry xmas

2010-12-25 Thread Aaron Lewis
On 12/25/2010 03:34 PM, Traian Ciobanu wrote: > Merry Xmas to all OpenBSD developers, supporters and fans. May this holiday > bring you a lot of health, joy and may all your dreams come true. > > Merry Christmas friends, and a Happy New Year! > Merry Xmas ;-) -- Best Regar