veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#bashcore

4 posts2 participants0 posts today

[Post-mortem: BashCore Stress Test Investigation]

Test ended on Day 5.
The system didn’t crash, but I noticed the fan was working overtime. The main suspect?
kworker/0:3+kacpid turns out it was busy with ACPI tasks (power management).
So technically… BashCore held up, but ACPI didn’t like the heat. Literally.
This is a known issue on older hardware with imperfect ACPI/BIOS support.

Takeaway:
BashCore is stable, it’s the laptop that needs therapy 🤒

[Stress Test Interrupted - Day 5]

After almost 5 days of flawless uptime on a 2009 Acer Aspire One, I came back home to find the netbook as warm as a toaster.
The fan was spinning like it was ready for takeoff... main suspect: #kworker.
No crash, but just to be safe, I shut it down. I’ll be away for 3 days.

So, the test ends here…

Scientific conclusion:
BashCore survives, but kworker has more stamina than I do 🤣

[Day 4 – BashCore Stress Test Update]
Running live from an old Acer Aspire One D160 (2009, 2 GB RAM, USB 2.0 boot, no battery).
Uptime: 4d 5h
RAM: 944 MB / 1.91 GB
Load avg: 0.22 0.14 0.25
stress-ng still working at ~23% CPU
msfconsole and NordVPN also running.
No crashes, no slowdowns. Holding strong 💪

Still 3 days to go!

[Day 1 complete – BashCore Uptime Test]
One full day running non-stop from a USB 2.0 stick on an Acer Aspire One D160 (2009, 2 GB RAM, no battery).

RAM: 800 MB / 1.91 GB
Load avg: 0.60 0.70 0.43
Stress-ng still running at ~18% CPU
Zero crashes, zero hangs. Still responsive.

Uptime test continues... 6 days to go!

[Update – 8 hours later]
BashCore still holding strong.

RAM steady at 700 MB

Load average: 0.25 0.18 0.20

No GUI, no disk writes, 6 active terminals

Running from a USB 2.0 stick (8 GB!)

Host: Acer Aspire One D160 (2009, 2 cores, 2 GB RAM, no battery, Wi-Fi only) 😅

Uptime test continues. 6.5 days to go.

Testing BashCore's stability.
This week, I'm running a continuous 7-day uptime test on BashCore: #noGUI, minimal setup, real usage.

6 terminals, 6 tasks:

- htop

- tshark (live capture)

- ping (via proxychains + Tor)

- msfconsole

- stress loop: while true; do echo ""; sleep 5; done

- stress-ng --cpu 1 --cpu-load 15 --timeout 7d

Running on an old Acer Aspire One (D160) with 2 GB RAM with NordVPN installed.

No disk writes. No frills. Just to see if it holds.

🔥 Finally fixed a long-standing issue in my LiveBuild setup! 🔥

For months, start-stop-daemon and dpkg-divert were throwing warnings during the build, suggesting --no-rename. After countless tests, the fix was simpler than expected: an appropriate hook in LiveBuild did the trick!

Lesson learned: sometimes the solution is right in front of us! 🛠️

From day one, TShark has been an essential part of #BashCore. It’s not just a substitute for Wireshark—it’s the same powerful engine, but fully command-line. If you’re serious about network analysis and pentesting, mastering TShark is a must.

It has nothing less than Wireshark, just no GUI. Learn it, and you’ll have full control over packet capture and analysis, even on minimal systems.

wireshark.org/docs/man-pages/t

www.wireshark.orgtshark(1)