[ask] avoid conflict between 2 same usb modem

2014-05-17 Thread Morning Star
hi guys, i have 2 same 3g modem. i install the linux driver from the modem storage. if i plug the first modem into pc's usb, the 8 devices links will appear as below: crw--- 1 root root 188, 0 May 17 21:18 /dev/ttyUSB0 crw--- 1 root root 188, 1 May 17 21:18 /dev/ttyUSB1 crw--- 1 root r

Re: iodined: open_tun: /dev/net/tun: Operation not permitted

2014-05-17 Thread Morning Star
thanks. On Mon, May 12, 2014 at 12:28 PM, Darac Marjal wrote: > On Sat, May 10, 2014 at 12:03:24PM +0000, Morning Star wrote: >> Hi guys, >> I got error when executing iodined at my vps: >> >> $ sudo iodined -f -P test1 192.168.0.1 localhost >> iodined: open

iodined: open_tun: /dev/net/tun: Operation not permitted

2014-05-10 Thread Morning Star
Hi guys, I got error when executing iodined at my vps: $ sudo iodined -f -P test1 192.168.0.1 localhost iodined: open_tun: /dev/net/tun: Operation not permitted: Operation not permitted so i check -. iodine version: iodine IP over DNS tunneling server version: 0.5.1 from 2009-03-21 -. uname 2.6

Re: USB automount

2013-07-16 Thread Morning Star
On Tue, Jul 16, 2013 at 1:26 PM, tony mollica wrote: > Any other locations used to store udev rules? you may try to look in /lib/udev/rules.d/ directory best regards, marco -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact li

problem with kannada, khmer, telugu fonts

2013-05-19 Thread Morning Star
hi guys, i have some problems with these three fonts. i've installed ttf-kannada-fonts, ttf-telugu-fonts, and ttf-khmeros, but i can't see their respective characters on my konsole. they printed like many squares on my konsole. how can i solve this? best regards, marco -- To UNSUBSCRIBE, email

Re: konsole doesn't output the korean string, but xterm did.

2013-04-30 Thread Morning Star
korean string, but xterm did." > Mail number: 1 > Date: Mon, Apr 29, 2013 > In reply to: Morning Star >> >> Hi guys, >> i just want to ask why the KDE konsole doesn't output the korean >> string, but xterm did? it works for Japanese, Arabic, etc. >&g

Re: konsole doesn't output the korean string, but xterm did.

2013-04-29 Thread Morning Star
Font used by konsole: DejaVu Sans Mono Font used by xterm: packed fonts Best regards, Marco On Mon, Apr 29, 2013 at 6:50 PM, Erwan David wrote: > Le 29/04/2013 20:46, Morning Star a écrit : > >> Hi guys, >> i just want to ask why the KDE konsole doesn't output the kore

konsole doesn't output the korean string, but xterm did.

2013-04-29 Thread Morning Star
Hi guys, i just want to ask why the KDE konsole doesn't output the korean string, but xterm did? it works for Japanese, Arabic, etc. $ echo $LANG en_US.UTF-8 In konsole environment: TERM=xterm Konsole encoding: Character Encoding -> Unicode -> UTF-8 KDE 4.4.5 Konsole Version 2.4.5 Best regards

Re: MICROSOFT HIRED THESE PEOPLE TO SABOTAGE OPEN SOURCE

2013-04-09 Thread Morning Star
it's getting hot. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAD9kJ0PcmeKvJ4ZPR-pN=x7nY2kt7Y=1emrjjj5roby+qbw...@mail.gmail.com

Re: resolve.conf missing

2012-10-15 Thread Morning Star
it seems you haven't installed the 'resolvconf'. you need to install it first by using root privileges or using 'sudo' . # apt-get install resolvconf Greetings, Marco On Mon, Oct 15, 2012 at 2:48 PM, Muhammad Yousuf Khan wrote: > i just installed Debian squeeze 6.0.4 with net install CD. every

Re: [ask] awk - passing for loop bash variables to awk

2012-09-17 Thread Morning Star
On Mon, Sep 17, 2012 at 7:57 AM, Cam Hutchison wrote: > When awk runs, it reads its input until EOF. In your loop, the first run > of awk is consuming all the input from stdin (cat input) and printing > the first line. For the subsequent iterations through the loop, awk no > longer has anything to

Re: [ask] awk - passing for loop bash variables to awk

2012-09-16 Thread Morning Star
On Sun, Sep 16, 2012 at 4:28 PM, Christofer C. Bell wrote: > $ for (( i=1;i<=3;i++ )); do gawk -v var=$i 'NR == var { print}' input ; done > > You're asking awk to read lines from a file, so you need to give the > file over to awk. The above gives you the output you're looking for. > The bash po

Re: [ask] awk - passing for loop bash variables to awk

2012-09-16 Thread Morning Star
On Sun, Sep 16, 2012 at 3:53 PM, Teemu Likonen wrote: > Maybe not what you are asking for but one can get the desired output > with these: > > $ awk 'NR >= 1 && NR <= 3 { print }' inputfile > > $ head -n3 inputfile > > $ sed -n 1,3p inputfile > thanks, Teemu. i already know that, but

Re: [ask] awk - passing for loop bash variables to awk

2012-09-16 Thread Morning Star
On Sun, Sep 16, 2012 at 4:14 PM, emmanuel segura wrote: > awk '/line/ {print; if(FNR % 3 == 0){exit}}' var > thanks, emmanuel. i already know that, but right now i need to understand how passing for loop bash variables to awk works. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.

Re: [ask] awk - passing for loop bash variables to awk

2012-09-16 Thread Morning Star
On Sun, Sep 16, 2012 at 3:59 PM, Alex Hutton wrote: > I would do : > cat input | head -n3 > thanks, alex. i already know that, but right now i need to understand how passing for loop bash variables to awk works. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

[ask] awk - passing for loop bash variables to awk

2012-09-16 Thread Morning Star
Hi guys, I get a difficulty to produce the desired output using awk. i want to use for loop bash variable as the input to the awk variable here is the illustrated input: line_1 line_2 line_3 line_4 line_5 line_6 line_7 line_8 line_9 line_10 here is the desired output: line_1 line_2 line_3 here i

Re: [ask] google translate client or similar method

2012-09-07 Thread Morning Star
On Wed, Sep 5, 2012 at 1:54 AM, Brian wrote: > StarDict is dictionary software, It translates words only. Full-text > translation (what you refer to as paragraph translation) is done using > the translation engines available on some web sites. They do machine > translatiom (MT). > > StartDict cla

Re: [ask] google translate client or similar method

2012-09-07 Thread Morning Star
On Tue, Sep 4, 2012 at 10:26 PM, Camaleón wrote: > Google also suggest "apertium", take a look at their site, maybe the > provide a command line option: > > http://www.apertium.org thanks. i'll look into it. Greetings, Marco -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wit

Re: [ask] google translate client or similar method

2012-09-04 Thread Morning Star
On Tue, Sep 4, 2012 at 9:07 PM, Lisi wrote: > Sorry - I think that my mail client may be misreporting. :-( (Or I may be > misunderstanding it.) > > Lisi > > it's ok now. :) Lisi, have you tried using stardict? any luck with paragraph translation? -- To UNSUBSCRIBE, email to debian-user-requ.

Re: [ask] google translate client or similar method

2012-09-04 Thread Morning Star
doing what? i already switch to plain text. :( On Tue, Sep 4, 2012 at 3:15 PM, Lisi wrote: > On Tuesday 04 September 2012 08:47:41 Morning Star wrote: >> On Sun, Sep 2, 2012 at 8:59 PM, Camaleón wrote: >> > On Sun, 02 Sep 2012 12:11:14 +0700, Morning Star wrote: >> >

Re: [ask] google translate client or similar method

2012-09-04 Thread Morning Star
On Sun, Sep 2, 2012 at 8:59 PM, Camaleón wrote: > On Sun, 02 Sep 2012 12:11:14 +0700, Morning Star wrote: > >>>> >>> Hi, but please, no html posts, thanks :-) >>> >> sorry, i didn't know that. :) > > You are doing it again and even worse, the

Re: [ask] google translate client or similar method

2012-09-02 Thread Morning Star
On Sun, Sep 2, 2012 at 1:05 PM, Mika Suomalainen > > > > You are still doing it. You can send plain text by pressing "Plain > Text" (second button from right over the text box) in GMail. > > ok -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". T

Re: [ask] google translate client or similar method

2012-09-01 Thread Morning Star
> > > Hi, but please, no html posts, thanks :-) > > sorry, i didn't know that. :) > > For transliteration functionalities you can look at Stardict or > Goldendict. > > stardict can't work with paragraph translation. also, it doesn't support command line translation. :( i don't try Goldendict yet.

Re: [ask] google translate client or similar method

2012-09-01 Thread Morning Star
thanks, bryan. i'm working on it. On Fri, Aug 31, 2012 at 8:33 PM, Brian wrote: > On Fri 31 Aug 2012 at 14:51:52 +0700, Morning Star wrote: > > > Is there any application in Debian like google translate client? If there > > is, would you tell me what is it? > >

[ask] google translate client or similar method

2012-08-31 Thread Morning Star
Hi guys, Is there any application in Debian like google translate client? If there is, would you tell me what is it? If there isn't, is there some method to submit some words to http://translate.google.com/ for each input language will produce each corresponding output language? For example: Englis

Re: [Ask] About awk

2012-08-19 Thread Morning Star
Thanks, Mark. You saved my time. It works for me if I change the initial i to 1 (i=1), because I don't want to get $0 to be the output. Greetings, Marco On Sun, Aug 19, 2012 at 2:40 AM, mwillson wrote: > On Saturday, 18 August 2012 19:40:02 UTC+1, Morning Star wrote: > >

[Ask] About awk

2012-08-18 Thread Morning Star
Hi guys, I have some string and numeric data in like this format (one line): 1 2 3 4 5 6 7 8 9 10 11 12 and i want the output like this: 1 2 3 4 5 6 7 8 9 10 11 12 How do I do that in awk? Thanks in advance. Greetings, Marco

Re: What does this mean?

2012-07-23 Thread Morning Star
Paul, Are you using squeeze for 64-bit architecture? On Sat, Jul 21, 2012 at 10:58 AM, Paul E Condon wrote: > I'm running a computer box that is recently purchased second hand - > new to me, but not new. While running a script that does a disk to > disk copy with some reformatting on a file of

Re: Bad pagetable: 000d [#2] SMP. Is this a kernel problem?

2012-07-20 Thread Morning Star
Thanks, Camaleón. I would try to do both of them and make a comparison later. Regard, Marco On Fri, Jul 20, 2012 at 8:47 AM, Camaleón wrote: > On Fri, 20 Jul 2012 04:27:59 -0700, Morning Star wrote: > > > I have some frequently problem when run some applications using Debian >

Bad pagetable: 000d [#2] SMP. Is this a kernel problem?

2012-07-20 Thread Morning Star
Hi guys, I have some frequently problem when run some applications using Debian 6.0.5-amd64. I did the fresh install today. Install some application, started use them and get this error on `dmesg`. At this time i noticed an application named firefox got freeze, not responding. [quote] $ dmesg [10

Re: Error; Skreener stop installing

2011-08-28 Thread Morning Star
m> wrote: > On 28/08/11 14:40, Morning Star wrote: > >> Thanks Scott, >> > > No worries :-) > > > I was missing kdelibs5-dev, my bad. :) >> > > mmm, developer should include rudimentary script to check for > dependancies > > > I

Re: Error; Skreener stop installing

2011-08-28 Thread Morning Star
Vanwoerkom wrote: > Morning Star wrote: > >> Hi guys, >> I'm having trouble installing skreener. Here are what I do and the output >> result: >> user@desktop: ~/Downloads/skreener/skreener-**0.1.1$ mkdir b && cd b && >> cmake .. -DCMAKE_BUI

Error; Skreener stop installing

2011-08-27 Thread Morning Star
Hi guys, I'm having trouble installing skreener. Here are what I do and the output result: user@desktop: ~/Downloads/skreener/skreener-0.1.1$ mkdir b && cd b && cmake .. -DCMAKE_BUILD_TYPE=release && make -j3 Output in the screen: -- The C compiler identification is GNU -- The CXX compiler identif

Re: [Ask] My screen suddenly got froze

2011-06-24 Thread Morning Star
Thanks Camaleón. :) On Fri, Jun 24, 2011 at 6:15 AM, Camaleón wrote: > On Thu, 23 Jun 2011 23:18:32 -0400, Morning Star wrote: > > > I've bought a cheap graphic card (ATI Radeon 9250 SE) and it fixed > > everything. The old graphic card (GeForce 6600LE) already broken I

Re: [Ask] My screen suddenly got froze

2011-06-23 Thread Morning Star
Hi AG, It happened after I login to KDE session. I've figured it out, my card is broken. Thanks for your reply. Greetings, Marco On Wed, Jun 15, 2011 at 5:14 AM, AG wrote: > On 14/06/11 13:46, Morning Star wrote: > >> Hi guys, >> I have a problem about my cpu. After 1

Re: [Ask] My screen suddenly got froze

2011-06-23 Thread Morning Star
Hi Jude DaShiell, That's not the problem, but thanks. Greetings, Marco On Tue, Jun 14, 2011 at 5:15 PM, Jude DaShiell wrote: > Turn the screen saver off and that should clear this problem. On Tue, 14 > Jun 2011, Morning Star wrote: > > > Hi guys, > > I have a prob

Re: [Ask] My screen suddenly got froze

2011-06-23 Thread Morning Star
ot;. It didn't say anything about freeze state messages. Greetings, Marco On Tue, Jun 14, 2011 at 9:18 AM, Camaleón wrote: > On Tue, 14 Jun 2011 08:46:27 -0400, Morning Star wrote: > > > I have a problem about my cpu. After 15 minutes or more using debian > > squeez

[Ask] My screen suddenly got froze

2011-06-14 Thread Morning Star
Hi guys, I have a problem about my cpu. After 15 minutes or more using debian squeeze in KDE display manager, my screen suddenly got froze. I can't move my mouse's cursor and can't type anything on my keyboard. caps lock and num lock lamp wasn't responding. I had to reset my PC, then selecting the

Subscription

2011-06-10 Thread Morning Star
i want to join this mailing lists because i have a question about debian. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/BANLkTimNsk7m=ipthxca6k5bfn2w47h...@mail.gma