GustavoM

joined 2 years ago
MODERATOR OF
[–] GustavoM 5 points 1 month ago

I don't think that'll be a good idea to promote the usage of microsd's considering the competition is (almost) going full nvme -- which is (obviously) miles better than any microsd.

[–] GustavoM 1 points 1 month ago (1 children)

software problems

Not having "out of the box" support does not make it a problem tho.

quality of distros

All distros are the same, considering they all run GNU/Linux and anyone can configure em at will.

[–] GustavoM 3 points 1 month ago

It's pretty good. Even better than the raspberry pi 4 considering its performance and comically low power draw (It doesn't go over the 2W mark even with both cpu and gpu at 100%.). Other than that, it's perfectly usable, despise its lack of (out of the box) support.

[–] GustavoM 6 points 1 month ago (14 children)

As a proud Orange pi zero 3 owner (which I'm using it as a "lab rat" by testing several things, including shutting it down like its a router)....? Nah.

[–] GustavoM 1 points 1 month ago

A separate /home partition means you can set $ROOTFS as read-only (and /home as rw) and have a "pseudo-everlasting but not really" file system.

(And before someone says "Why not simply disable logs instead? It's the same thing." -- yes, yes it is. But sometimes you want a "just werks" solution, even if it is a dumb one. Which is (obviously) disabling writes all over $ROOTFS.)

[–] GustavoM 7 points 1 month ago (1 children)

You can always consider the experience of using Linux as a "game" itself and DU ET NAO!

...no really. Do it.

[–] GustavoM 11 points 1 month ago

...and that is why I love Linux as well! Gotta love my little ~~potato~~ Orange pi zero 3.

[–] GustavoM 3 points 1 month ago

I tried it once and got ignored like a beggar trying to talk with randoms on the street.

[–] GustavoM 2 points 2 months ago

.dotfiles on github

Big/critical files on an external HD

simple as

[–] GustavoM 17 points 2 months ago (2 children)

Just remember that "Linux is not Windows" and to "go in" like It's your very first time using a PC and you'll be fine.

[–] GustavoM 3 points 2 months ago

There is always firejail which is very "even your mom can use it" in terms of usage.

e.g install it, type cd / && sudo firecfg, then your password and thats it.

[–] GustavoM 3 points 2 months ago* (last edited 2 months ago)

Not by the slightest.

~~You can see it by yourself right now if you have docker: docker run -it --rm --log-driver none --cap-drop=ALL --read-only --net none --security-opt=no-new-privileges --name ascii-matrix defnotgustavom/ascii-matrix~~

~~-EDIT- Whoops. Just realized its a fork. Eeeeeehhhh... it'll give you a nice idea regardless.~~

I actually created a new image with it -- docker run -it --rm --log-driver none --cap-drop=ALL --read-only --net none --security-opt=no-new-privileges --name animatrix defnotgustavom/animatrix

 

Title. Is it the Logitech MX? Thanks in advance.

14
submitted 11 months ago* (last edited 11 months ago) by GustavoM to c/games
 

Title. Been using "conventional mouses" since a while, and I'm in the mood to try something new. Even so considering its a ergonomic mouse that won't screw my wrists even more while gaming(I'm over 40 y/o).

There are plenty of reviews for it on the internet (https://www.youtube.com/watch?v=2_2wixvrWPg&pp=ygUVcmFnbm9rIG1vdXNlIDIgcmV2aWV3 for instance) but I'd like to hear some "real world" reviews about it.

 

Title. In other words, sbc recommended/optimal power supply is 5V4A but I use an 5V3A instead -- will it damage or kill the sbc? The reasoning behind this is "an direct undervolting towards the system, for lower power draw and temps".

Thanks in advance.

 

I know this seem like a typical "Your opinion man" post but honestly, is there anything really useful beyond hosting an adblocker? (read: complementary, not found elsewhere, that enhances own's personal needs and/or life as a whole). And yes, I'm aware of what can be hosted -- picture editors, video editors, webtops, dhcpcd, emulators, and so on.

But the question is -- why I'd need all that if these stuff can be found on any ordinary PC out there? Even phones. Hell, even on a smart tv. That is like "trying to reinvent the wheel" for no necessary purpose other than "to look cool". There's also "because its fun", but is it really fun doing pretty much the same thing over and over again? There isn't a "learning gap" between these hosting options -- all of em have (pretty much) the same procedure to get things running.

With that said... I've been trying really, REALLY hard to host more stuff but I can't go beyond hosting (only) an adblocker.

 

Title. Something that is minimal, has a daemon and a very KISS config file. Bonus points if it also has a "generic" setup (works for all pcs but its not optimal? So I could run this on my sbc.)

Thanks in advance.

-EDIT- Forgot to mention that I've got both AMD cpu and gpu.

 

Title. Basically, "if a street fighter gamer and a linux tryhard had a baby" where a combination of keys is issued to run a command/script rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.

Don't know if such command exists, but there you go.

Bonus points if its a standalone and supports X11, Wayland and Arcan.

11
submitted 1 year ago* (last edited 1 year ago) by GustavoM to c/[email protected]
 

Title. Asides from setting the whole disk to read-only. (It's not an option since apparently docker dislikes that for some reason.). I'm trying to increase my microsd's lifespan.

For instance, here's my current /etc/fstab

tmpfs /tmp tmpfs rw,size=10M,nr_inodes=5k,noexec,nodev,nosuid,uid=gus,gid=notgus,noatime,mode=1700

tmpfs /var/log tmpfs rw,size=10M,nr_inodes=5k,noexec,nodev,nosuid,uid=gus,gid=notgus,noatime,mode=1700

tmpfs /var/tmp tmpfs rw,size=0M,nr_inodes=5k,noexec,nodev,nosuid,uid=gus,gid=notgus,noatime,mode=1700

tmpfs /var/run tmpfs rw,size=0M,nr_inodes=5k,noexec,nodev,nosuid,uid=gus,gid=notgus,noatime,mode=1700

tmpfs /var/spool tmpfs rw,size=0M,nr_inodes=5k,noexec,nodev,nosuid,uid=gus,gid=notgus,noatime,mode=1700

tmpfs /var/lock tmpfs rw,size=0M,nr_inodes=5k,noexec,nodev,nosuid,uid=gus,gid=notgus,noatime,mode=1700

tmpfs /var/cache tmpfs rw,size=0M,nr_inodes=5k,noexec,nodev,nosuid,uid=gus,gid=notgus,noatime,mode=1700

Thanks in advance.

 

Title. Besides setting tmpfs to use 10GiB of it to store downloads.

 

Title. I'm rocking the exact same setup as it were on my Raspberry pi 4 (nextdns running on docker, a livestream playing 24/7 on ffplay, ufw, sway, alsa-utils) and the difference is night and day compared to the rpi 4 (temps at 52 degrees versus 74 on my rpi 4 and cpu usage at 0 ~1% on my opi zero 3 versus 6 ~10% on my rpi 4).

view more: ‹ prev next ›