<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sudoroom.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Mesh%2F19_February_2015</id>
	<title>Mesh/19 February 2015 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://sudoroom.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Mesh%2F19_February_2015"/>
	<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Mesh/19_February_2015&amp;action=history"/>
	<updated>2026-06-18T09:24:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Mesh/19_February_2015&amp;diff=9336&amp;oldid=prev</id>
		<title>Tunabananas: uploaded 2/19 mtg minutes</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Mesh/19_February_2015&amp;diff=9336&amp;oldid=prev"/>
		<updated>2015-04-08T06:25:50Z</updated>

		<summary type="html">&lt;p&gt;uploaded 2/19 mtg minutes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;http://blog.lxgr.net/posts/2013/01/28/my-openwrt-setup/&lt;br /&gt;
Marc, check this out...&lt;br /&gt;
tc...&lt;br /&gt;
this to be run once on each boot:&lt;br /&gt;
    &lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Insert the necessary kernel modules&lt;br /&gt;
insmod sch_htb&lt;br /&gt;
insmod sch_fq_codel&lt;br /&gt;
# Reset the queueing disciplinessudomesh | Riseup Pad&lt;br /&gt;
tc qdisc del dev eth1 root&lt;br /&gt;
tc qdisc del dev br-lan root&lt;br /&gt;
# Add a HTB queue to the internal interface (to limit upload speeds)&lt;br /&gt;
tc qdisc add dev eth1 root handle 1: htb default 1# Limit the upload speed to 2048 kbit/s (adjust this to just below your actual upload speed!)&lt;br /&gt;
tc class add dev eth1 parent 1: classid 1:1 htb rate 2048kbit# Enable CoDel as a queueing algorithm for the queue&lt;br /&gt;
tc qdisc add dev eth1 parent 1:1 handle 11: fq_codel&lt;br /&gt;
# The same for download speeds - adjust accordingly&lt;br /&gt;
tc qdisc add dev br-lan root handle 1: htb default 1&lt;br /&gt;
tc class add dev br-lan parent 1: classid 1:1 htb rate 32768kbit&lt;br /&gt;
tc qdisc add dev br-lan parent 1:1 handle 11: fq_codel&lt;br /&gt;
exit 0&lt;br /&gt;
This is not the full answer to the quota answer but seems a good start.&lt;br /&gt;
--Chrisj, Thursday, February 19, 2015&lt;/div&gt;</summary>
		<author><name>Tunabananas</name></author>
	</entry>
</feed>