#linux monitoring
Explore tagged Tumblr posts
Link
best top 5 linux monitoring
0 notes
Text

#my post#webcore#techcore#old tech#crt#retro tech#web#crt monitor#old computers#retro computing#gnu/linux#wired
848 notes
·
View notes
Text
Atop vs Btop vs Htop vs Top: The Ultimate Linux Monitoring Tools Showdown
When it comes to keeping tabs on your Linux system’s performance, choosing the right monitoring tool can make all the difference between efficient troubleshooting and frustrating guesswork. From the classic ‘top’ command to more sophisticated alternatives like Atop, Btop, and Htop, Linux offers a range of options to suit different monitoring needs. System administrators and power users alike…
#atop#btop#everforest theme#htop#linux monitoring tools#linux performance monitoring#system administration#system resource monitoring#terminal utilities#top command
2 notes
·
View notes
Text
My laptop/desktop/server can only drive 2 additional displays, but I just gotta have that triple monitor setup. Tonight I finally made it work - had to go to Walmart and get a 25 foot HDMI cable.
Basically, the monitor is connected to another computer across the room which is then VNCing back into the main one. With a fullscreen viewer window on the monitor.
Annoyances:
There is a giant cord hanging over my bedroom door (it's mood but at some point I will need sth better to hang it with)
The mouse is invisible for some reason (Wayland tends to do that grrr)
If the display updates too fast it will crash the vnc server which also crashes the viewer. So both have to be running in while-true loops on the respective devices
I'm GOING TO FIND how to fix this Wayland invisible cursor issue. There's gotta be some cool feature nobody uses that errors out and causes no theme to be loaded and there's no fallback like on xorg or something
32 notes
·
View notes
Text
seriously considering buying a cheap second hand laptop for trying out new distros and otherwise fucking around with linux so i dont have to mess with my actual main setup
#i could also buy a pi but then I'd be restricted to distros that support arm#and also I'd still need to get a monitor and keyboard (and a mouse ig depending on what I'm trying out) but im sure i can find some#where can i find the cheapest crappiest bricked laptops that are not hard to repair#im sure a lot of them could be 'repaired' by just installing linux on them in the first place lol#I took a quick look on ebay and found a listing for £50 with lowkey better specs than my actual laptop...#but £50 is still a lot of money to be spending on a whim I'd need to justify it :/
7 notes
·
View notes
Text

I love my silly goofy lights
2 notes
·
View notes
Text
now back to our regularly scheduled goofs.
didja guys know once dia gets his roots settled he starts tinkering again!! A big part of his ever present depression on Alternia is he’s lost his drive to tinker. Man builds robots for nefarious purposes. I think he’d genuinely try to make like, a somewhat-coherent AI but he’s got no formal training or education so its just him figuring shit out the hard nd complicated way. He gets Leonra to look over some coding he did once and Leo forbids him from ever using a keyboard again. Code so spaghetti it’d put an Italian restaurant outta business
#chow.txt#i mean for all intents and purposes he did scrap together the computing system on his mask#but in my mind it’s like. linux based and easily modified.#the mask isn’t supposed to be artificially intelligent. it just monitors body functions
4 notes
·
View notes
Text
I wish to play around some more in the BG3 character creator but alas, my laptop is shit.
#tmi#maybe i should see if i can download the sims on it#that should be less likely to freeze & crash... assuming i can even run it on linux without doing it through wine#god i need to set up my desktop#maybe tomorrow after doing the dishes#just move everything off my desk & get my brother to help me bring the desktop box upstairs#also steal the old computer monitor from the basement (thankfully it was on a shelf high enough to not get touched in the flood)
2 notes
·
View notes
Text
I think every computer user needs to read this because holy fucking shit this is fucking horrible.
So Windows has a new feature incoming called Recall where your computer will first, monitor everything you do with screenshots every couple of seconds and "process that" with an AI.
Hey, errrr, fuck no? This isn't merely because AI is really energy intensive to the point that it causes environmental damage. This is because it's basically surveilling what you are doing on your fucking desktop.
This AI is not going to be on your desktop, like all AI, it's going to be done on another server, "in the cloud" to be precise, so all those data and screenshot? They're going to go off to Microsoft. Microsoft are going to be monitoring what you do on your own computer.
Now of course Microsoft are going to be all "oooh, it's okay, we'll keep your data safe". They won't. Let me just remind you that evidence given over from Facebook has been used to prosecute a mother and daughter for an "illegal abortion", Microsoft will likely do the same.
And before someone goes "durrr, nuthin' to fear, nuthin to hide", let me remind you that you can be doing completely legal and righteous acts and still have the police on your arse. Are you an activist? Don't even need to be a hackivist, you can just be very vocal about something concerning and have the fucking police on your arse. They did this with environmental protesters in the UK. The culture war against transgender people looks likely to be heading in a direction wherein people looking for information on transgender people or help transitioning will be tracked down too. You have plenty to hide from the government, including your opinions and ideas.
Again, look into backing up your shit and switching to Linux Mint or Ubuntu to get away from Microsoft doing this shit.
44K notes
·
View notes
Text
Comparative review of best #WiFi Adapters with monitor mode and packet injection capabilities for #KaliLinux for real-world.
#aircrack-ng#Atheros AR9271#Cracking#Driver#GUI#Hashcat#Kali Linux#Linux#Linux Kernel#monit#Monitor#monitor mode#Monitoring#N600#packet injection#PCI#Penetration Test#penetration testing#Pyrit#Reaver-WPS#Recommended#RTL8812AU#RTL8814AU#Security#Security Audit#TP-Link#Troubleshooting#Virtualbox#wireless#Wireless Cards
0 notes
Link
#Automation#cloud#configuration#containerization#deploy#DevOps#Docker#feedaggregator#FreshRSS#Linux#Monitoring#news#open-source#Performance#Privacy#RSSreader#self-hosted#Server#systemadministration#updates#webapplication
0 notes
Text
I love it when I'm doing a headless setup of a raspberry pi and I need the mac address to register on the wifi, but I can only get the mac address once I've ssh-ed onto it from the same network, whihc requires registering onto the netwoRK WITH THE MAC ADDRESS--
#strawberry debug#I'm at the point where I'm just gonna borrow a keyboard and monitor from the shop and NOT set it up headless#love linux#hate our IT infrastructure
0 notes
Text
so. a long time ago on a planet far far away (earlier this year in the room im sitting in now) i switched to using wezterm, and in that i configured a neat little status bar that outputted the cpu, ram, and timestamp of the current system. was cool, but only worked for the system it was running on, and i ssh into another machine for work
at some point i started using tmux full-time (multiplexing is broken in wezterm), but i still wanted this status bar, so i bit the bullet and rewrote the entire thing as a nushell script and integrated it into tmux. this worked brill, since it now worked for the current system i was logged into
unfortunately, it wasnt perfect since i am using sys cpu in nushell to get the cpu load, which measures over 400ms, meaning every call to the status line took at least that long. this was fine i guess, it sometimes caused some timing issues but worked well enough
well enough until just the last few days, when i switched to zellij. now it does status bars completely differently, but the upshot is that there's a separate instance for each tab. this is fine normally, but now it means that every tab i have (which can be quite a few) is running this long-winded cpu monitoring process every second and all out of order
so i've just said fuck it. my macs now have a launchd agent, my linuxs now have a systemd service. these things now run a single cpu monitoring call on loop in the background and dump it to a json file, from which the status line now reads from if it can and uses instead. that status line call has gone from 450ms to 50ms. the underlying call to collect all the system info has gone from 400ms to <1ms. all my tabs have the same values at the same time. all is good
#lizabeth talkabeth#ive wanted to do this for ages since it was bugging me the timing issue thing#but writing the same background service for 2 different sys management things was going to be tedious#it was but it's all done now :)#the monitoring call is all async anyway so it's not exactly taking up cpu cycles#but ive always been doing multiple of those calls every second so it's def an improvement to drop to 1#linux#macos
0 notes
Text
Install Splunk and Veeam App on Windows Server to monitor VBR
Splunk Enterprise is a powerful platform that automates the collection, indexing, monitoring, and alerting of data. This enables you to aggregate and analyze events efficiently. With Splunk, you can gain full control over your data flow and leverage it to drive business insights and decisions. Kindly read about data management and governance. n this acticle, we shall discuss how to install Splunk…
#Backup#Backup and Recovery#Backup Data#Backup Files and Folders#Linux#MacOS#Microsoft Windows#monitor#Monitor Backup#Monitor VBR with Splunk#Monitor Veeam Backup And Replication [VBR] with Splunk#Splunk#Splunk Enterprise#Veeam App for Splunk#Veeam App for Splunk Setup#Windows 10#Windows 11#Windows Server#Windows Server 2012#Windows Server 2016#Windows Server 2019#Windows Server 2022
0 notes
Text
reblog for the most chaos PC we can manage
30K notes
·
View notes