search for: gisburn

Displaying 5 results from an estimated 5 matches for "gisburn".

2015 Jul 07
2
[PATCH 1/1] paint visual host key with unicode box-drawing characters
...an still use the Unicode > characters you use (e.g. GB18030 is a modern example and it's use is > mandated by all software vendors in PRC China). A quick solution is to > use |iconv()| to convert the UTF-8 byte sequences to the local > encoding (see http://svn.nrubsig.org/svn/people/gisburn/code/ucs4towchar_t/ucs4towchar_t.c So the suggestion is to use another external dependency (and one that updates quite frequently to the great joy of admins everywhere) just to paint some visual sugar which works about as well in ASCII... ... wtf? The whole idea of using UTF8 in a single place i...
2015 Jul 06
7
[PATCH 1/1] paint visual host key with unicode box-drawing characters
From: Christian Hesse <mail at eworm.de> Signed-off-by: Christian Hesse <mail at eworm.de> --- sshkey.c | 47 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/sshkey.c b/sshkey.c index cfe5980..47511c2 100644 --- a/sshkey.c +++ b/sshkey.c @@ -44,6 +44,9 @@ #include <stdio.h> #include <string.h> #include
2002 Aug 20
0
Problem with nominal bitrates
...ry small number of cases. I've only found two - 51 gives 50999 and 50 gives 49999. It does look bad because I encode at 51, play the .ogg file in Winamp, and see it reported as 50 kbps and not 51. Does anyone know what is going on in vorbis_encode_setup_init which might be causing this? Nick Gisburne PS Early tests lead me to believe there might be similar problems if you set the min/max bitrates - again the problem rates are 50/51kbps <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from thi...
2023 May 10
2
SFTP support for subsecond times
On 5/10/23 4:36 AM, Antonio Larrosa wrote: > Hello, > > This is probably a long email, but please bear with me. I plan to > submit a patch and would like to explain what I will do before doing > it so I don't lose time if there's some flaw in my plan. > > I currently use sshfs to mount directories from some computers and a > NAS into other computers. I recently
2004 Mar 30
16
[Bug 826] RFE: scp and ssh should have an option to set the group-id at login time
...P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: roland.mainz at nrubsig.org RFE: scp and ssh should have an option to set the group-id at login time. On Unix/Linux one user can be part of multiple groups (like "% /usr/bin/id uid=2306(gisburn) gid=2306(gisburn) groups=10(staff),8000(xprint)") - it would be nice if there is an option which can be given together with "-l" (like "-G") to select the group-id (either via "name" or "group number") at login time. A failure to select the requested gr...