<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tmb.dj/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Slackline</id>
	<title>TMB Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tmb.dj/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Slackline"/>
	<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/Special:Contributions/Slackline"/>
	<updated>2026-05-30T09:26:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Get_iplayer&amp;diff=4705</id>
		<title>Get iplayer</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Get_iplayer&amp;diff=4705"/>
		<updated>2022-10-23T17:29:48Z</updated>

		<summary type="html">&lt;p&gt;Slackline: Linking to get_iplayer homepage so people know where to get the software discussed within.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[get_iplayer](https://get-iplayer.github.io/get_iplayer/) is a free and Open Source program released under the GNU GPL that allows you to access content from the [[BBC]] iPlayer. It is primarily used to capture video (TV) and audio (Radio) broadcasts. You are able to capture these media files from both the archived watch/listen again iPlayer as well as live streams. The media files captured are the actual source files transmitted by the [[BBC]] iPlayer. &lt;br /&gt;
&lt;br /&gt;
Currently the BBC iplayer live streams are transmitted at 320kpbs. However, only BBC Radio 3 &amp;amp; BBC 6 Music does so with full frequency range. Thus, there is still an imposed 15-16kHz frequency cut-off for all other stations. The listen again iPlayer transmits at 128kbps.&lt;br /&gt;
&lt;br /&gt;
The reason for highlighting the use of the get_iplayer is that the quality is as good as we have ever been able to get. Even a 128kbps [[M4A]] ([[AAC]]) file sounds excellent and of comparable quality to the very best FM recording. And with the 320kbps broadcasts the audio is truly excellent. Therefore, this is the recommend way to record BBC content.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Capturing &amp;amp; Preparing BBC Radio Shows==&lt;br /&gt;
&lt;br /&gt;
===Windows OS===&lt;br /&gt;
&lt;br /&gt;
====Required Programs====&lt;br /&gt;
&lt;br /&gt;
*'''get_iplayer'''&lt;br /&gt;
*[[MP3DirectCut]] (requires the [http://www.rarewares.org/aac-decoders.php libfaad2.dll] to be installed)&lt;br /&gt;
*[[MP4Box]]&lt;br /&gt;
*A good tagging program such as [[Foobar2000]] or [[MP3tag]]&lt;br /&gt;
&lt;br /&gt;
====Steps====&lt;br /&gt;
&lt;br /&gt;
# Run '''get_iplayer''' and use the appropriate commands to capture the content you want:&lt;br /&gt;
#* '''Live iPlayer Streams''' (these are broadcasts/transmissions that are going out live on the BBC station)&lt;br /&gt;
#** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;get_iplayer --type=liveradio --get 80131 --stop=02:10:10 --force --attempts=5 --raw --ffmpeg-liveradio-opts=&amp;quot;-bsf:a aac_adtstoasc&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
#*** The above command captures 2 hours 10 minutes and 10 seconds of the live transmission from the BBC Radio 1 station once the get_iplayer program has been sent the command. The &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;--stop&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt; option is hh:mm:ss. This enables you to cleanly end a recording. Do not use the &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;--start&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt; option with live stream recording. Multiple instances of get_iplayer can also be scheduled to run. And using a Windows scheduler allows you to set up weekly repeats, which will be described later.&lt;br /&gt;
#*** You will be left with a [[Transport Stream]] (.ts) file. You can extract the raw [[AAC]] audio from it using [[FFmpeg]] with the following command:&lt;br /&gt;
#**** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;ffmpeg -i input.ts -acodec copy output.aac&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
#:* Or better yet, create a batch script to make the process easier. Create a folder called &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;ts2aac2m4a&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;. Copy the following into a file named &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;ts2aac.cmd&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt; and place the file into the folder you have just created (you might need to first make the file a text file and then change the .txt to .cmd):&lt;br /&gt;
#:* &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;@ECHO OFF &amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
#::&amp;lt;big&amp;gt;&amp;lt;code&amp;gt;MKDIR aac&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
#::&amp;lt;big&amp;gt;&amp;lt;code&amp;gt;FOR %%f IN (&amp;quot;*.ts&amp;quot;) DO ffmpeg -i &amp;quot;%%f&amp;quot; -acodec copy &amp;quot;aac\%%~nf.aac&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
#:* To run the above file you will need to have ffmpeg.exe in your PATH or within the same folder as the batch script or you can use [http://wiki.themixingbowl.org/User:Jaybeee jaybeee's] batch scripts.&lt;br /&gt;
#* '''Listen Again iPlayer Stream'''&lt;br /&gt;
#** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;get_iplayer --type=radio --pid=b006wkfp&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
#*** The above command captures the audio that relates to the program with the pid as defined above; make sure you change it to the programme you want.&lt;br /&gt;
# You will most likely need to '''edit the audio''' to remove unwanted parts from the start and end. You can [[lossless]]ly do this with [[MP3DirectCut]]. It is vital to use a lossless / non-destructive audio editor to preserve the audio quality; otherwise you will decode and then re-encode (aka [[transcode]]) and further compress the file. However, [[MP3DirectCut]] only works on [[AAC]] (and [[MP3]]) files and not the [[M4A]] format, so you will need to '''unpackage the [[M4A]] file''' using [[MP4Box]] to '''extract the raw [[AAC]] file'''.&lt;br /&gt;
#* Run [[MP4Box]] with the following commands:&lt;br /&gt;
#** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;mp4box -raw 1 input.m4a -out output.aac&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
#* Or better yet, create a batch script to make the process easier. Create a folder called &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;ts2aac2m4a&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;. Copy the following into a file named &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;m4a2aac.cmd&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt; and place the file into the folder you have just created (you might need to first make the file a text file and then change the .txt to .cmd):&lt;br /&gt;
#** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;@ECHO OFF &amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
#::&amp;lt;big&amp;gt;&amp;lt;code&amp;gt;MKDIR aac &amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
#::&amp;lt;big&amp;gt;&amp;lt;code&amp;gt;FOR %%f IN (&amp;quot;*.m4a&amp;quot;) DO mp4box -raw 1 &amp;quot;%%f&amp;quot; -out &amp;quot;aac\%%~nf.aac&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
#* So now all you have to do is place the captured .m4a file into the &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;ts2aac2m4a&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt; folder, run the &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;m4a2aac.cmd&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt; batch script and you will find the extracted [[AAC]] file in a sub-folder called &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;\ts2aac2ma4\aac&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;.&lt;br /&gt;
# Run [[MP3DirectCut]] and open the extracted [[AAC]] file and make the necessary edits. Make sure you save your changes.&lt;br /&gt;
# The [[AAC]] file must now be repackaged back into a [[M4A]] container to ensure correct playback and compatibility with media players (and to allow you to tag the file).&lt;br /&gt;
#* Run [[MP4Box]] with the following commands:&lt;br /&gt;
#** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;mp4box -add input.aac output.m4a -new&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
#* Or better yet, create a batch script like above to make the process easier. Copy the following into a file named &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;aac2m4a.cmd&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt; and save the file into the folder &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;\ts2aac2m4a\aac&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;:&lt;br /&gt;
#** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;@ECHO OFF&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
#::&amp;lt;big&amp;gt;&amp;lt;code&amp;gt;MKDIR m4a&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
#::&amp;lt;big&amp;gt;&amp;lt;code&amp;gt;FOR %%f IN (&amp;quot;*.aac&amp;quot;) do mp4box -add &amp;quot;%%f&amp;quot; &amp;quot;m4a\%%~nf.m4a&amp;quot; -new&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
#* Run the &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;aac2m4a.cmd&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt; batch script and you will find the repackaged [[M4A]] file in a sub-folder &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;\ts2aac2m4a\aac\m4a&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;.&lt;br /&gt;
# Using your preferred '''tagging tool''' (we recommend [[Foobar2000]] or [[MP3tag]]) add the appropriate tags.&lt;br /&gt;
#* Take pride in your uploads by tagging them correctly. It helps the grateful listeners organise their media files.&lt;br /&gt;
# Optional part: [[Replaygain]] the file. In [[Foobar2000]] you can do this by adding [[Replaygain]] tags or even permanently apply the [[Replaygain]] changes to the actual file, meaning all media players will play the file at this adjusted loudness.&lt;br /&gt;
# Upload to [[TMB]], sit back and have thousands download and admire your great work... or get a few thumbsup :-P&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
* To re-mux without transcoding a .ts [[Transport Stream]] file to an [[M4A]] file use the following [[FFmpeg]] command: &lt;br /&gt;
** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;ffmpeg -i input.ts -acodec copy -acodec copy out.m4a&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
* To re-mux without transcoding a .ts [[Transport Stream]] file to an [[AAC]] file use the following [[FFmpeg]] command: &lt;br /&gt;
** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;ffmpeg -i input.ts -acodec copy output.aac&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
* When you forcibly kill a get_iplayer session when it is capturing content (leaving you with a file with the extension .ts), the above command is unlikely to work. This [[Transport Stream]] file will need to have it's bitstream filter fixed and then packaged to an [[M4A]] or [[MP4]] file in order to adequately use it. You can do this with [[FFmpeg]]:&lt;br /&gt;
** &amp;lt;big&amp;gt;&amp;lt;code&amp;gt;ffmpeg -i &amp;quot;input.ts&amp;quot; -c:a copy -c:a copy -bsf:a aac_adtstoasc &amp;quot;output.m4a&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
*** get_iplayer installs [[FFmpeg]] as part of it's own installation.&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
*[https://github.com/get-iplayer/ Github get_iplayer official repository]&lt;br /&gt;
*[https://squarepenguin.co.uk/ Squarepenguin website] - a nicely designed website that mirrors the Github site&lt;br /&gt;
&lt;br /&gt;
==Further Reading==&lt;br /&gt;
*[http://www.bbc.co.uk/blogs/internet/entries/296ac283-54df-4c21-a38f-8cc1fa8731c8 Official BBC Audio Factory project info]&lt;br /&gt;
*[http://www.audiomisc.co.uk/BBC/AudioFactory/AudioFactory.html Audio Factory explained by an audiophile]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:Audio Tools]]&lt;br /&gt;
[[Category:Uploading Own Recordings]]&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Rules&amp;diff=4599</id>
		<title>Rules</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Rules&amp;diff=4599"/>
		<updated>2019-04-24T12:33:35Z</updated>

		<summary type="html">&lt;p&gt;Slackline: Adding clarity to the non commercial only rule.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Policy}}&lt;br /&gt;
&lt;br /&gt;
==General rules - Breaking these rules can and will get you banned!==&lt;br /&gt;
&lt;br /&gt;
#Be excellent to each other.&lt;br /&gt;
#Do not defy the admins expressed wishes.&lt;br /&gt;
#Keep your overall ratio as close to 1.0 as possible.&lt;br /&gt;
&lt;br /&gt;
==General forum guidelines - Please try to follow these guidelines==&lt;br /&gt;
&lt;br /&gt;
#No moaning!&lt;br /&gt;
#No language other than English in the forums.&lt;br /&gt;
#Do not request/offer/trade invites to other bittorrent trackers in the forums.&lt;br /&gt;
#Please read the [[FAQ]] before asking any questions!&lt;br /&gt;
&lt;br /&gt;
==Uploading rules - Torrents violating these rules may be deleted without notice==&lt;br /&gt;
&lt;br /&gt;
#All uploads must include the mixingbowl [http://www.themixingbowl.org/static/www.themixingbowl.org.nfo nfo].&lt;br /&gt;
#Only '''non commercial music and videos''', i.e. nothing that has been '''commercially licensed''' that you can buy in the shops, on amazon etc.&lt;br /&gt;
#Videos must either be of a broadcast by an artist, or be documentaries about an artist or a genre. Documentaries that the admins do not feel are suitable for the site will be removed without warning. [http://themixingbowl.org/tickets/messageadmin Ask an admin] if you're not sure.&lt;br /&gt;
#If you have the tracklist, post it in the Description part of the upload form.&lt;br /&gt;
#Make sure your torrents are well-seeded at least until there are above 5 other seeds.&lt;br /&gt;
#If you have something interesting that somehow violate these rules, [http://themixingbowl.org/tickets/messageadmin ask an admin] and we might make an exception&lt;br /&gt;
#Adhere to all of the [[Uploading_Guidelines | Uploading Guidelines]]&lt;br /&gt;
&lt;br /&gt;
==Avatar rules - Your avatar must adhere to these requirements==&lt;br /&gt;
&lt;br /&gt;
#'''Must be work safe''', no nudity etc.&lt;br /&gt;
#GIFs must be less than 100KB in size&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=FAQ&amp;diff=4590</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=FAQ&amp;diff=4590"/>
		<updated>2018-11-20T07:20:10Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* Freeleech */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Policy}}&lt;br /&gt;
&lt;br /&gt;
==Site information==&lt;br /&gt;
We intend to be the 1st stop for torrents for: The Essential Mix, The Breezeblock, Kiss FM, XFM, Worldwide, BTTB, One World, Blue Room, The Milk Run, Solid Steel, Annie On One and much more...&lt;br /&gt;
Before you do anything here we suggest you have a look at the [[rules]].&lt;br /&gt;
&lt;br /&gt;
===What is this BitTorrent all about anyway? How do I get the files?===&lt;br /&gt;
&lt;br /&gt;
The idea behind Bittorrent is the SHARING of files. As you download a file you will also upload the parts you already have to help others. Bittorrent only works because other users like you are also sharing the files so please be considerate and leave the files open in your [[:Category:Bittorrent_Client_Guide|bittorrent client]] for as long as you can. The site will keep track of your [[ratio|sharing ratio]], the more you share the more music you have access to.&lt;br /&gt;
&lt;br /&gt;
If you are new to BitTorrent then you will be advised to have a look at the very good [https://lifehacker.com/285489/a-beginners-guide-to-bittorrent|Beginners guide to BitTorrent] which explains how BitTorrent works and how to get started.&lt;br /&gt;
&lt;br /&gt;
For a BitTorrent client we recommend using [[qBittorrent]] or [[uTorrent]]. Both clients keep track of all your torrents for you, making it easier to seed and maintain a decent ratio. See the [[Client whitelist]] for more supported clients.&lt;br /&gt;
&lt;br /&gt;
===Where does the donated money go?===&lt;br /&gt;
&lt;br /&gt;
All donated money goes towards hosting the site.&lt;br /&gt;
&lt;br /&gt;
===How does the auto ban/warning system work?===&lt;br /&gt;
&lt;br /&gt;
'''Auto warnings'''&lt;br /&gt;
&lt;br /&gt;
Every day we automatically issue warnings to any account which has a low ratio.  The account then has a warning flag issued recording the date and account statistics when the warning was issued.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Auto bans'''&lt;br /&gt;
&lt;br /&gt;
Every day we automatically ban any account which has been warned for over 30 days and whose ratio hasn't improved.&lt;br /&gt;
&lt;br /&gt;
We also monitor the accounts currently flagged with a warning and will ban any one who is trying to download lots before the auto ban or whose ratio has gotten worse since the warning.&lt;br /&gt;
&lt;br /&gt;
Other non-ratio related warnings can be issued by the admin team for abusive behaviour, persistent commercial uploads etc.&lt;br /&gt;
&lt;br /&gt;
===How does your RSS feed work?===&lt;br /&gt;
&lt;br /&gt;
See [[RSS Feed]]&lt;br /&gt;
&lt;br /&gt;
===How can I contact an admin?===&lt;br /&gt;
&lt;br /&gt;
If you are logged in to the site, use [http://themixingbowl.org/tickets/messageadmin Message Admin] to send a question to the admin team. If you are not able to log in to the site for any reason, use [http://themixingbowl.org/contact/us Contact Us]. In either case your question will be answered by any available admin.&lt;br /&gt;
&lt;br /&gt;
If you message an admin you see online directly on the site you may not get a response, especially if your question is already covered in the FAQ.&lt;br /&gt;
&lt;br /&gt;
==User information==&lt;br /&gt;
&lt;br /&gt;
===I registered an account but did not receive the confirmation e-mail!===&lt;br /&gt;
&lt;br /&gt;
To delete the account so you can re-register, send a message to the admin team with [http://themixingbowl.org/tickets/messageadmin this form]. Note though that if you didn't receive the email the first time it will probably not succeed the second time either so you should really try another email address.&lt;br /&gt;
&lt;br /&gt;
===I've lost my user name or password! Can you send it to me?===&lt;br /&gt;
&lt;br /&gt;
Please use [http://themixingbowl.org/forgot this form] to have the login details mailed back to you.&lt;br /&gt;
&lt;br /&gt;
===Can you rename my account?===&lt;br /&gt;
&lt;br /&gt;
Possibly. Send a message to the admin team explaining why using [http://themixingbowl.org/tickets/messageadmin this form].&lt;br /&gt;
&lt;br /&gt;
===What happens to my account if I don't use it?===&lt;br /&gt;
&lt;br /&gt;
Some user accounts are disabled for inactivity. &lt;br /&gt;
&lt;br /&gt;
Accounts are '''inactive''' if the user hasn't not logged in for 3 months. At 3 months you will get a notification, a reminder after 1 month and disabled if another month passes.&lt;br /&gt;
&lt;br /&gt;
Accounts are '''unused''' if the user has signed up a year ago and not used the account since signing up. Unused accounts will be disabled if not used within 30 days of first notification.&lt;br /&gt;
&lt;br /&gt;
These rules apply to all user and uploader classes. All accounts Resident and above are exempt from being disabled for inactivity.&lt;br /&gt;
Furthermore, if you are seeding at least 5 torrents you will not be disabled (although you will still recieve notifications).&lt;br /&gt;
&lt;br /&gt;
If you know that you will be away from internet for a long time, you may park your account from your profile page. Parked accounts cannot login to the site and use of the tracker is restricted to seeding, i.e. parked accounts can seed but can not download new torrents.&lt;br /&gt;
&lt;br /&gt;
===Can you delete my (confirmed) account?===&lt;br /&gt;
&lt;br /&gt;
Send a message to the admin team including the email address you signed up with using [http://themixingbowl.org/tickets/messageadmin this form].&lt;br /&gt;
&lt;br /&gt;
===So, what's MY ratio?===&lt;br /&gt;
&lt;br /&gt;
You can view your ratio on your [http://themixingbowl.org/user/view profile page]&lt;br /&gt;
&lt;br /&gt;
It's important to distinguish between your overall ratio and the individual ratio on each torrent you may be seeding or leeching. The overall ratio takes into account the total uploaded and downloaded from your account since you joined the site. The individual ratio just indicates the values for each torrent.&lt;br /&gt;
&lt;br /&gt;
You may see two symbols instead of a number: &amp;quot;Inf.&amp;quot;, which is just an abbreviation for Infinity, and means that you have downloaded 0 bytes while uploading a non-zero amount (ul/dl becomes infinity); &amp;quot;---&amp;quot;, which should be read as &amp;quot;non-available&amp;quot;, and shows up when you have both downloaded and uploaded 0 bytes (ul/dl = 0/0 which is an indeterminate amount).&lt;br /&gt;
&lt;br /&gt;
===Why is my IP displayed on my details page?===&lt;br /&gt;
&lt;br /&gt;
Only you and the site moderators can view your IP address and email. Regular users do not see that information.&lt;br /&gt;
&lt;br /&gt;
===Why does my profile show &amp;quot;unconnectable&amp;quot;? (And why should I care?)===&lt;br /&gt;
&lt;br /&gt;
The tracker has determined that you are firewalled or NATed and cannot accept incoming connections.  This means that other [[peers]] in the [[swarm]] will be unable to connect to you, only you to them. Even worse, if two peers are both in this state they will not be able to connect at all. This will slow down ''your'' torrents and reduce your chance of being able to upload anything, so it's in your best interests to fix it. &lt;br /&gt;
&lt;br /&gt;
Have a read of the [[How to become connectable]] page or lookup your router on [http://www.portforward.com portforward.com]).&lt;br /&gt;
&lt;br /&gt;
===What are the different user classes?===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#2B4157&amp;quot;|User&lt;br /&gt;
|The default class of new members.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#2B4157&amp;quot;|User[[Image:star.gif]]&lt;br /&gt;
|Has donated money to themixingbowl.org.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#00C&amp;quot;|Uploader&lt;br /&gt;
|Allowed to upload torrents. For information on how to become an Uploader please see the uploading section of the FAQ.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:green&amp;quot;|Resident&lt;br /&gt;
|User who has contributed to the site. To become a Resident you must meet ALL the following criteria:&lt;br /&gt;
*Have to be registered on the site for more than 3 months&lt;br /&gt;
*Have a ratio of 1.0+&lt;br /&gt;
*Downloaded more than 5GB&lt;br /&gt;
*At least 5 forum posts&lt;br /&gt;
And at least ONE of the following criteria:&lt;br /&gt;
*Over 200 forum posts&lt;br /&gt;
*Uploaded over 20 individual torrents&lt;br /&gt;
*Uploaded over 100GB&lt;br /&gt;
*Have donated any amount&lt;br /&gt;
''Residents are exempt from being disabled for inactivity''.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot;|Other&lt;br /&gt;
|Customised title. Only an Administrator can customize someones title.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:darkblue&amp;quot;|Broadcaster&lt;br /&gt;
|Participates in the TMB Radio shenanigans. &lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:darkblue&amp;quot;|Pipecock&lt;br /&gt;
|There is only one Nifty Pipecock.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:purple&amp;quot;|VIP&lt;br /&gt;
|Awarded to a user in recognition of an outstanding contribution to TMB. Our way of saying you're pretty bloody awesome.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:red&amp;quot;|Administrator&lt;br /&gt;
|Can do just about anything.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:red&amp;quot;|SysOp&lt;br /&gt;
|coptang (site owner). RIP.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Hey! I've seen a Resident with less than 100GB uploaded!===&lt;br /&gt;
&lt;br /&gt;
Members who make an outstanding contribution to The Mixing Bowl may be promoted to Resident before they meet all the normal criteria.&lt;br /&gt;
&lt;br /&gt;
===How do I add an avatar to my profile?===&lt;br /&gt;
&lt;br /&gt;
You can set your avatar from your [http://themixingbowl.org/my/prefs/ Preferences] page.&lt;br /&gt;
&lt;br /&gt;
Select the image you wish to use as you avatar and the click &amp;quot;Submit changes&amp;quot; at the bottom of the page. The site accepts JPEG, PNG and GIF image types and they are resized automatically to the appropriate size for the forum. You can upload files up to 2MB in size, if the original is larger than this you will need to manually reduce it's size before uploading. GIFs are not resized and there is a 100KB file size limit for these.&lt;br /&gt;
&lt;br /&gt;
===Can I become an admin?===&lt;br /&gt;
&lt;br /&gt;
No. I'm afraid getting to be an admin by asking is not possible on themixingbowl.&lt;br /&gt;
&lt;br /&gt;
==Uploading==&lt;br /&gt;
&lt;br /&gt;
===Why can't I upload torrents?===&lt;br /&gt;
&lt;br /&gt;
Only specially authorised users ('''&amp;lt;span style=&amp;quot;color:#00C&amp;quot;&amp;gt;Uploaders&amp;lt;/span&amp;gt;''') have permission to upload torrents.&lt;br /&gt;
&lt;br /&gt;
===What criteria must I meet before I can join the Uploader team?===&lt;br /&gt;
&lt;br /&gt;
Any member can become an uploader. In order to join the uploader group [http://themixingbowl.org/tickets/requestuploader read the instructions and fill out the form on the Uploader Request page] to signify that you've read the rules about what kind of torrents are allowed ('''no commercial releases!''').&lt;br /&gt;
&lt;br /&gt;
Once you've done this an admin will add you to the uploaders group. This is a manual process so please allow a few days for this to happen. You will be sent a PM to confirm when your account has been upgraded.&lt;br /&gt;
&lt;br /&gt;
===General Uploaders Etiquette (Uploading Guidelines)===&lt;br /&gt;
&lt;br /&gt;
Maintain excellence at all times. For a more in-depth discussion of what this involves, see the [[Uploading Guidelines]] page.&lt;br /&gt;
&lt;br /&gt;
===How should I title my torrent? (Torrent Naming Guidelines)===&lt;br /&gt;
&lt;br /&gt;
This is covered in the [[Uploading Guidelines]].&lt;br /&gt;
&lt;br /&gt;
===Why have I been demoted back to a user from uploader status?===&lt;br /&gt;
&lt;br /&gt;
There are a number of reasons you might have been demoted to user from uploader or resident. These include (but are not limited to):&lt;br /&gt;
&lt;br /&gt;
*Uploading commercial releases&lt;br /&gt;
*Uploading stream rips&lt;br /&gt;
*Persistently uploading poorly classified torrents&lt;br /&gt;
*Uploads not following the naming guidelines &lt;br /&gt;
&lt;br /&gt;
===What will happen if I ignore any of the uploading guidelines?===&lt;br /&gt;
&lt;br /&gt;
The upload will be deleted, and if you do it persistently you will be demoted.  If you persistently upload commercial releases or argue with an admin you will probably be banned as well. &lt;br /&gt;
&lt;br /&gt;
===Can I upload the new blahblahblah music video?===&lt;br /&gt;
&lt;br /&gt;
No, music video's are treated the same as single songs and are not allowed.  vj mixes, mashups etc are normally ok, if you are in any doubt at all [http://themixingbowl.org/tickets/messageadmin ask] before uploading.&lt;br /&gt;
&lt;br /&gt;
===Can I upload a stream rip?===&lt;br /&gt;
&lt;br /&gt;
See the [[Internet Radios]] page  for rules about uploading internet radio streams.&lt;br /&gt;
&lt;br /&gt;
===Can I upload your torrents to other trackers and/or share them with my friends?===&lt;br /&gt;
&lt;br /&gt;
No. Each torrent you download from here contains a unique ID linking it to your account. If other people try to download using the same torrent they will mess up your stats, which could result in you getting banned.&lt;br /&gt;
&lt;br /&gt;
However, the files you download from us are yours to do as you please. You can always create another torrent, pointing to some other tracker, and upload it to the site of your choice. We only ask you to give credit where it's due.&lt;br /&gt;
&lt;br /&gt;
===How do I create a torrent?===&lt;br /&gt;
&lt;br /&gt;
See the [[:Category:Bittorrent_Client_Guide|Bittorrent client guide]] page for guides on how to create torrents.&lt;br /&gt;
&lt;br /&gt;
==Stats==&lt;br /&gt;
&lt;br /&gt;
===Most common reason for stats not updating===&lt;br /&gt;
&lt;br /&gt;
*The user is cheating. (a.k.a. &amp;quot;Summary Ban&amp;quot;)&lt;br /&gt;
*The server is overloaded and unresponsive. Just try to keep the session open until the server responds again. (Flooding the server with consecutive manual updates is not recommended.)&lt;br /&gt;
*You are using a faulty client. If you want to use an experimental or CVS version you do it at your own risk.&lt;br /&gt;
&lt;br /&gt;
===Best practices===&lt;br /&gt;
&lt;br /&gt;
*If a torrent you are currently leeching/seeding is not listed on your profile, just wait or force a manual update.&lt;br /&gt;
*Make sure you exit your client properly, so that the tracker receives &amp;quot;event=completed&amp;quot;.&lt;br /&gt;
*If the tracker is down, do not stop seeding. As long as the tracker is back up before you exit the client the stats should update properly.&lt;br /&gt;
&lt;br /&gt;
===May I use any bittorrent client?===&lt;br /&gt;
&lt;br /&gt;
NO. See the [[client whitelist]] for details of supported clients.&lt;br /&gt;
&lt;br /&gt;
===Why is a torrent I'm leeching/seeding listed several times in my profile?===&lt;br /&gt;
&lt;br /&gt;
If for some reason (e.g. pc crash, or frozen client) your client exits improperly and you restart it, it will have a new peer_id, so it will show as a new torrent. The old one will never receive a &amp;quot;event=completed&amp;quot; or &amp;quot;event=stopped&amp;quot; and will be listed until some tracker timeout. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
Another reason could be that you have given torrents you have downloaded from this site to other people. Each .torrent file you download contains a unique ID that links it to your account. For this reason sharing .torrent files you have downloaded from The Mixing Bowl is forbidden.&lt;br /&gt;
&lt;br /&gt;
===I've finished or cancelled a torrent. Why is it still listed in my profile?===&lt;br /&gt;
&lt;br /&gt;
Some clients, notably TorrentStorm and Nova Torrent, do not report properly to the tracker when cancelling or finishing a torrent. In that case the tracker will keep waiting for some message - and thus listing the torrent as seeding or leeching - until some timeout occurs. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
===Multiple IPs (Can I login from different computers?)===&lt;br /&gt;
&lt;br /&gt;
Yes, the tracker is now capable of following sessions from different IPs for the same user. A torrent is associated with the user when it starts, and only at that moment is the IP relevant. So if you want to seed/leech from computer A and computer B with the same account you should access the site from computer A, start the torrent there, and then repeat both steps from computer B (not limited to two computers or to a single torrent on each, this is just the simplest example). You do not need to login again when closing the torrent.&lt;br /&gt;
&lt;br /&gt;
===How does NAT/ICS change the picture?===&lt;br /&gt;
&lt;br /&gt;
All torrents are tracker on a per-client basis. Any number of user accounts and/or Bit Torrent clients can report from the same IP address and account stats will be updated correctly.&lt;br /&gt;
&lt;br /&gt;
===How do I improve my ratio?===&lt;br /&gt;
&lt;br /&gt;
Read the [[One Stop Ratio Shop]] and keep an eye out for [[FAQ#Freeleech|Freeleech]]'s.&lt;br /&gt;
&lt;br /&gt;
==Downloading==&lt;br /&gt;
&lt;br /&gt;
===Why did an active torrent suddenly disappear?===&lt;br /&gt;
&lt;br /&gt;
The most likely reasons are that the uploader deleted it because there was a problem with the release, or an admin/moderator deleted it because it broke the site [[rules]].&lt;br /&gt;
&lt;br /&gt;
===How do I resume a broken download or reseed something?===&lt;br /&gt;
&lt;br /&gt;
Download the original .torrent file from server after that open it in you Bit Torrent client and browse the folder of the torrent you are downloading/reseeding.&lt;br /&gt;
&lt;br /&gt;
===What are these &amp;quot;a piece has failed an hash check&amp;quot; messages?===&lt;br /&gt;
&lt;br /&gt;
Bittorrent clients check the data they receive for integrity. When a piece fails this check it is automatically re-downloaded. Occasional hash fails are a common occurrence, and you shouldn't worry.&lt;br /&gt;
&lt;br /&gt;
Some clients have an (advanced) option/preference to &amp;quot;kick/ban&amp;quot; clients that send you bad data or similar. It should be turned on, since it makes sure that if a peer repeatedly sends you pieces that fail the hash check it will be ignored in the future.&lt;br /&gt;
&lt;br /&gt;
===You have the torrent I want, but there's no seeds so I can't download it!===&lt;br /&gt;
&lt;br /&gt;
It may be possible still to download, first of all - just download it and leave it running. There's possibly seeds out there but don't know anyone wants the torrents, at least if you download it you have a chance. If this fails, you can request a reseed. A link will appear on torrents which are eligable for reseed. See [[reseeds]] for more details.&lt;br /&gt;
&lt;br /&gt;
===The torrent is supposed to be 100MB. How come I downloaded 120MB?===&lt;br /&gt;
&lt;br /&gt;
See the hash fails topic. If your client receives bad data it will have to redownload it, therefore the total downloaded may be larger than the torrent size. Make sure the &amp;quot;kick/ban&amp;quot; option is turned on to minimize the extra downloads.&lt;br /&gt;
&lt;br /&gt;
===What ports can I use with my Bit Torrent client===&lt;br /&gt;
&lt;br /&gt;
Due to the widespread use of Deep Packet Inspection by ISPs the choice of a non standard port to use for Bit Torrent connections no longer improves transfer speeds. The Mixing Bowl does not restrict the usage of any ports for clients however it does recommend the use of [[Protocol_Encryption|protocol encryption]]. Please consult the manual for you client for details on enabling protocol encryption.&lt;br /&gt;
&lt;br /&gt;
===Why do I get an &amp;quot;Error (You need a better ratio to download megatorrents!) message?===&lt;br /&gt;
&lt;br /&gt;
In order to prevent members from digging a big hole in their ratio they can't get out of, they are prevented from downloading any torrent over 1GB.&lt;br /&gt;
&lt;br /&gt;
You can only download megatorrents with a ratio better than 0.75. If the size of torrent is more than you have downloaded, you must have enough uploaded, such that downloading the torrent will not drop your ratio below 1.0. For example, a 10G torrent can be downloaded by a user with a ratio of 0.8 and 12G downloaded but could not be dowloaded by a user with a ratio of 0.8 and 9G downloaded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How can I improve my download speed?==&lt;br /&gt;
&lt;br /&gt;
===Do not immediately jump on new torrents===&lt;br /&gt;
&lt;br /&gt;
The download speed mostly depends on the seeder-to-leecher ratio (SLR). Poor download speed is mainly a problem with new and very popular torrents where the SLR is low.&lt;br /&gt;
&lt;br /&gt;
(Proselytising sidenote: make sure you remember that you did not enjoy the low speed. Seed so that others will not endure the same.)&lt;br /&gt;
&lt;br /&gt;
The best speeds will be found around the half-life of a torrent, when the SLR will be at its highest. (The downside is that you will not be able to seed so much. It's up to you to balance the pros and cons of this.)&lt;br /&gt;
&lt;br /&gt;
===Limit your upload speed===&lt;br /&gt;
&lt;br /&gt;
The upload speed affects the download speed in essentially two ways:&lt;br /&gt;
&lt;br /&gt;
*Bittorrent peers tend to favour those other peers that upload to them. This means that if A and B are leeching the same torrent and A is sending data to B at high speed then B will try to reciprocate. So due to this effect high upload speeds lead to high download speeds.&lt;br /&gt;
*Due to the way TCP works, when A is downloading something from B it has to keep telling B that it received the data sent to him. (These are called acknowledgements - ACKs -, a sort of &amp;quot;got it!&amp;quot; messages). If A fails to do this then B will stop sending data and wait. If A is uploading at full speed there may be no bandwidth left for the ACKs and they will be delayed. So due to this effect excessively high upload speeds lead to low download speeds.&lt;br /&gt;
&lt;br /&gt;
The full effect is a combination of the two. The upload should be kept as high as possible while allowing the ACKs to get through without delay. '''A good thumb rule is keeping the upload at about 80% of the theoretical upload speed.''' You will have to fine tune yours to find out what works best for you. (Remember that keeping the upload high has the additional benefit of helping with your ratio.)&lt;br /&gt;
&lt;br /&gt;
===Limit the number of simultaneous connections===&lt;br /&gt;
&lt;br /&gt;
Some operating systems (like Windows 9x) do not deal well with a large number of connections, and may even crash. Also some home routers (particularly when running NAT and/or firewall with stateful inspection services) tend to become slow or crash when having to deal with too many connections. There are no fixed values for this, you may try 60 or 100 and experiment with the value. Note that these numbers are additive, if you have two instances of a client running the numbers add up.&lt;br /&gt;
&lt;br /&gt;
===Limit the number of simultaneous uploads===&lt;br /&gt;
&lt;br /&gt;
Isn't this the same as above? No. Connections limit the number of peers your client is talking to and/or downloading from. Uploads limit the number of peers your client is actually uploading to. The ideal number is typically much lower than the number of connections, and highly dependent on your (physical) connection.&lt;br /&gt;
&lt;br /&gt;
===Just give it some time===&lt;br /&gt;
&lt;br /&gt;
As explained above peers favour other peers that upload to them. When you start leeching a new torrent you have nothing to offer to other peers and they will tend to ignore you. This makes the starts slow, in particular if, by change, the peers you are connected to include few or no seeders. The download speed should increase as soon as you have some pieces to share.&lt;br /&gt;
&lt;br /&gt;
===Why is my internet so slow while leeching?===&lt;br /&gt;
&lt;br /&gt;
Your internet bandwidth is always finite. If you are a peer in a fast torrent it may saturate your connection, and your browsing will suffer. From your client you can limit the download and upload speed to mitigate this.&lt;br /&gt;
&lt;br /&gt;
Browsing was used just as an example, the same would apply to gaming, IMing, etc...&lt;br /&gt;
&lt;br /&gt;
==Proxy/VPN use==&lt;br /&gt;
&lt;br /&gt;
===Site===&lt;br /&gt;
&lt;br /&gt;
If you wish to use a VPN to browse the site, it must be a paid for service that allows you to specify a server/region (or be based in a static location).&lt;br /&gt;
You may also browse the site using your seedbox or private server.&lt;br /&gt;
You should always let staff know by sending a [http://themixingbowl.org/contact/us staff PM] before using the VPN. If possible, please include what service it is, the location, and IP(s).&lt;br /&gt;
Tor, public proxies, and other freely available services are strictly prohibited and your account is likely to be disabled if you use them.&lt;br /&gt;
&lt;br /&gt;
===Tracker===&lt;br /&gt;
&lt;br /&gt;
It is permissible to use almost any type of connection - including public proxies - for P2P bittorrent traffic. Users can seed and download torrent pieces, and announce data to the tracker, from any connection they wish - with the exception of Tor which is forbidden.&lt;br /&gt;
&lt;br /&gt;
It is worth noting that due to a combination of factors (increased latency, worse peering, bottlenecked traffic, inability to port forward, etc), users seeding from behind a proxy could see their upload speeds/net upload traffic decrease.&lt;br /&gt;
&lt;br /&gt;
==Freeleech==&lt;br /&gt;
&lt;br /&gt;
===What is Freeleech?===&lt;br /&gt;
Freeleech is where your ratio doesn't take a hit for downloading a torrent, but your ratio benefits from the uploads.  They are a useful way of improving your ratio.&lt;br /&gt;
&lt;br /&gt;
===Where can I find TMB torrents that are Freeleech?===&lt;br /&gt;
&lt;br /&gt;
* All [https://tmb.dj/forum/view/21/ Readers Mixes] are Freeleech.&lt;br /&gt;
* TMB has fortnightly '''Freeleech of the Week''' picks ('''FLOTW''') that go up every other Monday and highlight a member-suggested [https://tmb.dj/forum/view/22/ Megatorrent].  These are announced as news items, so keep your eyes open.&lt;br /&gt;
* All current Freeleech torrents can be found via the [https://tmb.dj/torrent/advancedsearch/ Advanced Search] page by ticking the &amp;quot;'''Free'''&amp;quot; checkbox.&lt;br /&gt;
&lt;br /&gt;
===How can I suggest a Megatorrent for Freeleech?===&lt;br /&gt;
&lt;br /&gt;
* Make suggestions for future Megatorrents in [https://themixingbowl.org/thread/view/132018 Freeleech of the week nominations].&lt;br /&gt;
&lt;br /&gt;
==What if I can't find the answer to my problem here?==&lt;br /&gt;
&lt;br /&gt;
===You can try these:===&lt;br /&gt;
&lt;br /&gt;
Post in the [http://www.themixingbowl.org/forum/ forums], by all means. You'll find they are usually a friendly and helpful place, provided you follow a few basic guidelines:&lt;br /&gt;
&lt;br /&gt;
*Make sure your problem is not really in this FAQ. There's no point in posting just to be sent back here.&lt;br /&gt;
*Before posting read the sticky topics (the ones at the top). Many times new information that still hasn't been incorporated in the FAQ can be found there.&lt;br /&gt;
*Make just one thread for your issue, an admin can move your thread to the right forum so you don't need to post in them all.&lt;br /&gt;
*Help us in helping you. Do not just say &amp;quot;it doesn't work!&amp;quot;. Provide details so that we don't have to guess or waste time asking. What client do you use? What's your OS? What's your network setup? What's the exact error message you get, if any? What are the torrents you are having problems with? The more you tell the easiest it will be for us, and the more probable your post will get a reply.&lt;br /&gt;
*And needless to say: be polite. Demanding help rarely works, asking for it usually does the trick.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=FAQ&amp;diff=4585</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=FAQ&amp;diff=4585"/>
		<updated>2018-11-17T21:17:19Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* How do I improve my ratio? */ Linking to freeleech section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Policy}}&lt;br /&gt;
&lt;br /&gt;
==Site information==&lt;br /&gt;
We intend to be the 1st stop for torrents for: The Essential Mix, The Breezeblock, Kiss FM, XFM, Worldwide, BTTB, One World, Blue Room, The Milk Run, Solid Steel, Annie On One and much more...&lt;br /&gt;
Before you do anything here we suggest you have a look at the [[rules]].&lt;br /&gt;
&lt;br /&gt;
===What is this BitTorrent all about anyway? How do I get the files?===&lt;br /&gt;
&lt;br /&gt;
The idea behind Bittorrent is the SHARING of files. As you download a file you will also upload the parts you already have to help others. Bittorrent only works because other users like you are also sharing the files so please be considerate and leave the files open in your [[:Category:Bittorrent_Client_Guide|bittorrent client]] for as long as you can. The site will keep track of your [[ratio|sharing ratio]], the more you share the more music you have access to.&lt;br /&gt;
&lt;br /&gt;
If you are new to BitTorrent then you will be advised to have a look at the very good [https://lifehacker.com/285489/a-beginners-guide-to-bittorrent|Beginners guide to BitTorrent] which explains how BitTorrent works and how to get started.&lt;br /&gt;
&lt;br /&gt;
For a BitTorrent client we recommend using [[qBittorrent]] or [[uTorrent]]. Both clients keep track of all your torrents for you, making it easier to seed and maintain a decent ratio. See the [[Client whitelist]] for more supported clients.&lt;br /&gt;
&lt;br /&gt;
===Where does the donated money go?===&lt;br /&gt;
&lt;br /&gt;
All donated money goes towards hosting the site.&lt;br /&gt;
&lt;br /&gt;
===How does the auto ban/warning system work?===&lt;br /&gt;
&lt;br /&gt;
'''Auto warnings'''&lt;br /&gt;
&lt;br /&gt;
Every day we automatically issue warnings to any account which has a low ratio.  The account then has a warning flag issued recording the date and account statistics when the warning was issued.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Auto bans'''&lt;br /&gt;
&lt;br /&gt;
Every day we automatically ban any account which has been warned for over 30 days and whose ratio hasn't improved.&lt;br /&gt;
&lt;br /&gt;
We also monitor the accounts currently flagged with a warning and will ban any one who is trying to download lots before the auto ban or whose ratio has gotten worse since the warning.&lt;br /&gt;
&lt;br /&gt;
Other non-ratio related warnings can be issued by the admin team for abusive behaviour, persistent commercial uploads etc.&lt;br /&gt;
&lt;br /&gt;
===How does your RSS feed work?===&lt;br /&gt;
&lt;br /&gt;
See [[RSS Feed]]&lt;br /&gt;
&lt;br /&gt;
===How can I contact an admin?===&lt;br /&gt;
&lt;br /&gt;
If you are logged in to the site, use [http://themixingbowl.org/tickets/messageadmin Message Admin] to send a question to the admin team. If you are not able to log in to the site for any reason, use [http://themixingbowl.org/contact/us Contact Us]. In either case your question will be answered by any available admin.&lt;br /&gt;
&lt;br /&gt;
If you message an admin you see online directly on the site you may not get a response, especially if your question is already covered in the FAQ.&lt;br /&gt;
&lt;br /&gt;
==User information==&lt;br /&gt;
&lt;br /&gt;
===I registered an account but did not receive the confirmation e-mail!===&lt;br /&gt;
&lt;br /&gt;
To delete the account so you can re-register, send a message to the admin team with [http://themixingbowl.org/tickets/messageadmin this form]. Note though that if you didn't receive the email the first time it will probably not succeed the second time either so you should really try another email address.&lt;br /&gt;
&lt;br /&gt;
===I've lost my user name or password! Can you send it to me?===&lt;br /&gt;
&lt;br /&gt;
Please use [http://themixingbowl.org/forgot this form] to have the login details mailed back to you.&lt;br /&gt;
&lt;br /&gt;
===Can you rename my account?===&lt;br /&gt;
&lt;br /&gt;
Possibly. Send a message to the admin team explaining why using [http://themixingbowl.org/tickets/messageadmin this form].&lt;br /&gt;
&lt;br /&gt;
===What happens to my account if I don't use it?===&lt;br /&gt;
&lt;br /&gt;
Some user accounts are disabled for inactivity. &lt;br /&gt;
&lt;br /&gt;
Accounts are '''inactive''' if the user hasn't not logged in for 3 months. At 3 months you will get a notification, a reminder after 1 month and disabled if another month passes.&lt;br /&gt;
&lt;br /&gt;
Accounts are '''unused''' if the user has signed up a year ago and not used the account since signing up. Unused accounts will be disabled if not used within 30 days of first notification.&lt;br /&gt;
&lt;br /&gt;
These rules apply to all user and uploader classes. All accounts Resident and above are exempt from being disabled for inactivity.&lt;br /&gt;
Furthermore, if you are seeding at least 5 torrents you will not be disabled (although you will still recieve notifications).&lt;br /&gt;
&lt;br /&gt;
If you know that you will be away from internet for a long time, you may park your account from your profile page. Parked accounts cannot login to the site and use of the tracker is restricted to seeding, i.e. parked accounts can seed but can not download new torrents.&lt;br /&gt;
&lt;br /&gt;
===Can you delete my (confirmed) account?===&lt;br /&gt;
&lt;br /&gt;
Send a message to the admin team including the email address you signed up with using [http://themixingbowl.org/tickets/messageadmin this form].&lt;br /&gt;
&lt;br /&gt;
===So, what's MY ratio?===&lt;br /&gt;
&lt;br /&gt;
You can view your ratio on your [http://themixingbowl.org/user/view profile page]&lt;br /&gt;
&lt;br /&gt;
It's important to distinguish between your overall ratio and the individual ratio on each torrent you may be seeding or leeching. The overall ratio takes into account the total uploaded and downloaded from your account since you joined the site. The individual ratio just indicates the values for each torrent.&lt;br /&gt;
&lt;br /&gt;
You may see two symbols instead of a number: &amp;quot;Inf.&amp;quot;, which is just an abbreviation for Infinity, and means that you have downloaded 0 bytes while uploading a non-zero amount (ul/dl becomes infinity); &amp;quot;---&amp;quot;, which should be read as &amp;quot;non-available&amp;quot;, and shows up when you have both downloaded and uploaded 0 bytes (ul/dl = 0/0 which is an indeterminate amount).&lt;br /&gt;
&lt;br /&gt;
===Why is my IP displayed on my details page?===&lt;br /&gt;
&lt;br /&gt;
Only you and the site moderators can view your IP address and email. Regular users do not see that information.&lt;br /&gt;
&lt;br /&gt;
===Why does my profile show &amp;quot;unconnectable&amp;quot;? (And why should I care?)===&lt;br /&gt;
&lt;br /&gt;
The tracker has determined that you are firewalled or NATed and cannot accept incoming connections.  This means that other [[peers]] in the [[swarm]] will be unable to connect to you, only you to them. Even worse, if two peers are both in this state they will not be able to connect at all. This will slow down ''your'' torrents and reduce your chance of being able to upload anything, so it's in your best interests to fix it. &lt;br /&gt;
&lt;br /&gt;
Have a read of the [[How to become connectable]] page or lookup your router on [http://www.portforward.com portforward.com]).&lt;br /&gt;
&lt;br /&gt;
===What are the different user classes?===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#2B4157&amp;quot;|User&lt;br /&gt;
|The default class of new members.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#2B4157&amp;quot;|User[[Image:star.gif]]&lt;br /&gt;
|Has donated money to themixingbowl.org.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#00C&amp;quot;|Uploader&lt;br /&gt;
|Allowed to upload torrents. For information on how to become an Uploader please see the uploading section of the FAQ.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:green&amp;quot;|Resident&lt;br /&gt;
|User who has contributed to the site. To become a Resident you must meet ALL the following criteria:&lt;br /&gt;
*Have to be registered on the site for more than 3 months&lt;br /&gt;
*Have a ratio of 1.0+&lt;br /&gt;
*Downloaded more than 5GB&lt;br /&gt;
*At least 5 forum posts&lt;br /&gt;
And at least ONE of the following criteria:&lt;br /&gt;
*Over 200 forum posts&lt;br /&gt;
*Uploaded over 20 individual torrents&lt;br /&gt;
*Uploaded over 100GB&lt;br /&gt;
*Have donated any amount&lt;br /&gt;
''Residents are exempt from being disabled for inactivity''.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot;|Other&lt;br /&gt;
|Customised title. Only an Administrator can customize someones title.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:darkblue&amp;quot;|Broadcaster&lt;br /&gt;
|Participates in the TMB Radio shenanigans. &lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:darkblue&amp;quot;|Pipecock&lt;br /&gt;
|There is only one Nifty Pipecock.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:purple&amp;quot;|VIP&lt;br /&gt;
|Awarded to a user in recognition of an outstanding contribution to TMB. Our way of saying you're pretty bloody awesome.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:red&amp;quot;|Administrator&lt;br /&gt;
|Can do just about anything.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:red&amp;quot;|SysOp&lt;br /&gt;
|coptang (site owner). RIP.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Hey! I've seen a Resident with less than 100GB uploaded!===&lt;br /&gt;
&lt;br /&gt;
Members who make an outstanding contribution to The Mixing Bowl may be promoted to Resident before they meet all the normal criteria.&lt;br /&gt;
&lt;br /&gt;
===How do I add an avatar to my profile?===&lt;br /&gt;
&lt;br /&gt;
You can set your avatar from your [http://themixingbowl.org/my/prefs/ Preferences] page.&lt;br /&gt;
&lt;br /&gt;
Select the image you wish to use as you avatar and the click &amp;quot;Submit changes&amp;quot; at the bottom of the page. The site accepts JPEG, PNG and GIF image types and they are resized automatically to the appropriate size for the forum. You can upload files up to 2MB in size, if the original is larger than this you will need to manually reduce it's size before uploading. GIFs are not resized and there is a 100KB file size limit for these.&lt;br /&gt;
&lt;br /&gt;
===Can I become an admin?===&lt;br /&gt;
&lt;br /&gt;
No. I'm afraid getting to be an admin by asking is not possible on themixingbowl.&lt;br /&gt;
&lt;br /&gt;
==Uploading==&lt;br /&gt;
&lt;br /&gt;
===Why can't I upload torrents?===&lt;br /&gt;
&lt;br /&gt;
Only specially authorised users ('''&amp;lt;span style=&amp;quot;color:#00C&amp;quot;&amp;gt;Uploaders&amp;lt;/span&amp;gt;''') have permission to upload torrents.&lt;br /&gt;
&lt;br /&gt;
===What criteria must I meet before I can join the Uploader team?===&lt;br /&gt;
&lt;br /&gt;
Any member can become an uploader. In order to join the uploader group [http://themixingbowl.org/tickets/requestuploader read the instructions and fill out the form on the Uploader Request page] to signify that you've read the rules about what kind of torrents are allowed ('''no commercial releases!''').&lt;br /&gt;
&lt;br /&gt;
Once you've done this an admin will add you to the uploaders group. This is a manual process so please allow a few days for this to happen. You will be sent a PM to confirm when your account has been upgraded.&lt;br /&gt;
&lt;br /&gt;
===General Uploaders Etiquette (Uploading Guidelines)===&lt;br /&gt;
&lt;br /&gt;
Maintain excellence at all times. For a more in-depth discussion of what this involves, see the [[Uploading Guidelines]] page.&lt;br /&gt;
&lt;br /&gt;
===How should I title my torrent? (Torrent Naming Guidelines)===&lt;br /&gt;
&lt;br /&gt;
This is covered in the [[Uploading Guidelines]].&lt;br /&gt;
&lt;br /&gt;
===Why have I been demoted back to a user from uploader status?===&lt;br /&gt;
&lt;br /&gt;
There are a number of reasons you might have been demoted to user from uploader or resident. These include (but are not limited to):&lt;br /&gt;
&lt;br /&gt;
*Uploading commercial releases&lt;br /&gt;
*Uploading stream rips&lt;br /&gt;
*Persistently uploading poorly classified torrents&lt;br /&gt;
*Uploads not following the naming guidelines &lt;br /&gt;
&lt;br /&gt;
===What will happen if I ignore any of the uploading guidelines?===&lt;br /&gt;
&lt;br /&gt;
The upload will be deleted, and if you do it persistently you will be demoted.  If you persistently upload commercial releases or argue with an admin you will probably be banned as well. &lt;br /&gt;
&lt;br /&gt;
===Can I upload the new blahblahblah music video?===&lt;br /&gt;
&lt;br /&gt;
No, music video's are treated the same as single songs and are not allowed.  vj mixes, mashups etc are normally ok, if you are in any doubt at all [http://themixingbowl.org/tickets/messageadmin ask] before uploading.&lt;br /&gt;
&lt;br /&gt;
===Can I upload a stream rip?===&lt;br /&gt;
&lt;br /&gt;
See the [[Internet Radios]] page  for rules about uploading internet radio streams.&lt;br /&gt;
&lt;br /&gt;
===Can I upload your torrents to other trackers and/or share them with my friends?===&lt;br /&gt;
&lt;br /&gt;
No. Each torrent you download from here contains a unique ID linking it to your account. If other people try to download using the same torrent they will mess up your stats, which could result in you getting banned.&lt;br /&gt;
&lt;br /&gt;
However, the files you download from us are yours to do as you please. You can always create another torrent, pointing to some other tracker, and upload it to the site of your choice. We only ask you to give credit where it's due.&lt;br /&gt;
&lt;br /&gt;
===How do I create a torrent?===&lt;br /&gt;
&lt;br /&gt;
See the [[:Category:Bittorrent_Client_Guide|Bittorrent client guide]] page for guides on how to create torrents.&lt;br /&gt;
&lt;br /&gt;
==Stats==&lt;br /&gt;
&lt;br /&gt;
===Most common reason for stats not updating===&lt;br /&gt;
&lt;br /&gt;
*The user is cheating. (a.k.a. &amp;quot;Summary Ban&amp;quot;)&lt;br /&gt;
*The server is overloaded and unresponsive. Just try to keep the session open until the server responds again. (Flooding the server with consecutive manual updates is not recommended.)&lt;br /&gt;
*You are using a faulty client. If you want to use an experimental or CVS version you do it at your own risk.&lt;br /&gt;
&lt;br /&gt;
===Best practices===&lt;br /&gt;
&lt;br /&gt;
*If a torrent you are currently leeching/seeding is not listed on your profile, just wait or force a manual update.&lt;br /&gt;
*Make sure you exit your client properly, so that the tracker receives &amp;quot;event=completed&amp;quot;.&lt;br /&gt;
*If the tracker is down, do not stop seeding. As long as the tracker is back up before you exit the client the stats should update properly.&lt;br /&gt;
&lt;br /&gt;
===May I use any bittorrent client?===&lt;br /&gt;
&lt;br /&gt;
NO. See the [[client whitelist]] for details of supported clients.&lt;br /&gt;
&lt;br /&gt;
===Why is a torrent I'm leeching/seeding listed several times in my profile?===&lt;br /&gt;
&lt;br /&gt;
If for some reason (e.g. pc crash, or frozen client) your client exits improperly and you restart it, it will have a new peer_id, so it will show as a new torrent. The old one will never receive a &amp;quot;event=completed&amp;quot; or &amp;quot;event=stopped&amp;quot; and will be listed until some tracker timeout. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
Another reason could be that you have given torrents you have downloaded from this site to other people. Each .torrent file you download contains a unique ID that links it to your account. For this reason sharing .torrent files you have downloaded from The Mixing Bowl is forbidden.&lt;br /&gt;
&lt;br /&gt;
===I've finished or cancelled a torrent. Why is it still listed in my profile?===&lt;br /&gt;
&lt;br /&gt;
Some clients, notably TorrentStorm and Nova Torrent, do not report properly to the tracker when cancelling or finishing a torrent. In that case the tracker will keep waiting for some message - and thus listing the torrent as seeding or leeching - until some timeout occurs. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
===Multiple IPs (Can I login from different computers?)===&lt;br /&gt;
&lt;br /&gt;
Yes, the tracker is now capable of following sessions from different IPs for the same user. A torrent is associated with the user when it starts, and only at that moment is the IP relevant. So if you want to seed/leech from computer A and computer B with the same account you should access the site from computer A, start the torrent there, and then repeat both steps from computer B (not limited to two computers or to a single torrent on each, this is just the simplest example). You do not need to login again when closing the torrent.&lt;br /&gt;
&lt;br /&gt;
===How does NAT/ICS change the picture?===&lt;br /&gt;
&lt;br /&gt;
All torrents are tracker on a per-client basis. Any number of user accounts and/or Bit Torrent clients can report from the same IP address and account stats will be updated correctly.&lt;br /&gt;
&lt;br /&gt;
===How do I improve my ratio?===&lt;br /&gt;
&lt;br /&gt;
Read the [[One Stop Ratio Shop]] and keep an eye out for [[FAQ#Freeleech|Freeleech]]'s.&lt;br /&gt;
&lt;br /&gt;
==Downloading==&lt;br /&gt;
&lt;br /&gt;
===Why did an active torrent suddenly disappear?===&lt;br /&gt;
&lt;br /&gt;
The most likely reasons are that the uploader deleted it because there was a problem with the release, or an admin/moderator deleted it because it broke the site [[rules]].&lt;br /&gt;
&lt;br /&gt;
===How do I resume a broken download or reseed something?===&lt;br /&gt;
&lt;br /&gt;
Download the original .torrent file from server after that open it in you Bit Torrent client and browse the folder of the torrent you are downloading/reseeding.&lt;br /&gt;
&lt;br /&gt;
===What are these &amp;quot;a piece has failed an hash check&amp;quot; messages?===&lt;br /&gt;
&lt;br /&gt;
Bittorrent clients check the data they receive for integrity. When a piece fails this check it is automatically re-downloaded. Occasional hash fails are a common occurrence, and you shouldn't worry.&lt;br /&gt;
&lt;br /&gt;
Some clients have an (advanced) option/preference to &amp;quot;kick/ban&amp;quot; clients that send you bad data or similar. It should be turned on, since it makes sure that if a peer repeatedly sends you pieces that fail the hash check it will be ignored in the future.&lt;br /&gt;
&lt;br /&gt;
===You have the torrent I want, but there's no seeds so I can't download it!===&lt;br /&gt;
&lt;br /&gt;
It may be possible still to download, first of all - just download it and leave it running. There's possibly seeds out there but don't know anyone wants the torrents, at least if you download it you have a chance. If this fails, you can request a reseed. A link will appear on torrents which are eligable for reseed. See [[reseeds]] for more details.&lt;br /&gt;
&lt;br /&gt;
===The torrent is supposed to be 100MB. How come I downloaded 120MB?===&lt;br /&gt;
&lt;br /&gt;
See the hash fails topic. If your client receives bad data it will have to redownload it, therefore the total downloaded may be larger than the torrent size. Make sure the &amp;quot;kick/ban&amp;quot; option is turned on to minimize the extra downloads.&lt;br /&gt;
&lt;br /&gt;
===What ports can I use with my Bit Torrent client===&lt;br /&gt;
&lt;br /&gt;
Due to the widespread use of Deep Packet Inspection by ISPs the choice of a non standard port to use for Bit Torrent connections no longer improves transfer speeds. The Mixing Bowl does not restrict the usage of any ports for clients however it does recommend the use of [[Protocol_Encryption|protocol encryption]]. Please consult the manual for you client for details on enabling protocol encryption.&lt;br /&gt;
&lt;br /&gt;
===Why do I get an &amp;quot;Error (You need a better ratio to download megatorrents!) message?===&lt;br /&gt;
&lt;br /&gt;
In order to prevent members from digging a big hole in their ratio they can't get out of, they are prevented from downloading any torrent over 1GB.&lt;br /&gt;
&lt;br /&gt;
You can only download megatorrents with a ratio better than 0.75. If the size of torrent is more than you have downloaded, you must have enough uploaded, such that downloading the torrent will not drop your ratio below 1.0. For example, a 10G torrent can be downloaded by a user with a ratio of 0.8 and 12G downloaded but could not be dowloaded by a user with a ratio of 0.8 and 9G downloaded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How can I improve my download speed?==&lt;br /&gt;
&lt;br /&gt;
===Do not immediately jump on new torrents===&lt;br /&gt;
&lt;br /&gt;
The download speed mostly depends on the seeder-to-leecher ratio (SLR). Poor download speed is mainly a problem with new and very popular torrents where the SLR is low.&lt;br /&gt;
&lt;br /&gt;
(Proselytising sidenote: make sure you remember that you did not enjoy the low speed. Seed so that others will not endure the same.)&lt;br /&gt;
&lt;br /&gt;
The best speeds will be found around the half-life of a torrent, when the SLR will be at its highest. (The downside is that you will not be able to seed so much. It's up to you to balance the pros and cons of this.)&lt;br /&gt;
&lt;br /&gt;
===Limit your upload speed===&lt;br /&gt;
&lt;br /&gt;
The upload speed affects the download speed in essentially two ways:&lt;br /&gt;
&lt;br /&gt;
*Bittorrent peers tend to favour those other peers that upload to them. This means that if A and B are leeching the same torrent and A is sending data to B at high speed then B will try to reciprocate. So due to this effect high upload speeds lead to high download speeds.&lt;br /&gt;
*Due to the way TCP works, when A is downloading something from B it has to keep telling B that it received the data sent to him. (These are called acknowledgements - ACKs -, a sort of &amp;quot;got it!&amp;quot; messages). If A fails to do this then B will stop sending data and wait. If A is uploading at full speed there may be no bandwidth left for the ACKs and they will be delayed. So due to this effect excessively high upload speeds lead to low download speeds.&lt;br /&gt;
&lt;br /&gt;
The full effect is a combination of the two. The upload should be kept as high as possible while allowing the ACKs to get through without delay. '''A good thumb rule is keeping the upload at about 80% of the theoretical upload speed.''' You will have to fine tune yours to find out what works best for you. (Remember that keeping the upload high has the additional benefit of helping with your ratio.)&lt;br /&gt;
&lt;br /&gt;
===Limit the number of simultaneous connections===&lt;br /&gt;
&lt;br /&gt;
Some operating systems (like Windows 9x) do not deal well with a large number of connections, and may even crash. Also some home routers (particularly when running NAT and/or firewall with stateful inspection services) tend to become slow or crash when having to deal with too many connections. There are no fixed values for this, you may try 60 or 100 and experiment with the value. Note that these numbers are additive, if you have two instances of a client running the numbers add up.&lt;br /&gt;
&lt;br /&gt;
===Limit the number of simultaneous uploads===&lt;br /&gt;
&lt;br /&gt;
Isn't this the same as above? No. Connections limit the number of peers your client is talking to and/or downloading from. Uploads limit the number of peers your client is actually uploading to. The ideal number is typically much lower than the number of connections, and highly dependent on your (physical) connection.&lt;br /&gt;
&lt;br /&gt;
===Just give it some time===&lt;br /&gt;
&lt;br /&gt;
As explained above peers favour other peers that upload to them. When you start leeching a new torrent you have nothing to offer to other peers and they will tend to ignore you. This makes the starts slow, in particular if, by change, the peers you are connected to include few or no seeders. The download speed should increase as soon as you have some pieces to share.&lt;br /&gt;
&lt;br /&gt;
===Why is my internet so slow while leeching?===&lt;br /&gt;
&lt;br /&gt;
Your internet bandwidth is always finite. If you are a peer in a fast torrent it may saturate your connection, and your browsing will suffer. From your client you can limit the download and upload speed to mitigate this.&lt;br /&gt;
&lt;br /&gt;
Browsing was used just as an example, the same would apply to gaming, IMing, etc...&lt;br /&gt;
&lt;br /&gt;
==Proxy/VPN use==&lt;br /&gt;
&lt;br /&gt;
===Site===&lt;br /&gt;
&lt;br /&gt;
If you wish to use a VPN to browse the site, it must be a paid for service that allows you to specify a server/region (or be based in a static location).&lt;br /&gt;
You may also browse the site using your seedbox or private server.&lt;br /&gt;
You should always let staff know by sending a [http://themixingbowl.org/contact/us staff PM] before using the VPN. If possible, please include what service it is, the location, and IP(s).&lt;br /&gt;
Tor, public proxies, and other freely available services are strictly prohibited and your account is likely to be disabled if you use them.&lt;br /&gt;
&lt;br /&gt;
===Tracker===&lt;br /&gt;
&lt;br /&gt;
It is permissible to use almost any type of connection - including public proxies - for P2P bittorrent traffic. Users can seed and download torrent pieces, and announce data to the tracker, from any connection they wish - with the exception of Tor which is forbidden.&lt;br /&gt;
&lt;br /&gt;
It is worth noting that due to a combination of factors (increased latency, worse peering, bottlenecked traffic, inability to port forward, etc), users seeding from behind a proxy could see their upload speeds/net upload traffic decrease.&lt;br /&gt;
&lt;br /&gt;
==Freeleech==&lt;br /&gt;
&lt;br /&gt;
===What is Freeleech?===&lt;br /&gt;
Freeleach is where your ratio doesn't take a hit for downloading a torrent, but your ratio benefits from the uploads.  They are a useful way of improving your ratio.&lt;br /&gt;
&lt;br /&gt;
===Where can I find TMB torrents that are Freeleech?===&lt;br /&gt;
&lt;br /&gt;
* All Readers Mixes are Freeleech.&lt;br /&gt;
* TMB has regular Freeleech on roughly a monthly basis for a member-suggested Megatorrent.  These are announced as news items, so keep your eyes open.&lt;br /&gt;
&lt;br /&gt;
==What if I can't find the answer to my problem here?==&lt;br /&gt;
&lt;br /&gt;
===You can try these:===&lt;br /&gt;
&lt;br /&gt;
Post in the [http://www.themixingbowl.org/forum/ forums], by all means. You'll find they are usually a friendly and helpful place, provided you follow a few basic guidelines:&lt;br /&gt;
&lt;br /&gt;
*Make sure your problem is not really in this FAQ. There's no point in posting just to be sent back here.&lt;br /&gt;
*Before posting read the sticky topics (the ones at the top). Many times new information that still hasn't been incorporated in the FAQ can be found there.&lt;br /&gt;
*Make just one thread for your issue, an admin can move your thread to the right forum so you don't need to post in them all.&lt;br /&gt;
*Help us in helping you. Do not just say &amp;quot;it doesn't work!&amp;quot;. Provide details so that we don't have to guess or waste time asking. What client do you use? What's your OS? What's your network setup? What's the exact error message you get, if any? What are the torrents you are having problems with? The more you tell the easiest it will be for us, and the more probable your post will get a reply.&lt;br /&gt;
*And needless to say: be polite. Demanding help rarely works, asking for it usually does the trick.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=FAQ&amp;diff=4584</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=FAQ&amp;diff=4584"/>
		<updated>2018-11-17T21:15:25Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* What if I can't find the answer to my problem here? */ Starting a freeleech section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Policy}}&lt;br /&gt;
&lt;br /&gt;
==Site information==&lt;br /&gt;
We intend to be the 1st stop for torrents for: The Essential Mix, The Breezeblock, Kiss FM, XFM, Worldwide, BTTB, One World, Blue Room, The Milk Run, Solid Steel, Annie On One and much more...&lt;br /&gt;
Before you do anything here we suggest you have a look at the [[rules]].&lt;br /&gt;
&lt;br /&gt;
===What is this BitTorrent all about anyway? How do I get the files?===&lt;br /&gt;
&lt;br /&gt;
The idea behind Bittorrent is the SHARING of files. As you download a file you will also upload the parts you already have to help others. Bittorrent only works because other users like you are also sharing the files so please be considerate and leave the files open in your [[:Category:Bittorrent_Client_Guide|bittorrent client]] for as long as you can. The site will keep track of your [[ratio|sharing ratio]], the more you share the more music you have access to.&lt;br /&gt;
&lt;br /&gt;
If you are new to BitTorrent then you will be advised to have a look at the very good [https://lifehacker.com/285489/a-beginners-guide-to-bittorrent|Beginners guide to BitTorrent] which explains how BitTorrent works and how to get started.&lt;br /&gt;
&lt;br /&gt;
For a BitTorrent client we recommend using [[qBittorrent]] or [[uTorrent]]. Both clients keep track of all your torrents for you, making it easier to seed and maintain a decent ratio. See the [[Client whitelist]] for more supported clients.&lt;br /&gt;
&lt;br /&gt;
===Where does the donated money go?===&lt;br /&gt;
&lt;br /&gt;
All donated money goes towards hosting the site.&lt;br /&gt;
&lt;br /&gt;
===How does the auto ban/warning system work?===&lt;br /&gt;
&lt;br /&gt;
'''Auto warnings'''&lt;br /&gt;
&lt;br /&gt;
Every day we automatically issue warnings to any account which has a low ratio.  The account then has a warning flag issued recording the date and account statistics when the warning was issued.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Auto bans'''&lt;br /&gt;
&lt;br /&gt;
Every day we automatically ban any account which has been warned for over 30 days and whose ratio hasn't improved.&lt;br /&gt;
&lt;br /&gt;
We also monitor the accounts currently flagged with a warning and will ban any one who is trying to download lots before the auto ban or whose ratio has gotten worse since the warning.&lt;br /&gt;
&lt;br /&gt;
Other non-ratio related warnings can be issued by the admin team for abusive behaviour, persistent commercial uploads etc.&lt;br /&gt;
&lt;br /&gt;
===How does your RSS feed work?===&lt;br /&gt;
&lt;br /&gt;
See [[RSS Feed]]&lt;br /&gt;
&lt;br /&gt;
===How can I contact an admin?===&lt;br /&gt;
&lt;br /&gt;
If you are logged in to the site, use [http://themixingbowl.org/tickets/messageadmin Message Admin] to send a question to the admin team. If you are not able to log in to the site for any reason, use [http://themixingbowl.org/contact/us Contact Us]. In either case your question will be answered by any available admin.&lt;br /&gt;
&lt;br /&gt;
If you message an admin you see online directly on the site you may not get a response, especially if your question is already covered in the FAQ.&lt;br /&gt;
&lt;br /&gt;
==User information==&lt;br /&gt;
&lt;br /&gt;
===I registered an account but did not receive the confirmation e-mail!===&lt;br /&gt;
&lt;br /&gt;
To delete the account so you can re-register, send a message to the admin team with [http://themixingbowl.org/tickets/messageadmin this form]. Note though that if you didn't receive the email the first time it will probably not succeed the second time either so you should really try another email address.&lt;br /&gt;
&lt;br /&gt;
===I've lost my user name or password! Can you send it to me?===&lt;br /&gt;
&lt;br /&gt;
Please use [http://themixingbowl.org/forgot this form] to have the login details mailed back to you.&lt;br /&gt;
&lt;br /&gt;
===Can you rename my account?===&lt;br /&gt;
&lt;br /&gt;
Possibly. Send a message to the admin team explaining why using [http://themixingbowl.org/tickets/messageadmin this form].&lt;br /&gt;
&lt;br /&gt;
===What happens to my account if I don't use it?===&lt;br /&gt;
&lt;br /&gt;
Some user accounts are disabled for inactivity. &lt;br /&gt;
&lt;br /&gt;
Accounts are '''inactive''' if the user hasn't not logged in for 3 months. At 3 months you will get a notification, a reminder after 1 month and disabled if another month passes.&lt;br /&gt;
&lt;br /&gt;
Accounts are '''unused''' if the user has signed up a year ago and not used the account since signing up. Unused accounts will be disabled if not used within 30 days of first notification.&lt;br /&gt;
&lt;br /&gt;
These rules apply to all user and uploader classes. All accounts Resident and above are exempt from being disabled for inactivity.&lt;br /&gt;
Furthermore, if you are seeding at least 5 torrents you will not be disabled (although you will still recieve notifications).&lt;br /&gt;
&lt;br /&gt;
If you know that you will be away from internet for a long time, you may park your account from your profile page. Parked accounts cannot login to the site and use of the tracker is restricted to seeding, i.e. parked accounts can seed but can not download new torrents.&lt;br /&gt;
&lt;br /&gt;
===Can you delete my (confirmed) account?===&lt;br /&gt;
&lt;br /&gt;
Send a message to the admin team including the email address you signed up with using [http://themixingbowl.org/tickets/messageadmin this form].&lt;br /&gt;
&lt;br /&gt;
===So, what's MY ratio?===&lt;br /&gt;
&lt;br /&gt;
You can view your ratio on your [http://themixingbowl.org/user/view profile page]&lt;br /&gt;
&lt;br /&gt;
It's important to distinguish between your overall ratio and the individual ratio on each torrent you may be seeding or leeching. The overall ratio takes into account the total uploaded and downloaded from your account since you joined the site. The individual ratio just indicates the values for each torrent.&lt;br /&gt;
&lt;br /&gt;
You may see two symbols instead of a number: &amp;quot;Inf.&amp;quot;, which is just an abbreviation for Infinity, and means that you have downloaded 0 bytes while uploading a non-zero amount (ul/dl becomes infinity); &amp;quot;---&amp;quot;, which should be read as &amp;quot;non-available&amp;quot;, and shows up when you have both downloaded and uploaded 0 bytes (ul/dl = 0/0 which is an indeterminate amount).&lt;br /&gt;
&lt;br /&gt;
===Why is my IP displayed on my details page?===&lt;br /&gt;
&lt;br /&gt;
Only you and the site moderators can view your IP address and email. Regular users do not see that information.&lt;br /&gt;
&lt;br /&gt;
===Why does my profile show &amp;quot;unconnectable&amp;quot;? (And why should I care?)===&lt;br /&gt;
&lt;br /&gt;
The tracker has determined that you are firewalled or NATed and cannot accept incoming connections.  This means that other [[peers]] in the [[swarm]] will be unable to connect to you, only you to them. Even worse, if two peers are both in this state they will not be able to connect at all. This will slow down ''your'' torrents and reduce your chance of being able to upload anything, so it's in your best interests to fix it. &lt;br /&gt;
&lt;br /&gt;
Have a read of the [[How to become connectable]] page or lookup your router on [http://www.portforward.com portforward.com]).&lt;br /&gt;
&lt;br /&gt;
===What are the different user classes?===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#2B4157&amp;quot;|User&lt;br /&gt;
|The default class of new members.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#2B4157&amp;quot;|User[[Image:star.gif]]&lt;br /&gt;
|Has donated money to themixingbowl.org.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#00C&amp;quot;|Uploader&lt;br /&gt;
|Allowed to upload torrents. For information on how to become an Uploader please see the uploading section of the FAQ.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:green&amp;quot;|Resident&lt;br /&gt;
|User who has contributed to the site. To become a Resident you must meet ALL the following criteria:&lt;br /&gt;
*Have to be registered on the site for more than 3 months&lt;br /&gt;
*Have a ratio of 1.0+&lt;br /&gt;
*Downloaded more than 5GB&lt;br /&gt;
*At least 5 forum posts&lt;br /&gt;
And at least ONE of the following criteria:&lt;br /&gt;
*Over 200 forum posts&lt;br /&gt;
*Uploaded over 20 individual torrents&lt;br /&gt;
*Uploaded over 100GB&lt;br /&gt;
*Have donated any amount&lt;br /&gt;
''Residents are exempt from being disabled for inactivity''.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot;|Other&lt;br /&gt;
|Customised title. Only an Administrator can customize someones title.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:darkblue&amp;quot;|Broadcaster&lt;br /&gt;
|Participates in the TMB Radio shenanigans. &lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:darkblue&amp;quot;|Pipecock&lt;br /&gt;
|There is only one Nifty Pipecock.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:purple&amp;quot;|VIP&lt;br /&gt;
|Awarded to a user in recognition of an outstanding contribution to TMB. Our way of saying you're pretty bloody awesome.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:red&amp;quot;|Administrator&lt;br /&gt;
|Can do just about anything.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:red&amp;quot;|SysOp&lt;br /&gt;
|coptang (site owner). RIP.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Hey! I've seen a Resident with less than 100GB uploaded!===&lt;br /&gt;
&lt;br /&gt;
Members who make an outstanding contribution to The Mixing Bowl may be promoted to Resident before they meet all the normal criteria.&lt;br /&gt;
&lt;br /&gt;
===How do I add an avatar to my profile?===&lt;br /&gt;
&lt;br /&gt;
You can set your avatar from your [http://themixingbowl.org/my/prefs/ Preferences] page.&lt;br /&gt;
&lt;br /&gt;
Select the image you wish to use as you avatar and the click &amp;quot;Submit changes&amp;quot; at the bottom of the page. The site accepts JPEG, PNG and GIF image types and they are resized automatically to the appropriate size for the forum. You can upload files up to 2MB in size, if the original is larger than this you will need to manually reduce it's size before uploading. GIFs are not resized and there is a 100KB file size limit for these.&lt;br /&gt;
&lt;br /&gt;
===Can I become an admin?===&lt;br /&gt;
&lt;br /&gt;
No. I'm afraid getting to be an admin by asking is not possible on themixingbowl.&lt;br /&gt;
&lt;br /&gt;
==Uploading==&lt;br /&gt;
&lt;br /&gt;
===Why can't I upload torrents?===&lt;br /&gt;
&lt;br /&gt;
Only specially authorised users ('''&amp;lt;span style=&amp;quot;color:#00C&amp;quot;&amp;gt;Uploaders&amp;lt;/span&amp;gt;''') have permission to upload torrents.&lt;br /&gt;
&lt;br /&gt;
===What criteria must I meet before I can join the Uploader team?===&lt;br /&gt;
&lt;br /&gt;
Any member can become an uploader. In order to join the uploader group [http://themixingbowl.org/tickets/requestuploader read the instructions and fill out the form on the Uploader Request page] to signify that you've read the rules about what kind of torrents are allowed ('''no commercial releases!''').&lt;br /&gt;
&lt;br /&gt;
Once you've done this an admin will add you to the uploaders group. This is a manual process so please allow a few days for this to happen. You will be sent a PM to confirm when your account has been upgraded.&lt;br /&gt;
&lt;br /&gt;
===General Uploaders Etiquette (Uploading Guidelines)===&lt;br /&gt;
&lt;br /&gt;
Maintain excellence at all times. For a more in-depth discussion of what this involves, see the [[Uploading Guidelines]] page.&lt;br /&gt;
&lt;br /&gt;
===How should I title my torrent? (Torrent Naming Guidelines)===&lt;br /&gt;
&lt;br /&gt;
This is covered in the [[Uploading Guidelines]].&lt;br /&gt;
&lt;br /&gt;
===Why have I been demoted back to a user from uploader status?===&lt;br /&gt;
&lt;br /&gt;
There are a number of reasons you might have been demoted to user from uploader or resident. These include (but are not limited to):&lt;br /&gt;
&lt;br /&gt;
*Uploading commercial releases&lt;br /&gt;
*Uploading stream rips&lt;br /&gt;
*Persistently uploading poorly classified torrents&lt;br /&gt;
*Uploads not following the naming guidelines &lt;br /&gt;
&lt;br /&gt;
===What will happen if I ignore any of the uploading guidelines?===&lt;br /&gt;
&lt;br /&gt;
The upload will be deleted, and if you do it persistently you will be demoted.  If you persistently upload commercial releases or argue with an admin you will probably be banned as well. &lt;br /&gt;
&lt;br /&gt;
===Can I upload the new blahblahblah music video?===&lt;br /&gt;
&lt;br /&gt;
No, music video's are treated the same as single songs and are not allowed.  vj mixes, mashups etc are normally ok, if you are in any doubt at all [http://themixingbowl.org/tickets/messageadmin ask] before uploading.&lt;br /&gt;
&lt;br /&gt;
===Can I upload a stream rip?===&lt;br /&gt;
&lt;br /&gt;
See the [[Internet Radios]] page  for rules about uploading internet radio streams.&lt;br /&gt;
&lt;br /&gt;
===Can I upload your torrents to other trackers and/or share them with my friends?===&lt;br /&gt;
&lt;br /&gt;
No. Each torrent you download from here contains a unique ID linking it to your account. If other people try to download using the same torrent they will mess up your stats, which could result in you getting banned.&lt;br /&gt;
&lt;br /&gt;
However, the files you download from us are yours to do as you please. You can always create another torrent, pointing to some other tracker, and upload it to the site of your choice. We only ask you to give credit where it's due.&lt;br /&gt;
&lt;br /&gt;
===How do I create a torrent?===&lt;br /&gt;
&lt;br /&gt;
See the [[:Category:Bittorrent_Client_Guide|Bittorrent client guide]] page for guides on how to create torrents.&lt;br /&gt;
&lt;br /&gt;
==Stats==&lt;br /&gt;
&lt;br /&gt;
===Most common reason for stats not updating===&lt;br /&gt;
&lt;br /&gt;
*The user is cheating. (a.k.a. &amp;quot;Summary Ban&amp;quot;)&lt;br /&gt;
*The server is overloaded and unresponsive. Just try to keep the session open until the server responds again. (Flooding the server with consecutive manual updates is not recommended.)&lt;br /&gt;
*You are using a faulty client. If you want to use an experimental or CVS version you do it at your own risk.&lt;br /&gt;
&lt;br /&gt;
===Best practices===&lt;br /&gt;
&lt;br /&gt;
*If a torrent you are currently leeching/seeding is not listed on your profile, just wait or force a manual update.&lt;br /&gt;
*Make sure you exit your client properly, so that the tracker receives &amp;quot;event=completed&amp;quot;.&lt;br /&gt;
*If the tracker is down, do not stop seeding. As long as the tracker is back up before you exit the client the stats should update properly.&lt;br /&gt;
&lt;br /&gt;
===May I use any bittorrent client?===&lt;br /&gt;
&lt;br /&gt;
NO. See the [[client whitelist]] for details of supported clients.&lt;br /&gt;
&lt;br /&gt;
===Why is a torrent I'm leeching/seeding listed several times in my profile?===&lt;br /&gt;
&lt;br /&gt;
If for some reason (e.g. pc crash, or frozen client) your client exits improperly and you restart it, it will have a new peer_id, so it will show as a new torrent. The old one will never receive a &amp;quot;event=completed&amp;quot; or &amp;quot;event=stopped&amp;quot; and will be listed until some tracker timeout. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
Another reason could be that you have given torrents you have downloaded from this site to other people. Each .torrent file you download contains a unique ID that links it to your account. For this reason sharing .torrent files you have downloaded from The Mixing Bowl is forbidden.&lt;br /&gt;
&lt;br /&gt;
===I've finished or cancelled a torrent. Why is it still listed in my profile?===&lt;br /&gt;
&lt;br /&gt;
Some clients, notably TorrentStorm and Nova Torrent, do not report properly to the tracker when cancelling or finishing a torrent. In that case the tracker will keep waiting for some message - and thus listing the torrent as seeding or leeching - until some timeout occurs. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
===Multiple IPs (Can I login from different computers?)===&lt;br /&gt;
&lt;br /&gt;
Yes, the tracker is now capable of following sessions from different IPs for the same user. A torrent is associated with the user when it starts, and only at that moment is the IP relevant. So if you want to seed/leech from computer A and computer B with the same account you should access the site from computer A, start the torrent there, and then repeat both steps from computer B (not limited to two computers or to a single torrent on each, this is just the simplest example). You do not need to login again when closing the torrent.&lt;br /&gt;
&lt;br /&gt;
===How does NAT/ICS change the picture?===&lt;br /&gt;
&lt;br /&gt;
All torrents are tracker on a per-client basis. Any number of user accounts and/or Bit Torrent clients can report from the same IP address and account stats will be updated correctly.&lt;br /&gt;
&lt;br /&gt;
===How do I improve my ratio?===&lt;br /&gt;
&lt;br /&gt;
Read the [[One Stop Ratio Shop]] and keep an eye out for Freeleech's.&lt;br /&gt;
&lt;br /&gt;
==Downloading==&lt;br /&gt;
&lt;br /&gt;
===Why did an active torrent suddenly disappear?===&lt;br /&gt;
&lt;br /&gt;
The most likely reasons are that the uploader deleted it because there was a problem with the release, or an admin/moderator deleted it because it broke the site [[rules]].&lt;br /&gt;
&lt;br /&gt;
===How do I resume a broken download or reseed something?===&lt;br /&gt;
&lt;br /&gt;
Download the original .torrent file from server after that open it in you Bit Torrent client and browse the folder of the torrent you are downloading/reseeding.&lt;br /&gt;
&lt;br /&gt;
===What are these &amp;quot;a piece has failed an hash check&amp;quot; messages?===&lt;br /&gt;
&lt;br /&gt;
Bittorrent clients check the data they receive for integrity. When a piece fails this check it is automatically re-downloaded. Occasional hash fails are a common occurrence, and you shouldn't worry.&lt;br /&gt;
&lt;br /&gt;
Some clients have an (advanced) option/preference to &amp;quot;kick/ban&amp;quot; clients that send you bad data or similar. It should be turned on, since it makes sure that if a peer repeatedly sends you pieces that fail the hash check it will be ignored in the future.&lt;br /&gt;
&lt;br /&gt;
===You have the torrent I want, but there's no seeds so I can't download it!===&lt;br /&gt;
&lt;br /&gt;
It may be possible still to download, first of all - just download it and leave it running. There's possibly seeds out there but don't know anyone wants the torrents, at least if you download it you have a chance. If this fails, you can request a reseed. A link will appear on torrents which are eligable for reseed. See [[reseeds]] for more details.&lt;br /&gt;
&lt;br /&gt;
===The torrent is supposed to be 100MB. How come I downloaded 120MB?===&lt;br /&gt;
&lt;br /&gt;
See the hash fails topic. If your client receives bad data it will have to redownload it, therefore the total downloaded may be larger than the torrent size. Make sure the &amp;quot;kick/ban&amp;quot; option is turned on to minimize the extra downloads.&lt;br /&gt;
&lt;br /&gt;
===What ports can I use with my Bit Torrent client===&lt;br /&gt;
&lt;br /&gt;
Due to the widespread use of Deep Packet Inspection by ISPs the choice of a non standard port to use for Bit Torrent connections no longer improves transfer speeds. The Mixing Bowl does not restrict the usage of any ports for clients however it does recommend the use of [[Protocol_Encryption|protocol encryption]]. Please consult the manual for you client for details on enabling protocol encryption.&lt;br /&gt;
&lt;br /&gt;
===Why do I get an &amp;quot;Error (You need a better ratio to download megatorrents!) message?===&lt;br /&gt;
&lt;br /&gt;
In order to prevent members from digging a big hole in their ratio they can't get out of, they are prevented from downloading any torrent over 1GB.&lt;br /&gt;
&lt;br /&gt;
You can only download megatorrents with a ratio better than 0.75. If the size of torrent is more than you have downloaded, you must have enough uploaded, such that downloading the torrent will not drop your ratio below 1.0. For example, a 10G torrent can be downloaded by a user with a ratio of 0.8 and 12G downloaded but could not be dowloaded by a user with a ratio of 0.8 and 9G downloaded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How can I improve my download speed?==&lt;br /&gt;
&lt;br /&gt;
===Do not immediately jump on new torrents===&lt;br /&gt;
&lt;br /&gt;
The download speed mostly depends on the seeder-to-leecher ratio (SLR). Poor download speed is mainly a problem with new and very popular torrents where the SLR is low.&lt;br /&gt;
&lt;br /&gt;
(Proselytising sidenote: make sure you remember that you did not enjoy the low speed. Seed so that others will not endure the same.)&lt;br /&gt;
&lt;br /&gt;
The best speeds will be found around the half-life of a torrent, when the SLR will be at its highest. (The downside is that you will not be able to seed so much. It's up to you to balance the pros and cons of this.)&lt;br /&gt;
&lt;br /&gt;
===Limit your upload speed===&lt;br /&gt;
&lt;br /&gt;
The upload speed affects the download speed in essentially two ways:&lt;br /&gt;
&lt;br /&gt;
*Bittorrent peers tend to favour those other peers that upload to them. This means that if A and B are leeching the same torrent and A is sending data to B at high speed then B will try to reciprocate. So due to this effect high upload speeds lead to high download speeds.&lt;br /&gt;
*Due to the way TCP works, when A is downloading something from B it has to keep telling B that it received the data sent to him. (These are called acknowledgements - ACKs -, a sort of &amp;quot;got it!&amp;quot; messages). If A fails to do this then B will stop sending data and wait. If A is uploading at full speed there may be no bandwidth left for the ACKs and they will be delayed. So due to this effect excessively high upload speeds lead to low download speeds.&lt;br /&gt;
&lt;br /&gt;
The full effect is a combination of the two. The upload should be kept as high as possible while allowing the ACKs to get through without delay. '''A good thumb rule is keeping the upload at about 80% of the theoretical upload speed.''' You will have to fine tune yours to find out what works best for you. (Remember that keeping the upload high has the additional benefit of helping with your ratio.)&lt;br /&gt;
&lt;br /&gt;
===Limit the number of simultaneous connections===&lt;br /&gt;
&lt;br /&gt;
Some operating systems (like Windows 9x) do not deal well with a large number of connections, and may even crash. Also some home routers (particularly when running NAT and/or firewall with stateful inspection services) tend to become slow or crash when having to deal with too many connections. There are no fixed values for this, you may try 60 or 100 and experiment with the value. Note that these numbers are additive, if you have two instances of a client running the numbers add up.&lt;br /&gt;
&lt;br /&gt;
===Limit the number of simultaneous uploads===&lt;br /&gt;
&lt;br /&gt;
Isn't this the same as above? No. Connections limit the number of peers your client is talking to and/or downloading from. Uploads limit the number of peers your client is actually uploading to. The ideal number is typically much lower than the number of connections, and highly dependent on your (physical) connection.&lt;br /&gt;
&lt;br /&gt;
===Just give it some time===&lt;br /&gt;
&lt;br /&gt;
As explained above peers favour other peers that upload to them. When you start leeching a new torrent you have nothing to offer to other peers and they will tend to ignore you. This makes the starts slow, in particular if, by change, the peers you are connected to include few or no seeders. The download speed should increase as soon as you have some pieces to share.&lt;br /&gt;
&lt;br /&gt;
===Why is my internet so slow while leeching?===&lt;br /&gt;
&lt;br /&gt;
Your internet bandwidth is always finite. If you are a peer in a fast torrent it may saturate your connection, and your browsing will suffer. From your client you can limit the download and upload speed to mitigate this.&lt;br /&gt;
&lt;br /&gt;
Browsing was used just as an example, the same would apply to gaming, IMing, etc...&lt;br /&gt;
&lt;br /&gt;
==Proxy/VPN use==&lt;br /&gt;
&lt;br /&gt;
===Site===&lt;br /&gt;
&lt;br /&gt;
If you wish to use a VPN to browse the site, it must be a paid for service that allows you to specify a server/region (or be based in a static location).&lt;br /&gt;
You may also browse the site using your seedbox or private server.&lt;br /&gt;
You should always let staff know by sending a [http://themixingbowl.org/contact/us staff PM] before using the VPN. If possible, please include what service it is, the location, and IP(s).&lt;br /&gt;
Tor, public proxies, and other freely available services are strictly prohibited and your account is likely to be disabled if you use them.&lt;br /&gt;
&lt;br /&gt;
===Tracker===&lt;br /&gt;
&lt;br /&gt;
It is permissible to use almost any type of connection - including public proxies - for P2P bittorrent traffic. Users can seed and download torrent pieces, and announce data to the tracker, from any connection they wish - with the exception of Tor which is forbidden.&lt;br /&gt;
&lt;br /&gt;
It is worth noting that due to a combination of factors (increased latency, worse peering, bottlenecked traffic, inability to port forward, etc), users seeding from behind a proxy could see their upload speeds/net upload traffic decrease.&lt;br /&gt;
&lt;br /&gt;
==Freeleech==&lt;br /&gt;
&lt;br /&gt;
===What is Freeleech?===&lt;br /&gt;
Freeleach is where your ratio doesn't take a hit for downloading a torrent, but your ratio benefits from the uploads.  They are a useful way of improving your ratio.&lt;br /&gt;
&lt;br /&gt;
===Where can I find TMB torrents that are Freeleech?===&lt;br /&gt;
&lt;br /&gt;
* All Readers Mixes are Freeleech.&lt;br /&gt;
* TMB has regular Freeleech on roughly a monthly basis for a member-suggested Megatorrent.  These are announced as news items, so keep your eyes open.&lt;br /&gt;
&lt;br /&gt;
==What if I can't find the answer to my problem here?==&lt;br /&gt;
&lt;br /&gt;
===You can try these:===&lt;br /&gt;
&lt;br /&gt;
Post in the [http://www.themixingbowl.org/forum/ forums], by all means. You'll find they are usually a friendly and helpful place, provided you follow a few basic guidelines:&lt;br /&gt;
&lt;br /&gt;
*Make sure your problem is not really in this FAQ. There's no point in posting just to be sent back here.&lt;br /&gt;
*Before posting read the sticky topics (the ones at the top). Many times new information that still hasn't been incorporated in the FAQ can be found there.&lt;br /&gt;
*Make just one thread for your issue, an admin can move your thread to the right forum so you don't need to post in them all.&lt;br /&gt;
*Help us in helping you. Do not just say &amp;quot;it doesn't work!&amp;quot;. Provide details so that we don't have to guess or waste time asking. What client do you use? What's your OS? What's your network setup? What's the exact error message you get, if any? What are the torrents you are having problems with? The more you tell the easiest it will be for us, and the more probable your post will get a reply.&lt;br /&gt;
*And needless to say: be polite. Demanding help rarely works, asking for it usually does the trick.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=FAQ&amp;diff=4583</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=FAQ&amp;diff=4583"/>
		<updated>2018-11-17T21:11:10Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* How do I improve my ratio? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Policy}}&lt;br /&gt;
&lt;br /&gt;
==Site information==&lt;br /&gt;
We intend to be the 1st stop for torrents for: The Essential Mix, The Breezeblock, Kiss FM, XFM, Worldwide, BTTB, One World, Blue Room, The Milk Run, Solid Steel, Annie On One and much more...&lt;br /&gt;
Before you do anything here we suggest you have a look at the [[rules]].&lt;br /&gt;
&lt;br /&gt;
===What is this BitTorrent all about anyway? How do I get the files?===&lt;br /&gt;
&lt;br /&gt;
The idea behind Bittorrent is the SHARING of files. As you download a file you will also upload the parts you already have to help others. Bittorrent only works because other users like you are also sharing the files so please be considerate and leave the files open in your [[:Category:Bittorrent_Client_Guide|bittorrent client]] for as long as you can. The site will keep track of your [[ratio|sharing ratio]], the more you share the more music you have access to.&lt;br /&gt;
&lt;br /&gt;
If you are new to BitTorrent then you will be advised to have a look at the very good [https://lifehacker.com/285489/a-beginners-guide-to-bittorrent|Beginners guide to BitTorrent] which explains how BitTorrent works and how to get started.&lt;br /&gt;
&lt;br /&gt;
For a BitTorrent client we recommend using [[qBittorrent]] or [[uTorrent]]. Both clients keep track of all your torrents for you, making it easier to seed and maintain a decent ratio. See the [[Client whitelist]] for more supported clients.&lt;br /&gt;
&lt;br /&gt;
===Where does the donated money go?===&lt;br /&gt;
&lt;br /&gt;
All donated money goes towards hosting the site.&lt;br /&gt;
&lt;br /&gt;
===How does the auto ban/warning system work?===&lt;br /&gt;
&lt;br /&gt;
'''Auto warnings'''&lt;br /&gt;
&lt;br /&gt;
Every day we automatically issue warnings to any account which has a low ratio.  The account then has a warning flag issued recording the date and account statistics when the warning was issued.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Auto bans'''&lt;br /&gt;
&lt;br /&gt;
Every day we automatically ban any account which has been warned for over 30 days and whose ratio hasn't improved.&lt;br /&gt;
&lt;br /&gt;
We also monitor the accounts currently flagged with a warning and will ban any one who is trying to download lots before the auto ban or whose ratio has gotten worse since the warning.&lt;br /&gt;
&lt;br /&gt;
Other non-ratio related warnings can be issued by the admin team for abusive behaviour, persistent commercial uploads etc.&lt;br /&gt;
&lt;br /&gt;
===How does your RSS feed work?===&lt;br /&gt;
&lt;br /&gt;
See [[RSS Feed]]&lt;br /&gt;
&lt;br /&gt;
===How can I contact an admin?===&lt;br /&gt;
&lt;br /&gt;
If you are logged in to the site, use [http://themixingbowl.org/tickets/messageadmin Message Admin] to send a question to the admin team. If you are not able to log in to the site for any reason, use [http://themixingbowl.org/contact/us Contact Us]. In either case your question will be answered by any available admin.&lt;br /&gt;
&lt;br /&gt;
If you message an admin you see online directly on the site you may not get a response, especially if your question is already covered in the FAQ.&lt;br /&gt;
&lt;br /&gt;
==User information==&lt;br /&gt;
&lt;br /&gt;
===I registered an account but did not receive the confirmation e-mail!===&lt;br /&gt;
&lt;br /&gt;
To delete the account so you can re-register, send a message to the admin team with [http://themixingbowl.org/tickets/messageadmin this form]. Note though that if you didn't receive the email the first time it will probably not succeed the second time either so you should really try another email address.&lt;br /&gt;
&lt;br /&gt;
===I've lost my user name or password! Can you send it to me?===&lt;br /&gt;
&lt;br /&gt;
Please use [http://themixingbowl.org/forgot this form] to have the login details mailed back to you.&lt;br /&gt;
&lt;br /&gt;
===Can you rename my account?===&lt;br /&gt;
&lt;br /&gt;
Possibly. Send a message to the admin team explaining why using [http://themixingbowl.org/tickets/messageadmin this form].&lt;br /&gt;
&lt;br /&gt;
===What happens to my account if I don't use it?===&lt;br /&gt;
&lt;br /&gt;
Some user accounts are disabled for inactivity. &lt;br /&gt;
&lt;br /&gt;
Accounts are '''inactive''' if the user hasn't not logged in for 3 months. At 3 months you will get a notification, a reminder after 1 month and disabled if another month passes.&lt;br /&gt;
&lt;br /&gt;
Accounts are '''unused''' if the user has signed up a year ago and not used the account since signing up. Unused accounts will be disabled if not used within 30 days of first notification.&lt;br /&gt;
&lt;br /&gt;
These rules apply to all user and uploader classes. All accounts Resident and above are exempt from being disabled for inactivity.&lt;br /&gt;
Furthermore, if you are seeding at least 5 torrents you will not be disabled (although you will still recieve notifications).&lt;br /&gt;
&lt;br /&gt;
If you know that you will be away from internet for a long time, you may park your account from your profile page. Parked accounts cannot login to the site and use of the tracker is restricted to seeding, i.e. parked accounts can seed but can not download new torrents.&lt;br /&gt;
&lt;br /&gt;
===Can you delete my (confirmed) account?===&lt;br /&gt;
&lt;br /&gt;
Send a message to the admin team including the email address you signed up with using [http://themixingbowl.org/tickets/messageadmin this form].&lt;br /&gt;
&lt;br /&gt;
===So, what's MY ratio?===&lt;br /&gt;
&lt;br /&gt;
You can view your ratio on your [http://themixingbowl.org/user/view profile page]&lt;br /&gt;
&lt;br /&gt;
It's important to distinguish between your overall ratio and the individual ratio on each torrent you may be seeding or leeching. The overall ratio takes into account the total uploaded and downloaded from your account since you joined the site. The individual ratio just indicates the values for each torrent.&lt;br /&gt;
&lt;br /&gt;
You may see two symbols instead of a number: &amp;quot;Inf.&amp;quot;, which is just an abbreviation for Infinity, and means that you have downloaded 0 bytes while uploading a non-zero amount (ul/dl becomes infinity); &amp;quot;---&amp;quot;, which should be read as &amp;quot;non-available&amp;quot;, and shows up when you have both downloaded and uploaded 0 bytes (ul/dl = 0/0 which is an indeterminate amount).&lt;br /&gt;
&lt;br /&gt;
===Why is my IP displayed on my details page?===&lt;br /&gt;
&lt;br /&gt;
Only you and the site moderators can view your IP address and email. Regular users do not see that information.&lt;br /&gt;
&lt;br /&gt;
===Why does my profile show &amp;quot;unconnectable&amp;quot;? (And why should I care?)===&lt;br /&gt;
&lt;br /&gt;
The tracker has determined that you are firewalled or NATed and cannot accept incoming connections.  This means that other [[peers]] in the [[swarm]] will be unable to connect to you, only you to them. Even worse, if two peers are both in this state they will not be able to connect at all. This will slow down ''your'' torrents and reduce your chance of being able to upload anything, so it's in your best interests to fix it. &lt;br /&gt;
&lt;br /&gt;
Have a read of the [[How to become connectable]] page or lookup your router on [http://www.portforward.com portforward.com]).&lt;br /&gt;
&lt;br /&gt;
===What are the different user classes?===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#2B4157&amp;quot;|User&lt;br /&gt;
|The default class of new members.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#2B4157&amp;quot;|User[[Image:star.gif]]&lt;br /&gt;
|Has donated money to themixingbowl.org.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:#00C&amp;quot;|Uploader&lt;br /&gt;
|Allowed to upload torrents. For information on how to become an Uploader please see the uploading section of the FAQ.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:green&amp;quot;|Resident&lt;br /&gt;
|User who has contributed to the site. To become a Resident you must meet ALL the following criteria:&lt;br /&gt;
*Have to be registered on the site for more than 3 months&lt;br /&gt;
*Have a ratio of 1.0+&lt;br /&gt;
*Downloaded more than 5GB&lt;br /&gt;
*At least 5 forum posts&lt;br /&gt;
And at least ONE of the following criteria:&lt;br /&gt;
*Over 200 forum posts&lt;br /&gt;
*Uploaded over 20 individual torrents&lt;br /&gt;
*Uploaded over 100GB&lt;br /&gt;
*Have donated any amount&lt;br /&gt;
''Residents are exempt from being disabled for inactivity''.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot;|Other&lt;br /&gt;
|Customised title. Only an Administrator can customize someones title.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:darkblue&amp;quot;|Broadcaster&lt;br /&gt;
|Participates in the TMB Radio shenanigans. &lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:darkblue&amp;quot;|Pipecock&lt;br /&gt;
|There is only one Nifty Pipecock.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:purple&amp;quot;|VIP&lt;br /&gt;
|Awarded to a user in recognition of an outstanding contribution to TMB. Our way of saying you're pretty bloody awesome.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:red&amp;quot;|Administrator&lt;br /&gt;
|Can do just about anything.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;left&amp;quot; valign=&amp;quot;top&amp;quot; style=&amp;quot;color:red&amp;quot;|SysOp&lt;br /&gt;
|coptang (site owner). RIP.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Hey! I've seen a Resident with less than 100GB uploaded!===&lt;br /&gt;
&lt;br /&gt;
Members who make an outstanding contribution to The Mixing Bowl may be promoted to Resident before they meet all the normal criteria.&lt;br /&gt;
&lt;br /&gt;
===How do I add an avatar to my profile?===&lt;br /&gt;
&lt;br /&gt;
You can set your avatar from your [http://themixingbowl.org/my/prefs/ Preferences] page.&lt;br /&gt;
&lt;br /&gt;
Select the image you wish to use as you avatar and the click &amp;quot;Submit changes&amp;quot; at the bottom of the page. The site accepts JPEG, PNG and GIF image types and they are resized automatically to the appropriate size for the forum. You can upload files up to 2MB in size, if the original is larger than this you will need to manually reduce it's size before uploading. GIFs are not resized and there is a 100KB file size limit for these.&lt;br /&gt;
&lt;br /&gt;
===Can I become an admin?===&lt;br /&gt;
&lt;br /&gt;
No. I'm afraid getting to be an admin by asking is not possible on themixingbowl.&lt;br /&gt;
&lt;br /&gt;
==Uploading==&lt;br /&gt;
&lt;br /&gt;
===Why can't I upload torrents?===&lt;br /&gt;
&lt;br /&gt;
Only specially authorised users ('''&amp;lt;span style=&amp;quot;color:#00C&amp;quot;&amp;gt;Uploaders&amp;lt;/span&amp;gt;''') have permission to upload torrents.&lt;br /&gt;
&lt;br /&gt;
===What criteria must I meet before I can join the Uploader team?===&lt;br /&gt;
&lt;br /&gt;
Any member can become an uploader. In order to join the uploader group [http://themixingbowl.org/tickets/requestuploader read the instructions and fill out the form on the Uploader Request page] to signify that you've read the rules about what kind of torrents are allowed ('''no commercial releases!''').&lt;br /&gt;
&lt;br /&gt;
Once you've done this an admin will add you to the uploaders group. This is a manual process so please allow a few days for this to happen. You will be sent a PM to confirm when your account has been upgraded.&lt;br /&gt;
&lt;br /&gt;
===General Uploaders Etiquette (Uploading Guidelines)===&lt;br /&gt;
&lt;br /&gt;
Maintain excellence at all times. For a more in-depth discussion of what this involves, see the [[Uploading Guidelines]] page.&lt;br /&gt;
&lt;br /&gt;
===How should I title my torrent? (Torrent Naming Guidelines)===&lt;br /&gt;
&lt;br /&gt;
This is covered in the [[Uploading Guidelines]].&lt;br /&gt;
&lt;br /&gt;
===Why have I been demoted back to a user from uploader status?===&lt;br /&gt;
&lt;br /&gt;
There are a number of reasons you might have been demoted to user from uploader or resident. These include (but are not limited to):&lt;br /&gt;
&lt;br /&gt;
*Uploading commercial releases&lt;br /&gt;
*Uploading stream rips&lt;br /&gt;
*Persistently uploading poorly classified torrents&lt;br /&gt;
*Uploads not following the naming guidelines &lt;br /&gt;
&lt;br /&gt;
===What will happen if I ignore any of the uploading guidelines?===&lt;br /&gt;
&lt;br /&gt;
The upload will be deleted, and if you do it persistently you will be demoted.  If you persistently upload commercial releases or argue with an admin you will probably be banned as well. &lt;br /&gt;
&lt;br /&gt;
===Can I upload the new blahblahblah music video?===&lt;br /&gt;
&lt;br /&gt;
No, music video's are treated the same as single songs and are not allowed.  vj mixes, mashups etc are normally ok, if you are in any doubt at all [http://themixingbowl.org/tickets/messageadmin ask] before uploading.&lt;br /&gt;
&lt;br /&gt;
===Can I upload a stream rip?===&lt;br /&gt;
&lt;br /&gt;
See the [[Internet Radios]] page  for rules about uploading internet radio streams.&lt;br /&gt;
&lt;br /&gt;
===Can I upload your torrents to other trackers and/or share them with my friends?===&lt;br /&gt;
&lt;br /&gt;
No. Each torrent you download from here contains a unique ID linking it to your account. If other people try to download using the same torrent they will mess up your stats, which could result in you getting banned.&lt;br /&gt;
&lt;br /&gt;
However, the files you download from us are yours to do as you please. You can always create another torrent, pointing to some other tracker, and upload it to the site of your choice. We only ask you to give credit where it's due.&lt;br /&gt;
&lt;br /&gt;
===How do I create a torrent?===&lt;br /&gt;
&lt;br /&gt;
See the [[:Category:Bittorrent_Client_Guide|Bittorrent client guide]] page for guides on how to create torrents.&lt;br /&gt;
&lt;br /&gt;
==Stats==&lt;br /&gt;
&lt;br /&gt;
===Most common reason for stats not updating===&lt;br /&gt;
&lt;br /&gt;
*The user is cheating. (a.k.a. &amp;quot;Summary Ban&amp;quot;)&lt;br /&gt;
*The server is overloaded and unresponsive. Just try to keep the session open until the server responds again. (Flooding the server with consecutive manual updates is not recommended.)&lt;br /&gt;
*You are using a faulty client. If you want to use an experimental or CVS version you do it at your own risk.&lt;br /&gt;
&lt;br /&gt;
===Best practices===&lt;br /&gt;
&lt;br /&gt;
*If a torrent you are currently leeching/seeding is not listed on your profile, just wait or force a manual update.&lt;br /&gt;
*Make sure you exit your client properly, so that the tracker receives &amp;quot;event=completed&amp;quot;.&lt;br /&gt;
*If the tracker is down, do not stop seeding. As long as the tracker is back up before you exit the client the stats should update properly.&lt;br /&gt;
&lt;br /&gt;
===May I use any bittorrent client?===&lt;br /&gt;
&lt;br /&gt;
NO. See the [[client whitelist]] for details of supported clients.&lt;br /&gt;
&lt;br /&gt;
===Why is a torrent I'm leeching/seeding listed several times in my profile?===&lt;br /&gt;
&lt;br /&gt;
If for some reason (e.g. pc crash, or frozen client) your client exits improperly and you restart it, it will have a new peer_id, so it will show as a new torrent. The old one will never receive a &amp;quot;event=completed&amp;quot; or &amp;quot;event=stopped&amp;quot; and will be listed until some tracker timeout. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
Another reason could be that you have given torrents you have downloaded from this site to other people. Each .torrent file you download contains a unique ID that links it to your account. For this reason sharing .torrent files you have downloaded from The Mixing Bowl is forbidden.&lt;br /&gt;
&lt;br /&gt;
===I've finished or cancelled a torrent. Why is it still listed in my profile?===&lt;br /&gt;
&lt;br /&gt;
Some clients, notably TorrentStorm and Nova Torrent, do not report properly to the tracker when cancelling or finishing a torrent. In that case the tracker will keep waiting for some message - and thus listing the torrent as seeding or leeching - until some timeout occurs. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
===Multiple IPs (Can I login from different computers?)===&lt;br /&gt;
&lt;br /&gt;
Yes, the tracker is now capable of following sessions from different IPs for the same user. A torrent is associated with the user when it starts, and only at that moment is the IP relevant. So if you want to seed/leech from computer A and computer B with the same account you should access the site from computer A, start the torrent there, and then repeat both steps from computer B (not limited to two computers or to a single torrent on each, this is just the simplest example). You do not need to login again when closing the torrent.&lt;br /&gt;
&lt;br /&gt;
===How does NAT/ICS change the picture?===&lt;br /&gt;
&lt;br /&gt;
All torrents are tracker on a per-client basis. Any number of user accounts and/or Bit Torrent clients can report from the same IP address and account stats will be updated correctly.&lt;br /&gt;
&lt;br /&gt;
===How do I improve my ratio?===&lt;br /&gt;
&lt;br /&gt;
Read the [[One Stop Ratio Shop]] and keep an eye out for Freeleech's.&lt;br /&gt;
&lt;br /&gt;
==Downloading==&lt;br /&gt;
&lt;br /&gt;
===Why did an active torrent suddenly disappear?===&lt;br /&gt;
&lt;br /&gt;
The most likely reasons are that the uploader deleted it because there was a problem with the release, or an admin/moderator deleted it because it broke the site [[rules]].&lt;br /&gt;
&lt;br /&gt;
===How do I resume a broken download or reseed something?===&lt;br /&gt;
&lt;br /&gt;
Download the original .torrent file from server after that open it in you Bit Torrent client and browse the folder of the torrent you are downloading/reseeding.&lt;br /&gt;
&lt;br /&gt;
===What are these &amp;quot;a piece has failed an hash check&amp;quot; messages?===&lt;br /&gt;
&lt;br /&gt;
Bittorrent clients check the data they receive for integrity. When a piece fails this check it is automatically re-downloaded. Occasional hash fails are a common occurrence, and you shouldn't worry.&lt;br /&gt;
&lt;br /&gt;
Some clients have an (advanced) option/preference to &amp;quot;kick/ban&amp;quot; clients that send you bad data or similar. It should be turned on, since it makes sure that if a peer repeatedly sends you pieces that fail the hash check it will be ignored in the future.&lt;br /&gt;
&lt;br /&gt;
===You have the torrent I want, but there's no seeds so I can't download it!===&lt;br /&gt;
&lt;br /&gt;
It may be possible still to download, first of all - just download it and leave it running. There's possibly seeds out there but don't know anyone wants the torrents, at least if you download it you have a chance. If this fails, you can request a reseed. A link will appear on torrents which are eligable for reseed. See [[reseeds]] for more details.&lt;br /&gt;
&lt;br /&gt;
===The torrent is supposed to be 100MB. How come I downloaded 120MB?===&lt;br /&gt;
&lt;br /&gt;
See the hash fails topic. If your client receives bad data it will have to redownload it, therefore the total downloaded may be larger than the torrent size. Make sure the &amp;quot;kick/ban&amp;quot; option is turned on to minimize the extra downloads.&lt;br /&gt;
&lt;br /&gt;
===What ports can I use with my Bit Torrent client===&lt;br /&gt;
&lt;br /&gt;
Due to the widespread use of Deep Packet Inspection by ISPs the choice of a non standard port to use for Bit Torrent connections no longer improves transfer speeds. The Mixing Bowl does not restrict the usage of any ports for clients however it does recommend the use of [[Protocol_Encryption|protocol encryption]]. Please consult the manual for you client for details on enabling protocol encryption.&lt;br /&gt;
&lt;br /&gt;
===Why do I get an &amp;quot;Error (You need a better ratio to download megatorrents!) message?===&lt;br /&gt;
&lt;br /&gt;
In order to prevent members from digging a big hole in their ratio they can't get out of, they are prevented from downloading any torrent over 1GB.&lt;br /&gt;
&lt;br /&gt;
You can only download megatorrents with a ratio better than 0.75. If the size of torrent is more than you have downloaded, you must have enough uploaded, such that downloading the torrent will not drop your ratio below 1.0. For example, a 10G torrent can be downloaded by a user with a ratio of 0.8 and 12G downloaded but could not be dowloaded by a user with a ratio of 0.8 and 9G downloaded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How can I improve my download speed?==&lt;br /&gt;
&lt;br /&gt;
===Do not immediately jump on new torrents===&lt;br /&gt;
&lt;br /&gt;
The download speed mostly depends on the seeder-to-leecher ratio (SLR). Poor download speed is mainly a problem with new and very popular torrents where the SLR is low.&lt;br /&gt;
&lt;br /&gt;
(Proselytising sidenote: make sure you remember that you did not enjoy the low speed. Seed so that others will not endure the same.)&lt;br /&gt;
&lt;br /&gt;
The best speeds will be found around the half-life of a torrent, when the SLR will be at its highest. (The downside is that you will not be able to seed so much. It's up to you to balance the pros and cons of this.)&lt;br /&gt;
&lt;br /&gt;
===Limit your upload speed===&lt;br /&gt;
&lt;br /&gt;
The upload speed affects the download speed in essentially two ways:&lt;br /&gt;
&lt;br /&gt;
*Bittorrent peers tend to favour those other peers that upload to them. This means that if A and B are leeching the same torrent and A is sending data to B at high speed then B will try to reciprocate. So due to this effect high upload speeds lead to high download speeds.&lt;br /&gt;
*Due to the way TCP works, when A is downloading something from B it has to keep telling B that it received the data sent to him. (These are called acknowledgements - ACKs -, a sort of &amp;quot;got it!&amp;quot; messages). If A fails to do this then B will stop sending data and wait. If A is uploading at full speed there may be no bandwidth left for the ACKs and they will be delayed. So due to this effect excessively high upload speeds lead to low download speeds.&lt;br /&gt;
&lt;br /&gt;
The full effect is a combination of the two. The upload should be kept as high as possible while allowing the ACKs to get through without delay. '''A good thumb rule is keeping the upload at about 80% of the theoretical upload speed.''' You will have to fine tune yours to find out what works best for you. (Remember that keeping the upload high has the additional benefit of helping with your ratio.)&lt;br /&gt;
&lt;br /&gt;
===Limit the number of simultaneous connections===&lt;br /&gt;
&lt;br /&gt;
Some operating systems (like Windows 9x) do not deal well with a large number of connections, and may even crash. Also some home routers (particularly when running NAT and/or firewall with stateful inspection services) tend to become slow or crash when having to deal with too many connections. There are no fixed values for this, you may try 60 or 100 and experiment with the value. Note that these numbers are additive, if you have two instances of a client running the numbers add up.&lt;br /&gt;
&lt;br /&gt;
===Limit the number of simultaneous uploads===&lt;br /&gt;
&lt;br /&gt;
Isn't this the same as above? No. Connections limit the number of peers your client is talking to and/or downloading from. Uploads limit the number of peers your client is actually uploading to. The ideal number is typically much lower than the number of connections, and highly dependent on your (physical) connection.&lt;br /&gt;
&lt;br /&gt;
===Just give it some time===&lt;br /&gt;
&lt;br /&gt;
As explained above peers favour other peers that upload to them. When you start leeching a new torrent you have nothing to offer to other peers and they will tend to ignore you. This makes the starts slow, in particular if, by change, the peers you are connected to include few or no seeders. The download speed should increase as soon as you have some pieces to share.&lt;br /&gt;
&lt;br /&gt;
===Why is my internet so slow while leeching?===&lt;br /&gt;
&lt;br /&gt;
Your internet bandwidth is always finite. If you are a peer in a fast torrent it may saturate your connection, and your browsing will suffer. From your client you can limit the download and upload speed to mitigate this.&lt;br /&gt;
&lt;br /&gt;
Browsing was used just as an example, the same would apply to gaming, IMing, etc...&lt;br /&gt;
&lt;br /&gt;
==Proxy/VPN use==&lt;br /&gt;
&lt;br /&gt;
===Site===&lt;br /&gt;
&lt;br /&gt;
If you wish to use a VPN to browse the site, it must be a paid for service that allows you to specify a server/region (or be based in a static location).&lt;br /&gt;
You may also browse the site using your seedbox or private server.&lt;br /&gt;
You should always let staff know by sending a [http://themixingbowl.org/contact/us staff PM] before using the VPN. If possible, please include what service it is, the location, and IP(s).&lt;br /&gt;
Tor, public proxies, and other freely available services are strictly prohibited and your account is likely to be disabled if you use them.&lt;br /&gt;
&lt;br /&gt;
===Tracker===&lt;br /&gt;
&lt;br /&gt;
It is permissible to use almost any type of connection - including public proxies - for P2P bittorrent traffic. Users can seed and download torrent pieces, and announce data to the tracker, from any connection they wish - with the exception of Tor which is forbidden.&lt;br /&gt;
&lt;br /&gt;
It is worth noting that due to a combination of factors (increased latency, worse peering, bottlenecked traffic, inability to port forward, etc), users seeding from behind a proxy could see their upload speeds/net upload traffic decrease.&lt;br /&gt;
&lt;br /&gt;
==What if I can't find the answer to my problem here?==&lt;br /&gt;
&lt;br /&gt;
===You can try these:===&lt;br /&gt;
&lt;br /&gt;
Post in the [http://www.themixingbowl.org/forum/ forums], by all means. You'll find they are usually a friendly and helpful place, provided you follow a few basic guidelines:&lt;br /&gt;
&lt;br /&gt;
*Make sure your problem is not really in this FAQ. There's no point in posting just to be sent back here.&lt;br /&gt;
*Before posting read the sticky topics (the ones at the top). Many times new information that still hasn't been incorporated in the FAQ can be found there.&lt;br /&gt;
*Make just one thread for your issue, an admin can move your thread to the right forum so you don't need to post in them all.&lt;br /&gt;
*Help us in helping you. Do not just say &amp;quot;it doesn't work!&amp;quot;. Provide details so that we don't have to guess or waste time asking. What client do you use? What's your OS? What's your network setup? What's the exact error message you get, if any? What are the torrents you are having problems with? The more you tell the easiest it will be for us, and the more probable your post will get a reply.&lt;br /&gt;
*And needless to say: be polite. Demanding help rarely works, asking for it usually does the trick.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Transmission&amp;diff=4574</id>
		<title>Transmission</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Transmission&amp;diff=4574"/>
		<updated>2017-11-29T10:51:06Z</updated>

		<summary type="html">&lt;p&gt;Slackline: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://transmissionbt.com/ Transmission] is a fully featured fast, easy and free BitTorrent.  Its a bit different from other (Windows orientated) clients and is geared towards GNU/Linux, BSD and OSX operating systems as it runs as a [https://en.wikipedia.org/wiki/Daemon_(computing) daemon] process in the background and connections are then made from clients such as [https://forum.transmissionbt.com/viewforum.php?f=8 a Web browser], Command Line [https://forum.transmissionbt.com/viewforum.php?f=9 dedicated client] or [https://play.google.com/store/apps/details?id=com.neogb.rtac&amp;amp;hl=en_GB Android application].  Transmission also has the ability to create torrents using a dedicated programme.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
This will depend on the GNU/Linux (or OSX) that you are using, but Transmission is available in most distributions package repository.&lt;br /&gt;
&lt;br /&gt;
'''Gentoo'''&lt;br /&gt;
&lt;br /&gt;
 emerge -av transmission&lt;br /&gt;
&lt;br /&gt;
'''Arch'''&lt;br /&gt;
&lt;br /&gt;
 pacman -Syu transmission&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Debian''' (includes Ubuntu)&lt;br /&gt;
&lt;br /&gt;
 [sudo] apt-get install transmission&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Creating Torrents with Transmission==&lt;br /&gt;
&lt;br /&gt;
===Pre-requisites===&lt;br /&gt;
&lt;br /&gt;
Before starting...&lt;br /&gt;
&lt;br /&gt;
* You must have Uploader privileges in order to upload torrents.  If you don't already have them please read the [https://wiki.themixingbowl.org/FAQ#Why_can.27t_I_upload_torrents.3F FAQ].&lt;br /&gt;
* Please read the [https://wiki.themixingbowl.org/Uploading_Guidelines Uploading Guidelines].&lt;br /&gt;
* Make sure you've searched the TMB thoroughly and that what you are going to upload isn't already on the site.&lt;br /&gt;
* Make use of the ID3 system and tag your files.&lt;br /&gt;
* Place your files in a folder of their own and name it appropriately.&lt;br /&gt;
* Obtain your unique announce URL from your [https://themixingbowl.org/torrent/upload Upload page].&lt;br /&gt;
&lt;br /&gt;
===Create your torrent===&lt;br /&gt;
&lt;br /&gt;
Once installed you can use &amp;lt;code&amp;gt;transmission-cli&amp;lt;/code&amp;gt; to create torrents.&lt;br /&gt;
&lt;br /&gt;
* Download the TMB &amp;lt;code&amp;gt;www.themixingbowl.org.nfo&amp;lt;/code&amp;gt; file from [http://themixingbowl.org/static/www.themixingbowl.org.nfo here] (Right-click and 'Save As') and place it in the directory that contains your files.&lt;br /&gt;
* Open a terminal and &amp;lt;code&amp;gt;cd&amp;lt;/code&amp;gt; to the directory that contains the directory you wish to create a torrent of (i.e. one directory level up).&lt;br /&gt;
* Create your torrent using the following command, you '''must''' replace the &amp;lt;code&amp;gt;--tracker&amp;lt;/code&amp;gt; with [https://themixingbowl.org/torrent/upload ''your''] URL&lt;br /&gt;
&lt;br /&gt;
 transmission-create -p -t http://tracker.themixingbowl.org/thisisnotgoingtoworkasitsjustanexample/announce -o &amp;quot;a sensible name for your torrent.torrent&amp;quot; &amp;quot;my new torrent directory&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Upload your torrent===&lt;br /&gt;
&lt;br /&gt;
Now you can upload the torrent you just created by going to your [https://themixingbowl.org/torrent/upload Upload page], filling in the details following the guidelines described in the [https://wiki.themixingbowl.org/Uploading_Guidelines Uploading Guidelines] and selecting the torrent file you just created.  You should say a little something about what you are uploading too, as you would when posting on the Forum.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
*[https://transmissionbt.com/ Transmission BitTorrent Client]&lt;br /&gt;
*[https://play.google.com/store/apps/details?id=com.neogb.rtac&amp;amp;hl=en_GB Remote Transmission Android Client]&lt;br /&gt;
&lt;br /&gt;
[[Category:Bittorrent Client Guide]]&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Transmission&amp;diff=4573</id>
		<title>Transmission</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Transmission&amp;diff=4573"/>
		<updated>2017-11-27T15:35:32Z</updated>

		<summary type="html">&lt;p&gt;Slackline: Created, I'm going to be upping some torrents in the coming weeks so thought I'd read how to do so, Transmission not documented so here it is!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Transmission''' is a fully featured fast, easy and free BitTorrent.  Its a bit different from other (Windows orientated) clients in that it runs as a [ daemon] process in the background and connections are then made from [https://forum.transmissionbt.com/viewforum.php?f=8 a Web browser], [ Command Line] [https://forum.transmissionbt.com/viewforum.php?f=9 dedicated client] or [https://play.google.com/store/apps/details?id=com.neogb.rtac&amp;amp;hl=en_GB Android application].  Transmission also has the ability to create torrents using a dedicated programme.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
This will depend on the GNU/Linux (or OSX) that you are using, but Transmission is available in most distributions package repository.&lt;br /&gt;
&lt;br /&gt;
'''Gentoo'''&lt;br /&gt;
&lt;br /&gt;
 emerge -av transmission&lt;br /&gt;
&lt;br /&gt;
'''Arch'''&lt;br /&gt;
&lt;br /&gt;
 pacman -Syu transmission&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Debian''' (includes Ubuntu)&lt;br /&gt;
&lt;br /&gt;
 [sudo] apt-get install transmission&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Creating Torrents with Transmission==&lt;br /&gt;
&lt;br /&gt;
===Pre-requisites===&lt;br /&gt;
&lt;br /&gt;
Before starting...&lt;br /&gt;
&lt;br /&gt;
* You must have Uploader privileges in order to upload torrents.  If you don't already have them please read the [https://wiki.themixingbowl.org/FAQ#Why_can.27t_I_upload_torrents.3F FAQ].&lt;br /&gt;
* Please read the [https://wiki.themixingbowl.org/Uploading_Guidelines Uploading Guidelines].&lt;br /&gt;
* Make sure you've searched the TMB thoroughly and that what you are going to upload isn't already on the site.&lt;br /&gt;
* Make use of the ID3 system and tag your files.&lt;br /&gt;
* Place your files in a folder of their own and name it appropriately.&lt;br /&gt;
* Obtain your unique announce URL from your [https://themixingbowl.org/torrent/upload Upload page].&lt;br /&gt;
&lt;br /&gt;
===Create your torrent===&lt;br /&gt;
&lt;br /&gt;
Once installed you can use &amp;lt;code&amp;gt;transmission-cli&amp;lt;/code&amp;gt; to create torrents.&lt;br /&gt;
&lt;br /&gt;
* Download the TMB &amp;lt;code&amp;gt;www.themixingbowl.org.nfo&amp;lt;/code&amp;gt; file from [http://themixingbowl.org/static/www.themixingbowl.org.nfo here] (Right-click and 'Save As') and place it in the directory that contains your files.&lt;br /&gt;
* Open a terminal and &amp;lt;code&amp;gt;cd&amp;lt;/code&amp;gt; to the directory that contains the directory you wish to create a torrent of (i.e. one directory level up).&lt;br /&gt;
* Create your torrent using the following command, you '''must''' replace the &amp;lt;code&amp;gt;--tracker&amp;lt;/code&amp;gt; with [https://themixingbowl.org/torrent/upload ''your''] URL&lt;br /&gt;
&lt;br /&gt;
 transmission-create -p -t http://tracker.themixingbowl.org/thisisnotgoingtoworkasitsjustanexample/announce -o &amp;quot;a sensible name for your torrent.torrent&amp;quot; &amp;quot;my new torrent directory&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Upload your torrent===&lt;br /&gt;
&lt;br /&gt;
Now you can upload the torrent you just created by going to your [https://themixingbowl.org/torrent/upload Upload page], filling in the details following the guidelines described in the [https://wiki.themixingbowl.org/Uploading_Guidelines Uploading Guidelines] and selecting the torrent file you just created.  You should say a little something about what you are uploading too, as you would when posting on the Forum.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
*[https://transmissionbt.com/ Transmission BitTorrent Client]&lt;br /&gt;
*[https://play.google.com/store/apps/details?id=com.neogb.rtac&amp;amp;hl=en_GB Remote Transmission Android Client]&lt;br /&gt;
&lt;br /&gt;
[[Category:Bittorrent Client Guide]]&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4505</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4505"/>
		<updated>2016-12-06T07:44:44Z</updated>

		<summary type="html">&lt;p&gt;Slackline: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
… and many countries already ban freedom of speech by censoring the websites you can access (e.g. [https://en.wikipedia.org/wiki/Great_Firewall The Great Firewall of China]).  There are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/HTTP_cookie (HTTP) Cookies] small text files that reside on your computer and detail your preferences on a website and what you have looked at there.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/IPsec Internet Protocol Security (IPsec)]] is a protocol suite for secure Internet Protocol (IP) communications by authenticating and encrypting each communication session.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol Point-to-Point Tunneling Protocol (PPTP)] is a method for implementing virtual private networks.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means you appear to be located wherever the VPN server is physically located.&lt;br /&gt;
&lt;br /&gt;
'''BEFORE PROCEEDING''' &lt;br /&gt;
&lt;br /&gt;
There are two very good resources that it is recommended you use as references, much of the information below is based on these...&lt;br /&gt;
&lt;br /&gt;
  * [https://prism-break.org/en/ Prism Break]&lt;br /&gt;
  * [https://www.privacytools.io/ Privacytools.io]&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  The [https://www.gov.uk/government/publications/draft-investigatory-powers-bill Investigatory Powers Bill] came into force in late 2016 in the UK and forces ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news) and make them available to a [http://telegra.ph/Who-your-internet-browsing-history-is-viewable-by-under-the-Investigatory-Powers-Act-11-25 huge swathe of Government bodies].  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN since data between you and the VPN you are connected to is encrypted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
There are three main protocols you might encounter when using VPN&lt;br /&gt;
&lt;br /&gt;
^ Protocol ^ Encryption  ^ Description ^&lt;br /&gt;
| PPTP    | MPEE 128 BIT | Oldest and most widely used, built into a lot of software making it simple to use. |&lt;br /&gt;
| IPSec   | 128 BIT      | Designed for OSX/iOS its heavy on you CPU but is built into the OS and therefore simple. |&lt;br /&gt;
| OpenVPN | 256-bit      | The strongest encryption and very widely used. **Recommended** |&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
There are a plethora of options when it comes to connecting to VPNs, the most accurate resource for information will be from the VPN service you choose to use so please read their documentation carefully and contact their customer support if you have problems.  What follows is a very broad overview.&lt;br /&gt;
&lt;br /&gt;
=== Router Configuration ===&lt;br /&gt;
&lt;br /&gt;
If you configure your router/modem to use the VPN then any device connected to your home network automatically will have everything routed through the VPN. This has Pros and Cons, on the up side it means you don't have to mess around enabling the VPN connection on each device and starting/stopping it. On the downside it might mean you can't view certain geographically restricted services such as BBC iPlayer if the VPN gateway you use is outside the UK, but on the flipside this might be an advantage if for example you wanted to view films that are only available on US Netflix and not on UK Netflix.&lt;br /&gt;
&lt;br /&gt;
There is a lot of variation in router hardware, most people use those provided by their ISP and are quite likely to find that the supplied router does not support establishing VPN connections (e.g. VirginMedia's SuperHub).  You'll most likely need to buy a new router and relegate the ISP one to modem (although choose wisely and you can replace the ISPs router completely).  Even then the firmware on the router might not support VPN connections, but all is not lost since FOSS alternatives are available in the form of [https://openwrt.org/ OpenWRT] and [https://www.dd-wrt.com/site/ DD-WRT] that you can flash your router with.  If either of these supports a router you have lying around your in business, follow their installation instructions for the model of router you have.  If not and you are buying a new router you might want to consider whether it is supported by either of these distributions.&lt;br /&gt;
&lt;br /&gt;
Both distributions have a lot of information on VPN written by people who know far more about networking than this author.  You will want to read sections on setting up the router as a client rather than a server since you are unlikely to want to setup your own VPN (unless of course you wish to establish a secure and private connection to your home network whilst away from home).&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openwrt.org/doc/howto/vpn.overview OpenWRT Wiki : VPN Overview]&lt;br /&gt;
* [https://www.dd-wrt.com/wiki/index.php/OpenVPN DD-WRT Wiki : OpenVPN]&lt;br /&gt;
ToDo At present the modem/router I use is pretty crap and doesn't allow you to do this configuration so I am not covering how to do this at present.&lt;br /&gt;
&lt;br /&gt;
=== GNU/Linux Configuration - NetworkManager ===&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
=== Android ===&lt;br /&gt;
&lt;br /&gt;
=== M$-Windows ===&lt;br /&gt;
&lt;br /&gt;
== TOR ==&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
== Web Browsing ==&lt;br /&gt;
&lt;br /&gt;
You've gone to all this bother of setting up and using a VPN so that your ISP can't see what you are browsing and/or the sites you are viewing think you are in a different location than you are, but there is a key step in staying anonymous on the web that most overlook and can be strongly argued gives away more information about you than anything else....the web browser.&lt;br /&gt;
&lt;br /&gt;
Web browsers are the interface to the vast majority of peoples uses of the internet and as such the way in which they are used has a huge impact on your security and privacy. All browsers have some default security built-in, but they almost all allow the use of [https://en.wikipedia.org/wiki/HTTP_cookie cookies] which websites/services use to not just enhance your browsing, but also keep track of what you do.  Thankfully there are innumerable add-ons/plugins that can be used to improve your security and some suggestions are listed below, but they are by no-means exhaustive.&lt;br /&gt;
&lt;br /&gt;
ToDo - Insert table&lt;br /&gt;
&lt;br /&gt;
=== Synchronising ===&lt;br /&gt;
&lt;br /&gt;
If you use a web-browser that syncrhonises your passwords, bookmarks and browsing history to the internet then this means to a large extent that your attempts to mask your browsing from your ISP are redundant since the details are held in the synchronised account. There are obvious advantages to using such services, but an informed choice of whether to do so is something only you can make. If you're bothered about Governments snooping on your activity then it would be logical to think that you would have similar problems with sharing such information with companies who very often see their users as a commodity and may, or may not, take your privacy seriously.&lt;br /&gt;
&lt;br /&gt;
=== Adverts and Tracking ===&lt;br /&gt;
&lt;br /&gt;
My view on advertising and tracking of browsing habits to “improve” this experience is that I pay for my internet connection so I should choose what passes over it. I appreciate many sites rely on advertising for revenue, but I've never really paid attention to adverts anywhere and the internet is no different, so why should my browsing experience be hampered by having to wait whilst a load of mostly irrelevant adverts that I wouldn't be interested in load. Thus I use the plugins listed above and in addition I have a Raspberry Pi set up and running as a [http://pi-hole.net/ Pi-Hole] to block requests for adverts from ever leaving my local network, further reducing unnecessary bandwidth usage.&lt;br /&gt;
&lt;br /&gt;
For some time there have been browser add-ons that block adverts, recently however some of these have become something of an oxymoron because things like [https://adblockplus.org/acceptable-ads Adblock Plus allow &amp;quot;acceptable ads&amp;quot;] as a means of generating revenue for themselves. Quite how someone else can decide what I consider to be an “acceptable ad” I've no idea, that would require input from me rather than payment from the advertiser to the supposed ad-blocker. Thankfully for now [https://github.com/gorhill/uBlock/ uBlock Origin] (NOT ublock.org) blocks all adverts and uses less memory resources in doing so, thus it gets my recommendation if you're not going to setup [http://pi-hole.net/ Pi-Hole] to block adverts for you.&lt;br /&gt;
&lt;br /&gt;
= User Setups =&lt;br /&gt;
&lt;br /&gt;
Detailed below are some TMB Members setups, they're not necessarily exhaustive in protecting privacy but are provided to hopefully reassure that its not overwhelming to make a few changes gradually to protect your privacy.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
&lt;br /&gt;
== Android ==&lt;br /&gt;
&lt;br /&gt;
== Router ==&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4504</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4504"/>
		<updated>2016-12-06T07:42:21Z</updated>

		<summary type="html">&lt;p&gt;Slackline: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
… and many countries already ban freedom of speech by censoring the websites you can access (e.g. [https://en.wikipedia.org/wiki/Great_Firewall The Great Firewall of China]).  There are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/HTTP_cookie (HTTP) Cookies] small text files that reside on your computer and detail your preferences on a website and what you have looked at there.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/IPsec Internet Protocol Security (IPsec)]] is a protocol suite for secure Internet Protocol (IP) communications by authenticating and encrypting each communication session.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol Point-to-Point Tunneling Protocol (PPTP)] is a method for implementing virtual private networks.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means you appear to be located wherever the VPN server is physically located.&lt;br /&gt;
&lt;br /&gt;
'''BEFORE PROCEEDING''' &lt;br /&gt;
&lt;br /&gt;
There are two very good resources that it is recommended you use as references, much of the information below is based on these...&lt;br /&gt;
&lt;br /&gt;
  * [https://prism-break.org/en/ Prism Break]&lt;br /&gt;
  * [https://www.privacytools.io/ Privacytools.io]&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  The [https://www.gov.uk/government/publications/draft-investigatory-powers-bill Investigatory Powers Bill] came into force in late 2016 in the UK and forces ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news) and make them available to a [http://telegra.ph/Who-your-internet-browsing-history-is-viewable-by-under-the-Investigatory-Powers-Act-11-25 huge swathe of Government bodies].  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN since data between you and the VPN you are connected to is encrypted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
There are three main protocols you might encounter when using VPN&lt;br /&gt;
&lt;br /&gt;
^ Protocol ^ Encryption  ^ Description ^&lt;br /&gt;
| PPTP    | MPEE 128 BIT | Oldest and most widely used, built into a lot of software making it simple to use. |&lt;br /&gt;
| IPSec   | 128 BIT      | Designed for OSX/iOS its heavy on you CPU but is built into the OS and therefore simple. |&lt;br /&gt;
| OpenVPN | 256-bit      | The strongest encryption and very widely used. **Recommended** |&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
There are a plethora of options when it comes to connecting to VPNs, the most accurate resource for information will be from the VPN service you choose to use so please read their documentation carefully and contact their customer support if you have problems.  What follows is a very broad overview.&lt;br /&gt;
&lt;br /&gt;
=== Router Configuration ===&lt;br /&gt;
&lt;br /&gt;
If you configure your router/modem to use the VPN then any device connected to your home network automatically will have everything routed through the VPN. This has Pros and Cons, on the up side it means you don't have to mess around enabling the VPN connection on each device and starting/stopping it. On the downside it might mean you can't view certain geographically restricted services such as BBC iPlayer if the VPN gateway you use is outside the UK, but on the flipside this might be an advantage if for example you wanted to view films that are only available on US Netflix and not on UK Netflix.&lt;br /&gt;
&lt;br /&gt;
There is a lot of variation in router hardware, most people use those provided by their ISP and are quite likely to find that the supplied router does not support establishing VPN connections (e.g. VirginMedia's SuperHub).  You'll most likely need to buy a new router and relegate the ISP one to modem (although choose wisely and you can replace the ISPs router completely).  Even then the firmware on the router might not support VPN connections, but all is not lost since FOSS alternatives are available in the form of [https://openwrt.org/ OpenWRT] and [https://www.dd-wrt.com/site/ DD-WRT] that you can flash your router with.  If either of these supports a router you have lying around your in business, follow their installation instructions for the model of router you have.  If not and you are buying a new router you might want to consider whether it is supported by either of these distributions.&lt;br /&gt;
&lt;br /&gt;
Both distributions have a lot of information on VPN written by people who know far more about networking than this author.  You will want to read sections on setting up the router as a client rather than a server since you are unlikely to want to setup your own VPN (unless of course you wish to establish a secure and private connection to your home network whilst away from home).&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openwrt.org/doc/howto/vpn.overview OpenWRT Wiki : VPN Overview]&lt;br /&gt;
* [https://www.dd-wrt.com/wiki/index.php/OpenVPN DD-WRT Wiki : OpenVPN]&lt;br /&gt;
ToDo At present the modem/router I use is pretty crap and doesn't allow you to do this configuration so I am not covering how to do this at present.&lt;br /&gt;
&lt;br /&gt;
=== GNU/Linux Configuration - NetworkManager ===&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
=== Android ===&lt;br /&gt;
&lt;br /&gt;
=== M$-Windows ===&lt;br /&gt;
&lt;br /&gt;
== TOR ==&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
== Web Browsing ==&lt;br /&gt;
&lt;br /&gt;
You've gone to all this bother of setting up and using a VPN so that your ISP can't see what you are browsing and/or the sites you are viewing think you are in a different location than you are, but there is a key step in staying anonymous on the web that most overlook and can be strongly argued gives away more information about you than anything else....the web browser.&lt;br /&gt;
&lt;br /&gt;
Web browsers are the interface to the vast majority of peoples uses of the internet and as such the way in which they are used has a huge impact on your security and privacy. All browsers have some default security built-in, but they almost all allow the use of [https://en.wikipedia.org/wiki/HTTP_cookie cookies] which websites/services use to not just enhance your browsing, but also keep track of what you do.  Thankfully there are innumerable add-ons/plugins that can be used to improve your security and some suggestions are listed below, but they are by no-means exhaustive.&lt;br /&gt;
&lt;br /&gt;
ToDo - Insert table&lt;br /&gt;
&lt;br /&gt;
=== Synchronising ===&lt;br /&gt;
&lt;br /&gt;
If you use a web-browser that syncrhonises your passwords, bookmarks and browsing history to the internet then this means to a large extent that your attempts to mask your browsing from your ISP are redundant since the details are held in the synchronised account. There are obvious advantages to using such services, but an informed choice of whether to do so is something only you can make. If you're bothered about Governments snooping on your activity then it would be logical to think that you would have similar problems with sharing such information with companies who very often see their users as a commodity and may, or may not, take your privacy seriously.&lt;br /&gt;
&lt;br /&gt;
=== Adverts and Tracking ===&lt;br /&gt;
&lt;br /&gt;
My view on advertising and tracking of browsing habits to “improve” this experience is that I pay for my internet connection so I should choose what passes over it. I appreciate many sites rely on advertising for revenue, but I've never really paid attention to adverts anywhere and the internet is no different, so why should my browsing experience be hampered by having to wait whilst a load of mostly irrelevant adverts that I wouldn't be interested in load. Thus I use the plugins listed above and in addition I have a Raspberry Pi set up and running as a [http://pi-hole.net/ Pi-Hole] to block requests for adverts from ever leaving my local network, further reducing unnecessary bandwidth usage.&lt;br /&gt;
&lt;br /&gt;
For some time there have been browser add-ons that block adverts, recently however some of these have become something of an oxymoron because things like [https://adblockplus.org/acceptable-ads Adblock Plus allow &amp;quot;acceptable ads&amp;quot;] as a means of generating revenue for themselves. Quite how someone else can decide what I consider to be an “acceptable ad” I've no idea, that would require input from me rather than payment from the advertiser to the supposed ad-blocker. Thankfully for now [https://github.com/gorhill/uBlock/ uBlock Origin] (NOT ublock.org) blocks all adverts and uses less memory resources in doing so, thus it gets my recommendation if you're not going to setup [http://pi-hole.net/ Pi-Hole] to block adverts for you.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4465</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4465"/>
		<updated>2015-11-14T00:17:51Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* Overview and Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
… and many countries already ban freedom of speech by censoring the websites you can access (e.g. [https://en.wikipedia.org/wiki/Great_Firewall The Great Firewall of China]).  There are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/HTTP_cookie (HTTP) Cookies] small text files that reside on your computer and detail your preferences on a website and what you have looked at there.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/IPsec Internet Protocol Security (IPsec)]] is a protocol suite for secure Internet Protocol (IP) communications by authenticating and encrypting each communication session.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol Point-to-Point Tunneling Protocol (PPTP)] is a method for implementing virtual private networks.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means you appear to be located wherever the VPN server is physically located.&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  As of writing there are [https://www.gov.uk/government/publications/draft-investigatory-powers-bill proposals in the draft Investigatory Powers Bill] by the UK Government to force ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news).  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
There are three main protocols you might encounter when using VPN&lt;br /&gt;
&lt;br /&gt;
^ Protocol ^ Encryption  ^ Description ^&lt;br /&gt;
| PPTP    | MPEE 128 BIT | Oldest and most widely used, built into a lot of software making it simple to use. |&lt;br /&gt;
| IPSec   | 128 BIT      | Designed for OSX/iOS its heavy on you CPU but is built into the OS and therefore simple. |&lt;br /&gt;
| OpenVPN | 256-bit      | The strongest encryption and very widely used. **Recommended** |&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
There are a plethora of options when it comes to connecting to VPNs, the most accurate resource for information will be from the VPN service you choose to use so please read their documentation carefully and contact their customer support if you have problems.  What follows is a very broad overview.&lt;br /&gt;
&lt;br /&gt;
=== Router Configuration ===&lt;br /&gt;
&lt;br /&gt;
If you configure your router/modem to use the VPN then any device connected to your home network automatically will have everything routed through the VPN. This has Pros and Cons, on the up side it means you don't have to mess around enabling the VPN connection on each device and starting/stopping it. On the downside it might mean you can't view certain geographically restricted services such as BBC iPlayer if the VPN gateway you use is outside the UK, but on the flipside this might be an advantage if for example you wanted to view films that are only available on US Netflix and not on UK Netflix.&lt;br /&gt;
&lt;br /&gt;
There is a lot of variation in router hardware, most people use those provided by their ISP and are quite likely to find that the supplied router does not support establishing VPN connections (e.g. VirginMedia's SuperHub).  You'll most likely need to buy a new router and relegate the ISP one to modem (although choose wisely and you can replace the ISPs router completely).  Even then the firmware on the router might not support VPN connections, but all is not lost since FOSS alternatives are available in the form of [https://openwrt.org/ OpenWRT] and [https://www.dd-wrt.com/site/ DD-WRT] that you can flash your router with.  If either of these supports a router you have lying around your in business, follow their installation instructions for the model of router you have.  If not and you are buying a new router you might want to consider whether it is supported by either of these distributions.&lt;br /&gt;
&lt;br /&gt;
Both distributions have a lot of information on VPN written by people who know far more about networking than this author.  You will want to read sections on setting up the router as a client rather than a server since you are unlikely to want to setup your own VPN (unless of course you wish to establish a secure and private connection to your home network whilst away from home).&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openwrt.org/doc/howto/vpn.overview OpenWRT Wiki : VPN Overview]&lt;br /&gt;
* [https://www.dd-wrt.com/wiki/index.php/OpenVPN DD-WRT Wiki : OpenVPN]&lt;br /&gt;
ToDo At present the modem/router I use is pretty crap and doesn't allow you to do this configuration so I am not covering how to do this at present.&lt;br /&gt;
&lt;br /&gt;
=== GNU/Linux Configuration - NetworkManager ===&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
=== Android ===&lt;br /&gt;
&lt;br /&gt;
=== M$-Windows ===&lt;br /&gt;
&lt;br /&gt;
== TOR ==&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
== Web Browsing ==&lt;br /&gt;
&lt;br /&gt;
You've gone to all this bother of setting up and using a VPN so that your ISP can't see what you are browsing and/or the sites you are viewing think you are in a different location than you are, but there is a key step in staying anonymous on the web that most overlook and can be strongly argued gives away more information about you than anything else....the web browser.&lt;br /&gt;
&lt;br /&gt;
Web browsers are the interface to the vast majority of peoples uses of the internet and as such the way in which they are used has a huge impact on your security and privacy. All browsers have some default security built-in, but they almost all allow the use of [https://en.wikipedia.org/wiki/HTTP_cookie cookies] which websites/services use to not just enhance your browsing, but also keep track of what you do.  Thankfully there are innumerable add-ons/plugins that can be used to improve your security and some suggestions are listed below, but they are by no-means exhaustive.&lt;br /&gt;
&lt;br /&gt;
ToDo - Insert table&lt;br /&gt;
&lt;br /&gt;
=== Synchronising ===&lt;br /&gt;
&lt;br /&gt;
If you use a web-browser that syncrhonises your passwords, bookmarks and browsing history to the internet then this means to a large extent that your attempts to mask your browsing from your ISP are redundant since the details are held in the synchronised account. There are obvious advantages to using such services, but an informed choice of whether to do so is something only you can make. If you're bothered about Governments snooping on your activity then it would be logical to think that you would have similar problems with sharing such information with companies who very often see their users as a commodity and may, or may not, take your privacy seriously.&lt;br /&gt;
&lt;br /&gt;
=== Adverts and Tracking ===&lt;br /&gt;
&lt;br /&gt;
My view on advertising and tracking of browsing habits to “improve” this experience is that I pay for my internet connection so I should choose what passes over it. I appreciate many sites rely on advertising for revenue, but I've never really paid attention to adverts anywhere and the internet is no different, so why should my browsing experience be hampered by having to wait whilst a load of mostly irrelevant adverts that I wouldn't be interested in load. Thus I use the plugins listed above and in addition I have a Raspberry Pi set up and running as a [http://pi-hole.net/ Pi-Hole] to block requests for adverts from ever leaving my local network, further reducing unnecessary bandwidth usage.&lt;br /&gt;
&lt;br /&gt;
For some time there have been browser add-ons that block adverts, recently however some of these have become something of an oxymoron because things like [https://adblockplus.org/acceptable-ads Adblock Plus allow &amp;quot;acceptable ads&amp;quot;] as a means of generating revenue for themselves. Quite how someone else can decide what I consider to be an “acceptable ad” I've no idea, that would require input from me rather than payment from the advertiser to the supposed ad-blocker. Thankfully for now [https://github.com/gorhill/uBlock/ uBlock Origin] (NOT ublock.org) blocks all adverts and uses less memory resources in doing so, thus it gets my recommendation if you're not going to setup [http://pi-hole.net/ Pi-Hole] to block adverts for you.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4464</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4464"/>
		<updated>2015-11-14T00:16:21Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* Web Browsing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
… and many countries already ban freedom of speech by censoring the websites you can access (e.g. [https://en.wikipedia.org/wiki/Great_Firewall The Great Firewall of China]).  There are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/IPsec Internet Protocol Security (IPsec)]] is a protocol suite for secure Internet Protocol (IP) communications by authenticating and encrypting each communication session.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol Point-to-Point Tunneling Protocol (PPTP)] is a method for implementing virtual private networks.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means you appear to be located wherever the VPN server is physically located.&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  As of writing there are [https://www.gov.uk/government/publications/draft-investigatory-powers-bill proposals in the draft Investigatory Powers Bill] by the UK Government to force ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news).  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
There are three main protocols you might encounter when using VPN&lt;br /&gt;
&lt;br /&gt;
^ Protocol ^ Encryption  ^ Description ^&lt;br /&gt;
| PPTP    | MPEE 128 BIT | Oldest and most widely used, built into a lot of software making it simple to use. |&lt;br /&gt;
| IPSec   | 128 BIT      | Designed for OSX/iOS its heavy on you CPU but is built into the OS and therefore simple. |&lt;br /&gt;
| OpenVPN | 256-bit      | The strongest encryption and very widely used. **Recommended** |&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
There are a plethora of options when it comes to connecting to VPNs, the most accurate resource for information will be from the VPN service you choose to use so please read their documentation carefully and contact their customer support if you have problems.  What follows is a very broad overview.&lt;br /&gt;
&lt;br /&gt;
=== Router Configuration ===&lt;br /&gt;
&lt;br /&gt;
If you configure your router/modem to use the VPN then any device connected to your home network automatically will have everything routed through the VPN. This has Pros and Cons, on the up side it means you don't have to mess around enabling the VPN connection on each device and starting/stopping it. On the downside it might mean you can't view certain geographically restricted services such as BBC iPlayer if the VPN gateway you use is outside the UK, but on the flipside this might be an advantage if for example you wanted to view films that are only available on US Netflix and not on UK Netflix.&lt;br /&gt;
&lt;br /&gt;
There is a lot of variation in router hardware, most people use those provided by their ISP and are quite likely to find that the supplied router does not support establishing VPN connections (e.g. VirginMedia's SuperHub).  You'll most likely need to buy a new router and relegate the ISP one to modem (although choose wisely and you can replace the ISPs router completely).  Even then the firmware on the router might not support VPN connections, but all is not lost since FOSS alternatives are available in the form of [https://openwrt.org/ OpenWRT] and [https://www.dd-wrt.com/site/ DD-WRT] that you can flash your router with.  If either of these supports a router you have lying around your in business, follow their installation instructions for the model of router you have.  If not and you are buying a new router you might want to consider whether it is supported by either of these distributions.&lt;br /&gt;
&lt;br /&gt;
Both distributions have a lot of information on VPN written by people who know far more about networking than this author.  You will want to read sections on setting up the router as a client rather than a server since you are unlikely to want to setup your own VPN (unless of course you wish to establish a secure and private connection to your home network whilst away from home).&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openwrt.org/doc/howto/vpn.overview OpenWRT Wiki : VPN Overview]&lt;br /&gt;
* [https://www.dd-wrt.com/wiki/index.php/OpenVPN DD-WRT Wiki : OpenVPN]&lt;br /&gt;
ToDo At present the modem/router I use is pretty crap and doesn't allow you to do this configuration so I am not covering how to do this at present.&lt;br /&gt;
&lt;br /&gt;
=== GNU/Linux Configuration - NetworkManager ===&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
=== Android ===&lt;br /&gt;
&lt;br /&gt;
=== M$-Windows ===&lt;br /&gt;
&lt;br /&gt;
== TOR ==&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
== Web Browsing ==&lt;br /&gt;
&lt;br /&gt;
You've gone to all this bother of setting up and using a VPN so that your ISP can't see what you are browsing and/or the sites you are viewing think you are in a different location than you are, but there is a key step in staying anonymous on the web that most overlook and can be strongly argued gives away more information about you than anything else....the web browser.&lt;br /&gt;
&lt;br /&gt;
Web browsers are the interface to the vast majority of peoples uses of the internet and as such the way in which they are used has a huge impact on your security and privacy. All browsers have some default security built-in, but they almost all allow the use of [https://en.wikipedia.org/wiki/HTTP_cookie cookies] which websites/services use to not just enhance your browsing, but also keep track of what you do.  Thankfully there are innumerable add-ons/plugins that can be used to improve your security and some suggestions are listed below, but they are by no-means exhaustive.&lt;br /&gt;
&lt;br /&gt;
ToDo - Insert table&lt;br /&gt;
&lt;br /&gt;
=== Synchronising ===&lt;br /&gt;
&lt;br /&gt;
If you use a web-browser that syncrhonises your passwords, bookmarks and browsing history to the internet then this means to a large extent that your attempts to mask your browsing from your ISP are redundant since the details are held in the synchronised account. There are obvious advantages to using such services, but an informed choice of whether to do so is something only you can make. If you're bothered about Governments snooping on your activity then it would be logical to think that you would have similar problems with sharing such information with companies who very often see their users as a commodity and may, or may not, take your privacy seriously.&lt;br /&gt;
&lt;br /&gt;
=== Adverts and Tracking ===&lt;br /&gt;
&lt;br /&gt;
My view on advertising and tracking of browsing habits to “improve” this experience is that I pay for my internet connection so I should choose what passes over it. I appreciate many sites rely on advertising for revenue, but I've never really paid attention to adverts anywhere and the internet is no different, so why should my browsing experience be hampered by having to wait whilst a load of mostly irrelevant adverts that I wouldn't be interested in load. Thus I use the plugins listed above and in addition I have a Raspberry Pi set up and running as a [http://pi-hole.net/ Pi-Hole] to block requests for adverts from ever leaving my local network, further reducing unnecessary bandwidth usage.&lt;br /&gt;
&lt;br /&gt;
For some time there have been browser add-ons that block adverts, recently however some of these have become something of an oxymoron because things like [https://adblockplus.org/acceptable-ads Adblock Plus allow &amp;quot;acceptable ads&amp;quot;] as a means of generating revenue for themselves. Quite how someone else can decide what I consider to be an “acceptable ad” I've no idea, that would require input from me rather than payment from the advertiser to the supposed ad-blocker. Thankfully for now [https://github.com/gorhill/uBlock/ uBlock Origin] (NOT ublock.org) blocks all adverts and uses less memory resources in doing so, thus it gets my recommendation if you're not going to setup [http://pi-hole.net/ Pi-Hole] to block adverts for you.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4463</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4463"/>
		<updated>2015-11-13T17:08:12Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* Internet Security */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
… and many countries already ban freedom of speech by censoring the websites you can access (e.g. [https://en.wikipedia.org/wiki/Great_Firewall The Great Firewall of China]).  There are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/IPsec Internet Protocol Security (IPsec)]] is a protocol suite for secure Internet Protocol (IP) communications by authenticating and encrypting each communication session.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol Point-to-Point Tunneling Protocol (PPTP)] is a method for implementing virtual private networks.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means you appear to be located wherever the VPN server is physically located.&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  As of writing there are [https://www.gov.uk/government/publications/draft-investigatory-powers-bill proposals in the draft Investigatory Powers Bill] by the UK Government to force ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news).  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
There are three main protocols you might encounter when using VPN&lt;br /&gt;
&lt;br /&gt;
^ Protocol ^ Encryption  ^ Description ^&lt;br /&gt;
| PPTP    | MPEE 128 BIT | Oldest and most widely used, built into a lot of software making it simple to use. |&lt;br /&gt;
| IPSec   | 128 BIT      | Designed for OSX/iOS its heavy on you CPU but is built into the OS and therefore simple. |&lt;br /&gt;
| OpenVPN | 256-bit      | The strongest encryption and very widely used. **Recommended** |&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
There are a plethora of options when it comes to connecting to VPNs, the most accurate resource for information will be from the VPN service you choose to use so please read their documentation carefully and contact their customer support if you have problems.  What follows is a very broad overview.&lt;br /&gt;
&lt;br /&gt;
=== Router Configuration ===&lt;br /&gt;
&lt;br /&gt;
If you configure your router/modem to use the VPN then any device connected to your home network automatically will have everything routed through the VPN. This has Pros and Cons, on the up side it means you don't have to mess around enabling the VPN connection on each device and starting/stopping it. On the downside it might mean you can't view certain geographically restricted services such as BBC iPlayer if the VPN gateway you use is outside the UK, but on the flipside this might be an advantage if for example you wanted to view films that are only available on US Netflix and not on UK Netflix.&lt;br /&gt;
&lt;br /&gt;
There is a lot of variation in router hardware, most people use those provided by their ISP and are quite likely to find that the supplied router does not support establishing VPN connections (e.g. VirginMedia's SuperHub).  You'll most likely need to buy a new router and relegate the ISP one to modem (although choose wisely and you can replace the ISPs router completely).  Even then the firmware on the router might not support VPN connections, but all is not lost since FOSS alternatives are available in the form of [https://openwrt.org/ OpenWRT] and [https://www.dd-wrt.com/site/ DD-WRT] that you can flash your router with.  If either of these supports a router you have lying around your in business, follow their installation instructions for the model of router you have.  If not and you are buying a new router you might want to consider whether it is supported by either of these distributions.&lt;br /&gt;
&lt;br /&gt;
Both distributions have a lot of information on VPN written by people who know far more about networking than this author.  You will want to read sections on setting up the router as a client rather than a server since you are unlikely to want to setup your own VPN (unless of course you wish to establish a secure and private connection to your home network whilst away from home).&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openwrt.org/doc/howto/vpn.overview OpenWRT Wiki : VPN Overview]&lt;br /&gt;
* [https://www.dd-wrt.com/wiki/index.php/OpenVPN DD-WRT Wiki : OpenVPN]&lt;br /&gt;
ToDo At present the modem/router I use is pretty crap and doesn't allow you to do this configuration so I am not covering how to do this at present.&lt;br /&gt;
&lt;br /&gt;
=== GNU/Linux Configuration - NetworkManager ===&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
=== Android ===&lt;br /&gt;
&lt;br /&gt;
=== M$-Windows ===&lt;br /&gt;
&lt;br /&gt;
== TOR ==&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
== Web Browsing ==&lt;br /&gt;
&lt;br /&gt;
You've gone to all this bother of setting up and using a VPN so that your ISP can't see what you are browsing and/or the sites you are viewing think you are in a different location than you are, but there is a key step in staying anonymous on the web that most overlook and can be strongly argued gives away more information about you than anything else....the web browser.&lt;br /&gt;
&lt;br /&gt;
Web browsers are the interface to the vast majority of peoples uses of the internet and as such the way in which they are used has a huge impact on your security. All browsers have some default security built-in, but they almost all allow the use of [https://en.wikipedia.org/wiki/HTTP_cookie cookies] which websites/services to not just enhance your browsing, but also keep track of what you do.  Thankfully there are innumerable add-ons/plugins that can be used to improve your security and some suggestions are listed below, but they are by no-means exhaustive.&lt;br /&gt;
&lt;br /&gt;
ToDo - Insert table&lt;br /&gt;
&lt;br /&gt;
=== Synchronising ===&lt;br /&gt;
&lt;br /&gt;
If you use a web-browser that syncrhonises your passwords, bookmarks and browsing history to the internet then this means to a large extent that your attempts to mask your browsing from your ISP are redundant since the details are held in the synchronised account. There are obvious advantages to using such services, but an informed choice of whether to do so is something only you can make. If you're bothered about Governments snooping on your activity then it would be logical to think that you would have similar problems with sharing such information with companies who very often see their users as a commodity and may, or may not, take your privacy seriously.&lt;br /&gt;
&lt;br /&gt;
=== Adverts and Tracking ===&lt;br /&gt;
&lt;br /&gt;
My view on advertising and tracking of browsing habits to “improve” this experience is that I pay for my internet connection so I should choose what passes over it. I appreciate many sites rely on advertising for revenue, but I've never really paid attention to adverts anywhere and the internet is no different, so why should my browsing experience be hampered by having to wait whilst a load of mostly irrelevant adverts that I wouldn't be interested in load. Thus I use the plugins listed above and in addition I have a Raspberry Pi set up and running as a [http://pi-hole.net/ Pi-Hole] to block requests for adverts from ever leaving my local network, further reducing unnecessary bandwidth usage.&lt;br /&gt;
&lt;br /&gt;
For some time there have been browser add-ons that block adverts, recently however some of these have become something of an oxymoron because things like [https://adblockplus.org/acceptable-ads Adblock Plus allow &amp;quot;acceptable ads&amp;quot;] as a means of generating revenue for themselves. Quite how someone else can decide what I consider to be an “acceptable ad” I've no idea, that would require input from me rather than payment from the advertiser to the supposed ad-blocker. Thankfully for now [https://github.com/gorhill/uBlock/ uBlock Origin] (NOT ublock.org) blocks all adverts and uses less memory resources in doing so, thus it gets my recommendation if you're not going to setup [http://pi-hole.net/ Pi-Hole] to block adverts for you.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4462</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4462"/>
		<updated>2015-11-13T15:36:57Z</updated>

		<summary type="html">&lt;p&gt;Slackline: Added sub-sections and ToDo notes as well as web browsers section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
…there are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/IPsec Internet Protocol Security (IPsec)]] is a protocol suite for secure Internet Protocol (IP) communications by authenticating and encrypting each communication session.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol Point-to-Point Tunneling Protocol (PPTP)] is a method for implementing virtual private networks.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means you appear to be located wherever the VPN server is physically located.&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  As of writing there are [https://www.gov.uk/government/publications/draft-investigatory-powers-bill proposals in the draft Investigatory Powers Bill] by the UK Government to force ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news).  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
There are three main protocols you might encounter when using VPN&lt;br /&gt;
&lt;br /&gt;
^ Protocol ^ Encryption  ^ Description ^&lt;br /&gt;
| PPTP    | MPEE 128 BIT | Oldest and most widely used, built into a lot of software making it simple to use. |&lt;br /&gt;
| IPSec   | 128 BIT      | Designed for OSX/iOS its heavy on you CPU but is built into the OS and therefore simple. |&lt;br /&gt;
| OpenVPN | 256-bit      | The strongest encryption and very widely used. **Recommended** |&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
There are a plethora of options when it comes to connecting to VPNs, the most accurate resource for information will be from the VPN service you choose to use so please read their documentation carefully and contact their customer support if you have problems.  What follows is a very broad overview.&lt;br /&gt;
&lt;br /&gt;
=== Router Configuration ===&lt;br /&gt;
&lt;br /&gt;
If you configure your router/modem to use the VPN then any device connected to your home network automatically will have everything routed through the VPN. This has Pros and Cons, on the up side it means you don't have to mess around enabling the VPN connection on each device and starting/stopping it. On the downside it might mean you can't view certain geographically restricted services such as BBC iPlayer if the VPN gateway you use is outside the UK, but on the flipside this might be an advantage if for example you wanted to view films that are only available on US Netflix and not on UK Netflix.&lt;br /&gt;
&lt;br /&gt;
There is a lot of variation in router hardware, most people use those provided by their ISP and are quite likely to find that the supplied router does not support establishing VPN connections (e.g. VirginMedia's SuperHub).  You'll most likely need to buy a new router and relegate the ISP one to modem (although choose wisely and you can replace the ISPs router completely).  Even then the firmware on the router might not support VPN connections, but all is not lost since FOSS alternatives are available in the form of [https://openwrt.org/ OpenWRT] and [https://www.dd-wrt.com/site/ DD-WRT] that you can flash your router with.  If either of these supports a router you have lying around your in business, follow their installation instructions for the model of router you have.  If not and you are buying a new router you might want to consider whether it is supported by either of these distributions.&lt;br /&gt;
&lt;br /&gt;
Both distributions have a lot of information on VPN written by people who know far more about networking than this author.  You will want to read sections on setting up the router as a client rather than a server since you are unlikely to want to setup your own VPN (unless of course you wish to establish a secure and private connection to your home network whilst away from home).&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openwrt.org/doc/howto/vpn.overview OpenWRT Wiki : VPN Overview]&lt;br /&gt;
* [https://www.dd-wrt.com/wiki/index.php/OpenVPN DD-WRT Wiki : OpenVPN]&lt;br /&gt;
ToDo At present the modem/router I use is pretty crap and doesn't allow you to do this configuration so I am not covering how to do this at present.&lt;br /&gt;
&lt;br /&gt;
=== GNU/Linux Configuration - NetworkManager ===&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
=== Android ===&lt;br /&gt;
&lt;br /&gt;
=== M$-Windows ===&lt;br /&gt;
&lt;br /&gt;
== TOR ==&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
== Web Browsing ==&lt;br /&gt;
&lt;br /&gt;
You've gone to all this bother of setting up and using a VPN so that your ISP can't see what you are browsing and/or the sites you are viewing think you are in a different location than you are, but there is a key step in staying anonymous on the web that most overlook and can be strongly argued gives away more information about you than anything else....the web browser.&lt;br /&gt;
&lt;br /&gt;
Web browsers are the interface to the vast majority of peoples uses of the internet and as such the way in which they are used has a huge impact on your security. All browsers have some default security built-in, but they almost all allow the use of [https://en.wikipedia.org/wiki/HTTP_cookie cookies] which websites/services to not just enhance your browsing, but also keep track of what you do.  Thankfully there are innumerable add-ons/plugins that can be used to improve your security and some suggestions are listed below, but they are by no-means exhaustive.&lt;br /&gt;
&lt;br /&gt;
ToDo - Insert table&lt;br /&gt;
&lt;br /&gt;
=== Synchronising ===&lt;br /&gt;
&lt;br /&gt;
If you use a web-browser that syncrhonises your passwords, bookmarks and browsing history to the internet then this means to a large extent that your attempts to mask your browsing from your ISP are redundant since the details are held in the synchronised account. There are obvious advantages to using such services, but an informed choice of whether to do so is something only you can make. If you're bothered about Governments snooping on your activity then it would be logical to think that you would have similar problems with sharing such information with companies who very often see their users as a commodity and may, or may not, take your privacy seriously.&lt;br /&gt;
&lt;br /&gt;
=== Adverts and Tracking ===&lt;br /&gt;
&lt;br /&gt;
My view on advertising and tracking of browsing habits to “improve” this experience is that I pay for my internet connection so I should choose what passes over it. I appreciate many sites rely on advertising for revenue, but I've never really paid attention to adverts anywhere and the internet is no different, so why should my browsing experience be hampered by having to wait whilst a load of mostly irrelevant adverts that I wouldn't be interested in load. Thus I use the plugins listed above and in addition I have a Raspberry Pi set up and running as a [http://pi-hole.net/ Pi-Hole] to block requests for adverts from ever leaving my local network, further reducing unnecessary bandwidth usage.&lt;br /&gt;
&lt;br /&gt;
For some time there have been browser add-ons that block adverts, recently however some of these have become something of an oxymoron because things like [https://adblockplus.org/acceptable-ads Adblock Plus allow &amp;quot;acceptable ads&amp;quot;] as a means of generating revenue for themselves. Quite how someone else can decide what I consider to be an “acceptable ad” I've no idea, that would require input from me rather than payment from the advertiser to the supposed ad-blocker. Thankfully for now [https://github.com/gorhill/uBlock/ uBlock Origin] (NOT ublock.org) blocks all adverts and uses less memory resources in doing so, thus it gets my recommendation if you're not going to setup [http://pi-hole.net/ Pi-Hole] to block adverts for you.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4461</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4461"/>
		<updated>2015-11-12T07:42:22Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* Choosing a VPN service */ added section on protocols&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
…there are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/IPsec Internet Protocol Security (IPsec)]] is a protocol suite for secure Internet Protocol (IP) communications by authenticating and encrypting each communication session.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol Point-to-Point Tunneling Protocol (PPTP)] is a method for implementing virtual private networks.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means you appear to be located wherever the VPN server is physically located.&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  As of writing there are [https://www.gov.uk/government/publications/draft-investigatory-powers-bill proposals in the draft Investigatory Powers Bill] by the UK Government to force ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news).  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Protocols ===&lt;br /&gt;
&lt;br /&gt;
There are three main protocols you might encounter when using VPN&lt;br /&gt;
&lt;br /&gt;
^ Protocol ^ Encryption  ^ Description ^&lt;br /&gt;
| PPTP    | MPEE 128 BIT | Oldest and most widely used, built into a lot of software making it simple to use. |&lt;br /&gt;
| IPSec   | 128 BIT      | Designed for OSX/iOS its heavy on you CPU but is built into the OS and therefore simple. |&lt;br /&gt;
| OpenVPN | 256-bit      | The strongest encryption and very widely used. **Recommended** |&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;br /&gt;
&lt;br /&gt;
== Router Configuration ==&lt;br /&gt;
&lt;br /&gt;
If you configure your router/modem to use the VPN then any device connected to your home network automatically will have everything routed through the VPN. This has Pros and Cons, on the up side it means you don't have to mess around enabling the VPN connection on each device and starting/stopping it. On the downside it might mean you can't view certain geographically restricted services such as BBC iPlayer if the VPN gateway you use is outside the UK, but on the flipside this might be an advantage if for example you wanted to view films that are only available on US Netflix and not on UK Netflix.&lt;br /&gt;
&lt;br /&gt;
There is a lot of variation in router hardware, most people use those provided by their ISP and are quite likely to find that the supplied router does not support establishing VPN connections (e.g. VirginMedia's SuperHub).  You'll most likely need to buy a new router and relegate the ISP one to modem (although choose wisely and you can replace the ISPs router completely).  Even then the firmware on the router might not support VPN connections, but all is not lost since FOSS alternatives are available in the form of [https://openwrt.org/ OpenWRT] and [https://www.dd-wrt.com/site/ DD-WRT] that you can flash your router with.  If either of these supports a router you have lying around your in business, follow their installation instructions for the model of router you have.  If not and you are buying a new router you might want to consider whether it is supported by either of these distributions.&lt;br /&gt;
&lt;br /&gt;
Both distributions have a lot of information on VPN written by people who know far more about networking than this author.  You will want to read sections on setting up the router as a client rather than a server since you are unlikely to want to setup your own VPN (unless of course you wish to establish a secure and private connection to your home network whilst away from home).&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openwrt.org/doc/howto/vpn.overview OpenWRT Wiki : VPN Overview]&lt;br /&gt;
* [https://www.dd-wrt.com/wiki/index.php/OpenVPN DD-WRT Wiki : OpenVPN]&lt;br /&gt;
ToDo At present the modem/router I use is pretty crap and doesn't allow you to do this configuration so I am not covering how to do this at present.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4460</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4460"/>
		<updated>2015-11-12T06:29:40Z</updated>

		<summary type="html">&lt;p&gt;Slackline: More on router configuration&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
…there are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/IPsec Internet Protocol Security (IPsec)]] is a protocol suite for secure Internet Protocol (IP) communications by authenticating and encrypting each communication session.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol Point-to-Point Tunneling Protocol (PPTP)] is a method for implementing virtual private networks.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means you appear to be located wherever the VPN server is physically located.&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  As of writing there are [https://www.gov.uk/government/publications/draft-investigatory-powers-bill proposals in the draft Investigatory Powers Bill] by the UK Government to force ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news).  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;br /&gt;
&lt;br /&gt;
== Router Configuration ==&lt;br /&gt;
&lt;br /&gt;
If you configure your router/modem to use the VPN then any device connected to your home network automatically will have everything routed through the VPN. This has Pros and Cons, on the up side it means you don't have to mess around enabling the VPN connection on each device and starting/stopping it. On the downside it might mean you can't view certain geographically restricted services such as BBC iPlayer if the VPN gateway you use is outside the UK, but on the flipside this might be an advantage if for example you wanted to view films that are only available on US Netflix and not on UK Netflix.&lt;br /&gt;
&lt;br /&gt;
There is a lot of variation in router hardware, most people use those provided by their ISP and are quite likely to find that the supplied router does not support establishing VPN connections (e.g. VirginMedia's SuperHub).  You'll most likely need to buy a new router and relegate the ISP one to modem (although choose wisely and you can replace the ISPs router completely).  Even then the firmware on the router might not support VPN connections, but all is not lost since FOSS alternatives are available in the form of [https://openwrt.org/ OpenWRT] and [https://www.dd-wrt.com/site/ DD-WRT] that you can flash your router with.  If either of these supports a router you have lying around your in business, follow their installation instructions for the model of router you have.  If not and you are buying a new router you might want to consider whether it is supported by either of these distributions.&lt;br /&gt;
&lt;br /&gt;
Both distributions have a lot of information on VPN written by people who know far more about networking than this author.  You will want to read sections on setting up the router as a client rather than a server since you are unlikely to want to setup your own VPN (unless of course you wish to establish a secure and private connection to your home network whilst away from home).&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openwrt.org/doc/howto/vpn.overview OpenWRT Wiki : VPN Overview]&lt;br /&gt;
* [https://www.dd-wrt.com/wiki/index.php/OpenVPN DD-WRT Wiki : OpenVPN]&lt;br /&gt;
ToDo At present the modem/router I use is pretty crap and doesn't allow you to do this configuration so I am not covering how to do this at present.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4459</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4459"/>
		<updated>2015-11-11T22:56:50Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* Overview and Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
…there are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/IPsec Internet Protocol Security (IPsec)]] is a protocol suite for secure Internet Protocol (IP) communications by authenticating and encrypting each communication session.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Point-to-Point_Tunneling_Protocol Point-to-Point Tunneling Protocol (PPTP)] is a method for implementing virtual private networks.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means you appear to be located wherever the VPN server is physically located.&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  As of writing there are [https://www.gov.uk/government/publications/draft-investigatory-powers-bill proposals in the draft Investigatory Powers Bill] by the UK Government to force ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news).  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4458</id>
		<title>Protecting your Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Protecting_your_Privacy&amp;diff=4458"/>
		<updated>2015-11-11T22:51:21Z</updated>

		<summary type="html">&lt;p&gt;Slackline: Created - will write more in due course&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Internet Security =&lt;br /&gt;
&lt;br /&gt;
Its a big deal these days, whether its companies tracking your browsing habits to serve up adverts or the government trying to snoop on your activity under the bullshit pretense that it protects you from 'terrorists', when in reality its an infringement on [http://www.un.org/en/documents/udhr/index.shtml#a12 Article 12 of the UN Universal Declaration of Human Rights] which states…&lt;br /&gt;
&lt;br /&gt;
''&amp;quot;No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
…there are any number of reasons you might wish to improve the security and way in which you use the Internet. Its a big topic, so I've made these notes as I fumble my way through the process in the hope they are useful to others.&lt;br /&gt;
&lt;br /&gt;
== Overview and Definitions ==&lt;br /&gt;
&lt;br /&gt;
A lot of new terms…&lt;br /&gt;
&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Authorization_certificate Certificates] documents issued by VPN providers to users allowing them to connect securely to their network.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Free_and_open-source_software Free Open Source Software (FOSS)] software that anyone is freely licensed to use, copy, study, and change in any way and for which the source code is available.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Gateway_(telecommunications) Gateway]] a server through which you connect from one network to another.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Internet_service_provider Internet Service Provider (ISP)] is who you pay for an internet connection.  Sometimes this will be whoever you have your mobile phone with.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/OpenVPN OpenVPN] Free Open Source Software (FOSS) implementing Virtual Private Network (VPN).&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Tor_(anonymity_network) TOR] is a network that anonymoises your browsing by routing it through a network of public servers.&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Virtual_private_network Virtual Private Network (VPN)] is a private network that you can connect to over the internet.  Traffic then passes between you and the private network without anyone in between being able to see what is passing between you.  This in essence means&lt;br /&gt;
&lt;br /&gt;
== Virtual Private Networks (VPN) ==&lt;br /&gt;
&lt;br /&gt;
This should be your first step in improving your internet security.  Your ISP is capable of logging all of the internet traffic that passes in/out of your house, whether you are browsing the web, torrenting sites, making SSH connections to remote servers, it all passes through your modem and the connection your ISP provides.  As of writing there are [https://www.gov.uk/government/publications/draft-investigatory-powers-bill proposals in the draft Investigatory Powers Bill] by the UK Government to force ISPs to log a years worth of customers browsing habits at the level of the domain you visit (i.e. http://www.bbc.co.uk/ but not http://www.bbc.co.uk/news).  By using a VPN your ISP only sees you making a connection to the VPN and not what you then subsequently browse whilst connected to the VPN.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Choosing a VPN service ===&lt;br /&gt;
&lt;br /&gt;
There are lots to choose from, I'm no expert, so read this [https://torrentfreak.com/anonymous-vpn-service-provider-review-2015-150228/ detailed article] ([https://torrentfreak.com/which-vpn-services-take-your-anonymity-seriously-2014-edition-140315/ 2014 version]) on TorrentFreak who asked a whole host of VPN services to describe their approach to anonymity.  A few shortlisted ones to check out are...&lt;br /&gt;
&lt;br /&gt;
* [https://nordvpn.com/ NordVPN]&lt;br /&gt;
* [http://www.slickvpn.com/ SlickVPN]&lt;br /&gt;
* [https://privatevpn.com/ PrivateVPN]&lt;br /&gt;
&lt;br /&gt;
...but read the TorrentFreak article and the current policies on the providers website and decide for yourself, as prices and policies can vary over time.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Main_Page&amp;diff=4457</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Main_Page&amp;diff=4457"/>
		<updated>2015-11-11T22:35:55Z</updated>

		<summary type="html">&lt;p&gt;Slackline: /* TMB Social Life &amp;amp; Special Member Contributions */ Added link to 'Protecting your Privacy' will start writing soon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==[http://themixingbowl.org themixingbowl.org]==&lt;br /&gt;
'''We intend to be the 1st stop for torrents for: The [[Essential Mix]], The [[Breezeblock]], [[Kiss FM]], [[XFM]], [[Gilles Peterson Worldwide|Worldwide]], [[BTTB]], [[One World]], [[Blue Room]], [[The Milk Run]], [[Solid Steel]], [[Annie On One]] and much more...'''&lt;br /&gt;
&lt;br /&gt;
'''If you like dance music, nightclubbing or anything related to: House, Trance, IDM, Breaks, Hard House, Techno, Drum &amp;amp; Bass, Hip-Hop, Big Beat, Trip-Hop, Turntablism or whatever spastic genre name is flavour of the month and haven't already [http://themixingbowl.org/signup.php signed up] then what are you waiting for?'''&lt;br /&gt;
&lt;br /&gt;
This Wiki is the best place to find information on anything TMB-related including [[bittorrent|how bittorrent works]], [[Digitising_cassette_tapes|ripping old tapes to mp3]] or [[:Category:Uploading Own Recordings|how to upload your own mixes and recordings]]. We have listings for many [[:Category:Radio Stations|international dance music radio stations]] amongst many other things. Please scroll down the page for more information. If you have a specific query, use the search box on the left of the page or check out the [[FAQ]] first. &lt;br /&gt;
&lt;br /&gt;
If you want to add or modify wiki topics please feel free to do so. Any TMB-related contribution is '''very welcome'''!&lt;br /&gt;
&lt;br /&gt;
==Audio Resources / Information==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Audio Formats|Audio Formats]]: Information about many audio formats including [[MP3]], [[FLAC]], [[MP2]] and [[Ogg_Vorbis|Ogg Vorbis]].&lt;br /&gt;
*[[:Category:Audio Tools|Audio Tools]]: Lots of useful tools to create your own mixes, edit and tune audio files (with guides).&lt;br /&gt;
*[[Cue sheet]]: Everything about cue sheets (making them, using them, where to find them).&lt;br /&gt;
*[[:Category:Media Players|Media Players]]: Media players for your OS of choice.&lt;br /&gt;
*[[:Category:Music Genres|Music Genres]]: Need to find out about [[wrong music]] or [[DnB]]? You've come to the right place!&lt;br /&gt;
*[[:Category:Radio Shows|Radio Shows]]: Radio Shows with lots of details (time, broadcasting format,...)&lt;br /&gt;
*[[:Category:Radio Stations|Radio Stations]]: Want to listen to Dance radios worldwide? Want to record them? We have info on frequencies, bitrates, direct links to broadcasting schedules and internet streams...&lt;br /&gt;
&lt;br /&gt;
==Special TMB Guides==&lt;br /&gt;
&lt;br /&gt;
*[[One Stop Ratio Shop]]: Guide to maintaining a healthy ratio.&lt;br /&gt;
*[[:Category:Bittorrent Client Guide|Bittorrent Client Guides]]: HOWTO's for many different Bittorrent clients, their usage and specific optimization for TMB.&lt;br /&gt;
*[[Reseeding Torrents]]: How to reseed files already on your computer&lt;br /&gt;
*[[:Category:Uploading Own Recordings|Recording Shows From Radio]]: Guides on recording from radios and editing and digitising analogue sources.&lt;br /&gt;
*[[Preparing releases from internet-based broadcasts|Ripping Internet Streams]]: What you need to do to make the perfect internet radio stream rip.&lt;br /&gt;
*[[Internet Radios|Is the upload of Stream Rips allowed?]]: Here you will find rules about allowed and forbidden uploads from Internet broadcasts.&lt;br /&gt;
*[[Get_iplayer]]: Guide on how to capture BBC content&lt;br /&gt;
&lt;br /&gt;
==TMB Social Life &amp;amp; Special Member Contributions==&lt;br /&gt;
&lt;br /&gt;
*[[TMBisms]]: The essential guide to TMB slang.&lt;br /&gt;
*[[:Category:TMB Town and City Guides|TMB Town and City Guides]]: Going somewhere? Meeting other TMB members? TMB-member guides for town and cities around the world.&lt;br /&gt;
*[[TMB Wallpaper]]: TMB User Artwork&lt;br /&gt;
*[[:Category:Live Events|Live Events]]: Dance music events around the world - [[Glade]], [[Global Gathering]], [[Love Parade]], [[Antiworld]], [[Springseven_Graz]], [[The Big Chill]]...&lt;br /&gt;
*[[TMB Gamers]]: TMB Gamers Section, Gamertags, Usernames, Teams, Clans, Etc&lt;br /&gt;
*[[TMB Tunes]]: Waffle-age and opinions on all things musical&lt;br /&gt;
*[[Customise TMB]]: User scripts and styles to customise the appearance of TMB in Firefox, Chrome and Opera&lt;br /&gt;
*[[Protecting your Privacy]] : A guide to VPNs and anonymity.&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Category:Radio_Stations&amp;diff=3428</id>
		<title>Category:Radio Stations</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Category:Radio_Stations&amp;diff=3428"/>
		<updated>2007-09-21T15:50:37Z</updated>

		<summary type="html">&lt;p&gt;Slackline: Added Scratch Radio station, Canadian mento, ska, rocksteady, reggae and dub ~~~~&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you know of very interesting radio stations broadcasting DJ sets or live band appearances that are not in the list, do not hesitate to add it. &lt;br /&gt;
&lt;br /&gt;
'''Click on the provided links to check the shows or to start the radio stream'''. For feature explanations of the following listing, look at the bottom of the table!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ Dance Radio Stations broadcasting radio shows, original DJ sets and live-sets of bands around the World&lt;br /&gt;
! Status !! Flag !! Lang !! Radio Station !! Main show / Schedule / Calendar !! Analogue !! Digital ([[MP2]]) !!Internet&lt;br /&gt;
|-&lt;br /&gt;
| || [[Image:Germany.gif]] || --- || [[1LIVE]] ||[http://www.einslive.de/sendungen/rocker/ Rocker (EDM)] &amp;amp; [http://www.einslive.de/sendungen/fiehe/ Fiehe (german 'John Peel')] || FM, cable || style=&amp;quot;background:#B9FFC5;&amp;quot; | 320k DVB-S || [http://metafiles.gl-systemhaus.de/wdr/channel_einslive.m3u 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Ireland.gif]] || engl. || [[2FM]] ||[http://www.rte.ie/2fm/dancesessions/ 2FM Dance Sessions] || FM || 192k DVB-S || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://www.rte.ie/smiltest/2fm_new.smil 20-64k RA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Israel.gif]] || --- || [[99ESC]] ||  [http://www.99esc.co.il/99esc/broadcastschedule.asp '''Schedule'''] || FM, cable || --- || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://switch5.castup.net/_custom/radiobu99fm/audio.asx 32-48k WMA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Earth.jpg|34x22px]] || engl. || [[Afterhours.fm]]  || [http://afterhours.fm 30+ EDM Shows - '''Calendar'''] || --- || --- || [http://stats.ah.fm/dynamicplaylist.m3u?quality=192 192k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:UKflag.gif]] || engl. || [[Radio1|bbc Radio1]] ||  [http://www.bbc.co.uk/radio1/dance/index.shtml The Essential Mix, Worldwide, etc.] || FM || 192k Freeview || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://www.bbc.co.uk/radio1/realaudio/media/r1live.ram 20-48k RA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:UKflag.gif]] ||engl.  || [[1Xtra|bbc 1Xtra]] ||  [http://www.bbc.co.uk/1xtra/shows/ New Black Music - '''Schedule'''] || --- || 160k Freeview || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://stream.servstream.com/ViewWeb/BBCRadio_music/Event/BBC1Xtra_hi.asx 20k WMA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:UKflag.gif]] || engl. || [[6Music|bbc 6music]] || [http://www.bbc.co.uk/6music/shows/6mix/ 6 Mix] || --- || 160k Freeview || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://stream.servstream.com/ViewWeb/BBCRadio_music/Event/BBCRadio6.asx 10k WMA] (mono)&lt;br /&gt;
|-&lt;br /&gt;
| || [[Image:Jamaica.gif|34x22px]] || engl. || [[BigUpRadio]]  || [http://www.bigupradio.com/stations.jsp '''Reggae''' (Roots,Dancehall,Dub,Ska,...)] || --- || --- || [http://www.bigupradio.com/stations.jsp 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Holland.gif]] || engl. || [[BNN.fm]] / 3fm ||  [http://www.bnn.nl/view/542/1209/8411284 BNN Los!] || FM ''(3FM)'' || --- || [http://shoutcast.omroep.nl:8012/listen.pls 192k MP3] ''(BNN.fm)''&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Earth.jpg|34x22px]] || engl. || [[Breaks.fm]] || [http://breaks.fm/php/today.php 40+ Breaks Shows - '''Schedule'''] || --- || --- || [http://stream.breaks.fm:9000/listen.pls 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Earth.jpg|34x22px]] || engl. || [[CBA.fm]] ||  [http://cbafm.com/documents/23.html 30+ EDM Shows - '''Calendar'''] || --- || --- || [http://cbafm.com:8002/listen.pls 64k PRO] [http://www.mp3prozone.com/download_winamp.htm (plugin)]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:France.gif]] || --- || [[Contact.fm]] ||  [http://www.contactmusic.fr/Clubbing/djs.php5 Clubbing] ||  FM || 128k DVB-S || [http://www.contactmusic.fr/VIP/ecoute-128k.php5 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Germany.gif]] || --- || [[Das Ding]] ||  [http://www.dasding.de/plattenleger/ Plattenleger (EDM)] || FM, cable || style=&amp;quot;background:#B9FFC5;&amp;quot; | 320k DVB-S ||  style=&amp;quot;background:#FECBCB;&amp;quot; | [http://lsd.newmedia.tiscali-business.com/bb/redirect.lsc?stream=dasding/livestream.wma&amp;amp;content=live&amp;amp;media=ms  48k WMA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Holland.gif]] || engl. || [[Deep.fm]] ||  [http://www.deep.fm/weekoverzicht.php 10+ House Shows - Defected - '''Schedule'''] || cable || --- || [http://www.deep.fm/play/128K.pls 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Earth.jpg|34x22px]] || engl. || [[DI.fm]] ||  [http://di.fm/calendar/calendar.php 30+ EDM Shows - '''Calendar'''] || --- || --- || [http://di.fm 192k MP3] ('''$$$''')&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Turkey.gif]] || engl. || [[Dinamo.fm]] ||  [http://www.dinamo.fm/djler.asp?djId=33 30+ EDM DJs '''Overview'''] || FM || --- || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://www.dinamo.fm/dinamo_aacplus.pls 32k AAC+]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:France.gif]] || --- || [[DJ Radio FG]] ||  [http://www.radiofg.com/grille/ Club FG (EDM)] || FM  || 192k DVB-S || [http://fg.elliptic.fr:8000/listen.pls 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Germany.gif]] || --- || [[EBM Radio]] || [http://www.ebm-radio.de/joomla/index.php?option=com_content&amp;amp;task=view&amp;amp;id=23&amp;amp;Itemid=54 EBM / Industrial / Electro - '''Shows'''] || --- || --- || [http://ebmradio.de:13000/ebm.ogg 128k Ogg]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Earth.jpg|34x22px]] || engl. || [[ETN.fm]] ||  [http://etn.fm 50+ EDM Shows - '''Calendar'''] || --- || --- || [http://etn.fm 128k AAC+]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Austria.gif]] || engl. || [[fm4]] ||  [http://fm4.orf.at/static/html/schema.html LaBoum (EDM)] [http://fm4.orf.at/static/html/schema.html Unlimited (MashUp)] || FM || 192k DVB-S || style=&amp;quot;background:#B9FFC5;&amp;quot; | [http://fm4.amd.co.at/m3us/listen-high.m3u 160k Ogg]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Australia.gif]] || engl. || [[Fresh FM]] ||  [http://www.freshfm.com.au/index.php?PID=641 24/7 all EDM genres - '''Schedule'''] ||   FM || --- || [http://streamhq.adam.com.au:8000/FreshFM.m3u 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Holland.gif]] || engl. || [[Fresh.fm]] ||  [http://fresh.fm/programmas.asp Club Fresh (ASOT, In Session, Grooves)] ||   FM || --- || [http://www.fresh.fm/media/audio/ListenHigh.pls 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Earth.jpg|34x22px]] || engl. || [[Frisky Radio]] ||  [http://friskyradio.com/shows/ 40+ EDM shows - '''Calendar'''] || --- || --- || [http://www.friskyradio.com/frisky_aac.m3u 128k AAC+]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Germany.gif]] ||  ---|| [[Fritz]] || [http://www.fritz.de/_/programm/soundgarden/abend/index_jsp.html Soundgarden, Rave Satellite (EDM)] || FM, cable || style=&amp;quot;background:#B9FFC5;&amp;quot; | 320k DVB-S || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://www.fritz.de/_/fritz_sure.smi 20-64k RA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:England.gif]] || engl. || [[Galaxy]] || [http://www.galaxy105.co.uk/sectional.asp?ID=5110 Hed Kandi, Tidy Boys, ...] || FM || 160k SkyDigital || style=&amp;quot;background:#FECBCB;&amp;quot; | WMA (UK only)&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Germany.gif]] || --- || [[Globalbeats.fm]] || [http://globalbeats.fm 10+ EDM shows - '''Calendar'''] || --- || --- ||  style=&amp;quot;background:#FECBCB;&amp;quot; | [http://www.globalbeats.fm/winamp.m3u 96k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:UKflag.gif]] || engl. || [[Kiss100]] ||  [http://www.kiss100.com/nav?page=kiss.schedule John Digweed, Tall Paul - '''Schedule'''] || FM || 128k SkyDigital || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://www.emapdigitalradio.com/emapdigitalradio/metafiles/kiss.asx WMA] (UK only)&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:USA.gif]] || engl. || [[KTU New York]] || [http://ktu.com/pages/res_djs.html KTU Riddler - '''Schedule'''] || FM || --- || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://a319.l1997343786.c19973.g.lm.akamaistream.net/D/319/19973/v0001/reflector:43786 32k WMA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:London.gif|32x20px]] || engl. || [[London Pirates]] || [http://homepage.ntlworld.com/pir8radio/ All live pirate stations - '''Music &amp;amp; Listings'''] || --- || --- || (see Listings)&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Spain.gif]] || --- || [[Maxima.FM]] ||  [http://www.maxima.fm/maxima/programas/in_session.html In Sessions] || FM || 160k DVB-S || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://www.los40.com/nuevo_player/maxima.asx 16-32k RA] (mono)&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Argentina.gif]] || engl. || [[Metro 95.1]] ||  [http://www.metro951.com/metrodance.aspx Metrodance - '''Schedule'''] || FM || --- || style=&amp;quot;background:#FECBCB;&amp;quot; | WMA (ARG only)&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:UKflag.gif]] || engl. || [[MinistryOfSound|MoS]] ||  [http://www.ministryofsound.com/radio/schedule/ many DJs - '''Schedule'''] || --- || 128k SkyDigital || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://origin-community.ministryofsound.com/asx/radio/mosradio.asx 32k WMA] ('''$''': 96k)&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Germany.gif]] || --- || [[N-Joy]] || [http://www.n-joy.de/njoy_pages_std/0,3044,SPM2162,00.html N-Joy Soundfiles (HipHop / EDM)] || FM, cable || style=&amp;quot;background:#B9FFC5;&amp;quot; | 320k DVB-S || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://lsd.newmedia.tiscali-business.com/bb/redirect.lsc?content=live&amp;amp;media=ms&amp;amp;stream=ndr/live/n-joy.wma 20-64k WMA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:London.gif|32x20px]] || engl. || [[Origin FM 95.2 | Origin FM]]  || [http://www.originfm952.com/ D&amp;amp;B/Jungle/Old Skool/etc - '''Schedule'''] || FM || --- ||  style=&amp;quot;background:#FECBCB;&amp;quot; | [http://www.originfm952.com/origin.m3u 64k MP3] (mono)&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Earth.jpg|34x22px]] || engl. || [[Party107]] ||  [http://www.party107.com/forum/calendar.php 30+ EDM shows - '''Calendar'''] || --- || --- || [http://www.party107.com/Party107_High.m3u 160k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Austria.gif]] || engl. || [[Play.FM]] || [http://www.play.fm/index.php Audio Database (Radio / On Demand)] || --- || --- || [http://play.fm/playfm_schedule.php?mode=radio 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Earth.jpg|34x22px]] || engl. || [[Proton Radio]] || [http://protonradio.com/show.php 20+ EDM shows - '''Calendar'''] || --- || --- || [http://www.protonradio.com 192k MP3] ('''$$$''')&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Holland.gif]] || engl. || [[Radio 538]] || [http://www.radio538.nl/538/programmas/dancedepartment/lineup.jsp Dance Department (EDM)] || FM || 192k DVB-S || [http://www.garnierstreamingmedia.com/asx/radio538.asp 96k WMA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Sweden.gif]] || --- || [[RadioSeven]] || [http://www.radioseven.se/default.asp?page=tabla ICAM Sessions] || --- || --- || [http://www.radioseven.se/radioseven.pls 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:UKflag.gif]] || engl. || [[Re:freshed]] ||  [http://www.refresh.shedradio.com Dedicated House &amp;amp; Trance] || --- || --- || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://www.shedradio.com/trance/links/listen.pls 96k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:London.gif|32x20px]] || engl. || [[Resonance]] || [http://www.resonancefm.com Artistic (experimental) - '''Schedule'''] || FM || --- || [http://live1.radiovague.com:8000/resonancefm128k.ogg.m3u 128k Ogg]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:London.gif|32x20px]] || engl. || [[Rinse FM 100.4 | Rinse FM]]  || [http://www.rinse.fm Grime/Dubstep/House/Garage - '''Forums'''] || FM || --- ||  style=&amp;quot;background:#FECBCB;&amp;quot; | [http://typhoon.exequo.org:8000/rinseradio/ 64k MP3] (mono)&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Swiss.gif|32x20px]] || engl. || [[Rouge Platine]] || [http://www.rougeplatine.com/grille.php Electro/Dance/House '''Schedule'''] || FM || --- || [http://www.rougeplatine.com/player_files.php?type=high&amp;amp;format=winamp&amp;amp; 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:London.gif|32x20px]] || engl. || [[Rude FM 88.2 | Rude FM]] || [http://www.rudefm882.co.uk/ Drum &amp;amp; Bass - '''Forums/Schedule'''] || FM || --- ||  style=&amp;quot;background:#FECBCB;&amp;quot; | [http://rude882.servemp3.com/ 80k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Japan.gif]] || engl. || [[Samurai FM]] || [http://www.samurai.fm/home/ '''Schedule''' (Live Radio / On Demand)] || --- || --- || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://itunes.samurai.fm/listen.pls 96k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Southafrica.gif|32x20px]] || engl. || [[SAR fm]] || [http://www.sarfmradio.com/djschedule.html AfroJazz/Kwaito/Urban '''Schedule'''] || --- || --- ||  style=&amp;quot;background:#FECBCB;&amp;quot; | [http://stream.netro.ca/sarfmradio 20k WMA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Canada.gif|32x20px]] || engl. || [[Scratch]] || [http://www.azevedo.ca/scratch/ mento, ska, rocksteady, reggae &amp;amp;  dub] || --- || --- ||  [http://www.azevedo.ca/scratch/scratch.m3u 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Earth.jpg|34x22px]] || engl. || [[Sol. Steel Radio| Sol.SteelRadio]] || [http://ninjatune.net/solidsteel/playlist.php Solid Steel] || FM || --- || [http://ninjatune.net/solidsteel/playlist.php?play=1 128k WMA]&lt;br /&gt;
|-&lt;br /&gt;
| || [[Image:Earth.jpg|34x22px]] || engl. || [[Soma FM]] || [http://somafm.com/recent/?groovesalad '''Groove Salad''' (ambient grooves)] || --- || --- || [http://somafm.com/groovesalad.pls 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Belgium.gif]] || --- || [[Studio Brussel]] || [http://www.stubru.be/stubru_master/programmas/laurent_garnier/home/index.html It Is What It Is], [http://www.stubru.be/stubru_master/programmas/switch/home/index.html Switch], [http://www.stubru.be/stubru_master/programmas/worldwide/home/index.html Worldwide] || FM || 192k DVB-S || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://internetradio.vrt.be/dab/hoeluisteren/pc/help/gebruiksvoorwaarden/stream_41.m3U 96k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Germany.gif]] || --- || [[sunshine-live]] || [http://www.sunshine-live.de/index.php?id=89 Mellomania De Luxe], [http://www.sunshine-live.de/index.php?id=92 SSL Technoclub] || FM, cable || 192k DVB-S || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://lsd.newmedia.tiscali-business.com/bb/redirect.lsc?adid=13335&amp;amp;content=live&amp;amp;media=rm&amp;amp;stream=sunshinelive/livestream.rm 16-64k RA]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Australia.gif]] || engl. || [[Triple J|Triple J (JJJ)]] || [http://www.abc.net.au/triplej/mixup/default.htm JJJ MixUp] || FM || --- || [http://abc.net.au/streaming/triplej/triplej.m3u 128k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:UKflag.gif]] || engl. || [[XFM]]  || [http://www.xfm.co.uk/Article.asp?id=5285 The Rinse] &amp;amp; [http://www.xfm.co.uk/article.asp?id=5282 The Remix] [http://www.xfm.co.uk/schedule.asp?b=none&amp;amp;t=schedule '''Schedule'''] || FM, cable || 192k SkyDigital || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://ms2.capitalinteractive.co.uk/xfm_high 32k WMA] (UK only)&lt;br /&gt;
|-&lt;br /&gt;
|  || [[Image:Germany.gif]] || --- || [[YouFM]] || [http://www.hr-online.de/website/radio/you_fm/index.jsp?rubrik=12424 You.fm Clubnight (EDM)] || FM, cable || style=&amp;quot;background:#B9FFC5;&amp;quot; | 320k DVB-S || style=&amp;quot;background:#FECBCB;&amp;quot; | [http://cms.streamfarm.net/cms/_v/channel/youfm/club.pls 96k MP3]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The list contains the radio stations, links to the main radio show or the schedule and some info about the availability of ''english'' explanations on-site.  [[Image:New2.gif]] and [[Image:Update.gif]] indicate new entries, updates and changes within the last four weeks.&lt;br /&gt;
&lt;br /&gt;
For available terrestrial and satellite digital broadcasts (all possible [[MP2]]-based DVB/DAB varieties) and internet streams ([[MP3]], [[AAC|AAC+]] and others), only the sources with the highest freely accessible bitrates are given - DVB is here typically slightly better than DAB broadcasts at the same bitrate. Some entries are in part color-coded. Cells with a &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;green background color&amp;lt;/span&amp;gt; indicate broadcasts in exceptionally high quality - use this source if you want to record shows! Cells with a &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;red background color&amp;lt;/span&amp;gt; should be avoided - low quality!!&lt;br /&gt;
&lt;br /&gt;
Minimum acceptable bitrates for decent quality for the [[MP3]] and [[MP2]] formats (DAB, DVB-S (SkyDigital), DVB-T (Freeview), Internet broadcasts) are 128kbit/s, for [[AAC|AAC+]] and [[Ogg Vorbis|OGG]] consider at least 64kbit/s. Be careful with 128kbit/s MP2/MP3 broadcasts, the quality might be quite bad at times.&lt;br /&gt;
&lt;br /&gt;
''Note, that UK internet broadcasts are in general restricted to UK residents - your degree of success in getting the streams will vary - sometimes it works, sometimes it does not!!''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''If you are looking for possibilities to access radios not listed by the table:'''&lt;br /&gt;
* For '''''analogue''''' FM and cable broadcasts: simply check your radio or look for the stations your cable provider is offering.&lt;br /&gt;
* For '''''terrestrial digital audio broadcasts''''', check [http://www.wohnort.demon.co.uk/DAB/ DAB frequencies and available bitrates here]. The list is updated daily! Another list is available from the [http://www.digitalradiotech.co.uk/dab/digital_radio_bit_rates.htm Digital Radio Tech] website.&lt;br /&gt;
* For '''''satellite digital audio broadcasts''''', check available beams, frequencies and coordinates here:[http://www.lyngsat.com/freeradio/ Worldwide Satellite Radio Stations Info]. For Europe, the fleet of [http://www.lyngsat.com/astra19.html Astra satellites] is especially important. The definite source for [http://www.edi-hof.de/transponder/sat-index.html bitrates of satellite digital audio broadcasts] is quite new and updated daily!&lt;br /&gt;
* For '''''digital internet audio broadcasts''''', just check the direct links provided together with the list of radio stations above. Given are always the streams with the highest quality. For satellite radios additionally offering internet broadcasts you will find a [http://www.lyngsat.com/netradio/ huge list with direct links to net broadcasts] at Lyngsat as well. You can also check lists at [http://www.tuner2.com Tuner2.com (AAC+)] and at [http://www.shoutcast.com Shoutcast.com (MP3)] for lots of internet radios. A more exotic list of internet radios can be found at [http://dir.xiph.org/ Xiph.org (Ogg Vorbis)].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Top Level]]&lt;/div&gt;</summary>
		<author><name>Slackline</name></author>
		
	</entry>
</feed>