Displaying 6 results from an estimated 6 matches for "antiga".
Did you mean:
antigua
2006 Apr 05
5
QoS - Ping problem
...------------------------------------------------
#!/bin/sh
#------
# Script de QoS Cyber Nett
#------
# Nataniel Klug
# suporte@cnett.com.br
#------
TC="/sbin/tc"
IPT="/usr/local/sbin/iptables"
$IPT -t mangle -X
$IPT -t mangle -F
DL="eth1"
#------
# Apagando regras antigas de QoS
#------
$TC qdisc del dev $DL root 2> /dev/null > /dev/null
$TC qdisc del dev $DL ingress 2> /dev/null > /dev/null
#------
# Regras para a placa eth1
#------
$TC qdisc add dev $DL root handle 1: htb default 50
CLASS="/sbin/tc class add dev $DL parent"
$CLASS 1: cl...
2006 Apr 05
0
Configuration of my QoS ruleset (now working fine with u32 classifier)
...d why it
did not worked well before).
Att,
Nataniel Klug
------------------------
#!/bin/sh
#------
# Script de QoS Cyber Nett
#------
# Nataniel Klug
# suporte@cnett.com.br
#------
TC="/sbin/tc"
IPT="/usr/local/sbin/iptables"
DL="eth1"
#------
# Apagando regras antigas de QoS
#------
$TC qdisc del dev $DL root 2> /dev/null > /dev/null
$TC qdisc del dev $DL ingress 2> /dev/null > /dev/null
#------
# Regras para a placa eth1
#------
$TC qdisc add dev $DL root handle 1: htb default 40
CLASS="/sbin/tc class add dev $DL parent"
$CLASS 1: cl...
2006 Apr 07
9
u32 and iptables do not work together
...script (the one that is working
fine is at the end).
Att,
Nataniel Klug
------
#!/bin/sh
#------
# Script de QoS Cyber Nett
#------
# Nataniel Klug
# suporte@cnett.com.br
#------
TC="/sbin/tc"
IPT="/usr/local/sbin/iptables"
DL="eth3"
#------
# Apagando regras antigas de QoS
#------
$TC qdisc del dev $DL root 2> /dev/null > /dev/null
$TC qdisc del dev $DL ingress 2> /dev/null > /dev/null
#------
# Regras para a placa eth1
#------
$TC qdisc add dev $DL root handle 1: htb default 50
CLASS="/sbin/tc class add dev $DL parent"
$CLASS 1: cl...
2006 Dec 06
0
Configuring a QoS Box + Cliente Bandwidth Control
...ayer7 --l7proto msnmessenger -j
MARK --set-mark $MSN
# referente ao ssh
SSH="23"
$IPT -t mangle -A PREROUTING -p all -m layer7 --l7proto ssh -j MARK
--set-mark $SSH
#----
# SALVANDO MARCAS DO IPTABLES
#----
$IPT -t mangle -A PREROUTING -j CONNMARK --save-mark
#------
# Apagando regras antigas de QoS
#------
$TC qdisc del dev $DL01 root 2> /dev/null > /dev/null
$TC qdisc del dev $DL01 ingress 2> /dev/null > /dev/null
$TC qdisc del dev $DL02 root 2> /dev/null > /dev/null
$TC qdisc del dev $DL02 ingress 2> /dev/null > /dev/null
$TC qdisc del dev $UP root 2...
2015 Jun 11
3
Fwd: Problem with GT218 (GeForce GT210)
Include logs from the failed boot
On Jun 11, 2015 10:55 PM, "Andre Campos Rodovalho" <
andre.rodovalho at gmail.com> wrote:
> Hello, I'm facing issues with a Point of View GT210/218 and nouveau
> drivers. I'm using ubuntu server with LXDE on top of it...
>
> *lshw -c video* output:
> *-display
> description: VGA compatible controller
>
2015 Jun 11
3
Fwd: Problem with GT218 (GeForce GT210)
...5528ada92f1cb2
> Jun 11 20:45:01 v-caps colord: Profile added:
> icc-3a34aa6c3d1fb1ef63ff41e04ee00979
> Jun 11 20:45:01 v-caps colord: Profile added: DCP7065DN-Gray..
> Jun 11 20:45:01 v-caps colord: Device added: cups-DCP7065DN
> Jun 11 20:45:01 v-caps colord: Profile added: HP-8100-antiga-Gray..
> Jun 11 20:45:01 v-caps colord: Profile added: HP-8100-antiga-RGB..
> Jun 11 20:45:01 v-caps colord: Device added: cups-HP-8100-antiga
> Jun 11 20:45:01 v-caps colord: Profile added: HP-8100-nova-Gray..
> Jun 11 20:45:01 v-caps colord: Profile added: HP-8100-nova-RGB..
> Jun...