similar to: unicode support in samba

Displaying 20 results from an estimated 1000 matches similar to: "unicode support in samba"

2020 Oct 07
3
How to use R for Speech to text conversion
Hi Iam a newbie to NLP and I would like to get some directions on how to convert speech file to text Google search leads me to using GoogleLanguageR Package and API's but these need payments to be made for Google. Can someone suggest ways in which I can do the speech to text conversion in R studio ? Thanks for your help and time Regards Gayathri [[alternative HTML version deleted]]
2020 Oct 07
0
How to use R for Speech to text conversion
Have you checked here: https://cran.r-project.org/web/views/NaturalLanguageProcessing.html Speech to text is a very complex, specialized task requiring, I would expect, a lot of IP. It would not surprise me if you have to resort to big time, specialized software products with or without R. "Speech to text with R" found some hits, but mostly the google package you refer to. You might do
2005 Apr 04
1
Running POP3 with two different ports?
Hi everyone! I need to run Dovecot with two ports (eg 110 and 2110). Any ideas? Regards, Andres Argentina
2017 Apr 06
2
feature codes
hi. i am running asterisk 11 and i am stuck with the feature codes. how do i setup them. Now the system has. PBX*CLI> features show Builtin Feature Default Current --------------- ------- ------- Pickup *8 *8 Blind Transfer # # Attended Transfer One Touch Monitor Disconnect Call * * Park Call One Touch MixMonitor Dynamic Feature Default Current --------------- ------- ------- (none) Feature
2007 Jul 26
1
Lohan the observable
Sorry, that name is a misnomer. However, I was excited to find that Ruby has a built in Observable module and I''m pretty bored, so I apologize in advance.... require ''observer'' # one who is observed class Celebrity include Observable attr_accessor :name attr_reader :is def is=(val) @is = val changed notify_observers(self) end end # one who
2007 Jul 31
1
Can someone help? Strange behaviour of establishing trust
Hello all, I'm using Samba on Centos5: [root@centosbdc ~]# rpm -qa | grep samba system-config-samba-1.2.39-1.el5 samba-client-3.0.23c-2 samba-common-3.0.23c-2 samba-3.0.23c-2 I'm trying to establish a interdom trust with a w2k domain (POLY): [root@centosbdc ~]# net rpc trustdom establish POLY Password: Could not connect to server POLY123 [2007/07/31 14:46:51, 0]
2009 Aug 16
6
Alsa audio -- FYI update
Alsa audio started working a couple of days ago with wine and then stopped working yesterday. Here is my experience. Pulseaudio cannot be removed any more. So I reinstalled the system and left it there. I compiled wine git and installed, and then installed DNS 10. Then I re-booted, ran killall pulseaudio in terminal, and started the program with winecfg's sound set to alsa. Everything
1997 Jul 23
2
cross-subnet browsing problems
I'm trying to set up cross-subnet browsing using Samba on a Linux box and a Sparc UltraEnterprise with Win95 and NT Workstation clients. I'm using the Sparc as the domain master and also as the WINS server on the 108 subnet. The Linux box is the local master on the 46 subnet. Both are running Samba 1.9.17alpha4. I can see the conversation between the two samba servers and the browse
2009 Jun 04
3
PasswordAuthentication fails in openssh3.7.1p1 as it does not use PAM
All, I am an engineer working with Brocade. We recently upgraded one of our products to openssh3.7.1p1. Once we did this, the password authentication always failed while connecting through ssh. The authentication succeeds if attempted through keyboard-interactive authentication. On debugging this we found that Password authentication is not working because it doesn't Use PAM in
2007 Apr 18
1
[Bridge] D-Link cards unable to receive multicast traffic
Hi, I got problem while receiving multicast traffic on to my D-Link DFE-520TX PCI Fast Ethernet Adapter. Created bridge interface and attached the eth0 interface (D-link) to the bridge. H1------------------------eth0[LX-Bridge] Started Multicast traffic from H1 to Bridges eth0 port and the "tcpdump" doesn't who any packets If the eth0 interface is detached
2004 Apr 02
1
X-Lite -> Asterisk: Cannot transmit Audio
I am just an Asterisk newbie doing a test install. I am using 2 X-Lite clients and have configured them according to the wiki on voip-info. A warning is still displayed on the Asterisk server console saying that I should disable RFC3389 on the client, even after I changed the Transmit Silence to yes. I am able to connect and call the other client, but when I do no audio is being transmitted by
2005 Jul 22
3
pop3 authentication failure - password mismatch
I tried to run dovecot 1.0 built by myself but encountered the above problem. See the error traces below. First of all, the password and user are correct, as it worked with the 0.99 rpm version of dovecot. I also hand verified with ssh. I also attached the dovecot config file below. Any ideas? Jun fetchmail output on client: ------------------------------------- fetchmail: POP3< +OK
2008 Apr 29
2
How to install Wine on ubuntu 7.04 or 8.04
Hi All, I have just installed ubuntu 7.04 on my PC. My database is on Linux (RHL9) / Oracle 9i. Now I want to run VB6 applications. Is it possible? I understand that I have to install 1) Wine 2) mdac27 3) vb6run (vb6 run time) 4) oracle 9i client. Then run VB6 application. Please help me step by step, that I have to follow to achieve the goal, with softwares availability. Thanks
2006 Feb 02
5
Fwd: win32-clipboard and Unicode zero bytes
Hi all, I''m forwarding this message from Brian Marick. If you run this test script and then paste the results into a Unicode aware text editor, you''ll notice that it only prints one character instead of three. I tried changing the strlen to _tcslen and strcpy to _tcscpy, but that didn''t help. I mucked around a bit with the MultiByteToWideChar function, too, but
2012 Jul 12
3
Maildir messages
Hi all, Hopefully, I'm sending this to the right place... Can someone guide me on changing the Maildir messages files back to the single file format I used to have instead of the dovecot.index /cur /tmp /new format my newer server currently has. I'm running dovecot v1.2.9 postfix v2.7 on Ubuntu v10.4
2006 Feb 13
2
PermitRootLogin proplem
Hi all, I think that there is a security problem with the PermitRootLogin option. I asked an root ssh connection: $ ssh root at machine root at machine's password: I typed no password, this prompt stayed in place. In a second time, I changed the PermitRootLogin to no, and then restart ssh server. Third, I typed the password on the previous prompt, and the access was allowed. I then
2018 Aug 30
1
build package with unicode (farsi) strings
On Thu, Aug 30, 2018 at 2:11 AM Thierry Onkelinx <thierry.onkelinx at inbo.be> wrote: > > Dear Farid, > > Try using the ASCII notation. letters_fa <- c("\u0627", "\u0641"). The full > code table is available at https://www.utf8-chartable.de It's a little easier to do this with code: letters_fa <-
2019 Jul 15
1
Authdb NSS module
I use LDAP right now, but local cached sssd queries are much faster and reliable. On July 15, 2019 6:49:18 AM GMT+03:00, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > >On 15/07/2019 02:54 Eugene via dovecot < dovecot at dovecot.org> wrote: > > > >Hello! > > >Upgrading manual tells that authdb [NSS module was removed][1] some >time ago. >
2007 Oct 22
1
Unicode 16-bit, Lao
Dear all, I'm using R 2.6.0 Windows XP Access 2003 Lao Script for Windows 7.02 I'm trying to use Lao with R for 1) Chart Legend Labels 2) Writing out text for HTML pages With Lao Script for Windows it is possible to type Unicode (16-bit). The strings I want to use are stored in an Access database, queried trough RODBC. The result I'm getting back are only question marks. I tried
2006 Apr 11
2
Browsing problem
Hi, I've got a browsing problem, I'm searching the error for a long time now so I think betimes it's a bug ;-) For debugging purposes, I've left away everything in the network that's not necessary. There's now only one XP-Prof workstation (domain member) and one samba server (3.0.22, acting as PDC) anymore. Bind9 is the local DNS server; Forward and PTR entries are