Skip to main content

Linux Uptime

Linux rarely needs a reboot.  With more recent kernels, it doesn't really need to reboot at all.  Since I've been studying for my CompTIA A+ exam, I've left a lot of material open and handy.  I lost track of how long my desktop had been running so I ran a simple terminal command "uptime" to see.



Yes, that would be 53 days, 14 hours, and 38 minutes.  Try doing that on Windows.


Comments

Popular posts from this blog

Praying Mantis Sees You

Shot with my Motorola Droid Turbo.  No touch ups but minor cropping.  Taken summer 2015.

Phone Shopping

One of my ongoing quests is to build an Android ecosystem that allows for easy or even seamless transition between devices.  Those devices will include a phone (well, duh), tablet, watch, and laptop.  This is a fairly common combination of devices but like others, I have my own unique wants and needs.  To build the mobile ecosystem, its best to start with the core device: the phone.  How do I choose though?  This is when those wants and needs should be defined.   What am I looking for?  What will I use it for? Camera: I have kids so I require a camera with a fast shutter and wide aperture.  Telephoto helps too for soccer games.  A strong macro would help especially since I take lots of nature pictures. Strong signal: my classroom is an interior room in a concrete cinder block dystopian hole.  I need a phone that'll fry an egg with radiation to get service. Flat display Heat management Google Pixel 8 Pro  Pros Google is the primary f...

How to Make Fedora Look Like Ubuntu

  Ubuntu is known for its theming and Unity-esque appearance.  Fedora's theme has improved over the years, but I still largely prefer the appearance of Ubuntu.  It has a certain Mac like modern look to it and the Ubuntu font is among the best available.  To make Fedora look like Ubuntu, you can follow these steps: Open a terminal and run: sudo dnf install gnome-shell-yaru Enable the Yaru theme in GnomeTweaks. Install Tweaks first if needed. sudo dnf install gnome-tweaks Go to the "Appearance" tab and select the Yaru theme for the Shell, Icons, and Cursor. Install Gogh for Terminal Theme Install Gogh from GitHub: sh git clone https://github.com/Gogh-Co/Gogh.git cd Gogh ./install.sh Select the "Clone of Ubuntu" profile for your terminal: gogh clone ubuntu Apply the theme: gogh apply ubuntu Install Ubuntu Fonts : Download the Ubuntu font family from Google Fonts. Copy the font files to the fonts directory: sudo ...