GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)

  1. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Friday, 03-Oct-2025 00:08:59 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    @Humpleupagus @matty @tyler Uhh, please excuse my rank n00btardery, but the following, and also when I checked if I even have fs:

    $ fs
    bash: fs: command not found

    ---

    > How do you use the Linux terminal command fs to look at an ISO file?

    The `fs` command you're asking about doesn't exist as a standard Linux command. However, there are several ways to examine and work with ISO files in the Linux terminal. Here are the most common approaches:

    ## 1. **Mount the ISO file** (Most Common)
    ```bash
    # Create a mount point
    sudo mkdir /mnt/iso

    # Mount the ISO file
    sudo mount -o loop filename.iso /mnt/iso

    # Browse the contents
    ls -la /mnt/iso/

    # When done, unmount it
    sudo umount /mnt/iso
    ```

    ## 2. **Use `isoinfo`** (Examine without mounting)
    ```bash
    # Show basic ISO information
    isoinfo -d -i filename.iso

    # List all files in the ISO
    isoinfo -l -i filename.iso

    # Extract a specific file
    isoinfo -i filename.iso -x /path/to/file
    ```

    ## 3. **Use `file` command** (Identify file type)
    ```bash
    file filename.iso
    ```

    ## 4. **Use `7z` or `bsdtar`** (Extract contents)
    ```bash
    # Using 7z
    7z x filename.iso

    # Using bsdtar
    bsdtar -xf filename.iso
    ```

    ## Installation if tools are missing:
    ```bash
    # For isoinfo (usually in genisoimage or cdrtools package)
    sudo apt install genisoimage # Debian/Ubuntu
    sudo yum install genisoimage # CentOS/RHEL

    # For 7z
    sudo apt install p7zip-full # Debian/Ubuntu
    sudo yum install p7zip # CentOS/RHEL

    # For bsdtar
    sudo apt install libarchive-tools # Debian/Ubuntu
    ```

    The **mount method** is typically the most useful as it gives you full read access to the ISO's file system as if it were a physical disc.

    Were you perhaps thinking of a different command, or is there something specific you're trying to accomplish with the ISO file?
    In conversation about a month ago from detroitriotcity.com permalink
  2. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Friday, 03-Oct-2025 00:03:04 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    • /b/ullysattva
    @Humpleupagus @matty @tyler Oh for FUCK'S SAKE. Apparently my distro can't fucking explore an ISO without mounting or burning it to a thumb drive, of which I have no empty ones, and my Blu-Ray drive broke years ago. And search engines OF COURSE ARE ZERO HELP. Resorting to chat AI, it only tells me several command-line applications. Which I can't install, because my APT is fucked up (I can't install, or even upgrade, any of my applications, the kernel, or any part of the OS) because I haven't updated my distro version in several years, so now all the configs point to the old Debian servers and I don't want to bother figuring out how to get APT to point to the new Debian servers. I really need to hurry my ass up and buy that new PC so I can throw this 11-yo boomer in the trash.

    Edit: oh wait, I have 7z already! Well, lemme give 'er a try.
    In conversation about a month ago from detroitriotcity.com permalink
  3. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Friday, 03-Oct-2025 00:03:03 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    • /b/ullysattva
    @Humpleupagus @matty @tyler

    Gonna take maybe 3-7 minutes to extract everything, it's only at like 10% so far, but here's this:

    Oh wait, that's too big to paste here. And I can't remember that website where you just paste, then share the link. And I can't find it by using a search engine. GOD DAMN IT.
    In conversation about a month ago from detroitriotcity.com permalink
  4. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Friday, 03-Oct-2025 00:03:02 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    • /b/ullysattva
    @Humpleupagus @matty @tyler I once again had to ask DeepSeek, and it told me of pastebin.com

    I hope this works.
    https://pastebin.com/1pHcmBAM
    In conversation about a month ago from detroitriotcity.com permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: pastebin.com
      Pastebin.com - #1 paste tool since 2002!
      Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
    2. Domain not in remote thumbnail source whitelist: pastebin.com
      1435h35h - Pastebin.com
      Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
  5. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 23:44:51 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    @Humpleupagus @matty @tyler Yeow, what a find!
    In conversation about a month ago from detroitriotcity.com permalink
  6. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 23:36:02 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    @Humpleupagus @matty @tyler Man, if you can get your hands on such artifacts, I hope you share photos, especially if they run! And if you can somehow take and share screenshots, all the cooler.
    In conversation about a month ago from detroitriotcity.com permalink
  7. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 23:34:31 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    @Humpleupagus @matty @tyler I wish I knew what I did with those old Apple servers my high school were throwing away, then let me take a few home. I got one with OS 7, and another with OS 8 which I later installed OS 9. I had all sorts of install discs, even a color printer! But I almost certainly tossed them out like ten to fifteen years ago. 😢 I wrote a couple dozen page fanfic on that using SimpleText, as well as played ROMs from an equivalent of ZSNES. I remember popping open the servers and playing around with the guts a bit, too. I think I installed more RAM onto one of them, then switched the two floppy drives with each other for no reason other than to see if it'd still work. (It did!)
    In conversation about a month ago from detroitriotcity.com permalink
  8. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 23:19:09 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    @Humpleupagus @matty @tyler Interesting! I do enjoy me some retraux interfaces; earlier I looked through that Toasty Tech GUI screenshot page, and I'd certainly like to play with some of those ancient or not-so-old computers running like OS/2 Warp, React, Morph, or even as venerable as Max OS 7 and 8, 98lite and 2000 Professional, Gnome 1 and KDE 3! Had some nostalgiagasms looking at MS-DOS and ZZT and Xtree Gold and IAMS (not the dog food, but Instant Access Menu System). Could get used to this, especially if it's lightweight and functional with basic web browsing and vidya from games first dropped around 2010. :azusa_think:
    In conversation about a month ago from detroitriotcity.com permalink

    Attachments


    1. https://detroitriotcity.com/media/aef4f57dd37c5936bc524533b05c2dcf83e8272a28e057f2be221200e1174411.jpg

    2. https://detroitriotcity.com/media/8e07be94a610eeead6555ec4d97792694d8427f35bd4a4db5f698c7f45b162b0.png

    3. https://detroitriotcity.com/media/c66d147dde9f76b32ed907d05d30f6b801bce1d9d75223cab09c215486335f90.png

    4. https://detroitriotcity.com/media/38be9f3373ed1809e72ff107c53e0e347ec27ab94d2ba54bbb3bc36c71f5de8b.jpg

    5. https://detroitriotcity.com/media/a4d4c649d737d32816e3edb64eab4ee20b57a6fb0042bb70391cf036784d5788.png
  9. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 23:06:36 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    @Humpleupagus @matty @tyler :uoh_salute: Sounds good! Not even sure I wanted to try a Commodore 64 clone, I just liked their retraux KDE Plasma 6 custom and the fact it was an MX Linux fork, plus I've never even seen an Amiga PC and trying something new sounds like a fun time. Hell, I might as well just get the latest MX Linux or something. Or maybe Neptune OS for no other reason than Neptune's kind of a cool name, and do I really care to try avoiding systemD in the first place, which is why I first tried Slackware then MX? Or say fuck Linux and try Haiku or FreeBe or GhostBSD or something. But if I do that I can't play Minecraft nor Vintage Story, even if I can play Luanti (formerly Minetest). But that's the only thing stopping me from trying *BSD or an OpenSolaris fork just to try something exotic for its own sake.
    In conversation about a month ago from detroitriotcity.com permalink
  10. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 23:05:02 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    @Humpleupagus @matty @tyler Oh by the way, the torrent resumed when I deleted like 80gb of FLACs I personally ripped from my CD collection from as far back as the early 00's, like 25-40 of 'em. I'm now curious what the fuck is in this ISO; will report after a thorough investigation!
    In conversation about a month ago from detroitriotcity.com permalink
  11. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 22:59:55 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    • /b/ullysattva
    @Humpleupagus @matty @tyler Okay, looking at other Linux ISOs, all of them are either small enough to fit in a DVD-R or at most 2gb. :shrug5: Maybe it's just this Commodore OS is just mega-bloated with like six gorillion Amiga games or something and they just don't tell?

    I looked at their website and they sell retraux Commodore 64s running Commodore OS, but their specs are pathetic, like 128mb RAM. I guess that's okay if you don't intend to interface it with anything involving the Internet or other computers past 1995.
    In conversation about a month ago from detroitriotcity.com permalink
  12. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 22:59:22 JST /b/ullysattva /b/ullysattva
    in reply to
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    @Humpleupagus @matty @tyler The ISO for Commodore OS Vision 3.0 Beta 8 is 35.24gb. I couldn't tell you why, no idea what all they packed into this thing. I just assumed because of enshittification, your average modern Linux ISO was just fuckhuge now and almost everyone didn't mind.

    I really want to make my next PC run Commodore OS, simply because it's an MX Linux fork running a custom KDE Plasma 6 redesigned to look and feel like the interface of venerable Commodore 64.

    But if this thing keeps shitting me -- it just flashed an error, but the error was on screen for like 1/20th a second and I only caught "I/O device error", what the fuck is my drive suddenly about to die? This thing's been running nearly non-stop, almost never even being rebooted for nearly 11 years, so maybe.

    But I see my hard drive just ran out of space. Sigh. It's what I get for stubbornly sticking with the same 256 SSD I originally put into this tower in 2014... this PC does have a 2tb black whatchamacallit, but that died like five years ago and I never even bothered to pull it out or even unplug it.
    In conversation about a month ago from detroitriotcity.com permalink
  13. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 22:43:45 JST /b/ullysattva /b/ullysattva
    • ?? Humpleupagus ??
    • Matty
    • Tyler
    What the FUCK is this SHIT, I have NEVER SEEN ANY PAGE OR URL like it before this hour:

    webtorrent:https://distrowatch.com/dwres/torrents/commodore-os-vision-3.0.torrent

    I can't understand any of this shit. I try to download the torrent from their bizarre web interface, but the page crashes before like fifteen minutes, AND THE ISO IS 35gb and I only have a 25mbps connection! I try to download it directly, BUT IT REFUSES TO DOWNLOAD if this web-app torrent ISN'T ALSO DOWNLOADING AT THE SAME TIME?!?

    WTF WTF WTF
    WHAT IS THIS I DON'T EVEN
    HELP HELP I'M BEING REPRESSED
    I HATE THE MODERN WEB
    I HATE THE MODERN INTERNET
    I HATE MODERN DIGITAL TECH
    I HATE MODERN ANALOG TECH
    I HATE THE ANTICHRIST

    @Humpleupagus @matty @tyler Have you guys or any other tech-junkies even heard of anything like the above website, if it even is a website? Maybe y'all can laugh, cry, or both about this...
    In conversation about a month ago from detroitriotcity.com permalink
  14. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 11:48:35 JST /b/ullysattva /b/ullysattva
    • ӄɨӄɨ88 :ghost_heart2:
    There's gotta be moar chiggun frens than @KiKi88 out on the wrong side of the fediblock tracks!
    In conversation about a month ago from detroitriotcity.com permalink

    Attachments


  15. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 07:29:49 JST /b/ullysattva /b/ullysattva
    in reply to
    • Ferri-kun
    • Rusty Crab
    • Slim Jim
    @shadowferret @RustyCrab @j Freedom is a buzzword. It don't mean shit.
    In conversation about a month ago from detroitriotcity.com permalink
  16. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Thursday, 02-Oct-2025 06:54:50 JST /b/ullysattva /b/ullysattva
    in reply to
    • Matty
    • cjd
    @matty @cjd G
    In conversation about a month ago from detroitriotcity.com permalink
  17. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Wednesday, 01-Oct-2025 11:23:37 JST /b/ullysattva /b/ullysattva
    • egirlyuumimain
    @egirlyuumimain Nigger-brains cannot into Survivorship Bias. It's not that hard -- or maybe it is if your IQ is under 120. Mental midgets. Inferior minds. Embarrassments to Aryanhood and masculinity. Stop trying to think, you will never be educable, you are mentally handicapped, no amount of holding a book of multi-dimensional equations in front of a drooling donkey's face will grow its neurons.

    https://youarenotsosmart.com/2013/05/23/survivorship-bias

    > The Misconception: You should focus on the successful if you wish to become successful.

    > The Truth: When failure becomes invisible, the difference between failure and success may also become invisible.
    In conversation about a month ago from detroitriotcity.com permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: youarenotsosmart.com
      Survivorship Bias
      from David McRaney
      The Misconception: You should focus on the successful if you wish to become successful. The Truth: When failure becomes invisible, the difference between failure and success may also become invisib…
  18. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Wednesday, 01-Oct-2025 04:29:28 JST /b/ullysattva /b/ullysattva
    in reply to
    • Dad
    • egirlyuumimain
    • Ergo (can I be part of the normal group please I beg you I am also normal)
    @noyoushutthefuckupdad @egirlyuumimain @Ergo
    In conversation about a month ago from detroitriotcity.com permalink

    Attachments


  19. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Wednesday, 01-Oct-2025 04:29:26 JST /b/ullysattva /b/ullysattva
    in reply to
    • Dad
    • egirlyuumimain
    • Ergo (can I be part of the normal group please I beg you I am also normal)
    @egirlyuumimain @Ergo @noyoushutthefuckupdad Born-after-99's are legally required to continue their cocomelon indoctrination followed by building practice in Minecraft so they become better construction workers as they cannot read well enough to pass public education beyond grade-school level.
    In conversation about a month ago from detroitriotcity.com permalink

    Attachments


  20. Embed this notice
    /b/ullysattva (iamthemostnormalhumantrustme@detroitriotcity.com)'s status on Wednesday, 01-Oct-2025 03:46:32 JST /b/ullysattva /b/ullysattva
    in reply to
    • Dad
    • Ergo (can I be part of the normal group please I beg you I am also normal)
    • MoveTry
    @atecopper @Ergo @noyoushutthefuckupdad > the founder (or whoever) of somethingawful ordered soup or side from a fancy restaurant
    In conversation about a month ago from detroitriotcity.com permalink

    Attachments


    1. https://detroitriotcity.com/media/937ac538c135085734b60c138bf748a94d62b33ed43d36d4d6e06fa52033eb83.png
  • Before

User actions

    /b/ullysattva

    /b/ullysattva

    Nothing about me draws suspicion in any way whatsoever. I'm completely standard as a person, an utterly generic human being who does typical person things like drinking water and mowing the lawn.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          364701
          Member since
          28 Sep 2025
          Notices
          29
          Daily average
          1

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.