The Lounge 0001 [From the Beginning]

pretty good spend a lot of the day helping my brother with his computer, doing a fair bit of housework and watching youtube and stuff. feeling fairly exhausted now though mostly just upset with my jinxed ram stick :frowning:

3 Likes

Atleast you got some ram out of it. Currently working on my nextcloud instance trying to get permissions to view my bind mounted directorys

1 Like

ye even 24GB is a huge improvement. I’m currently 57% usage on Linux with Windows vm running when usually it’d be anywhere from 88-90% XD

cool permissions in nextcloud are a pain i ended up just setting mine to 775 and be done with it lol

Nice. Im currently sitting at 6GB/16GB on my windows install.

Yeah. Looked into the docker container and the bind mounts are not transferring across properly. May need to look into the volume options

Just had to edit my compose file to include them

version: '3'
services:
    web:
        image: nextcloud:latest
        volumes:
            - /opt/nextcloud/data:/var/www/html
            - /var/mnt/HDD:/mnt/HDD
            - /var/mnt/HDD/Stuff/completed:/mnt/HDD/Stuff/completed
            - /var/mnt/HDD/Stuff/incomplete:/mnt/HDD/Stuff/incomplete
        ports:
            - "82:80"
        depends_on:
            - db
        restart: on-failure
        tty: true
    db:
        image: postgres:latest
        restart: on-failure
        environment:
            - POSTGRES_USER=REDACTED
            - POSTGRES_PASSWORD=REDACTED
            - POSTGRES_DB=REDACTED
        volumes:
            - /opt/nextcloud/db:/var/lib/postgresql/data
        tty: true
1 Like

oh neat soo with bind mounted share you have to mount the directories in docker individually? good to know.

1 Like

ye. Docker will only pickup directorys that are on the filesystem and since a bind mount is handled at the kernel level, docker has no idea about them. Need to tell it that there should be something else there.

1 Like

pretty good, finally getting into a decentish sleep schedule for night shift. just worked out, been watching a lot of history geared shows on YT (a lot of modern marvels episodes are now on YT which is neat) and been watching some JRE podcasts, but only with the ones that have people on it that are interesting.
otherwise pretty much been bored and not working. go back to work for another 2weeks on monday though. It’s good that im on night shift as over the past few days have averaged 90 degrees out, hit 98 the other day. surprisingly, unlike texas, the heat is bearable.

3 Likes

meh. Woke up a bit before 3pm, played some skyrim, watched a bunch of youtube, smoked some cigars, and now am playing hearthstone.

3 Likes

boring, did mostly nothing played a bit of runescape lol

tried working out some pokemang art but no one voting lel

3 Likes

Meanwhile, im trying to get mine corrected. Was up till like 11am today lol

You might like mr.terry on youtube.

Hearthstone is always good. Need to play it more now that im dual booting.

Just make what looks best to you.

1 Like

succ at decisions though lel.

thinking maybe the second one with no hat though, might try a james with no hat

but dunno think some good choices atleast

Dont be hung up about the decision and just press forward. If its a issue in the future, you can always change it

Lately been watching a ton of The Great War, mixed with forgotten weapons, and other randomness as I browse the depths of YouTube stuff lol. That and some other gun related channels. I am getting to the point where I know almost as much random knowledge of the history and use of firearms as I do about mechanical keyboards lol. And I still am a massive history buff but getting back into that again more.
And the intensely violent, dark scifi of Warhammer 40k has a lot of my interest as well.
That does look like an interesting channel but I already have a parent that’s a history teacher lol

1 Like

ye but outside just doing a lazy place holder or something would be then all the animations and stuff are from the wrong concept if later decide different color or something

but this the bulk of the actual art work, otherwise is mostly just busy work now that got some of the scripts mostly done, just populating stuff, after the arts done

whats you bungs upto? :stuck_out_tongue:

Working on my server

oh ye the docker shiz?

Ye. Thats just what it runs on. Getting the services up and running currently

1 Like

ye

well hopefully it goes better than a linus media group deployment

@TheDiddilyHorror I feel your pain. Re-encoding a movie and its been so long already

Capture

2 Likes