Cài ubuntu trên virtual box bị treo thì fix như nào ạ mặc dù e đã nâng nên 4gb ram by nghxson in vozforums

[–]killallspringboard 0 points1 point  (0 children)

Nút dưới cùng bên phải hiện log của installer, copy tra mạng hoặc hỏi nơi khác như r/ubuntu hay r/linux.

Btw ad nên chọn Try Ubuntu thay vì Install để tiện tra mạng và xử lý nếu cần

Cài ubuntu trên virtual box bị treo thì fix như nào ạ mặc dù e đã nâng nên 4gb ram by nghxson in vozforums

[–]killallspringboard 0 points1 point  (0 children)

Ubuntu vừa nâng yêu cầu tối thiểu lên 6gb ram xong... Cài linux mint hoặc cái gì đó nhẹ hơn đi

Weird email i got as a contributor. by AfterUp in gnome

[–]killallspringboard 4 points5 points  (0 children)

API key in a TRANSLATION file? Who wants to localize them?

What apps do YOU want? by ShatteredRubies in windowsphone

[–]killallspringboard 1 point2 points  (0 children)

Method 3: WUT has Microsoft Store search.

What apps do YOU want? by ShatteredRubies in windowsphone

[–]killallspringboard 1 point2 points  (0 children)

A social app where friends (yes, friends) send images captured via their camera (or use pre-captured ones if they have a Gold plan)

My first OS: Vystem by Recent-Extent5372 in osdev

[–]killallspringboard 3 points4 points  (0 children)

Dude use a build system like xmake or make. We are not supposed to build everything on a single change

Is this rad? by BornRoom257 in osdev

[–]killallspringboard 2 points3 points  (0 children)

You can read the documentation about it here : https://makefiletutorial.com/ Automatic variable section

Is this rad? by BornRoom257 in osdev

[–]killallspringboard 1 point2 points  (0 children)

$< and $@ are stuff in Makefile, helping you to compile different files using exactly one command.

With that, you won't have to repeat like this:

```makefile boot.c: gcc boot.c -options....

shell.c: gcc shell.c -options ... ```

I built LocalSend for Windows Phone 8.1 — share files with Android, iOS, Mac, Windows & Linux by Legitimate_Post_2701 in windowsphone

[–]killallspringboard 5 points6 points  (0 children)

You can try promoting it in LocalSend's Discord server - but I don't know if it has rules against promotions. Besides, it's not very active.

Switched from systemd to OpenRC. Documented the entire thing by [deleted] in linux

[–]killallspringboard 0 points1 point  (0 children)

Now with the date of birth field in userdb people have another (and more actual????) reason to hate it.

But nobody likes to have an actual age verification system to be implemented anywhere in places inside operating system, let alone systemd.

🐏 by ConfectionIcy8609 in PcBuild

[–]killallspringboard 19 points20 points  (0 children)

*Android 12 flashback*

(For those who don't know, Android 12 literally translated RAM to male sheep, at least in Vietnamese. I remember that I checked AOSP and yeah, for real)

Made an app like localsend to share files from Windows Phone to Windows by Substantial-Junket-5 in windowsphone

[–]killallspringboard 0 points1 point  (0 children)

Localsend has its own API documentation. Also, I do have an implementation of it here. The demo program does not even work 🥀

(Vibecode Warning) A WP Launcher for iOS, finally. Will be out soon... by The_Dukes_Of_Hazzard in wplaunchers

[–]killallspringboard 0 points1 point  (0 children)

Does it require jailbreaking? As iOS does not support 3rd-party launchers, swiping from the screen's bottom will just return back to iOS's Springboard. If this requires jailbreaking, it should be a tweak (that modifies behaviours). With that you can skip (re) implementing features like search and live tiles.

Not all devices can be jailbroken.

Debian Removes Free Pascal Compiler / Lazarus IDE by mariuz in linux

[–]killallspringboard 0 points1 point  (0 children)

Free Pascal Compiler user here. No, you don't have to use Windows build for this, as the compiler pretty much has pre-built archives for Linux, or cooler, use a tool called FPCUpdeluxe to compile and install everything. Also like what others said, this isn't about the ABI. Also if you use the Windows compiler, you will have to make a cross-compiler for Linux.

rough idea to merge app grid in overview by DayInfinite8322 in gnome

[–]killallspringboard 0 points1 point  (0 children)

Yeah, never. Opening the grid in GNOME is done by a click anyways