Customizing Firefox with CSS

header

Firefox, the most commonly bundled browser for Linux today. Lets go over making your Firefox look stylish with CSS!

5 Best Diagramming and Flowchart Software for Linux

flowheaderplain

I have spent years working as a Project Manager and Business Analyst, and documenting processes is essential to successfully completing a task. As my third grade teacher Mrs. Cornforth used to say “You can’t get where you’re going if you don’t know where you are.” So, in order to improve a process, or even introduce something new, you still have to know what is currently being done. Sure, you can write specifications, user stories, epics… but many of the users may struggle with the verbiage.

Top 5 Best E-Mail Clients For Your Linux Machine

linuxmail

E-mail is always a fun topic to write about, and it never fails to provoke a fun debate. There are even arguments regarding how it is spelled (e-mail vs. email). That being said, no one is going to be dismissive of e-mail’s importance in our digital lives, so it is not surprising that choosing which e-mail client to use sparks some passionate discussion.

Best Linux Image Editors to Unleash your Creativity With

mainimage

The term Photoshop has now become a type of genericization (a brand name that is applied to all similar products…like Kleenex for Tissues or Scotch Tape for any adhesive tape). We call bad photo editing “Photoshop Fails,” regardless of the tool actually used. When you person takes a photo on their phone and some aspect […]

Python Development Crash Course with PyCharm and Kivy

pythonbanner

Okay, you just installed PyCharm as your IDE and you want to get started. We will make the following assumptions:
* You are somewhat familiar with coding (most likely Javascript or some other client side scripting).
* You know what variables are and have an idea what a loop is.
* You are somewhat familiar with building an interface, even building a form in HTML or Access
* You have a basic understanding of object oriented programming (we will cover some of that)
Okay, so we will get started with this, and will NOT do “Hello World.”

Top 3 Best IDE for Python on Linux you should try in (2023)

Python-Flow-1

Python is a very popular (and relatively easy to learn) software development language. Like Perl, Matlab and Java (yes, Java) it is interpreted and will run almost seamlessly on various platforms (Windows, MacOS and Linux). You can even write mobile software that will run on iOS and Android. The ease of use tends to be overestimated. It is easier than Java, but it is not as straightforward and creating client-side script in Javascript. You still have to grasp the concepts of classes, methods and all it entails, but the language itself is easier (although I keep adding the random semicolon at the end of the line ;).

Before getting started, you will need to know what you want to do with Python. Are you creating script for processing files (batch jobs)? Are you creating scripts to enhance your website? Are you planning on building desktop apps (you can). Are you planning on building Mobile Apps (you CAN)? Database apps? You certainly can. However, before downloading and installing anything, please do some planning and read this article.

5 Linux Backup Software you should try in (2023)

data-backup-software-1

You have just been convinced by your Linux embracing friends (or family) to eschew the world of Windows and Macs and dive into Linux. You become overwhelmed with the available software and become so excited until the dreaded day when you have a problem with your hard drive. As much as I like Linux, I […]