Skip to main content

Posts

Showing posts with the label Linux

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 ...

Fedora 41 After Install Guide

    This getting started guide will help quickly set up Fedora 41 Workstation after a fresh install. This is my personal guide that has been revised through numerous Fedora releases and thoroughly vetted by the Linux community. The instructions here may seem familiar for those that referenced the  Fedora 40 Guide . Most instructions remain identical to past versions. I personally test these commands on my laptop and desktop. This guide is intended for the Fedora Workstation edition. The commands will work on the different desktop spins such as KDE and Budgie. Other Fedora editions such as Silverblue are not compatible. Fedora is a very popular Linux distro for  good reason . It is a favorite amongst developers and end users alike. Its also my current and preferred distro. Current Stable Release Fedora 41Workstation and other Spins were released as stable on October 29, 2024.  How To Use This Guide Open a command line, a la Termina...

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.

Getting Started With Fedora 20

This is my compiled list of commands to get a new Fedora installation working to my requirements.  This list will get you going with a some useful applications and the necessary codecs for watching and listening to media. This guide is made for Fedora 20 aka Heisenbug 64 bit.  Most of these instructions will carry over to the 32 bit.  If you have not yet installed Fedora, go to the project site to download the ISO and learn more about it. 

Linux Sync Services

I love syncing data.  I really do.  Its simplified life from copying files to a flash drive to move from one computer to another.  And then when I adopted my first smartphones (Palm Centro, Palm Pre) it was a hassle carrying data with me.  I would take a picture and then need a data cable to download it to my computer. Sync and backup services automate much of that now.  I like to complicate things a little further though.  I require services that work not only with Windows and Android (which most, if not all, do) but also with Linux.  Specifically, I run Ubuntu and Fedora so some apps like Ubuntu One (which I like) don't work fully for me.  Thus, my great sync service face off. adeptCloud AdeptCloud lures users in with promises of free "unlimited files of unlimited size."  The trouble is that its not truly unlimited.  This service does not offer free online storage like the others do.  Its purely for syncing files and it relie...

Hello openSUSE

Or should I say "Goodbye Ubuntu?"  I have been using Ubuntu steadily since 4.10 Warty Warthog.  Ubuntu installed easily and I even got my laptop wireless card to work at a time when it required crazy configuration and extracting Windows drivers.  I still tried other distros during that time even running some for a good while.  I tried out Fedora Core, Freespire, Linspire, Mandriva, Mint, openSUSE, and even TurboLinux (well before Ubuntu though) amongst others.  No matter what I have tried, I have come back to Ubuntu. After Gnome 3 and Unity were shown off, I switched off to Kubuntu for the KDE desktop.  KDE works well on Ubuntu but I still wasn't pleased that Canonical continues to focus on Unity.  I also contemplated a switch to Mint but when the Mint Gnome Shell Extension was announced, my heart sank.  MGSE just continued to mask the problems with these new desktops.  There was plenty of discussion about the issues with Gnome 3 (or Gnome Sh...