search for: geradas

Displaying 4 results from an estimated 4 matches for "geradas".

2008 Aug 20
3
Confidence Interval
...# Loop x <- rnorm(n,xbar,s) # Gere uma amostra normal n elementos, xbar média e s desvio-padrão x <- mean(x) # Calcule a média (exata) dessa amostra y <- c(y,x) # Coloque essa média em um registro em y } y <- sort(y) # Ordene todas as médias geradas LI <- y[((1-nc)/2)*rep] # Limite inferior, LS <- y[rep-(((1-nc)/2)*rep)] # Limite superior ### PARTE GRÁFICA ### x <- mean(y) xvals <- seq(-LI, LI, length.out=5000) dvals <- dnorm(xvals,mean(y), sd(y))[1:5000] xbvals <- seq(LS, LS*2, length.out=5000) dbvals <- dn...
2014 Nov 06
0
RemoteApp Failed Logon
I have MS AD DC running Windows Server 2008 R2 and I decided to use samba 4 Version 4.1.6-Ubuntu as Domain Controller Member but I've had some problems with Web Access RemoteApp when the TS uses samba as logon server, the logon account fail, see below: Nome do Log: Security Fonte: Microsoft-Windows-Security-Auditing Data: 06/11/2014 08:08:08 Identifica??o do Evento:4625
2016 Apr 05
0
Nota Fiscal Eletronica - [ 392141804099 ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body> <p><span style="color: rgb(255, 0, 0);"><span style="font-size: 16px;"><u><strong>Nota Fiscal Eletrônica: Pedido 02-529937558</strong></u></span></span></p> <p> </p>
2005 Dec 22
2
strange tc filter behavior
...the script bellow. The problem is I can''t ''see'' any traffic (Sent 0 bytes) on classes 1:11 1:12 on imq0. Classes 2:11 and 2:12 on eth2 has its counters increased and seems to make sence. Any help will be greatly appreciated. Thaks a lot. #!/bin/sh # # Regras para HTB geradas em Thu Dec 22 11:16:01 2005 # # # htbgen version 0.0.1 - 2005/12/16 # IP=/sbin/ip TC=/sbin/tc # # Rules for input via eth2 (output via imq0) # $TC qdisc del dev imq0 root >&/dev/null $TC qdisc add dev imq0 root handle 1: htb default ffff r2q 1 IPT=/usr/sbin/iptables RMMOD=/sbin/rmmod M...