How to Install Docker on Ubuntu
Guide on the two approaches to install Docker on Ubuntu by installing Docker from the official Docker repository and installing it from the Ubuntu repository.
Read MoreGuide on the two approaches to install Docker on Ubuntu by installing Docker from the official Docker repository and installing it from the Ubuntu repository.
Read MoreThis comprehensive guide compares Ubuntu and Red Hat Linux, two of the most popular Linux distributions. It covers aspects like package management, system administration, community support, and typical use cases, providing insights to help you decide w…
Read MoreKeeping track of installed Python packages in Linux is essential for developers. This guide shows you how to use simple command-line tools to list all Python packages installed on your system, helping you manage dependencies and maintain a clean develo…
Read MoreThis guide provides a thorough walkthrough for installing pip, the Python package manager, across different Linux distributions. Learn the specific steps for distributions like Ubuntu, Fedora, and CentOS, ensuring you can manage Python packages effecti…
Read MoreGuide on how to install Git, how to utilize it properly to simplify your activities, and how to set up a new account and initialize your first Git repository.
Read MoreThis simple tutorial shows how to install the most recent xxHash for faster hash checking in Ubuntu Linux. xxHash is extremely fast non-cryptographic hash algorithm, working at RAM speed limit. It can be useful to check integrity for large amounts of data, index data, and/or used in cryptographic applications like digital signatures. The library includes […]
Read MoreDear CTT translators:
Thank you very much for your contribution in the past year.
We have done a good job as always.
1. keep on localizing www.gnu.org to Simplified Chinese
2. help review the new translation of GNU licence: GFDL
3. welcomed …
Read MoreThe DistroWatch news feed is brought to you by TUXEDO COMPUTERS. This week in DistroWatch Weekly: Review: Favourite and interesting distributions of 2023News: UBports upgrades its components, Debian plans to phase out 32-bit x86 media, Asahi Linux rel…
Read MoreI’m very pleased to announce the release of a new version of GNU PSPP. PSPP is a program for statistical analysis of sampled data. It is a free replacement for the proprietary program SPSS.
Changes from 1.6.2-pre2 to 2.0.0:
The CTABLES comman…
Read MoreThis is a step by step beginner’s guide shows how to install VS Code IDE and keep it up-to-date in Ubuntu 22.04, Ubuntu 23.04, Ubuntu 24.04 using 3 different ways. Microsoft provides official code packages for Linux through native .deb (for Debian/Ubuntu), .rpm (for Fedora/SUSE), and universal Snap package run in sandbox. For choice, there’s […]
Read MoreTo edit LaTeX on Vim, we need to install the Vimtex LaTeX editing plugin. Vimtex offers various commands to autocomplete and quickly edit the LaTeX documents in Vim.
Read MoreThe case of letters, words, sentences, paragraphs, and even the entire document can be changed to uppercase using the gU motion operator with options.
Read MoreTo clear Vim search highlighting, switch to NORMAL mode and type :set nohlsearch command or place this command in the vimrc file for permanent disabling search highlight.
Read MoreYou can change hostname in Debian 12 from commands like hostnamectl, hostname, nmcli, sysctl and nmtui. You can also change it from /etc/hostname file or GUI.
Read MoreYou can add a user in Debian 12 from the adduser command and delete the user from deluser command. For more details, read this guide.
Read MoreTo set the custom statusline first enable it using the set laststatus=2 command and then use the statusline command to set the status.
Read MoreThe kubectl commands include, “kubectl config”, “kubectl expose”, “kubectl create”, “kubectl get”, “kubectl delete”, “kubectl describe” and “kubectl logs”.
Read MorePowerShell has a dedicated set of commands to manage the Active Directory. Few of them include Get-ADComputer, Get-ADUser, Set-ADUser, or Get-ADGroup.
Read MoreThe most commonly used SQL commands include PowerShell SQL Commands Add-RoleMember, Remove-RoleMember, Add-SqlFirewallRule, or Remove-SqlFirewallRule.
Read MoreGnome Files, aka the default Nautilus file manager in Ubuntu & Fedora workstation, keeps moving with new features! In the passed few month, there are minor but beginner friendly features merged into this popular file manager. They include “Enter Location” menu option, sidebar toggle button in sidebar, and badge icon to folder icon in ‘properties’ […]
Read More