yianiris

joined 2 years ago
[–] [email protected] -1 points 2 years ago (1 children)

You mean tearing?
As in video screen tearing?

There is also tar which is a very common archiving system, so tarring=archiving

Stay away from debian/ubuntu if you really want to learn linux. They dictate how you do things so much you will never learn how to do it.

@Squizzy @possiblylinux127

[–] [email protected] 0 points 2 years ago (2 children)

tiny core is for small embeded systems, like car ignitions, modems, little robotics modules/arduinos etc.

@possiblylinux127 @spittingimage

[–] [email protected] 1 points 2 years ago

@corsicanguppy @stsquad

They were always IBM's front for open/free code and the undermine of linux. Grew economically more than any Op.Fr. project because of IBM's consulting and training subcontracts passed under the table. Eventually they were absorbed by their mothership.

[–] [email protected] 1 points 2 years ago (1 children)
[–] [email protected] -1 points 2 years ago (1 children)

You or off a thread guys, which distro are you talking about?

@NoisyFlake @people_are_cute

[–] [email protected] 1 points 2 years ago (1 children)

grep sda /etc/mtab 2>&1 tee /tmp/tab.txt | yad --title="output" \ --width=154 --text="$(cat /tmp/tab.txt)"

@linuxPIPEpower

[–] [email protected] 1 points 2 years ago

Did I miss what you are asking or is this it?

cat /etc/mtab 2>&1 | tee /tmp/tab.txt | yad --title="output" --width=154 \
--text="$(cat /tmp/tab.txt)

@linuxPIPEpower

[–] [email protected] 2 points 2 years ago

If you have used openbox before just do a diff merge of differences between your openbox and labwx/rc.xml

so you get the same setup. They are very compatible. waybox is crap, it is just a base wm for kde-plasma/gnome ..etc.

@BlanK0

[–] [email protected] 0 points 2 years ago (2 children)

root must always be mounted if you have a system, either by booting or chroot. If you mount just efi from another system .
On my setup /efi/EFI/grub only has the grub efi binary no config, /boot and therefore /boot/grub is on /root partition

Now if you have the entire /boot in the /efi partition then it would be /efi/boot/grub/grub.cfg?

@Hiro8811

[–] [email protected] 0 points 2 years ago (4 children)

The theme itself is defined in grub.cfg, but it may be the case that it is stored in your root partition not in efi, so during bootloading the drive can't be read from.
So if you manually change the location of the theme directory and copy it inside efi it may work, and change the position of in grub.cfg

@Hiro8811

[–] [email protected] 0 points 2 years ago (6 children)

To turn os-prober on see /etc/default/grub -> false and install os-prober, then run grub-mkconfig -o ..

@Hiro8811

view more: ‹ prev next ›