Audiocasts/Shows/Videos: This Week in Linux, Sudo Show, Why Don't Linux Terminals Show The Pasword You Type
-
On this episode of This Week in Linux: Linux 5.18, System76 & HP Team Up To Make HP Dev One Laptop, the State of the Budgie Desktop, KDE Plasma 5.25 Beta Released, KDE Participating in Google Summer of Code, Ubuntu Improving Firefox Snap Performance, Clonezilla Live 3.0 Released, SteamOS 3.2 Released, iFixIt’s Steam Deck Repair Parts, and Linux Gaming Deals. All that and much more on Your Weekly Source for Linux GNews!
-
Eric joins Brandon again this time to talk about the RHEL 9 release!
-
When you're new to linux one thing can be really confusing, when you type a password into sudo, passwd and similar commands you don't get any feedback and in the case of the steam deck this has lead to a lot of confusion.
| today's howtos
-
Red Hat has released its latest and stable operating system RHEL 9 (Red Hat Enterprise Linux). RHEL 9 meets the requirements of hybrid cloud environment as it can be installed on a physical server, virtual machine and in a container built from Red Hat Universal images (UBIs).
In this guide, we will cover how to install RHEL 9 step by step along with screenshots. Before jumping into the installation steps, let’s look at new features and improvements in RHEL 9.
-
In this tutorial, we will show you how to install Zsh on Ubuntu 22.04 LTS. For those of you who didn’t know, Z shell (ZSH) Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. ZSH is the default shell of MacOS, also available for Linux and Windows users. Just like the Linux-native Bash shell, Zsh is also a scripting language that allows you to write your own scripts and automate tasks.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Zsh powerful Unix command interpreter on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.
-
Sudo stands for superuser do. It is a command-line utility that permits trusted users to run commands as another user by default root. When prefixed with any command, the superuser temporarily gives another user rights as an alternative root. If you, for instance, want to access any system-related setting or, rather say, update a system or edit system files, you must log in as a “root” user in Linux.
Ideally, root users have the right to perform any system task. However, sudo privileges can also be assigned to other users to act as a root. The basic philosophy is to give as few privileges as possible but still permit users to complete their work. Additionally, sudo is an effective way to log who ran which command and when.
It is also advised to utilize this command carefully as it contains all the admin rights. As such, any misuse of the command may lead to severe damage to the system. In the latest release of Debian, version 11 (Bullseye), the sudo user’s info is stored in the sudoers file, located in the “/etc/sudoers” directory.
-
Notepad++ is a text and source code editor. It supports tabbed editing, which allows working with multiple open files in a single window. The product’s name comes from the C increment operator.
It provides a large number of options to work with it including syntax highlighting. Also it keeps smaller program sizes and faster execution with lower CPU uses.
-
In this tutorial, we will show you how to install Vivaldi Browser on Ubuntu 22.04 LTS. For those of you who didn’t know, Vivaldi is a multi-platform, open-source Chromium-based web browser developed by Vivaldi Technologies. It has a minimalistic user interface with basic icons and fonts and, an optionally color scheme that changes based on the background and design of the web page being visited.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Vivaldi web browser on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.
-
In this tutorial you will learn how to install Kali Linux on Virtualbox on Linux. Kali Linux is a Linux distro mainly used for Security Research, Penetration testing, Computer forensics and Reverse Engineering.
-
This article will show you how to change the colors for user, host, and directory information of the Linux terminal prompt.
By default, many Linux installations come with simple black-and-white color prompts. However, because a Linux user spends a lot of time in the terminal emulator, it would be nice if we could visually improve our experience.
So, in keeping with the “A picture is worth a thousand words” maxim, let us show what we mean.
-
In this tutorial, we will show you how to install WPS office on Fedora systems.
WPS office is a lightweight, feature-rich comprehensive office suite with high compatibility. It also comes pre-installed on Fire tablets.
WPS Office allows you to edit files in Writer, Presentation, Spreadsheet, and PDF to improve your work efficiency.
-
Today you will learn How to create Users in Kolab
Kolab is an open-source Email server I have configured in my previous tutorial. In this tutorial, we will configure further steps of creating users and the configuration of the email clients.
-
This post is about How to install a free open source IT asset management server (SNIPE-IT)
Snipe-IT was made for IT asset management to enable IT departments to track who has which laptop, when it was purchased, and other IT assets management, which software licenses and accessories are available, etc.
-
I noticed there’s a common anti-pattern in some PKGBUILDs, the short scripts that are used to build Arch Linux packages. Specifically we’re looking at the part that references the source code used when building a package:
|
today's leftovers
-
Taiwan based Cincoze, released a compact and robust PC that is powered by 9/8th Gen Intel Core CPUs (i7, i5, i3) and up to 128GB of DDR4 memory. The company claims the DV-1000 PC has a footprint of half a sheet of an A4 paper but it packs several interfaces to meet demands in industrial, robotics, in-vehicle computing and many other applications.
For storage options, the DV-1000 includes one SATA tray, two mSATA slots, one M.2 Key M 2280 slot for NVMe SSD. In addition to supporting legacy displays such as two VGA ports, the rugged PC provides one DisplayPort and one HDMI port.
-
In that scenario, could only save the session at shutdown. Which I was not entirely happy with. If doing some important work that don't want to lose, having to reboot just to save the session, is not satisfactory.
-
The proposal deadline is June 12, which is right around the corner. We have excellent submissions, for which we gratefully thank our submitters! For the rest of you, we do have one problem, namely that we do not yet have your submission. So please point your browser at the call-for-proposals page and submit your proposal. After all, if you don’t submit it, we won’t accept it!
-
There is a new application available for Sparkers: Bitcoin Core
-
Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages. Rust continues the spirit of C with emphasis on code safety and performance with a compiled approach.
Raku is an open source, gradually typed, Unicode-ready, concurrency friendly programming language made for at least the next hundred years. Raku continues the spirit of Perl with interpreter-like code generation (actually on MoarVM), one-liners, shell-centric, lightweight objects and expressiveness to get code up and running fast.
| Using GNU/Linux Like It's Windows
-
I keep seeing the systemd haters spouting their nonsense on the Internet.
-
Using Windows Setup EXEs can be difficult on Linux. This shows you how to do that with a variety of different Windows programs and how to interface with existing programs.
|
Recent comments
8 hours 13 min ago
1 day 9 hours ago
1 day 9 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 16 hours ago
1 day 22 hours ago
1 day 22 hours ago