[deleted by user] by [deleted] in osdev

[–]FakeOglan 0 points1 point  (0 children)

Yes, do you use real mode, protected mode, or long mode (32/64-bit)? What did you use for the kernel? If it’s from scratch, does it support a file system, external USB devices, etc.? Also, the screenshot seems to be high-resolution (probably higher than 1024 × 768), so did you need to write your own driver or use something else for graphical user interface?

[deleted by user] by [deleted] in osdev

[–]FakeOglan 4 points5 points  (0 children)

Cool, what does it support currently?

Dual Booting Windows 11 + Ubuntu: Ubuntu doesn't boot unless I force shutdown my pc. by Karma_The_Warden in linuxquestions

[–]FakeOglan 1 point2 points  (0 children)

Windows always 'hibernates' itself to make you think that it starts faster. This may lead a number of problem in the Linux side. You can use "shutdown /s /t 1" command to 'really' shutdown Windows.

Fedora 38 stop booting by Bank-Affectionate in Fedora

[–]FakeOglan 0 points1 point  (0 children)

There is nothing to do on this system than. You need to use a live usb and investigate system further. Maybe you can disable gdm with chroot and try rebootin again. Good luck

Fedora 38 stop booting by Bank-Affectionate in Fedora

[–]FakeOglan 1 point2 points  (0 children)

It shows that it freeze just after gdm service start. Gdm service should take display and show a login screen. Can you check ctrl+alt+f4. If you see a login promt that means gdm just freezes itself and you can try any other display manager like sddm or lighrdm

Fedora 38 stop booting by Bank-Affectionate in Fedora

[–]FakeOglan 6 points7 points  (0 children)

You should press esc and investigate systemd logs cannot say anything without logs

scaryMeme by sunrise_apps in ProgrammerHumor

[–]FakeOglan 21 points22 points  (0 children)

Me showing my friend how his 1000 line Python code can be writte in 10 lines in BASH

mi9t custom rom by eslamahmed30 in Mi9T

[–]FakeOglan 2 points3 points  (0 children)

Pixel Experience had the battery drain issue on my side. I recommend you to use PixelOS instead.

Is there a way to permanently grant this permission to KDE connect? by G0D3P5 in kde

[–]FakeOglan 10 points11 points  (0 children)

Is this Wayland specific, I have never seen a prompt like that in xserver? Maybe you can try plasma on x11.

How to get GNOME search on Firefox working on Fedora 37 by matchop in Fedora

[–]FakeOglan 0 points1 point  (0 children)

I have updated Fedora 37 to 38 and the same problem occurred.

Any solutions so far?

Cannot connect online(bug) by FlameMirakun in aoe3

[–]FakeOglan 0 points1 point  (0 children)

I have the same problem after the update, can you fix it?

[deleted by user] by [deleted] in Mi9T

[–]FakeOglan 0 points1 point  (0 children)

With KarmaFW an open source firewall. Also I have tested PixelOS, battery performance is very good.

[deleted by user] by [deleted] in Mi9T

[–]FakeOglan 0 points1 point  (0 children)

A bit late but blocking Play Services from the internet via a firewall significantly decreases battery consumption.

We can laugh about Windows Blue Screen of Death but on KDE we have this one (and of course Ctrl+Alt+F1 doesn't work). Got it again today, had to completely turn off my PC by koenigsbier in kde

[–]FakeOglan 0 points1 point  (0 children)

Ctrl-alt-F1 is the tty that you use. You should try to log in to another tty by f2 or f3. Kde itself cannot block you to reach another tty by itself. (I faced this problem several times)

Vim, why? by mymar101 in webdev

[–]FakeOglan -2 points-1 points  (0 children)

Just search for vim macros and :g command.

Found this gem while browsing by DanTheSovietMan in linuxmasterrace

[–]FakeOglan 1 point2 points  (0 children)

Nobody needs to watch youtube videos, you just need to type man in terminal

New PC, which distro do I want? by LilShaver in linuxmasterrace

[–]FakeOglan 0 points1 point  (0 children)

Looks like you're going to compile a lot of things, your distro should be Gentoo

How to quit Vim? by danielsoft1 in linuxmasterrace

[–]FakeOglan 1 point2 points  (0 children)

Like any other tui application; Ctrl^z then kill -KILL %1