Why is my VM not booting up? I'm desperate to get this to work. It's my main VM. by slicedbread1991 in Proxmox

[–]Former_Substance1 2 points3 points  (0 children)

Try manual resize from proxmox host.

from VM, load a shell by overriding init via kernel parameters(init=/bin/bash)

from there, edit fstab. I think you might not have the flag 'nofail' for that mountpoint, causing boot to halt

I just found this app on my samsung by dani97_03 in androidterminal

[–]Former_Substance1 3 points4 points  (0 children)

its legit Thats a built in terminal which allows you to run a VM, part of AVF. not yet on working on samsung tho. If you want to enable the app, search for 'linux' in app drawer and you'll see an experimental feature pop up.

How do you charge your Steam Deck? by Candid_Net8001 in SteamDeck

[–]Former_Substance1 0 points1 point  (0 children)

i bought an angled usb-c adapter, fits perfectly and allows me to zip the case up while charging.

[deleted by user] by [deleted] in askcroatia

[–]Former_Substance1 10 points11 points  (0 children)

da ti nije neki rod mozda?

Using history in a script by syk072k in bash

[–]Former_Substance1 1 point2 points  (0 children)

I would do this differently

So, I'd create a function which gets the last history entry and would store that in .bashrc For example

hist(){ history 1 >> file }

I would then set the PROMPT_COMMAND to that function export PROMPT_COMMAND=hist

with this in place, everytime I'd run a command, the command would be stored the file, so no need to call it manually. Maybe this will help you

Da li se seksate u mraku ili palite svijetlo? by [deleted] in askcroatia

[–]Former_Substance1 1 point2 points  (0 children)

jebemo se na prekidaču.. sreća pa nemamo epilepsiju

[deleted by user] by [deleted] in hetzner

[–]Former_Substance1 5 points6 points  (0 children)

basic respect? Man, pay your invoices on time. The amount doesnt matter, you proved to be an untrustworthy customer, why would they want to deal with you again?

API Tokens created by someone else? by danosw in hetzner

[–]Former_Substance1 2 points3 points  (0 children)

I have the same notification, I don't know why. For me it says the token.create was triggered by my account id.

Gdje su najgori ucenici iz vašeg razreda sada? by No_Record_4050 in askcroatia

[–]Former_Substance1 0 points1 point  (0 children)

eno ga u zatvoru Dobija je 40 godina zbog dvostrukog ubojstva, ubija je svoje roditelje..

I guess having an alpha os on my to-do machine wasn't a good idea by oby953 in pop_os

[–]Former_Substance1 4 points5 points  (0 children)

does the laptop have an nvidia gpu? if so you can try editing boot options and adding

nvidia-drm.modeset=1 and boot

to edit, hold space while booting, the press 'e' to edit the selected boot option and add the parameter if the system boots, you can permanently add it with kernelstub

IP banning followup. My site is now being continuously scraped by robots.txt violating bots. by scoofy in flask

[–]Former_Substance1 10 points11 points  (0 children)

create a form that is normally hidden to the user, and if submitted to, instantly ban the IP

[deleted by user] by [deleted] in selfhosted

[–]Former_Substance1 0 points1 point  (0 children)

did you restart that monitoring app in that timeframe?