search for: algorythm

Displaying 20 results from an estimated 62 matches for "algorythm".

Did you mean: algorithm
2005 Oct 29
2
Traffic control of PPPoE users
I need some suggestions, I want to limit the up and down bandwidth of PPPoE users that are terminated on a Linux router (kernel 2.6). What are my options, can I apply tbf qdisc on a ppp interface? That would limit the download, what about the upload? Any suggestions are welcome. -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
2006 Oct 10
1
flac improvement??
...e sample rate. eventually the normal commercial format proposed by philips and sony was signal band = 22.050 HZ => Fs = 44.100 Hz Over Sampling Ratio = 64 => Total bit rate = 64*44.100 = 2.822.400 Hz so the superaudio CD uses a 1-bit stream at that sample frequency I've developped a new algorythm that beat philips'one of at least 3.7 dB in Signal to Noise Ratio (the best is a +9.2dB!) and also reduce the power consumption of the digital amplifier required to drive the speaker of a factor of 5 (you can ask and i'll send you a pdf copy of my paper i presented at the Audio Engineer...
2006 May 25
1
understanding DWT
Can someone please help me understand the examples given in the dwt function of the waveslim library library(waveslim) ?dwt I'm having a problem understanding these lines. I assume they are required because of how the algorythm deals with the signal bounderies. Am I correct in thinking that for wavelets of scale 1 and 2, the coefiecints need to be shifted by 2 places, for scale 3 and 4 shift by 3 places, therefore for scales 5 and 6 do i require a 4 place shift, similarly for scales 7 and 8 a 5 place shift? ie more genera...
2009 Nov 26
1
R help with princomp and pam clustering
Hi all! I am working with R package cluster and I have a little problem: let's say I have two datasets...first one ("A") is divided into 4 clusters by means of Pam algorythm. Let's say I want to project the second database ("B") onto the Comp.1 X Comp.2 graph, and see where its elements are placed. The two datasets are made of different dim (54x19 and 28x19). I tried to extract the $loadings of the A clustering but I can't seem to figure out how to us...
2001 Nov 26
1
rsync-ing compressed archives
...es are usually not available on the machines i use for rsync (to keep everything unpacked would mean wasting a lot of space on the server). The problem is that even if I change slightly the content of the archive (just add a file) the compressed form will be almost completely different making rsync algorythm practically useless. Is there any easy way to tell the daemon to unpack (or just uncompress) a compressed archive before doing the matching? The problem is not severe with .zip archives, but .gz and .bz2 are really inefficient. Thanks in advance for any hint Mauro
2012 Jan 01
1
Bisect: i2c regression in 63daa9589cb88617d9cc8a0b0282564682a975b7
...3daa9589cb88617d9cc8a0b0282564682a975b7 as being the first bad commit. Adding printk traces, I saw that probing i2c bus 3 for sensors always failed with -EIO (no ack from slave). After reading the code, remembering how i2c works and reading sample code on wikipedia, I couldn't identify any algorythmic problem. So I gave a try at changing delays. I doubled T_RISEFALL and T_HOLD, and the adt7473 chip could be detected & used again. I haven't tested other combination, nor tried to link those delays with any datasheet. My card is a GTX 280. Regards, -- Vincent Pelletier
2005 Jun 30
1
Forcing tinc to use aes-128 cipher
I am trying to get tinc to use aes-128-cbc for it's encryption algorythm for network traffic. So far, I'm not having any luck. I've tried putting it into the tinc.conf file, and it turns out that tinc is ignoring that code completely. I'm using tinc 1.0.4 (in TCP mode). Openssl version 0.9.7d. I've made some initial investigation into the source,...
2004 Jul 13
1
Runnin SSH on slow CPU (386 40Mhz 8Mb RAM)
...tried to use OpenSSH on it just to see if it could work but each connection required an incredible long time to start. I suppose that the key generation is too expensive for that processor. Is there something I can try to make it work better ? Can we change the key length or use another encryption algorythm which is less CPU-expensive ? Which one of the available cipher is the less CPU expensive ? Can I change ServerKeyBits in sshd_config without breaking interoperability ? Any inputs point me somewhere where I can look further is welcomed. Feel free to point me to the right documentation if such on...
2007 Apr 18
1
Can''t change ipt_conntrack hashsize under debian sarge ???
...cording to some previous mail and this http://www.wallfire.org/misc/netfilter_conntrack_perf.txt) CONNTRACK_MAX = 2876 * 64 = 184064 HASHSIZE = 2876 * 8 = 23002 But the near power of 2 is 2^16 = 131072 ... I''m not sure that if it better to put 184064 or 131072 ? Seems that netfilter algorythm is more eficient with power of 2 value ? I can set the CONNTRACK_MAX value but not the HASHSIZE ... I''ve tried add hashsize= paremeter in /etc/modules or in /etc/modprobe.d/arch/i386 and I''ve done an "update-modules" ... When reboot the server the value still 8192...
2007 Aug 08
1
Order of matching SIP packet to sections in sip.conf
...t, it would be fine. Also, regarding authentication, as far as I know, usually SIP INVITE packets are sent unauthenticated, then Asterisk will reply with an 403 Proxy Auth Required, and then the original UAC will retry, now sending a SIP INVITE packet with authentication information. Where, in the algorythm above, will Asterisk know that the user should authenticate and issue the 403 response? Thanks, Filipe
2000 Jun 01
3
Windows password changing and syncing
I thought I was doing well with samba. I have numerous samba / gnu-Linux networks running well. Now I have one customer that wants to do something that I cannot get the software to do. All he wants to do is have his users change their passwords from the Windows passwords control panel. It seems like such a simple request but I cannot for the life of me get it to work on my test network. I have
2016 Sep 14
2
Exporting keytab for SPN failure
...6 > I get this as well. > If i use > net ads enctypes list dc1.domain.local$ > i get > no account found with filter: (&(objectclass=user)(sAMAccountName=dc1.domain.local$)) > Again, I get this as well. > Seems "samba-tool domain exportkeytab" uses an similar algorythm and therefore does not find the account and uses des and arcfour keys per default. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba Mike
2001 Oct 11
2
Can we encrypt copied files on target machine?
...o decrypt). The problem then would be to keep at A a record of the parts sent do B, in order to decide how to split the file the next time A wants to send it to B (the spliting is not trivial, since the parts must be equal to those already at B if possible). So eventually I finish using the rsync algorythm, not to do the final copy of files from A to B, but to do the splitting of the raw file at A into parts. I just need to build an auxiliary file with info on how to join the parts, instead of the parts already joined. The questions ------------- Can rsync do the spliting and build info on how to...
2004 Jun 07
4
Compiling Asterisk with G.723.1
Hello, I am relatively new to Asterisk and I need to compile the G.723.1 codec for Asterisk. I downloaded the ITU source code, placed it in the codecs directory, but apparently Asterisk needs a rather different library than the one provided from ITU. As I've seen in the mailing list archives, there are quite a few users who were able to compile G.723.1 in *, so, could someone kindly share it
2016 Sep 14
2
Exporting keytab for SPN failure
...ctypes list dc1.domain.local$ >>> i get >>> no account found with filter: (&(objectclass=user)(sAMAccountName=dc1.domain.local$)) >>> >> >> Again, I get this as well. >> >>> Seems "samba-tool domain exportkeytab" uses an similar algorythm and therefore does not find the account and uses des and arcfour keys per default. >>> >>> -- >>> To unsubscribe from this list go to the following URL and read the >>> instructions: https://lists.samba.org/mailman/options/samba <https://lists.samba.org/mai...
2003 Apr 24
3
--whole-file not working ?
hello all, i'm using rsync-2.5.4-2 on redhat 7.3 in order to rsync some data from a MS-WIN$ share, i use the following procedure -- first, i use the following to mount the SMB share : mount -t smbfs -o password=satish //satsco/satish /home/2 then, after successfully mounting the share, i am using the following to rsync the data into redhat linux : rsync -arlpogtb --whole-file
2016 Sep 14
2
Exporting keytab for SPN failure
...>>>>> no account found with filter: (&(objectclass=user)(sAMAccountName=dc1.domain.local$)) >>>>> >>>> >>>> Again, I get this as well. >>>> >>>>> Seems "samba-tool domain exportkeytab" uses an similar algorythm and therefore does not find the account and uses des and arcfour keys per default. >>>>> >>>>> -- >>>>> To unsubscribe from this list go to the following URL and read the >>>>> instructions: https://lists.samba.org/mailman/options/samba...
2016 Sep 16
6
Exporting keytab for SPN failure
...ccountName=dc1.domain.local$)) >>>>>>>>> >>>>>>>> Again, I get this as well. >>>>>>>> >>>>>>>>> Seems "samba-tool domain exportkeytab" uses an similar >>>>>>>>> algorythm and therefore does not find the account and uses des >>>>>>>>> and arcfour keys per default. >>>>>>>>> >>>>>>>>> -- >>>>>>>>> To unsubscribe from this list go to the following URL and read &...
2016 Sep 14
0
Exporting keytab for SPN failure
...RC4-HMAC [X] 0x00000008 AES128-CTS-HMAC-SHA1-96 [X] 0x00000010 AES256-CTS-HMAC-SHA1-96 If i use net ads enctypes list dc1.domain.local$ i get no account found with filter: (&(objectclass=user)(sAMAccountName=dc1.domain.local$)) Seems "samba-tool domain exportkeytab" uses an similar algorythm and therefore does not find the account and uses des and arcfour keys per default.
2006 Apr 01
0
help with vectorizing a function
Dear r-helpers, I am developing a smoothing function that performs a casewise deletion of all the non-informative observations in a bivariate dataset following the Poisson - D'Avril algorythm. But I am now facing two problems: 1)Being based on loops, the function takes a lot of time before having done its work and even if I tried I was not able to vectorize it. 2) I cannot control the degree of smoothing. I have read the posting guide, the FAQ and have also RSiteSearched but withou...