Jump to content

babadoctor

Member
  • Posts

    4,199
  • Joined

  • Last visited

Everything posted by babadoctor

  1. You mean fuse? fuse isn't loaded, and I don't know how to load it
  2. I want to SSHFS into my computer at home from my VPS server running ubuntu and mount the hard drive onto it. I ran sshfs and it gave me the error: fuse: device not found, try 'modprobe fuse' first so i run modprobe fuse modprobe: FATAL: Module fuse not found in directory /lib/modules/4.15.0 what's going on here? i have been looking around for ages trying to figure out if it was the kernel or because im running this in an OpenVZ container... Any ideas?
  3. What would be the difficulties? I can't imagine it's any different than regular torrenting, but with some minor modifications to how peers and seeders are chosen and some fixes to improve latency
  4. How hard would it be to make a decentralized streaming service like twitch? I was thinking that users who are closer to each other would share bandwidth and that would potentially lower latency. Any ideas?
  5. I want the file to execute on the local machine without copying it over Sort of like mounting the remote filesystem on my windows machine and running it
  6. So I have a linux computer running ubuntu 16.04 and it has a file that i need to run I want to run it from a windows machine on the internet is this possible? I was looking at SSHFS but that only works for linux to linux machines does anyone know what I could do?
  7. Alright. Just wanted to make sure that my computer wasn't going to completely brick itself if I did this
  8. I bought a VPS and whenever I ping google using the vps it gives me google's IPV6 ip address and says destination unreachable. My VPS doesn't have ipv6 capabilities if i disable ipv6 in ubuntu will that fix my problems? I ran ping google.com https://www.configserverfirewall.com/ubuntu-linux/ubuntu-disable-ipv6/
  9. Is there a better way of doing it than this? also running thousands of lines concurrently might crash my computer
  10. I have a script that looks like this wget x.jpg wget y.jpg wget z.webm etc... how do I run all of these lines at once in separate forks? I thought of using the ampersand operator after every line, but...
  11. I see. This explains a lot! I hope that the other people who find this thread from google also learn that docker shouldn't be used for virtualization. I will attempt to use OpenVZ to provision some space and resources for my friend to run his code. Thank you!
  12. I see, so maybe I shouldn't use docker. What would you suggest I use? Huh... But then how does google cloud do it? They have instances that they provision... Would I be better off using something like kubernetes? What software would you suggest I use for something like this?
  13. I don't want the container to have access to overlay, is there any way to do this?
  14. I wanted to create an instance that would allow my friend to ssh into my docker container and run his code/programs I didn't want to allow him to have too much space, though Am I going about this wrong?
  15. How can I set the maximum size of a docker instance? For example docker run -it -d -p ubuntu bash runs a docker instance, but how do i set the size?
  16. I am aware, but I don't know how to do this with ffmpeg...
  17. Hello I have a text file with full paths to a LOT of images (upwards of 300k). How can I concatenate every single image into a 60fps video, where each image is a frame of the video? Thank you
  18. Well, it's silly that I need to take ownership of the drive after mounting it, but it fixed apparently. Thank you
  19. Example: mounted my hard drive on /media/2TB/ trying to use mkdir results in: ok lets create a file with sudo, fine now i take ownership of said file using said command sudo chown -R $USER:$USER aptpackages.txt ok permissions should be good too, it's essentially chmod 777 cool and good, i have ownership now, now i can delete it-- i cant without sudo?????????????????????????? why? It makes no sense. how can i make it so i can edit and delete it without sudo inside of the hard drive?
  20. Fan: Noctua NH-D15 Is this bad? I've been using it for the past 2 years (with no issues mind you), but... I am starting to think that it might not be the best idea to have it at this clock with the voltage at 1.4v...
  21. Network setup is just my router and my modem connected to each other, with a NAS (dell poweredge t30) in the middle (with gigabit networking) I was also looking for a way to detect the attacks so I could report it to the offending VPS provider, since this is 100% against their AUP.
×