Uncategorized
Fedora 30 Wallpapers Available To Download Paid Members Public
Fedora 30 is scheduled to be released on 30, July this year. The new Fedora 30 wallpapers have been made available to download. For each new release, wallpapers are selected by the community through voting. A total number of 56 wallpapers were submitted out of which 16 have been voted
Host Website On Our Own Server - Web Server Setup Series Paid Members Public
Today we’ll continue our web server setup series. In this series, we’ve already installed and setup our web server, configured & secured cPanel and point domain name to the server. At any time if you’ve trouble setting something up something, let me know in the comment section
10 Best Flat Icon Gnome Themes Paid Members Public
Every Linux distribution comes with a couple of nice and clean icons themes. Many users just stick to only those themes and never try other awesome themes they’ve in the bag. In this article, I’m going to list out 10 best Flat design icon Gnome themes that you’
Import & Export Databases In MySQL Ubuntu CLI - Part 5 Paid Members Public
In this article of MySQL series, we’ll learn to import & export DBs. When you work with SQL, you will often be taking a backup of your databases. You will also be importing previously taken backups. All of this is an integral part of learning MySQL. Exporting a Database
Install Dropbox To Share Files Between Linux And Windows Paid Members Public
Today we will see how to install Dropbox to be able to use it without any type of problem in dual boot systems. There are many users who have a dual boot with windows and one of the many existing Linux distros. To be able to access Dropbox content in
How To Automatically Change GNOME Background In Intervals Using BASH Paid Members Public
Have you ever wanted to have that automatic background switching the feature on your GNOME Linux distro? I missed that feature after I switched from Cinnamon to GNOME 🙁 Searched for apps in the software center and alas there is none that I could find. However, today Iâm happy to
FocusWriter An App For Distraction-Free Writing Paid Members Public
FocusWriter is a distraction-free word processor program that hides all the interfaces: menu bar, toolbar, status bar, etc and starts in fullscreen mode to enable the user fully immersed in their work. The program’s primary feature is to focus only on user’s writing productivity and not provide another
Inserting Data Into Tables - MySQL Series Part 4 Paid Members Public
Data insertion is very important in understanding MySQL databases. If the right data is not inserted in the right columns, we may get a lot of errors. Let us quickly create a small employee table by running the following command. create table employee(name varchar(20), city varchar(10), salary