• 125 Posts
  • 92 Comments
Joined 11 months ago
cake
Cake day: July 28th, 2023

help-circle
  • I’ve used Fastmail with a custom domain for a few years now… (5+?) and have been really happy with it. I wish it was a bit cheaper (or had a better family plan), but it works well with my terminal email client (mutt).

    The web client is pretty quick and I use the calendar there all the time. Fastmail supports all the normal standards such as CalDAV, so you can use it with third party applications.



























  • Great, I’m glad you now have sound :)

    To have the script run at boot, you need to create a service file:

    sudo gedit /etc/systemd/system/necessary-verbs.service
    

    That should open a text editor that you can write into. You can replace gedit with vim or nano if you prefer those.

    In that file, you want to put the following contents:

    [Unit]
    Description=Run internal speaker fix script at startup
    After=getty.target
    
    [Service]
    Type=simple
    ExecStart=/usr/local/sbin/necessary-verbs.sh
    TimeoutStartSec=0
    
    [Install]
    WantedBy=default.target 
    

    Once you save that file, you can enable it as follows:

    sudo systemctl daemon-reload
    sudo systemctl enable necessary-verbs.service
    

    Now, when you boot, this service will run that script and thus setup your audio.

    See if you can get that to work.













  • Not a fan of the XPS line (expensive, not great thermals, and meh port selection) and I have never own one (though I’ve seen others with them). That said, I have a few of their Latitudes (currently using Latitude 7420) and one Precision and those run Linux really well.

    One thing most people don’t realize is that Dell does support Linux (ie. Ubuntu) beyond the XPS line and you can buy Latitudes or Precisions with Linux support OOTB. Additionally, Dell ships firmware updates via LVFS on their XPS, Latitude, and Precision lines. The support isn’t perfect, but I have been happy with using Dell hardware and Linux for over a decade now.

    PS. You can get really good deals via the Dell Outlet (my current laptop is refurbished from there), and you can usually find a number of off-lease or 2nd systems or parts on Ebay (very similar to Thinkpads).