htfcuddles's Avatar

htfcuddles

@htfcuddles.mmfcomic.com

๐Ÿ”ฅ #Furry artist! Any pronouns! I dont mind. ๐Ÿงก ๐ŸŽธ I have a #webcomic! https://mmfcomic.com ๐ŸฆŠ Foxglove Comics member! @foxglovecomics.com ๐Ÿ”ž NSFW account. ๐Ÿ‡จ๐Ÿ‡ฑ Chilean. EN/ES Please read the pinned message! ๐Ÿ–ผ๏ธ Avatar by IzzySqueakzy.

1,790
Followers
770
Following
2,816
Posts
12.08.2023
Joined
Posts Following

Latest posts by htfcuddles @htfcuddles.mmfcomic.com

Essentially the command, in pseudo code, says:

Display "Storage: (total used storage in GB) (Total used percentage) used, (total free space in GB) free".

The output being

Storage: 10586G (59%) used, 7447G free.

Feel free to toy with this freely. Use "man df" too to learn the values you can get.

10.03.2026 15:55 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

--total adds a final line listing the total used space across all the drives in the PC.

The next part, "tail -n 1" essentially cuts all the lines from the output but the last one, meaning it will only show the total and nothing else.

The rest repeats the df command, but showing different values.

10.03.2026 15:55 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

#!/bin/bash: Normal script start

The "echo" command displays something in the terminal.

df -t ext4 -l --total --output=used -BG: It runs df, showing only the content of ext4 drives. Output=used shows only the used space. -BG shows it in GB or MB instead of just bytes. --total is the core of this.

10.03.2026 15:55 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Screenshot of Mousepad showing the next script:

#!/bin/bash
echo Storage: $(df -t ext4 -l --total --output=used -BG | tail -n 1)"("$(df -t ext4 -l --total --output=pcent | tail -n 1)")" used, $(df -t ext4 -l --total --output=avail -BG | tail -n 1) free.

Screenshot of Mousepad showing the next script: #!/bin/bash echo Storage: $(df -t ext4 -l --total --output=used -BG | tail -n 1)"("$(df -t ext4 -l --total --output=pcent | tail -n 1)")" used, $(df -t ext4 -l --total --output=avail -BG | tail -n 1) free.

Teehee

Have a script (You can copy it from the alt text).

You can use this with any applet that displays output, to show your total used/free storage space across all your drives. I'll explain what it does in the reply.

10.03.2026 15:55 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Screenshot of a XFCE desktop running Audacious with a Pizza Hut themed skin. The desktop has a top and a bottom bar, the bottom bar has the usual "show desktop", icons for the active apps, the notification applet, clipboard manager and the Trash applet. The top bar shows the processor speed (and temperature), the video card temp, the used and free storage, the current network usage, date, uptime and local temperature.

Screenshot of a XFCE desktop running Audacious with a Pizza Hut themed skin. The desktop has a top and a bottom bar, the bottom bar has the usual "show desktop", icons for the active apps, the notification applet, clipboard manager and the Trash applet. The top bar shows the processor speed (and temperature), the video card temp, the used and free storage, the current network usage, date, uptime and local temperature.

Doing what I've always done with the screens with lower resolution:

Put there the windows I don't need to pay attention to all the time. Also putting sensors and information in it. Years ago I would use Rainmeter for this; today I just use the xfce panel and some commands.

#Linux

10.03.2026 14:13 ๐Ÿ‘ 6 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Way too slow and bloated. I'm already happy with Librewolf.

10.03.2026 14:07 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image

Daily art 67
from yesterday!

My comic commission book that I take to cons needed a new cover! #art #furry #furryart

I did the same pose from the previous book and I'm quite excited to get more pages at cons now!

10.03.2026 06:23 ๐Ÿ‘ 36 ๐Ÿ” 5 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

Daily art 68

@chemb0t.bsky.social got me into watercolors and inks so I decided to givw it a shot! #art #furry #furryart

Wanted to practice with a character from dog comic and I'm quite happy with the result. It's my first time water coloring/ pen inking!

10.03.2026 08:08 ๐Ÿ‘ 30 ๐Ÿ” 9 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Yup and there was a massive backlash when they announced it.

10.03.2026 09:27 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Parody of the meme "Quรฉ lindas trencitas / Son chorizos" ("How cute braids!" / "They're chorizos") replacing the chorizos with Torizos from Super Metroid.

Parody of the meme "Quรฉ lindas trencitas / Son chorizos" ("How cute braids!" / "They're chorizos") replacing the chorizos with Torizos from Super Metroid.

Why am I like this

10.03.2026 02:17 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image Post image Post image

Commissions I drew at #VF2026 #VancouFur2026 #art #furry #furryart

Thank you all for commissioning! I had a blast drawing your characters! I definitely loved doing the explosion one!

10.03.2026 00:18 ๐Ÿ‘ 25 ๐Ÿ” 4 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I was going to pick devuan but one thing that made me unsure was that it uses its own repositories. Given how much Debian and Ubuntu (and Mint) hammer the idea that making a frankendebian is a horrible idea, that turned me off a bit.

In any case, I'm good with what I got. And genuinely surprised.

10.03.2026 02:04 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

3/3 I have now a system running well, exceedingly fast and very minimalistic. When I renew my laptop, or if I reformat my current one, I'm going to do the same. The speed is appreciated. I dunno if I'll have any issues in a future, but right now everything looks good. /end

09.03.2026 23:33 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

2/3 I installed the nvidia driver, but not the version shipped with Debian. I installed the latest version supported for my video card and kernel directly from the nvidia website. It worked right away without fuzz.
- The system became a lot faster. I still cant believe how much overhead systemd has.

09.03.2026 23:33 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

1/3 Okay, so here's the thing.
- I switched from systemd to System-V. All my weird kernel issues fixed. Even virtualbox stopped crashing randomly.
- The nouveau driver was unfathomably slow even to open video files. This isnt a dig toward its maintainers tho- Just stating whats up. (cont)

09.03.2026 23:33 ๐Ÿ‘ 6 ๐Ÿ” 0 ๐Ÿ’ฌ 2 ๐Ÿ“Œ 0

What Firefox says:
Compact mode is not currently supported. For the recommended and supported experience, we encourage you to keep the normal density setting.

What I read:
Stop trying to not to waste screen space!!! We will NOT support you if you don't waste space like this was a mobile device!!!

09.03.2026 20:10 ๐Ÿ‘ 84 ๐Ÿ” 6 ๐Ÿ’ฌ 5 ๐Ÿ“Œ 0

I will give it a peek the next time, I already installed the system with SystemV and am happy with it so far.

09.03.2026 20:05 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

However, replacing systemD is not for the faint of heart nor it should be done in a system already well set up. I did it while reformatting/reinstalling my desktop experience, something I wanted to do before my trip but postponed til now.

09.03.2026 19:40 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Systemd makes managing the boot supposedly a lot easier, putting everything on a single place unlike how Linux used to be. However, I was having a very niche specific bug. Switched to the boot system used by Linux before systemD and problem solved, and in addition, the OS is going very fast.

09.03.2026 19:40 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I had no idea how resource consuming systemd is. I switched for the good ol' system v and holy shit, the system does everything faster. Like, a *lot* faster. I mean it, even in my Ryzen 3700X with 32 GB RAM I can notice the performance difference.

Holy cow. #Linux

09.03.2026 19:20 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 3 ๐Ÿ“Œ 0
Photo of a serving robot going around, with a car in its screen.

Photo of a serving robot going around, with a car in its screen.

El monticchelo necesita una de esas en vez de lo que sea que esto era

09.03.2026 17:52 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

I'm posting this recent page by itself here because I like how it came out and I got to draw so many adoptables (and cameos) #PHtR6G

09.03.2026 17:34 ๐Ÿ‘ 51 ๐Ÿ” 15 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I wonder if some of the bugs I'm having on my desktop PC would get solved by reinstalling without systemd.

Also the sound bugs started with the nvidia driver. At this point I'm considering to stick to nouveau as well, as terrible as its performance can be (I dont play many modern games anyways).

09.03.2026 15:32 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

ใƒ†ใ‚คใƒซใƒขใƒณ

08.03.2026 03:44 ๐Ÿ‘ 446 ๐Ÿ” 107 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Yup pretty much!

08.03.2026 01:51 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Sketch of a vampire bunny cuddling an anonymous sylouette labeled "you".

Sketch of a vampire bunny cuddling an anonymous sylouette labeled "you".

How to cope with PCD:

Draw something cute
<3 Have a big sized babu (probably around 3 meters tall) cuddling you

07.03.2026 21:24 ๐Ÿ‘ 103 ๐Ÿ” 13 ๐Ÿ’ฌ 3 ๐Ÿ“Œ 0

The pic is great but I don't think anyone has mentioned how great the box design is xD I love it too!

07.03.2026 21:04 ๐Ÿ‘ 5 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

This looks so good

07.03.2026 10:57 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

Daily art 64
from yesterday rawr

Here is a @sticklordy.bsky.social in all her batty glory! Woohoo! #art #furry #furryart

Its a commission for her that I made so that she can have a cool badge at the con! I think I did a good job here!

07.03.2026 09:45 ๐Ÿ‘ 49 ๐Ÿ” 11 ๐Ÿ’ฌ 5 ๐Ÿ“Œ 0

Also! #TeaseYaGame is live too? Man, what impeccable timing!

If you're looking for adventures with cartoon dinosaurs, you've found the right thing pal! Released one Adventure, now working on another Journey ๐Ÿ’›

๐Ÿฆ• store.steampowered.com/app/904750/Z...
๐Ÿฆ– store.steampowered.com/app/1814690/...

07.03.2026 09:07 ๐Ÿ‘ 93 ๐Ÿ” 35 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 1