Linux Tutorials on the topic “fedora”
-
An introduction to Linux activity/event trackers
Author: Bill Toulas • Tags: centos, debian, desktop, fedora, opensuse, suse, ubuntu • Comments: 1
Most modern GNU/Linux distributions use some kind of a software service that tracks the user activities and events. These events can be anything, from the opening of a document file, to the chat conversation. This isn't happening for the purpose to monitor the user and sell this usage data information to 3rd parties, but to help users enjoy a more user-friendly and unified experience across their applications. For example, if you want to quickly locate that document that you opened last weekend, chances are that you will easily and promptly find it after opening your file manager and going to the “Recent” folder.
-
How to use Docker in a practical way (part 1 - Introduction)
Author: Bill Toulas • Tags: centos, debian, fedora, opensuse, suse, ubuntu, virtualization • Comments: 7
It is not an uncommon situation, for early adopters of newly introduced concepts and technologies, to be totally confused when these can fundamentally change the ways of developing and delivering services. Especially when everybody talks about something like Docker, and how awesome and game changing it is. This confusion happens when we try things early on and rushing straight to testing them without grasping the whole concept and background of this newly introduced technology.
-
How to convert packages between .deb and .rpm
Author: Bill Toulas • Tags: debian, fedora, linux, opensuse, suse, ubuntu • Comments: 3
Unfortunately, and after years of development in every part of the free software that we enjoy, there are still two primary types of software package available in GNU/Linux systems. The one is the .deb type which is used by Debian and Debian-based distributions like Ubuntu, Mint, and Elementary, and the other is the .rpm type which is used by Fedora, openSUSE, Mageia, and CentOS. Fortunately, there's a workaround for this as we can try to transform the one type to the other.
-
-
How to use snapshots, clones and replication in ZFS on Linux
Author: Ramadoni • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 16
In the previous tutorial, we learned how to create zpool's and a ZFS filesystem or dataset. In this tutorial, I will show you step by step how to work with ZFS snapshots, clones, and replication. Snapshot, clone and replication are the most powerful features of the ZFS filesystem.
-
How to set up torrent scheduling on Linux
Author: Bill Toulas • Tags: centos, debian, fedora, linux, opensuse, suse, ubuntu • Comments: 3
Today we will take a look on the methods that Linux users can follow in order to set up a scheduler for their torrent downloads. This can be useful for people who want to take advantage of their computer while they are not using it, like during the nighttime for example. This way, large portions of huge files can be downloaded without delaying your work activities, or interrupting/undermining your media consumption.
-
How to do batch image processing on the Linux Destop with XnConvert
Author: Bill Toulas • Tags: centos, debian, desktop, fedora, linux, suse, ubuntu • Comments: 1
GIMP is great and I use it all the time, but when it comes to batch image processing on Linux, nothing is more handy and simple to use than XnConvert. Although not an open source software, this batch raster graphics editor comes for free without any limitations for private use, and works in all platforms and architectures. You can get it from the official website as a complementary part of XnView (it's standalone). Here comes a tutorial on how to use this simple yet powerful tool on Linux.
-
Design PCB and Generate Schematic Drawings with Fritzing on Linux
Author: Bill Toulas • Tags: centos, debian, desktop, fedora, linux, suse, ubuntu • Comments: 1
Fritzing is a new open source PCB designer that supports Linux systems. Its power stems from its user-friendly interface, drag n drop features, pleasing visuals, and comprehensive views. To me, it looks very much like Autodesk's 123D Circuits and also works very similarly to it too, so this is very positive to say the least.
-
How to stitch photos into a panorama with Hugin Panorama Creator on Linux
Author: Bill Toulas • Tags: centos, debian, desktop, fedora, linux, opensuse, ubuntu • Comments: 0
Almost every modern digital camera offers the ability of “on the fly” panorama creation, but often you will find the result of this automated process not to meet expectations. For this reason, it's best to take the sequence of photos as individual continuous images and then you use some kind of software tool to stitch them together in a proper way.
-
How to install a wireless hotspot with captive page on Linux using CoovaChilli
Author: Joseph Zikusooka • Tags: fedora, linux, mysql, networking, security • Comments: 11
The purpose of this article is to demonstrate how you can turn a Linux based computer or laptop into a wireless hotspot where users can be authenticated via a captive portal page. For this task, the primary controller software will be CoovaChilli. This software is an ideal hotspot management solution for hotels, restaurants, supermarkets, parks, and any place offering WiFi Internet.
-
How to install and set up multiple chess engines on XBoard
Author: Bill Toulas • Tags: arch linux, centos, debian, desktop, fedora, linux, suse, ubuntu • Comments: 2
XBoard is an open source graphical chess interface that was made to be compatible with the X window system and that can accept mouse moves, support countless chess engines and even allow the playing of chess variations. It can also serve as a front-end for local game analysis, net server based games, or even email chess (auto-parsing of received mail moves and auto-sending of mail when move is done).