[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
|
|
[2024] [2023] December November October September August July June May April March February January [2022] [2021] [2020] [2019] [2018] [2017] [2016] [2015] [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
Large systemd journal logs
[Tue Feb 28 16:59:56 CST 2023]
I don't truly know if the fact that I recently started using GNOME as my default desktop environment has anything to do with this or not, but the fact is that my root disk has been filling up pretty quick lately. When I checked, the culprit appeared to be very large (over 4GB) systemd journal logs. As it turned out, other people also ran into it. See, for instance, this blog entry explaining how to free up disk space by clearing the systemd journal logs published on the Ubuntu Handbook website. In my case, the following commands did the trick: The blog entry has other suggestions that may make sense in your case. {link to this entry}# journalctl --disk-usage # journalctl --rotate # journalctl --vacuum-time=2days Configuring Thunderbird to show folders from Office 365
[Tue Feb 21 17:22:25 CST 2023]
As part of my recent efforts to try new things, I decided to switch from neomutt to Thunderbird as the default email client for my work account. So, I had to configure it to connect to Microsoft 365. To my surprise, it was way easier than I thought. The only issue I ran into was that Thunderbird did not display all my folders by default. However, these instructions clearly explain both how to configure it and how to subscribe to whichever folders you want to view. {link to this entry} Users not listed in GDM, and broken icons in OpenWeather on GNOME Shell
[Tue Feb 21 17:10:07 CST 2023]
I recently decided to give GNOME another try. Actually, I have nothing against GNOME. I like it quite a bit. Even when they released GNOME 3 and plenty of people complained about the new GNOME Shell and the (admittedly) big changes in the interface. I find their desktop environment quite elegant, featureful yet simple, stable and easy to use. But for the last couple of years, I've been running bspwm, and i3 before that. As I've written elsewhere, from time to time, I like to switch to a different window manager or desktop environment. Just to dislodge old habits and force myself to try something new. That's always a good thing, I think.
In any case, upon starting to use GNOME as a daily driver again, I ran into a couple of issues. First of all, after I made some changes to the GNOME Shell themes, GDM stopped showing any user icons at the graphical login window. Also, after I logged in, I didn't see any user accounts in the GNOME settings. I found the solution to that problem here. Basically, check the relevant file(s) under Quick explanation about different O'Reilly book series as seen on Reddit
[Sun Feb 12 10:16:35 CST 2023]
Seen in a recent thread on Reddit where someone was asking for recommended O'Reilly books to learn Python. Here is a very good summary of the different O'Reilly book series: Overall, I have to agree with people who say that, although some O'Reilly books are not nearly as good, for the most, any of their books is a good resource for beginning and intermediate users. Or, to put it in a more colloquial way, getting an O'Reilly book is usually a safe bet, at least when compared to the competition. I own quite a few of them, and always found them to be very useful and, again, overall, of a very good quality. {link to this entry} Privacy concerns over health data
[Sat Feb 4 10:27:48 CST 2023]
A couple of days ago, we read in the news that GoodRx had been fined for sharing private health data with Facebook, Google, and others. This is certainly something that we could see comming a long time ago. I seriously doubt it surprises anyone. As our data becomes a prized commodity, we lose control of it, especially in an era clearly characterized by corporate surveillance. It goes to prove that, as many suspected years ago, governments are not our only concern. Corporations are arguably more of a problem due to the pervasiveness and popularity of their digital services. To me, the following statement from the article is a clearly exponent of today's corporate mentality: In other words, they see these practices as "business as usual". {link to this entry} |