search for: diferentiate

Displaying 18 results from an estimated 18 matches for "diferentiate".

Did you mean: differentiate
2004 Aug 25
3
integrate function
Is possible to integrate this diferential equation: dN/dt = Nr(1-(N/K)) in R using the integrate() function? Or any other diferential equation? If yes, how? If no, anybody know any software on linux that make this? Inte Ronaldo -- O problema de ter os dois p??s bem firmes no ch??o ?? que voc?? n??o vai conseguir tirar as cal??as. --An??nimo -- |> // | \\
2011 Jun 03
1
Two identical UPS's on USB - how to diferentiate?
Hi, I have two identical UPS's on USB bus. The original machine I was going to use for UPS monitoring only had had USB bus, so these two UPS's were seen like that: Bus 001 Device 009: ID 14f0:00c9 Bus 001 Device 007: ID 14f0:00c9 There was no description on the right side either. If I used the 'verbose' flag, both UPS's had the exact same output... I since replaced the
2015 May 12
2
Letting linux be the router, allowing dynamic routes, suggestion
...of bridging. TAP would be used as a means to push routing to where it belongs, the linux/bsd/... kernel. Consider the challenge of having completely dynamic routing between vpn peers. In one minute I might have 10000 routes towards one specific peer, and hour latter I might have NONE. And I need to diferentiate each peer at the kernel routing layer. And no, it can't be a pure bridge, it has to be L3 routing. TAP is just to use the ethernet layer to multiplex/demultiplex each layer. Consider how ethernet works. How would linux/bsd routing works if we had 10 routers on the same subnet, obviously each wi...
2002 Nov 24
2
Extending Wondershaper a bit
...d have extra rules for hiding the local lan from the wlan, etc. I have a Cistron MAXX abo to the internet (8192/512kbits). Then I wanted to use QOS, so I patched my 2.4.18 kernel with HTB, and used the Wondershaper 1.1a. It works! I see three classes, with traffic in all three of them. But it only diferentiates between types of traffic, and I would like it to diferentiate based on the source of the packets. I would like to have my DMZ and LOC a high priority, and a low priority for the mldonkey program on the firewall itself, or for the users on the wlan. So I tried this: $DEV=eth1 tc qdisc add dev $DEV...
2009 Jul 22
1
R extract vertices for polygon
Dear R users, I'm trying to extract from a given matrix (GROUP) the coordinates of the vertices of the different groups (i.e. 3, 7, 1 . . .) to plot the polygons to delineate the area in which each group "wins" and colour it diferentially. I can make a simple point plot, but I would like to add polygons with full colored area. The example is with a 5x5 matrix, but I'm working
2003 Aug 07
1
[patch] New RC to differentiate partial xfers from files that get deleted before they're xfered
All, During development of a backup solution with rsync I experienced some failed backups because of RC 23, partial transfer. These were because the application using the data I was backing up, was still active, and had deleted a file inbetween rsync compiling the file list and then transfering the file. After some feedback from Wayne Davidson and JW Schultz suggesting the solution to this,
2015 May 12
4
Letting linux be the router, allowing dynamic routes, suggestion
...ted hard line or carrier MPLS, and would like to have a hot VPN up as a backup. The solution to all of those challenges is to have the VPN software not be the router, but rather just dump incoming packets to the kernel and route outgoing packets with the kernel in charge. This requires a means to diferentiate each remote connection from each other at the kernel interface. Instead of creating a heap of tun devices, there's a more logical solution. Create a TAP device, and emulate ARP on the VPN software. The many peers would form a virtual ethernet device, where each tunnel has a separate virtual MA...
2019 Nov 10
2
Workflow to commit changes using git alone (?)
> On 10 Nov 2019, at 07:00, Mehdi AMINI <joker.eph at gmail.com> wrote: > > recipe is not correct in the absolute: the delta from master does not mean it contains exactly what you want, you seem to assume that master didn't evolve between the time "patchbranch" was created. > Hi Mehdi, I’m doing it this way to make sure that master /actually/ contains “exactly
2015 May 12
0
Letting linux be the router, allowing dynamic routes, suggestion
On Tue, May 12, 2015 at 04:27:10PM -0300, Marcelo Pacheco wrote: > Consider the challenge of having completely dynamic routing between vpn > peers. In one minute I might have 10000 routes towards one specific peer, > and hour latter I might have NONE. And I need to diferentiate each peer at > the kernel routing layer. > And no, it can't be a pure bridge, it has to be L3 routing. Although the manual says that switch mode is primarily useful for bridging Ethernet segments, it doesn't say you cannot use it for other things, including what you want. In switch...
2005 Oct 31
2
rsync + incremental changes files
Hi, Well, I need the procedure or how to do a full backup of archives to a directory. Then, do incremental backups in different directories. For example: source-dir to dest-dir a full backup. incremental of sources-dir and differential of backup-dir in `date +%m%h%y` Then, i should have a full backup in the dest-dir and incremental+diferential backup in every $DATE directory. Any ideas? I try
2005 Feb 12
4
HTB metro/international
Hi all! I have a problem setting up HTB on my home network. I have a network: 192.168.1.0/24 and I want to limit the download to 200 KB to every IP from my city ( I have the IP''s of most ISPs). The thing is that I I want to limit the international traffic too (I do not use BGP) and set it to 15 KB. Can someone help with this setup? Thanks! Best regards, -- George -- This message
2008 Mar 04
2
modern-CentOS-1.8-1
Hi guys, Have been passed some weeks since the last wiki theme update. So it's update time :) Don't know if you really want theses updates, but here we have some significant changes that I would like to put in your consideration. Sincerely, I get tiered of writing changes into a readme file ... so I took some screenshots for you. If someone needs a diff file tell me, please. The general
2005 Nov 24
1
playlist streaming
...ndvidual streams using icecast2+icegenerator(liveice,ezstream) combination? i've tried mp3 directory streaming as well as playlist streaming - it works, but with no possibility to see full mp3 file listing and play control (like choosing a song, starting, stopping play). Icecast can't even diferentiate /dev/dsp input from playlist input. Is it denied by limitation of streaming technology itself ? i can write a script that will listen to user request and will start icegenerator session, wich will mount requested file to icecast, but 1000 mp3 files will require 1000 mounts - its not logical. May...
2015 May 12
2
Letting linux be the router, allowing dynamic routes, suggestion
...> On Tue, May 12, 2015 at 04:27:10PM -0300, Marcelo Pacheco wrote: > > > Consider the challenge of having completely dynamic routing between vpn > > peers. In one minute I might have 10000 routes towards one specific peer, > > and hour latter I might have NONE. And I need to diferentiate each peer > at > > the kernel routing layer. > > And no, it can't be a pure bridge, it has to be L3 routing. > > Although the manual says that switch mode is primarily useful for > bridging Ethernet segments, it doesn't say you cannot use it for other > things, in...
2005 Sep 09
7
cups driver
hello i think always the same problem :( so i would like to put drivers on my samba server in $print in howto they said in section "Add printer wizard driver installation" chap 20 : " Do not click on Yes! Instead, click on No in the error dialog. Now you will be presented with the printer properties window. From here, the way to assign a driver to a printer is open. ->
2004 Nov 09
23
SEPARATING VOIP AND SURFING
Dear list: I have a problem I cannot handle yet, and need to solve it as soon as possible. Would be very greatful with anybody who can help me. I have a 512/512 link to internet, that I want to share between several computers. I have eth0, with a public IP address, conected to Internet, and also, eth1, with a private IP address, for network with the surfing computers. I have a main class with
2019 Nov 08
3
Workflow to commit changes using git alone (?)
Hi All, Ok, just for the matter of providing feedback that may be useful for others, I figured out one way to do it based on the setup that I described earlier. It can be something like this git checkout patchbranch # checkout to the patch branch, this is the one containing the differential patch code git checkout -b tmp # checkout to a new tmp branch git reset —soft master
2003 Dec 01
0
No subject
Are you using wins? Try lmhosts for the start? Are all machines on the same subnet? Just a few hints to start with ... Christian > > > I have absolutely no clue what I could do to fix it. The only solution I > can think of, is to downgrade to redhat 6.2. > > Your help would be greatly appreciated. > > Stefan Kaes > > portax.com GmbH > Zielstattstrasse 40,