Jump to content

nootje860

Member
  • Posts

    31
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Profile Information

  • Gender
    Not Telling

nootje860's Achievements

  1. I did not have a lot of problems with it. Because almost every ISP in the netherlands has a backup connection to NL-IX. the internet was a bit slower but just for a few minutes.
  2. This is a lot of info but i think very useful. http://mum.mikrotik.com/presentations/US12/steve.pdf If you are in to mikrotik and networking you will probarly get what you want. this artical is also useful for loadbalancing https://aacable.wordpress.com/2011/07/27/mikrotik-dual-wan-load-balancing-using-pcc-method-complete-script-by-zaib/
  3. And not only speciel poeple, Once here i nteh netherland i had a call for over 3 hours. After the call somebody called back and told me that if i had any other problems in the feuture i can just call this free phone number.. Enter this code and i could directly call "usefull service poeple", tech people, etc.
  4. You americans have problems. In the netherland we generely have about 90 down 9 up min. for only 40$(incl tv, phone)
  5. I dont know how your setup is. But if the cable from the nta(fiber to ethernet thing) is going directly into your asus router. you can use VLANS. fiber optic providers offer 3 services: TV, Phone, Intenet. They put all of these services on one line but they are on seprate VLANS. for example in the netherland: VLAN 6 = internet VLAN 4 = IPTV VLAN 7 = phone so you can use vlan to "route" the trafic
  6. i am paying about 45€(56 dollar US) for 90 Mb down and 9 Mb upload no cap . 90 tv channels. and unlimited phone calls.
  7. thanks linustechtips for all the greta video's i love them and i hope that you will keep up the great work.
  8. https://twitter.com/Dinnerbone/status/502389963606867968 read this tweet. mojang(company behind minecraft) is taking over bukkit
  9. hi linustechtips, i am writing a program that shows tweets with a specific word in it. this works all great. the libarie i am using to get the tweets is twit (https://www.npmjs.org/package/twit) but i also have a function that let the user change the filter. here is the server(nodejs) code: io.sockets.on('connection', function (socket) { socket.on('filtername', function (data) { console.log(data); var stream_filter = T.stream('statuses/filter', { track: data }); stream_filter.on('tweet', function (tweet) { io.emit(data, tweet); }); });}); but here is my problem and i am trying to fix it for weeks. for some reason the server can only handel one user defined tweet filter. so it is not asynchronous. can some one help me with this please? Noah
  10. sorry for my late response may budget is arround 50€ and thanks for your great response
  11. hi, i recently bought a new cooler for my pc. it cools very good and it is super quiet. but there is one component of my computerthe power supply. i need a minimum of 550 watt and 1 6+2 pin connector. and it needs to be quiet. i would like to hear from you Noah
  12. thanks for all of your suggestions. i let you know of it works for my friends computer as soon as possible noah
  13. my friend is using speedfan.
  14. i can write it my self but i dont have time. so moodle is great for this thanks
  15. hi, my friend have a problem with his cpu/motherboard. he cant read the temps of the core. CPU: amd athlon II x4 750k motherboard: gigabyte ga-f2a88xm-d3h noah
×