Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 ... 7359 ) Next »
Ansible Guide: Manage Files using Ansible
In this guide, I'll show you how to manage files using ansible modules. You will learn how to copy, edit, insert, download and replace files using Ansible.
Facebook open sources C++ F14 hash table
Video: Making fast hash tables in programming, which don't cause collision trouble, is one of computing's holy grails. Facebook thinks it's created a good one.
How to Install Phorum with Nginx on Ubuntu 18.04 LTS
Phorum is a PHP and MySQL based Open Source forum software. In this guide, we will guide you step-by-step through the Phorum installation process on the Ubuntu 18.04 LTS operating system using Nginx as the web server, MySQL as the database, and acme.sh and Let's Encrypt for HTTPS.
How secure are your containerized apps?
I love containers. You love containers. We all love containers. But is our love for them blinding to us the fact that we often don't really know what's running within them? Containers are only as secure as their contents.
How To Install and Configure Gogs on Ubuntu 18.04
Gogs is a self-hosted open source git server written in Go. It includes a repository file editor, project issue tracking, and a built-in wiki. This tutorial covers the steps to install and configure Gogs on Ubuntu 18.04. The same instructions apply for Ubuntu 16.04 and any other Ubuntu-based distribution.
Development board with triple DP++ ports runs on Ryzen R1000
Sapphire has launched an “AMD FS-FP5R 5?5” SBC with an AMD Ryzen Embedded R1000 SoC plus 2x GbE, 3x DP++, USB 3.1, SATA III, and M.2 expansion. Sapphire also sells two Ryzen V1000 based SBCs. Hong Kong based Sapphire Embedded Solutions is primarily known for its gaming and graphics cards, but it also has an […]
Harvey Available As Flatpak App
Harvey, a color conformance app for keeping accessibility in mind when designing websites, has been released as flatpak app recently. I've tried the app and found it to be simple but effective.
Firefox and Emerging Markets Leadership
Building on the success of Firefox Quantum, we have a renewed focus on better enabling people to take control of their internet-connected lives as their trusted personal agent — through continued evolution of the browser and web platform — and with new products and services that provide enhanced security, privacy and user agency across connected life.
The state of Linux graphic design tools in 2019
Before I begin this test of Linux graphic design tools, I should admit two things up front. First, I am a designer, not a software developer. Second, although I try to incorporate open source methodologies and principles wherever I can, my field pretty much demands that I use Adobe software on a sticker-emblazoned MacBook Pro. (I know, hate me if you must.) For the purposes of this research project, however, I am running Fedora 29 on a repurposed Mac Mini.
read more
How to perform HTTP requests with python - Part 1: The standard Library
HTTP is the protocol used by the World Wide Web, that's why being able to interact with it programmatically is essential: scraping a web page, communicating with a service APIs, or even simply downloading a file, are all tasks based on this interaction. Python makes such operations very easy: some useful functions are already provided in the standard library, and for more complex tasks it's possible (and even recommended) to use the external requests module.
How To Change A Username On Ubuntu, Debian, Linux Mint Or Fedora
This is a step by step guide on how to change your username on Debian, Ubuntu, Linux Mint (and other Linux distributions based on Debian/Ubuntu), and Fedora.
How to import your existing SSH keys into your GPG key
In the first article in this series, I explained how to use your GPG key to authenticate your SSH connections. If you're like me, you already have one or more existing SSH keys. And, if you're like me, you also don't want to have to log into every server you use to update the authorized_keys file. A way around this is to import your existing SSH keys into your GPG key. This will eliminate the need for private key files.
read more
10 Reasons To Change Windows For Linux In 2019
Today I decided to look at the situation from a certain angle, and present you ten reasons to change Windows to Linux in 2019.
Five Methods To Check Your Current Runlevel In Linux?
2DayGeek: These commands allows you to check your current run level details.
Automate backups with restic and systemd
Timely backups are important. So much so that backing up software is a common topic of discussion, even here on the Fedora Magazine. This article demonstrates how to automate backups with restic using only systemd unit files. For an introduction to restic, be sure to check out our article Use restic on Fedora for encrypted […]
5 XFCE Terminal Themes You Should Try
There are numerous ways to spruce up the XFCE terminal. For those who want to tweak their terminal, here are five great XFCE terminal themes to check out.
Linux cd Command
The cd command is one of the most basic and frequently used commands when working on the Linux command line. The cd command, which stands for “change directory” is used to change the current working directory in Linux and other Unix-like operating systems.
How to enable SSH access using a GPG key for authentication
Many of us are familiar with Secure Shell (SSH), which allows us to connect to other systems using a key instead of a password. This guide will explain how to eliminate SSH keys and use a GNU Privacy Guard (GPG) subkey instead.
read more
Analyze Network Traffic With Termshark, A Terminal UI For TShark (Wireshark)
Termshark is a new terminal user interface for TShark (network protocol analyzer), inspired by Wireshark. It runs on Linux, macOS and Windows.
Bash For Loop With Examples
Bash For Loop is used to execute a series of commands repeatedly until certain condition reached. Basically, Loops in any programming languages are used to execute a series of commands or tasks again and again until the certain condition becomes false. Loops are useful in bash to perform repetitive tasks.
« Previous ( 1 ... 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 ... 7359 ) Next »