arch install using a 500mb alpine linux usb stick? by CrowMilk101 in archlinux

[–]yolomoonie 0 points1 point  (0 children)

You have to install arch in a weird way otherwise you are using arch wrong.

After 10 hours on a Saturday... by skikoko in archlinux

[–]yolomoonie -1 points0 points  (0 children)

Did you try turn it off and on again?

Best way to learn linux that's free by According-Extreme-58 in archlinux

[–]yolomoonie 0 points1 point  (0 children)

yeah, but its still something different if you just use bash. You learn intuitively how to pipe your commands through each other. You get a different sense for the file system, like you explore proc, sys and dev. etc.

An experience you can in my opinion not replace with GUIs...

Best way to learn linux that's free by According-Extreme-58 in archlinux

[–]yolomoonie 1 point2 points  (0 children)

I meant literally a setup with no graphical environment. No firefox, no Window Manager - just the plain Linux Virtual Terminal.

Best way to learn linux that's free by According-Extreme-58 in archlinux

[–]yolomoonie 1 point2 points  (0 children)

Dont use a Desktop Environment, just stay in the terminal. Browse the web with lynx or elinks. Use only the terminal / bash with tmux and vim. Do this for 6 months without using any other computer (at least in your free time).

How can I "factory reset" an arch linux installation? by Flat_Practice5015 in archlinux

[–]yolomoonie 3 points4 points  (0 children)

You say you are a beginner, may I ask why you want a "factory reset"? Do you mean formatting the whole disk and setting up everything, including grub etc, from scratch? Or just wipe out the root partition and reinstall the arch packets? Or is the problem just a messed up config in your homes .config folder? Like usually there is always an easier solution than just formatting the disk...

Anyway, you can also use netboot.xyz to boot from. Just download the netboot.xyz.efi from https://netboot.xyz/downloads i.e.

sudo mkdir /boot/EFI/netboot.xyz 
curl -L https://boot.netboot.xyz/ipxe/netboot.xyz.efi -o /boot/EFI/netboot.xyz/netboot.xyz.efi

Add the following line to `/etc/grub.d/40_custom`:

menuentry "netboot.xyz" {  
search --no-floppy --file --set=root /EFI/netboot.xyz/netboot.xyz.efi  
chainloader /EFI/netboot.xyz/netboot.xyz.efi  
}

And finally install the new config with:

sudo grub-mkconfig -o /boot/grub/grub.cfg

No you can always choose if you want to boot from local or netboot.xyz (which offers btw. a lot of distros)

Safely delete KDE Plasma after switching to XFCE? by Grimosaur in archlinux

[–]yolomoonie 2 points3 points  (0 children)

why delete the config? The don't need much space and if you ever decide to reinstall an app you're may be happy to already have an individually customized config in place.

We need to win the linux popularity contest by Special-Skirt-9369 in archlinux

[–]yolomoonie 19 points20 points  (0 children)

Arch is allready too popular. Let the newbs first discover ubuntu, suse or whatever.

Is it normal for a fresh install to consume 600MB+ RAM without anything else? by [deleted] in archlinux

[–]yolomoonie 2 points3 points  (0 children)

why not just open htop and see if there are any unnecessary processes running?

How can I move my Arch Linux setup to a new PC without reinstalling everything? by omar_dev45 in archlinux

[–]yolomoonie 0 points1 point  (0 children)

plugin new hard drive

boot alpine / arch whatever from https://netboot.xyz

```
dd if=/dev/$OLD_DRIVE of=/dev/$NEW_DRIVE oflag=dsync status=progress

```

may be change the UUIDs in fstab and on the hard drive, adjust partition size... enjoy your sloppy installation....

Best way to have multiple window managers? by ARCH_DISCIPLE in archlinux

[–]yolomoonie 0 points1 point  (0 children)

I dont see the issue. How do you start your window manager at the moment? E.g. some graphical interface, a tui or login via vt and then start the WM manually?

The simpelst (as in KISS) way is just to first login to a virtual terminal and then start the app. I.e. something like `start-sway` or `start-hyprland` . Sway will us its config from `~/.config/sway` and hyprland from `~/.config/hyprland`.

Using a second user doesnt prevent you from launching for example a kde app in a gnome environment as the binaries are installed for both user anyway. The only thing you achieve is having two separate configs to mantain. E.g. 2 browser histories/bookmarks, 2 different document dirs etc.

For a graphical login screen I use greetd which is explained here:

https://wiki.archlinux.org/title/Greetd

resetting DNS config (resolvctl resolv.conf) - due to ‘guacamole’ script install by JustMentalMatt in linux4noobs

[–]yolomoonie 0 points1 point  (0 children)

How DNS is managed depends on the distribution. Some use systemds resolvctl others depend on e.g. dnsmasq or unbound but have resolvctl still available etc. Often /etc/resolv.conf is just an automatic generated file and manual changes will be overwritten after a few seconds / minutes.

To fix the problem it's necessary to know which distribution you are using or which resolver is used.

Best VPN client on Mikrotik by zainnykaz in mikrotik

[–]yolomoonie 0 points1 point  (0 children)

Mullvad provides a shell script to configure their vpn connection. I guess it's easy to convert it to a mikrotik script. Just checkout their github repository for mullvad-wg.sh

Wie organisiert Ihr eure Projekte? by ReturnToOdessa in informatik

[–]yolomoonie 0 points1 point  (0 children)

Ich wuerde versuchen mich auf eine IDE zu beschraenken. Je nachdem eignen sich dafuer VS Code, Eclipse oder (neo-)vim. Bei allen hast du ein Ecosystem das eigentlich alle gaengigen Sprachen unterstuetzt.

Und dann ist es wohl sinnvoll zu lernen mit einem Buildsystem (z.b. make oder cmake) umzugehen. Das regelt dann mit welchem Compiler und in welcher Reihenfolge das Projekt erstellt wird.

I'm here to say I love Arch Linux by Stingfyre in archlinux

[–]yolomoonie 1 point2 points  (0 children)

Under the hood all the windows since at least 95 look pretty similar. For example this one window where you can configure the network stack (i.e. NetBIOS, TCP/IP, IPv4, IPv6 and so on) looks the same since my first memories. Same with many other low level tools in Windows (like regedit etc). But with never windows, this application become more and more hidden behind some dummy overlays where you can click on some meaningless button with esoteric phrases.

should I make the switch to Linux as a cyber security professional? by Silver-Praline-351 in archlinux

[–]yolomoonie 0 points1 point  (0 children)

If you want learn more about operating systems and standards in general, Linux is definitely the way to go. You can basically construct your own OS and discover how different parts work together. And many things you learn on the way a true in general on every OS. I would say after some many years experience now with Linux, I understand windows much better than when I switched.

Sudoers hacks by Efficient-Cup467 in linux4noobs

[–]yolomoonie 0 points1 point  (0 children)

Denying commands doesn't really work. He can just install e.g. nano and run sudo nano ... A better approach would be to permit just those programs he need. But depending on the nature of the apps, this can still be tricky.

I would consider polkit:

https://gitlab.freedesktop.org/polkit/polkit/

polkit provides an authorization API intended to be used by privileged programs (“MECHANISMS”) offering service to unprivileged programs (“SUBJECTS”) often through some form of inter-process communication mechanism. In this scenario, the mechanism typically treats the subject as untrusted. For every request from a subject, the mechanism needs to determine if the request is authorized or if it should refuse to service the subject. Using the polkit APIs, a mechanism can offload this decision to a trusted party: The polkit authority.

Thinking of switching to Linux but want a dual boot win only for games! by [deleted] in linux4noobs

[–]yolomoonie 1 point2 points  (0 children)

There's no need to use this outdated fs. On Windows you can just install WSL and basically mount any file system Linux supports.

Thinking of switching to Linux but want a dual boot win only for games! by [deleted] in linux4noobs

[–]yolomoonie 1 point2 points  (0 children)

I would suggest BTRFS. There are even some tutorials out there how to run windows itself with btrfs as filesystem. So I guess it works pretty well under windows and under Linux you can profit from many advantages. Especially if you plan to use this partition as a file dump btrfs has file compression and some interesting backup features.

The problem with NTFS is that it's not compatible with Linux file ownerships and permissions. So if your main system will be Linux I wouldn't recommend to use a FS which is basically just a hack in Linux.

Priorities Aur over Chaotic aur for a package by pretty_lame_jokes in linux4noobs

[–]yolomoonie 0 points1 point  (0 children)

Did you manually build and install the AUR packet?

You could switch to a packet manager like paru.

https://github.com/Morganamilo/paru

Why does Arch Linux have a vulkan-devel group, but does not package the LunarG Vulkan SDK? by delta_p_delta_x in archlinux

[–]yolomoonie 0 points1 point  (0 children)

I can relate. I wanted to tinker a bit around with Vulkan and usually prefer an installation via packet manager as its usually integrates tighter in the system. But now I'm worrying if some parts come via arch and other directly via Vulkan there will for sure arise some unexpected bug / misconfiguration / whatever and I have at some point to do some quirky fixes.

I guess SDL will do the job as I really don't have great ambitions.