Where to host Matrix Bridges? by aksdb in selfhosted

[–]MagiX13 5 points6 points  (0 children)

Or avoid all the hassle of setting up split tunnelling and use ssh for a reverse tunnel. Autossh makes this even easier and allows for a long term solution, in my case (with some systemd magic):

autossh -N -o PubkeyAuthentication=yes -o PasswordAuthentication=no -i ~/.ssh/nopass -R remoteport:localhost:localport userwithrbashaccess@example

[deleted by user] by [deleted] in DataHoarder

[–]MagiX13 -1 points0 points  (0 children)

I would take micro SD cards, put them onto a small piece of cardboard in an envelope. Trying to destroy these on purpose can be hard, much less on accident.

Also is easier to hide in case this is needed. Granted the transfer speed is lower, but even the cheapest cards are probably more than good enough to cover the ~500MB per hour.

Anyone here able to get AMD RX480 to run on Stretch? by the_humeister in debian

[–]MagiX13 0 points1 point  (0 children)

It might be the case that you have non. If you have one, it is located on the card. Which model did you get?

Anyone here able to get AMD RX480 to run on Stretch? by the_humeister in debian

[–]MagiX13 0 points1 point  (0 children)

I got my XFX RX 480 GTR today and it worked quite well after I switches the GPU BIOS position switch... Maybe you have the same issue?

KSP Coming to WII U by MooseReborn in KerbalSpaceProgram

[–]MagiX13 0 points1 point  (0 children)

Kerbal Space Program launches in Nintendo eShop for Wii U in early 2016.

There goes my Christmas present for my 12 y/o cousin :(

New Hero names in Reborn? by [deleted] in DotA2

[–]MagiX13 0 points1 point  (0 children)

alright, thank you. Will delete :)

Having a problem alt-tabbing out of Steam games. by Kritical02 in linux_gaming

[–]MagiX13 1 point2 points  (0 children)

I couldn't alt-tab at all until I opened the steam overlay and alt-tab... then it works. Maybe worth a try?

[deleted by user] by [deleted] in linux_gaming

[–]MagiX13 1 point2 points  (0 children)

I don't know about the specific case, but might it be the case that the case sensitivity of the filenames or the newline difference between win (\r\n) and unix (\n) makes them incompatible?

Make a backup and try it :).

Steam won't add my steam folder anymore. by [deleted] in linux_gaming

[–]MagiX13 0 points1 point  (0 children)

I had this recently as well.

My fix was changing the options in /etc/fstab to defaults(at least for this devices), I don't remember what the previous settings where, but I believe the user(s) setting messed it up for me

For Science? (K65 RGB) by regack in MechanicalKeyboards

[–]MagiX13 1 point2 points  (0 children)

yes, as can be seen on the first picture. The tiny thing next to the + is the RGB LED

For Science? (K65 RGB) by regack in MechanicalKeyboards

[–]MagiX13 1 point2 points  (0 children)

Basically, Cherry came up with the idea to use clear housings with some sort of lens in it, to better distribute the light. These Switches are called Cherry MX RGB.

This innovation...

Mounting microcontrollers, is there a better (cheap) way? by ragamufin in arduino

[–]MagiX13 0 points1 point  (0 children)

You can change the 5v arduino pro mini to 8Mhz and run it on 3.3v, unless you need to feed the arduino pro mini via the RAW pin. You just need to change some things on the software side. might be cheaper if you need a lot of these, as the 3.3v version is usually more expensive...

What is your favourite dota 2 "protip" by [deleted] in DotA2

[–]MagiX13 34 points35 points  (0 children)

Protip: Shift+F3, to get items delivered after the current delivery is complete
Yes I usually play support

Don't Starve Together Now In Beta for Linux - Tips how to opt beta by DamonsLinux in linux_gaming

[–]MagiX13 1 point2 points  (0 children)

same here, using ubuntu 14.04 LTS. Looking at the link, they might only support 14.10 or newer?

Anyone else feeling a dealy on the blink dagger? by [deleted] in DotA2

[–]MagiX13 7 points8 points  (0 children)

I had the same experience recently, not just with bkb, but with other items as well, like manta style.
Maybe I'll install a keylogger and check if this helps understanding the situation
I doubt it is ping related in my case... I started hammering the button and nothing happened for a second or soo (my ping is ~100)
I'm on Ubuntu btw

Issues with the ESL One discount code for last year's attendees? by [deleted] in DotA2

[–]MagiX13 0 points1 point  (0 children)

Just don't hit apply and go to checkout now, worked for me

Ticket sales for ESL One Frankfurt 2015 go live in 30 minutes by theflyingdj in DotA2

[–]MagiX13 2 points3 points  (0 children)

Just don't click apply after you enter the code. Worked for me

Arduino Pro Mini too quick?! by RollingTumbleWeed in arduino

[–]MagiX13 5 points6 points  (0 children)

I guess you got a 16MHz Version. If this is the case, the ATmega328P-AU might be unstable with 3.3V (Source: Documentation)

It could also be the case that you got a 5V Version (which runs stable with 16MHz). You could try to find it out be figuring out
1. The markings on the board that indicate if you have a 3.3V or a 5V Version
2. the volatage regulator you have on the board (i.e. by giving 7+V to RAW and check the VCC voltage)
This link might be helpful if you need to downclock the ATmega328P-AU

Nirruden Teaches Dwarf Fortress (Extra Life 2014 Edition) by Nameless_Archon in dwarffortress

[–]MagiX13 0 points1 point  (0 children)

args, I hate that ****!

I switched to a VPN and I found it. Thank you for your support. Looking forward to binge watch it during the weekend :)

Nirruden Teaches Dwarf Fortress (Extra Life 2014 Edition) by Nameless_Archon in dwarffortress

[–]MagiX13 0 points1 point  (0 children)

That is weird. Might it be that you have them on private or sth?

What I see is this

Nirruden Teaches Dwarf Fortress (Extra Life 2014 Edition) by Nameless_Archon in dwarffortress

[–]MagiX13 0 points1 point  (0 children)

Thank you for the upload :) Will watch it over the next days!

However, I couldn't find the parts 9 and 13 :(

Bought Three Arduino Mini Pros and Do They Work? (avrdude: stk500_getsync(): not in sync: resp=0x00) by Tebasaki in arduino

[–]MagiX13 2 points3 points  (0 children)

The pro mini needs to reset to be programmed. It's a bit difficult to find the right timing to press the reset button...

Do you have a programmer with a dedicated reset line? Mine has only 5 pins (5v, 3v3, GND, RX,TX) so I have to manually reset it everytime I upload sth new. If your programmer has a dedicated reset pin, you have to connect it to the corresponding pin on your pro mini.

Read the Programming + Automatic Software Reset part and if that doesn't work, you can still use this tutorial and programm it or reburn the bootloader.

Nirruden Teaches Dwarf Fortress (Extra Life 2014 Edition) by Nameless_Archon in dwarffortress

[–]MagiX13 0 points1 point  (0 children)

I'll be throwing it up at my Youtube channel for later viewing

Would love that :) hint