9front - general discussion about 9front
 help / color / mirror / Atom feed
* hi all, how to setup keyboard layout ?
@ 2013-01-21 13:15 Francois Pussault
  2013-01-21 13:18 ` Francois Pussault
  0 siblings, 1 reply; 7+ messages in thread
From: Francois Pussault @ 2013-01-21 13:15 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

hi all, how to setup keyboard layout ?
I think I have found how to but is it really as simple as : 

*cp /sys/lib/kbmap/one_file  /dev/kbmap *

or do I need to do something else ? 

thanks.





[-- Attachment #2: Type: text/html, Size: 240 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hi all, how to setup keyboard layout ?
  2013-01-21 13:15 hi all, how to setup keyboard layout ? Francois Pussault
@ 2013-01-21 13:18 ` Francois Pussault
  2013-01-21 13:21   ` Julius Schmidt
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Francois Pussault @ 2013-01-21 13:18 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]



> hi again, 
>

Is there any sql apps in archives ? like sqlite or mysql .. ? (sqlite 
should be very good for my needs).

[-- Attachment #2: Type: text/html, Size: 270 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hi all, how to setup keyboard layout ?
  2013-01-21 13:18 ` Francois Pussault
@ 2013-01-21 13:21   ` Julius Schmidt
  2013-01-21 14:00   ` karmaflux
  2013-01-21 14:13   ` Jens Staal
  2 siblings, 0 replies; 7+ messages in thread
From: Julius Schmidt @ 2013-01-21 13:21 UTC (permalink / raw)
  To: 9front

You should probably talk to 9fans instead.

On Mon, 21 Jan 2013, Francois Pussault wrote:

>
>       hi again,
> 
> 
> Is there any sql apps in archives ? like sqlite or mysql .. ? (sqlite should be very good for my needs).
> 
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hi all, how to setup keyboard layout ?
  2013-01-21 13:18 ` Francois Pussault
  2013-01-21 13:21   ` Julius Schmidt
@ 2013-01-21 14:00   ` karmaflux
  2013-01-21 14:13   ` Jens Staal
  2 siblings, 0 replies; 7+ messages in thread
From: karmaflux @ 2013-01-21 14:00 UTC (permalink / raw)
  To: 9front

HahahahOn 1/21/13 8:18 AM Francois Pussault wrote:


hi again,


Is there any sql apps in archives ? like sqlite or mysql .. ? (sqlite should be very good for my needs).


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hi all, how to setup keyboard layout ?
  2013-01-21 13:18 ` Francois Pussault
  2013-01-21 13:21   ` Julius Schmidt
  2013-01-21 14:00   ` karmaflux
@ 2013-01-21 14:13   ` Jens Staal
  2013-01-21 14:20     ` Francois Pussault
  2 siblings, 1 reply; 7+ messages in thread
From: Jens Staal @ 2013-01-21 14:13 UTC (permalink / raw)
  To: 9front

måndagen den 21 januari 2013 05.18.01 skrev  Francois Pussault:
> > hi again,
> 
> Is there any sql apps in archives ? like sqlite or mysql .. ? (sqlite
> should be very good for my needs).

You can find the latest sqlite3 here:
http://ports2plan9.googlecode.com/files/sqlite3-3.7.15.1.tbz

and an alternative binary linked with libedit (needs the first sqlite3 package 
installed first) here:
http://ports2plan9.googlecode.com/files/sqlite3bin-ledit.tbz

I have no idea if the libedit one has any added functionality. The binary gets 
bigger, but that is all I know (I have not tested it further than that).

This sqlite3 has been built with GNU Pth to get pthreads support (sqlite3 
built with minimal modifications of original sources).

http://ports2plan9.googlecode.com/files/pth-2.0.7.tbz

For a more "native" but older port of sqlite, see fgb's port:

http://plan9.bell-labs.com/sources/contrib/fgb/replica/sqlite3/iso.bz2


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hi all, how to setup keyboard layout ?
  2013-01-21 14:13   ` Jens Staal
@ 2013-01-21 14:20     ` Francois Pussault
  2013-01-21 14:33       ` Jens Staal
  0 siblings, 1 reply; 7+ messages in thread
From: Francois Pussault @ 2013-01-21 14:20 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]

thanks

2013/1/21 Jens Staal <staal1978@gmail.com>

> måndagen den 21 januari 2013 05.18.01 skrev  Francois Pussault:
> > > hi again,
> >
> > Is there any sql apps in archives ? like sqlite or mysql .. ? (sqlite
> > should be very good for my needs).
>
> You can find the latest sqlite3 here:
> http://ports2plan9.googlecode.com/files/sqlite3-3.7.15.1.tbz
>
> and an alternative binary linked with libedit (needs the first sqlite3
> package
> installed first) here:
> http://ports2plan9.googlecode.com/files/sqlite3bin-ledit.tbz
>
> I have no idea if the libedit one has any added functionality. The binary
> gets
> bigger, but that is all I know (I have not tested it further than that).
>
> This sqlite3 has been built with GNU Pth to get pthreads support (sqlite3
> built with minimal modifications of original sources).
>
> http://ports2plan9.googlecode.com/files/pth-2.0.7.tbz
>
> For a more "native" but older port of sqlite, see fgb's port:
>
> http://plan9.bell-labs.com/sources/contrib/fgb/replica/sqlite3/iso.bz2
>
>

[-- Attachment #2: Type: text/html, Size: 1803 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hi all, how to setup keyboard layout ?
  2013-01-21 14:20     ` Francois Pussault
@ 2013-01-21 14:33       ` Jens Staal
  0 siblings, 0 replies; 7+ messages in thread
From: Jens Staal @ 2013-01-21 14:33 UTC (permalink / raw)
  To: 9front

måndagen den 21 januari 2013 15.20.19 skrev  Francois Pussault:
> thanks
> 

oh.. forgot to mention.

the Oracle/sleepycat Berkeley DB 5.3 also has sqlite3 compatibility built in, 
but a rather "heavy" package. This has also been built with Pth to get 
pthreads support (an absolute dependency).

a package without sources and documentation can be found here

http://ports2plan9.googlecode.com/files/db-5.3-nodocsrc.tbz




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-01-21 14:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21 13:15 hi all, how to setup keyboard layout ? Francois Pussault
2013-01-21 13:18 ` Francois Pussault
2013-01-21 13:21   ` Julius Schmidt
2013-01-21 14:00   ` karmaflux
2013-01-21 14:13   ` Jens Staal
2013-01-21 14:20     ` Francois Pussault
2013-01-21 14:33       ` Jens Staal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).