YOUREWINNER.COM
 
   

steev's router blog
 
ZIGS_ARE_WINNER
#31 21-10-2014, 18:01:38 PM
  • Это вроде сосать быть Дарта Вейдера
  • *****
    *****
    *
  • Posts: 13190
  • Rigcoins: 30212916.90
  • Send Money to ZIGS_ARE_WINNER
    Windows 7 Thumb Up
  • BrazilianPC Master RaceThe Napster+
  • "I hate people"
Bologna? No, it got stuck in my spam folder!


#33 28-09-2015, 23:16:46 PM
- Last Edit: 28-09-2015, 23:26:44 PM
  • Guest
1 year, 3 months, 25 days

wow, seems like just yesterday. This router has been serving me well, never had to reboot it except for power outages and firmware updates.
Last week I updated to OpenWRT 15.05 "Chaos Calmer" and it was a smooth upgrade
Code: [Select]
  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 CHAOS CALMER (15.05, r46767)
 -----------------------------------------------------
  * 1 1/2 oz Gin            Shake with a glassful
  * 1/4 oz Triple Sec       of broken ice and pour
  * 3/4 oz Lime Juice       unstrained into a goblet.
  * 1 1/2 oz Orange Juice
  * 1 tsp. Grenadine Syrup
 -----------------------------------------------------

Soon I will want to upgrade though, probably to a TP Link Archer C7  (Wirecutter's top pick) or similar
See you next blog!

/blog


#34 28-09-2015, 23:19:12 PM
  • Guest
also watch this clueless loser attempt to build a router pt 2 #funny


b
#35 30-09-2015, 03:00:32 AM
  • WINNERS
  • Posts: 460
  • Rigcoins: 1218.80
  • Send Money to b
    yourewinner.com app Thumb Up
  • not a botlaughingcolours.comhas feelings+
  • » BANNED
A Person From Village Has Written It Beautifully



Cirus
#36 30-09-2015, 03:09:41 AM
  • Administrator
  • *****
    *****
    *****
    *****
    *****
    *****
  • Posts: 17611
  • Rigcoins: 9811922.69
  • Send Money to Cirus
    Windows 8 Thumb Up
  • Head Cynic/Obscure Metalheadsmug hipsterProfessional Football Manager+
Nasle


cirus_
#37 01-01-2016, 15:23:11 PM
- Last Edit: 01-01-2016, 18:05:03 PM
  • Guest
Special New Year's Eev BLOG Update

You guys probably know I've been abusing this xfinitywifi hotspot to get free internet, but manually changing your MAC address every hour is such a PITA!! Wouldn't it be better if my router did it for me???
Here's how it works (I think):


My router is connected to the hotspot in CLIENT mode and also hosting its own AP

A script runs every hour via cron
Code: [Select]
0 * * * * /usr/sbin/changemac

Code: [Select]
#!/bin/sh                                                                                                                                                               
set -e                                                                                                                                                                 
NEWMAC=E8:94:F6$(dd if=/dev/urandom bs=1 count=3 2>/dev/null | hexdump -v -e '/1 ":%02X"')                                                                             
echo "Changing MAC address to $NEWMAC"                                                                                                                                 
sed -i -e "s/macaddr.*$/macaddr '$NEWMAC'/" /etc/config/wireless                                                                                                       
/sbin/wifi reload                                     
NOTE: first part of MAC  is hardcoded because the script was generating invalid MAC addresses or something stupid and my router would stop working

This is very sick and works very tight! Thanks Cumcast for putting a hotspot in everyone's house without their permission!! :winner:

Now just waiting for someone to make a fake hotspot to own me but until that day this is very WINNER !


ZIGS_ARE_WINNER
#38 01-01-2016, 15:34:28 PM
  • Это вроде сосать быть Дарта Вейдера
  • *****
    *****
    *
  • Posts: 13190
  • Rigcoins: 30212916.90
  • Send Money to ZIGS_ARE_WINNER
    Windows 7 Thumb Up
  • BrazilianPC Master RaceThe Napster+
  • "I hate people"
I have no idea WTF I just read but I'm happy for you steev!


#40 01-01-2016, 16:43:15 PM
- Last Edit: 01-01-2016, 16:50:44 PM
  • Guest
it's ok guys i'm probably explaining it wrong because i don't really understand networking even though i want to so badly!


bjorno the hedgehog
#41 03-01-2016, 02:05:48 AM
thats pretty cool
smart work, steev (Y) (Y)



 cheers m8
bjorno780 http://img444.imageshack.us/img444/2969/freesorfzl1.gif
Skrag
#42 03-01-2016, 10:15:00 AM
  • Welcome to the layer cake son.
  • Global Moderator
  • *****
    *****
    **
  • Posts: 6887
  • Rigcoins: 74113614.39
  • Send Money to Skrag
    Windows 7 Trophy
  • BIG PICTURESnot skraggaraksergey avatar+
  • "mmmmmmmmm lemon"
Basically, Steev is very good at getting free internet at home :texan:


Dissident
#43 03-01-2016, 12:43:09 PM
  • the ultimate, the muffin man
  • Administrator
  • *****
    *****
    *****
    *****
    *****
    *****
  • Posts: 17629
  • Rigcoins: 99832923.19
  • Send Money to Dissident
    OS X Puma Thumb Up
  • weeaboosexual orientation uncleardissident b shirt+
  • "smash the patriarchy"
I understood it.  Good thinking steev-kun.




Dissident International Anti-Furry Organization
#44 20-10-2016, 19:37:07 PM
  • Guest
Blog update #69: Shut your pi-hole :joy:

Last night I moved adblocking from my router to a Raspberry Pi server. This is decent solution for me since my router doesn't have enough storage for a large hosts file. Previously I worked around that by storing my hosts file in RAM, but that got annoying because I'd have to redownload it every time the router got unplugged. So now I'm using Pi-Hole, which is a script that turns your Raspberry Pi into an adblocking DNS server/forwarder. Simply tell your router to send all DNS queries to your Pi-Hole, and you get adblocking for the entire network. It also includes a nice web app that gives you a bunch of statistics. Pi-Hole was put together by some college student. Very nice

One thing to note:
If you're stealing wifi from an xfinity hotspot, you can't use Google/OpenDNS as your forwarding DNS server. They appear to be blocked
Use Cuckcast's DNS servers instead: 75.75.75.75, 75.75.76.76


0 Members and 1 Guest are viewing this topic.