today's howtos
-
How to Install Latest Python on Ubuntu Linux
Python is a high-level programming language that is continually taking the interest of many users in the Linux community. The Python general-purpose programming language is in the top ranks with other popular programming languages due to its applicability in web and software development.
-
2 Ways to Capture Website Screenshots from the Command-line on Linux - TREND OCEANS
You might be using ksnip or flameshot to take screenshots of single or multiple web pages. No doubt, both are great tools that provide you with rich full features that make it easy to take screenshots and later edit the image.
-
Install VSFTPD FTP Server on Ubuntu 20.04 LTS Linux
This tutorial is to know how we can install, config, setup, and use the VSFTPD FTP server on Ubuntu 20.04 LTS Focal Fossa using the command terminal.
Vsftpd is an FTP server that is very consciously designed for security. For example, the program checks its configuration and the rights of all files it is to access before starting and refuses to start if it is configured incorrectly. We can use this open-source program to set up an FTP server on Ubuntu Linux.
-
Install Discourse on Ubuntu 20.04 LTS Focal Linux - Linux Shout
Discourse is open-source forum software that can also be used as a comment system for a website. The creators want to create the basis for modern Internet forums. Here we learn the commands to install the Discourse on Ubuntu 20.04 LTS Focal Fossa Linux to create our own self-hosted Forum.
-
How to Install NVIDIA Drivers on Fedora 37 Linux
When it comes to graphics processing, speed is often of the essence. For any Linux user who relies on their system for gaming or graphic design, having the fastest drivers possible is essential. While most modern Linux distributions come with Nouveau drivers pre-installed, these are often not the most up-to-date or well-supported drivers available. However, the Nouveau open-source graphics device driver for Nvidia video cards is typically slower than Nvidia’s proprietary or open-source driver and lacks support for the latest hardware features and software technology. In most cases, upgrading to proper NVIDIA drivers will provide a much better experience. In some situations, the improvement in speed and performance can be substantial.
The following tutorial will teach you how to install the Nvidia Drivers on Fedora 37 Linux from the Nvidia Proprietary Repository RPM Fusion or Nvidia RPM Cuda REPO using cli with the command line terminal.
-
How to Install Brave Browser on Fedora 37 Linux
Brave is a free and open-source web browser developed by Brave Software, Inc. based on the Chromium web browser. Brave is a privacy-focused internet browser that sets itself apart from other browsers by automatically blocking online advertisements and website trackers in its default settings. Brave claims its browser puts less strain on your computer’s performance than Google Chrome. Even with multiple tabs open at once, the new Brave Software uses 66% less memory and has 50 million more active users than before – a growth of 2X in 5 years! In addition to its privacy features, Brave also includes built-in security and performance enhancement tools, making it a well-rounded choice for those looking for a safe and fast browsing experience.
In the following tutorial, you will learn how to install Brave Browser on Fedora 37 Linux by importing the official GPG keys and repository with step-by-step instructions on installing, updating, and removing the browser, including disabling/enabling the DNF repository. As a bonus, the beta and nightly optional installation methods are included, installed alongside stable.
-
How to Install Avidemux on Linux Mint 21 LTS
Avidemux is a free, open-source software application for non-linear video editing and transcoding multimedia files. It supports many file types, including AVI, DVD-compatible MPEG files, MP4, and ASF, using a variety of codecs. It is trendy as it allows users to cut, join, split, rotate videos, and add filters. Avidemux has a wide range of features that makes it a popular choice for video editing, including support for most popular video formats, the ability to cutting and joining video files without re-encoding, and power management features allowing you to automatically shutdown your computer when the job is done and much more. If you are looking for an easy-to-use video editor with all the features you need, then Avidemux is the right choice for you.
The following tutorial will teach you how to install Avidemux on Linux Mint 21 LTS using the command line terminal and the LaunchPAD PPA by the XtraDEB team.
-
24 of our favorite articles in a downloadable eBook
One day in March of 2020, a few of my Opensource.com teammates and I grabbed lunch to talk about how we would work from home for the next couple of weeks until this pandemic got nipped in the bud. At the end of the work day, I packed up my laptop and walked out the door of our office building. Several months later, we were all still working from home. None of us had returned to our office-based workstations. In July 2020, using safety precautions, we were granted access to our workstation solely to retrieve personal items. My desk was left exactly as I left it that afternoon in March. Expiring snacks stashed in my secret drawer. Picture frames collecting dust. Comic strips pinned up.
And a pile of several bound copies of Best of a decade on Opensource.com 2010-2019. Our last yearbook that was published (and printed)!
Like most folks, the Opensource.com community had to pivot how we operated in order to stay connected. Sure, we continued our weekly video calls. But in-person conferences, a unique time where people would travel from all over the world to be together, were out of the question. Though some of this operational stuff has changed, the connection with one another has strengthened. It is due time to publish a new yearbook to honor that connection. This yearbook was created to celebrate our correspondents.
TheOpensource.com Correspondent Programrecognizes the critical group of our most trusted and committed contributors. We recently closed out yet another successful program year with 24 correspondents. Each correspondent selected their favorite article to be included in this downloadable yearbook. In it,you'll find Raspberry Pi tutorials, career stories, home automation tips, Linux tricks, and much more.
-
How I switched from Docker Desktop to Colima
DDEV is an open source tool that makes it simple to get local PHP development environments up and running within minutes. It’s powerful and flexible as a result of its per-project environment configurations, which can be extended, version controlled, and shared. In short, DDEV aims to allow development teams to use containers in their workflow without the complexities of bespoke configuration.
DDEV replaces more traditional AMP stack solutions (WAMP, MAMP, XAMPP, and so on) with a flexible, modern, container-based solution. Because it uses containers, DDEV allows each project to use any set of applications, versions of web servers, database servers, search index servers, and other types of software.
In March 2022, the DDEV team announced support for Colima, an open source Docker Desktop replacement for macOS and Linux. Colima is open source, and by all reports it’s got performance gains over its alternative, so using Colima seems like a no-brainer.
-
DOS Flood With hping3
This tutorial explains how to execute DDOS (Distributed Denial of Service) attacks using the hping3 tool.
After reading this article you will be able to install hping3 to execute both DOS and DDOS tests. Except for the installation process based on Debian, the rest of this document is valid for all Linux distributions.
In case you are not familiar with DOS and DDOS attacks, you may want to start by reading a DOS and DDOS introduction.
All steps described below include screenshots to make it easy for every Linux user to follow them.
-
Run All Programs In A Directory Via Sudo In Linux - OSTechNix
This brief guide explains how to allow an user to run all programs in a directory via sudo and deny the user to run programs in other directories in Linux and Unix-like systems.
-
How to Check if You are Using Wayland or Xorg?
There is a technical transition taking place in the desktop Linux world.
Most mainstream distros have started to move to the Wayland display server by default.
But not all legacy components are compatible with the newer Wayland. They work only with the good old X or Xorg display server.
So, when you are having trouble with your Linux system, it would be wise to check if the problem is coming because of the display server.
-
How to Install Custom Fonts on Linux (Ubuntu, Debian, RedHat) - TREND OCEANS
Linux gives you complete freedom to experiment with the user experience. For this reason, one can try to change the desktop environment to any window manager like i3wm, bspwm, xmonad, etc. Not only that, but you can also change your display manager and audio manager from what you have received from the installed distribution.
But we are not here to change any of these things except the font, because after the installation you may not be able to view some of the fonts in Devnangari like Sanskrit, Hindi, Marathi, and Dravidian languages like Telugu, Tamil, Kannada, and Malayalam.
Because of that, you might face problems reading content in your regional languages.
-
Install Wine on Linux Mint 20.3
Wine is a helpful tool that allows you to run many Windows applications on Linux. Therefore, if you have just shifted from Windows to Linux, this tool can prove to be your best partner in helping you getting used to the Linux environment. This article is dedicated to the method of installing Wine on a Linux Mint 20.3 system.
-
How to Change the Password on Ubuntu 22.04
A password is a word, phrase, or string of characters used to verify the identity of a user during the authentication process. It is used to differentiate an authorized user from an unauthorized user.
Today we will explore how to change a password on Ubuntu 22.04 using two different ways. The first method involves changing the password using the command line (Terminal). In the second method, we will see how a password is changed using Graphical User Interface (GUI).
-
6 Ways to Harden your Debian system - VITUX
Hardening refers to strengthening the security of your systems. Nowadays when data breaches are very common, even normal users are very much concerned about the security of their critical data. Therefore, in this article, we will share with you some of the best ways for hardening your Debian 11 and Debian 10 systems.