Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
computerboss @sh.itjust.works
Posts 0
Comments 34
That many people need old Ubuntu installations?
  • Ok so to be clear when I said team I mean a bunch of college students preparing for different ctfs, but these are some of the more helpful resources we have found:

    Tryhackme: personal favorite especially for beginners Hackthebox: great for learning/practicing attacks Overthewire: another good ctf site

    We try to build many of our own ctf like machines, then each person switches their machine with another person and the other person tries to secure the vulnerabilities without knowing anything about the machine. Once everyone has secured their machines we try to attack them using the notes made while setting them up. This is our step by step for that process.

    1. download an old version of a distro. (Ubuntu 14, deb 9, ect)
    2. install and setup the VM without any updates or changes to the default configuration
    3. google the distro version (Ubuntu 14.04) + vulnerabilities or exploits
    4. read through the different sites to find applications that had huge security issues on that version and begin installing some of the programs that have known exploits

    So for example with Ubuntu 14.04 we know there are some Linux kernel exploits.

    A quick Google search returned this exploit: https://www.exploit-db.com/exploits/43418

    Using Ubuntu's website I looked up other critical vulnerabilities and found these: https://ubuntu.com/security/cves?q=&package=&priority=critical&version=trusty&status=

    From here I could add some of the packages mentioned as having exploits and then attempt to exploit them. I could also check newer versions of Ubuntu like 16 to find vulnerabilities that would also apply to older versions.

    There is also Mitre's list(s) of the most dangerous software vulnerabilities. They have one for 2023, but also a catalog of lists from previous years.

    https://cwe.mitre.org/top25/archive/2023/2023_top25_list.html

    Hopefully this helps!

  • That many people need old Ubuntu installations?
  • I can give you an answer from someone who regularly downloads really old EOL versions of Ubuntu and Debian. I personally use them as part of attack and defense competitions. They are normally very close to unusable and are nearly impossible to update to a more recent or secure version. This forces my team to find creative ways to keep them working while also taking measures to isolate them as much as possible. I also use them to teach old exploits that have been patched in more recent versions, walking people through how it worked and why it existed.

    It happens a lot more with Windows machines, but there might be some manufacturing systems out there that require software that won't run on modern versions of the OS. These systems often require new manufacturing tools in order to upgrade, or they need massive overhauls that smaller companies can't always afford.

  • Environment effects!
  • I thought about this myself, and I wonder if Microsoft came in and gave them a bunch of time which caused feature creep. I am curious if Microsoft never bought Bethesda and they released it earlier, if it would be a more cohesive game without a bunch of half baked ideas.

    I love all the different side and main stories, but things like outposts, ship building, and suit protections feel like they were added because why not.

  • ChatGPT is losing some of its hype, as traffic falls for the third month in a row
  • No one seems to have thought about the fact that most schools have been out for those three months. Not sure exactly how much of the traffic is high schoolers and college students cheating, but that could account for at least some of the loss in traffic.

    Edit: missed a word

  • Gradual removal of port forwarding from the IVPN service
  • If you download a wireguard/openVPN conf file from Proton it will let you enable nat-pmp which is basically automatic port forwarding. It seems to work fine on a Linux machine running qbittorrent, but your case might be different.

  • Are all invite-only torrent sites like this?
  • I have had this problem as well especially when I first join a tracker. Overall my ratio is around 6, but for private trackers where I have been seeding for over 2 years I barely hit 1.5.

    If the tracker has a bonus point system understand how it works and try to build up a bunch of upload credit with it. If the site has freeleach only download freeleach torrents for a while until you build up enough upload. The last method is personally my least favorite, but you can findout what torrents are normally the most popular and setup a program to always download them as soon as they are uploaded. Even if you won't do anything with the torrent content it can help build a ratio.

    I highly recommend either making, or buying a seed box for private trackers, and most of them will give you bonuses for seeding for a long time, or seeding very big torrents. If all else fails you might want to consider paying for VIP if they have it. Normally paid accounts get extra upload credit or freeleach on everything, or something like that.

  • Starfield's already the top seller
  • I'm kinda the opposite of you. I love Bethesda games, but the fantasy element doesn't do it for me. I never liked Skyrim or the elder scrolls series but loved the fallout series, as well as games like outer worlds. I am not going to preorder the game but I am very excited to see their take on a space rpg, because I love fallout and I love space exploration so if combined well it should become an instant favorite of mine.

  • Critical RCE Flaw Discovered in Fortinet FortiGate Firewalls - Patch Now!
  • I bought a fortunate 60e a few months ago to play around with. After setting up some vlans, subnets, and firewall rules I am considering just selling it. Without a license you don't even get security updates. So at this point opnsense might be my next firewall to learn on. I was just trying to my hands on what is actually being used by companies.

    It would be cool to see companies start offering homelab licenses for people to play around with and get experience before buying into a whole ecosystem.

  • What was the push?
  • Well it's been a while since I looked at streaming service prices, but let's go with $80 a month for all of them.

    VPN: $8

    Hard drives: ~$1000 total ($20 a month for 2 years)

    Power: $15

    Semetrical Gig Internet: $20 (extra)

    Usenet: $12

    Total: $75

    Not quite as expensive, but it feels like it sometimes, especially when I have to drop $250 on a hard drive when one fails.

  • Distributed hosting?
  • My wording was poor. I ment that currently there is no way to contribute to reducing stress on an instance. Making your own instance might help prevent the problem from getting worse, but it is not the same as adding more cpu power or ram to an instance. If a instance is maxing out on it's CPU power, currently there is no way to allow other people to help disperse the current load.

    On a slightly tangential point, I am not sure how sustainable it is to increase the number of possible users by increasing the number of instances. It is already a frustrating process finding the right instance to join. So imagine when there is 1 instance for every 100 users. With 100k users that is 1000 different instances to sort through. I think there needs to be better ways to scale Lemmy, especially the amount processing power it requires. Lemmy.ml will only be able to scale so big on a single vps instance, or even physical server.

  • Distributed hosting?
  • I have been thinking about this a bit. Right now there is not really a way to spread the load out like you mentioned. Anyone can make another instance, but it doesn't really alleviate any of the stress from another instance. I think it might even add to it, although not as much as adding a bunch of new users would. It would be beneficial to be able to contribute compute power to an instance, but I don't think that is a realistic goal with the way Lemmy is setup.

  • Will Reddit ever cave in?
  • I agree. I found it easier to transition because I follow mostly smaller tech subreddits that already had a presence here, or quickly started one. I only posted 70 comments total and almost nothing recently. I am more concerned about the power users, mods, and people who need things like screen readers not being able to make the jump. In my opinion Lemmy needs those users more than lurkers.

  • Will Reddit ever cave in?
  • Honestly I think the AMA showed that they are not backing down. Spez answered like 14 total questions on an AMA with 30k comments the last I checked. They don't seem to care, and I don't see there being a significant number of people actually leaving reddit either, the alternatives just don't fix the problems people are having with reddit. If you use a 3rd party app because it has more features, are you going to leave the platform for another platform that only has one 3rd party app?

  • Is Lemmy your first time on the Fediverse?
  • I heard about the fediverse before, but never made an account until a few days ago. It is kinda cool how Mastodon, Lemmy, and Kbin can interconnect somewhat, but it does not feel like a fleshed out feature to me yet. There are still too many bugs when interfacing with other parts of the fediverse.

    I like how maluable it feels right now. I really feel like if I dedicate a bit of time and effort I can make changes to and improve things. Or at the least break off and do my own thing that interacts with the fediverse.

    I don't like how spread out and small all the communities feel. I think piracy has 5 different communities at this point. I am also torn on not having at least a centralized login. I kinda trust sh.itjust.works with my account, but there is little assurance that the instance, and my account on it, won't just disappear or attempt to do something malicious with my email and password.

    I want Lemmy to take off and I think it has potential, but I also believe it will take at least another year before I am completely satisfied with it.

  • Just want to share my Keychron Q3 with GMK Oblivion 3.1 on Gateron Box Ink V2 Blacks
  • This looks absolutely incredible. You have just inspired my color scheme for my next keyboard. Personally when I tried black switches they were nice, but a bit too hard for gaming. I ended up settling for box whites that I am very happy with daily driving.