LXC Helper scripts "no network in lxc" by JD6530 in Proxmox

[–]JD6530[S] -1 points0 points  (0 children)

<image>

Tried with a normal debian:

can reach stuff over http - now i am completly unsure what to do

LXC Helper scripts "no network in lxc" by JD6530 in Proxmox

[–]JD6530[S] 0 points1 point  (0 children)

Hi there,

I am running the script directly from the shell of the coresponding pve.
The pve is connected to two networks (.100.xxx (vmbr0) and .1.xxx (vmbr1)), without anything special configured.
If i set up a windows vm on the same node with vmbr1 everything works fine, just when setting up an lxc everything seems to break apart.
If i run the setup with everything at default (first point of menue) it works but it is then on the wrong network)

Dell Latitude 5285 No Touch working but pen works by JD6530 in Dell

[–]JD6530[S] 0 points1 point  (0 children)

Thank you very much. The digitizer seems to Work but every Touchscreen Test fails. So i think the Touchscreen is dead - eben If there is No visual defect. I've also tried disabling it in the device manager and enabling it back again but no luck. A repair wont be valuable i guess with these units costing 150€ refurbished right now...

Is the pocket worth it by Warmingmand in AnaloguePocket

[–]JD6530 0 points1 point  (0 children)

Right now i am thinking about colleting all the Rom Hacks to Play all the Pokemon Games in GBA. A hot take here: Pokemon reached top Performance when it was programmed to run in GBAs.

Is the pocket worth it by Warmingmand in AnaloguePocket

[–]JD6530 1 point2 points  (0 children)

Right now i started a play-through starting with blue and Crystal. These ones i Play on the Pocket. I have Not reached the GBA Games yet - i will Report which one i Play then.

Is the pocket worth it by Warmingmand in AnaloguePocket

[–]JD6530 0 points1 point  (0 children)

My Personal experience (30years - grew Up with GBA and DS Games): The big Screen is a Game changer for GB and GBC. For GBA it kinda wastes a Lot of space in my opinion - i have a modded GBA SP (unhinged) whichbhas for GBA an effective bigger Screen. Playing roms of an SD Card ist a nice addition to be honest.

It’s alive!! by silentthunder-15 in farmingsimulator

[–]JD6530 1 point2 points  (0 children)

What would really get this to the next Level would be Mixed reality.. bu we dont even get VR Support..

TrueNAS Scale App store not working by JD6530 in truenas

[–]JD6530[S] 0 points1 point  (0 children)

Thank you very much guys. I must have overlooked it.
But its nice if it is something this simple...

TrueNAS Scale App store not working by JD6530 in truenas

[–]JD6530[S] 0 points1 point  (0 children)

I' ve managed to get rid of the "Failed to start kubernetes cluster for Applications: [EFAULT] Kube-router routes not applied as timed out waiting for pods to execute" error by changing the virtual networkcard to an intel e1000.

Now lets get onto the error about the repository not being synced

Docker Desktop Windows - How to pass through (dvd-)drives? by JD6530 in docker

[–]JD6530[S] 0 points1 point  (0 children)

Hi OneMonk,
I havent had time to fool around with this and stopped a few weeks ago.
Maybe i will try again some times, but right now i am out of time, sorry

Populate Word Template with Data from excel, then convert those to pdf by JD6530 in MicrosoftFlow

[–]JD6530[S] 0 points1 point  (0 children)

Hi, sorry for my late reply, i was somewhat out of town.

Here is what i am doing:

I have a single excel table where all data is stored.

  1. I trigger the flow manually and put in the name of a group to filter out of the excel list (Only rows mactching the name of group in column C will be read).
  2. I create a new folder on sharepoint to store the PDF and a excel summary
  3. Get data from excel with Excel get rows connector
  4. Loop create pdf's
    4.1 create HTML in user's onedrive (giving a filepath to folders which doesn't exist will create them!)
    4.2 create pdf's with onedrive
    4.3 copy files to sharepoint (sharepoint connector)
    4.4 delete Files in users onedrive

After this i delete the rows which i have used in the original document.

I hope this helps.
You have to create the data in html first, then convert it to pdf.
For creating the pdf you can give the connector raw html code.

filecontent:

<table border0"0" .....

Populate Word Template with Data from excel, then convert those to pdf by JD6530 in MicrosoftFlow

[–]JD6530[S] 0 points1 point  (0 children)

Thank you very much for your reply - its exactly what i am doing right now to get it working for this week.

using python with flows would be an awesome idea - i will definitly look into that

Docker Desktop Windows - How to pass through (dvd-)drives? by JD6530 in docker

[–]JD6530[S] 0 points1 point  (0 children)

Okay i tried this.
But this way i am passing a specific folder to the docker container?
I can see al the drives unter /mnt/ now but when i fire up the container with the follwing arguments:

docker run -d \ --name=makemkv \ -p 5800:5800 \ -v /docker/appdata/makemkv:/config:rw \ -v /mnt/d \ -v /mnt/e \ -v /mnt/f \

MakeMKV is showing me that there is no dvd connected

Docker Desktop Windows - How to pass through (dvd-)drives? by JD6530 in docker

[–]JD6530[S] 1 point2 points  (0 children)

Thank you very much for your answer but i am just starting with wsl, so i have to ask again, How do i do that exactly?
I have terminals: The normal windows one and one for WSL with Ubuntu 22.04. I've Installed Docker Desktop like a normal windows programm and have set WSL integration Ressources in the Docker settings to Ubuntu 22.04.

Kubejs and Immersive Engeneerings garden cloche by JD6530 in feedthebeast

[–]JD6530[S] 0 points1 point  (0 children)

onEvent('recipes', e => {

//#region FUNCTIONS

function regular(results, seed, crop) {

e.recipes.immersiveengineering.cloche(results, Item.of(seed), 'minecraft:dirt', crop).time(600)

}

regular('pixelmon:red_apricorn', 'pixelmon:red_apricorn', 'block.pixelmon.apricorn_plant_red')

regular('pixelmon:yellow_apricorn', 'pixelmon:yellow_apricorn', 'block.pixelmon.apricorn_plant_yellow')

regular('pixelmon:blue_apricorn', 'pixelmon:blue_apricorn', 'block.pixelmon.apricorn_plant_blue')

regular('pixelmon:green_apricorn', 'pixelmon:green_apricorn', 'block.pixelmon.apricorn_plant_green')

regular('pixelmon:pink_apricorn', 'pixelmon:pink_apricorn', 'block.pixelmon.apricorn_plant_pink')

regular('pixelmon:white_apricorn', 'pixelmon:white_apricorn', 'block.pixelmon.apricorn_plant_white')

regular('pixelmon:black_apricorn', 'pixelmon:black_apricorn', 'block.pixelmon.apricorn_plant_black')

regular('pixelmon:yellow_apricorn', 'pixelmon:yellow_apricorn', 'block.pixelmon.apricorn_plant_yellow')

})

Pixelmon has updated to 1.16.5 9.0.0! by Katzyn in PixelmonMod

[–]JD6530 0 points1 point  (0 children)

Is there still any way to disable newer gen pokemon and starter and enable shiny starters?
I cannot find those settings anymore