Displaying 20 results from an estimated 600 matches similar to: "Question regarding HTB"
2005 Jun 28
0
Re: Questin regarding HTB
Yes sure here they are:
The first one that i have received 2day and does not work almost at all:
#!/bin/bash
ETH_IN="eth1"
ETH_OUT="eth0"
BANDA_TOTALA="2Mbit"
# pentru neclasificati ar trebui sa fie banda minima - 1k - aici ar trebui
sa ajunga trafic necunoscut,
# care nu e organizat in shape-uri
BANDA_NECLASIFICATI="8kbit"
#Shape generale
/sbin/tc
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
2004 Nov 19
3
mixing u32 and fwmark
Hi!
There is one thing I can''t do. In my country we have to pay for
"foreign" internet. Local internet is cheap and fast, but foreign is
slow and expensive. So I want do following:
mark every packet with iptables, where --set-mark 1 for foreign
internet, but --set-mark 2 for local internet
next when I got all traffic marking, I need to assign traffic to users
so I make
2005 Jun 29
0
I can''t read this but perhaps it helps the Romanians <grin>
vlad.lupescu@actualbvt.ro
2013 Aug 23
0
[off-topic] Datathon para el bien social de la Campus Party, en Londres, del 2 al 7 de Septiembre 2013
(Quisiera aclarar antes de nada que hay total libertad de usar las herramientas analíticas que se deseen, por supuesto R, y que se va a poner a disposición de los participantes una plataforma BigData de Telefónica -cosmos).
¿Puede BigData reformar tu ciudad? ¡Entra en el Datathon para el bien social de la Campus Party, en Londres, del 2 al 7 de Septiembre 2013!
Regístrate en:
2001 Feb 09
1
tabular data (was RE: [R] Removing "row.names")
Hi,
I agree that replacing data.frames for modeling functions would
be too painful. Also I agree with Thomas that new class(es) for
tabular data should not inherit from data.frame, and that data.frames
should conceptually inherit from some other base tabular data class.
At this point I'm not suggesting anything in concrete --- I haven't
sorted it out in my own mind --- but I want
2014 Mar 12
3
Sobreponer dos mapas
Hola,
Estoy tratando de sobreponer un mapa sobre otro, uno que sirva de ?background? y otro con datos. Mi primer intento lo hice usando el paquete PBSmapping.
Aquí lo que hice:
library(PBSmapping)
estados <- importShapefile(?Entidades_2013.shp") #Aquí cargamos las entidades federativas (32 entidades)
zonas <- importShapefile(?zm.shp?) #Aquí cargamos las zonas metropolitanas del país
2004 Oct 28
4
HTB is losing packets ?
Hello all,
I have using htb for last 10-12 months to manage the bandwidth share.
Until last month everything was ok, but now after a kernel upgrade (from
2.4.20 to 2.4.26 because a kernel bug that generate a oops) the Linux router
is droping packets. It is weird because the "tc -s class ls dev eth1" (in the
class I monitor) reports no packet drop, the "tc -s qdisc ls dev
2004 Sep 06
0
example/dsmark+policing => tcsim outputs are different
Hi folks
I have created a script file (dsmark+policing.sh attached) to check graphic
an text outputs of simutations, against original examples/dsmark+policing
coding (see TCNG Reference Manual-pg.90).
It uses tcng coding (*.tcsim file attached) and old tc coding (*.tcsim_old
file attached) inserted in tcsim files.
Observation 1: The graphic outputs from (*.tc included in *.tcsim) and
(*.tc_old
2018 Dec 11
3
Clases S3, S4...
La verdad es que todas las aportaciones son muy muy interesantes,
MI pregunta siguiente: Habeis usado R para programar orientado a objetos alguna vez? Porque yo hago mucho scripting.... Supongo que por mi mala calidad como programador...
Jes?s
________________________________
De: Carlos Ortega <cof en qualityexcellence.es>
Enviado: domingo, 9 de diciembre de 2018 21:07
Para: Jes?s Para
2020 Jul 04
2
Sumar valores dentro de una clase
Va ejemplo:
data <- Ejemplo_List
cl<-round(seq(0,max(data$h),10),2) # seq para clases
df<-data.frame(min.h=cl[-length(cl)],max.h=cl[-1]) # Data frame con las
clases
df$class<-paste(df$min.h,df$max.h,sep="-") # Armo las Clases
df$Largo <-NA # Variable nueva
# Completo la columna "Largo" con la cantidad de observaciones que están
entre el mínimo y el máximo de
2003 Jul 17
1
Recode from 2 variables
I am trying to create a new variable which uses the suburb names if HR
and HRRES are the same but which uses HRRES if they are different. Any
assistance would be appreciated as my brain has just packed up. I'm not
sure I can teach myself anymore new tricks this afternoon.
HR HRRES SUBURB
What I am trying to get
954 Wheatbelt
2018 Dec 09
2
Clases S3, S4...
Y para completar, también existen las reference class o las más modernas
R6. https://adv-r.hadley.nz/r6.html
Que se parecen más a los lenguajes más orientados a objetos, con sus
herencias y demás historias.
dom., 9 dic. 2018 17:23, Carlos J. Gil Bellosta <cgb en datanalytics.com>
escribió:
> Hola, ¿qué tal?
>
> S3 es un sistema de clases bastante primitivo. Está pensado
2009 Feb 13
1
Add columns to data frame automatically
Hello fellows: I've een trying to set up a function that performs 100
loops producing the coresponding 100 series. I want to save all those
datasets in a dataframe, so I wrote this...
prep <- function()
# Clase[1]/Categoria[2]/Phi[3]/Rf[4]
peso <- c(.0,.03,.3,.6)
# Extension del calculo
for (i in 1:100)
{
# Calculos de todas las curvas
# Variables (Valor Base)
abase
2007 Jul 22
0
Network configuration after upgrade
Hello,
A bit of history
================
1) I''ve got a normal 2.6.20 x64 Fedora 6 Linux server running several things
2) I''ve downloaded and installed the XenSource Administrator Console for
Windows
3) I''ve added 2.6.20-1.2962.fc6xen kernel, xen and vnc packages on my Linux
server
4) I rebooted the Linux server, and started xend as per user guide
Configuration
2010 Nov 05
1
Una guía de estilo para programar en R...
Hola,
He seguido con interés el mensaje de Carlos sobre la guía de estilo para
programar en R aparecida en Google y las reacciones que ha generado.
En líneas generales creo que la guía Google es bastante floja, estoy de
acuerdo con la mayoría de comentarios iniciales de Carlos y en particular
con el hecho de que no trata en absoluto (ni lógicamente promueve) la
creación de packages. Otro
2012 Mar 07
2
Remove a word from a character vector value XXXX
Hi everyone,
What is the easiest way to remove the word Average and strip leading
and trailing blanks from the character vector (d5.Region) below?
.nrow.d5. d5.Region
1 1 Central Average
2 2 Coastal Average
3 3 East Average
4 4 Metro East Average
5 5 Metro North Average
6 6 Metro South Average
7
2006 Oct 11
1
MGCP stuff
Hello everybody!
I have an Asterisk 1.2.12.1 server with SIP as the VoIP protocol.
What I want to do: I want to talk to the "outside world" via MGCP.
I suppose I must set an MGCP peer to route outgoing calls. So, I must
set the endpoint syntax of the Asterisk server (Asterisk will act as an
MGCP gateway and will talk with an MGCP Gatekeeper) and with other MGCP
gateways via
2012 Jun 05
1
Programa en R : ¿Paquetizable?
Hola, ¿qué tal?:
He desarrollado un programa en R que lee datos, los analiza mediante métodos estadísticos y vuelca los resultados en un fichero de salida, consistiendo estos resultados en tablas y gráficos.
Lógicamente lo tengo estructurado en varios módulos (sources .R) y utilizo 2 clases que he creado como clases S3.
La pregunta es la siguiente: ¿qué características debe tener mi programa
2013 Jun 02
1
Como hacer el promedio de la suma de varias filas
Hola a todos, queria saber si existe un comando que me permita sumar filas
agrupandolas o algo asi y luego sacarle el promedio a eso.
Tengo una matriz de datos con varias escuelas, cada escuela tiene distintos
salones de clases, algunas 2 otras tres etc, y cada salon de clases tiene
un numero de alumnos, lo que quiero es calcular el promedio de alumnos por
escuela, y el promedio de salones por