Learn how to protect your Linux server from the fork bomb denial-of-service attack with this video tutorial by Jack Wallen.
The post How to prevent fork bombs on your Linux development servers appeared first on TechRepublic.
Learn how to protect your Linux server from the fork bomb denial-of-service attack with this video tutorial by Jack Wallen.
The post How to prevent fork bombs on your Linux development servers appeared first on TechRepublic.
The Issue When trying to update Kali Linux using apt update, apt upgrade, we get error The Fix This is caused by that Kali has a new section non-free-firmware however the version of command-not-found we have is not aware of it. (Added in V23.04.0) 1 Disable the hook sudo mv /etc/apt/apt.conf.d/50command-not-found{,.disabled} 2 Try apt update, …
Continue reading “How to Fix Kali Linux apt update error “Traceback (most recent call last)…””
The post How to Fix Kali Linux apt update error “Traceback (most recent call last)…” appeared first on Blog-D without Nonsense.
Related posts:
How to Fix “E: Release file for http://http.kali.org/kali/dists/kali-rolling/InRelease is not valid yet (invalid for another Xd Xh Xmin Xs). Updates for this repository will not be applied.” in Kali Linux
How to Use apt-get or apt with proxy on Linux/Debian/Ubuntu/Kali Linux/Proxmox VE (Use cache/proxy server to cache apt downloads) etc.
Kali Linux apt upgrade Error – File has unexpected size
How to reset Kali Linux forgotten root password – Reset Kali Linux password with single-user mode
Linux – Basics, Useful Terminal commands and Basic File manipulation, (QuickStart)
How to: List all systemd timers
Different ways to delete/remove folder/directory in Linux (Ubuntu, Kali Linux etc.) (Empty and non-empty folders)
Linux Bash/Shell simple, basic flow control (for loop, while loop, if, if else)
Unix/Linux (Ubuntu, Debian, Kali Linux etc.) Privilege Management (How to use chmod command, Linux file privilege/file permission)
Useful commands to look up system information, install package etc. (Linux, Debian, Ubuntu, Kali Linux, RedHat, CentOS etc.)
Note: Debian/Ubuntu/Kali Linux uses “sudo apt install packagename” RHEL/CentOS/Fedora uses “sudo dnf install packagename” cowsay A cow say whatever you want it to say in terminal # Install cowsay sudo apt install cowsay # Use cowsay cowsay text sl A train in terminal # Install sl sudo apt install sl # Use sl sl fortune …
Continue reading “Interesting Linux Terminal commands (& Console/Terminal games)”
The post Interesting Linux Terminal commands (& Console/Terminal games) appeared first on Blog-D without Nonsense.
Related posts:
How to: Run/Execute command as the given/specific user in Linux/Debian/Ubuntu/Kali Linux/RHEL/CentOS etc. in Terminal/Command Line
How to: Find/Show/List hidden directories/folders from Linux/Unix/Debian/Ubuntu/Kali Linux/RHEL/CentOS etc.
How to: Use mtr (my traceroute) instead of ping, traceroute and dig/nslookup
How to: Find out/View hardware information via Command/Terminal from Linux/Debian/Ubuntu/CentOS etc.
How to: Download and Execute bash file/shell script with one command on Linux/Debian/Ubuntu/Kali Linux/RHEL/CentOS etc.
How to: Append trailing slash/forward slash at the end of folders/directories with “ls” results
How to: Check if the system is using/running systemd
How to: Check/Detect if Linux Server/System is compromised/hacked (Debian/Ubuntu/Kali Linux/CentOS/RHEL etc.)
How to: Use rsync in Linux/Debian/Ubuntu/Kali Linux/CentOS/RHEL/Fedora etc. (and trailing slash in rsync)
Linux terminal Tips & Tricks
A new Linux version of Royal ransomware is targeting VMware ESXi virtual machines. Learn more about this security threat and how to protect from it.
The post Royal ransomware spreads to Linux and VMware ESXi appeared first on TechRepublic.
The Issue When trying to start/run docker on Linux systems We get error The Fix While error such as “cleanup: failed to delete container from containerd: no such container” can have many possible causes, if we see below error as well which mentioning AppArmor Since it is complaining that the docker-default profile could not be …
Continue reading “How to Fix Docker Error “cleanup: failed to delete container from containerd: no such container” and “error=”AppArmor enabled on system but the docker-default profile could not be loaded…””
The post How to Fix Docker Error “cleanup: failed to delete container from containerd: no such container” and “error=”AppArmor enabled on system but the docker-default profile could not be loaded…” appeared first on Blog-D without Nonsense.
Related posts:
How to: Check/Detect if Linux Server/System is compromised/hacked (Debian/Ubuntu/Kali Linux/CentOS/RHEL etc.)
How to: Upgrade Portainer in OpenMediaVault 5 (OMV 5) (and other Linux systems/Debian/Ubuntu/Kali Linux/RHEL/CentOS/Fedora etc.)
What are /dev/sda2, /dev/hda etc.
How to: Find out/View hardware information via Command/Terminal from Linux/Debian/Ubuntu/CentOS etc.
Quick Linux File Manipulation Commands Reference (and How to: Create Symbolic link/Soft link/Hard link)
How to: Find/Show/List hidden directories/folders from Linux/Unix/Debian/Ubuntu/Kali Linux/RHEL/CentOS etc.
How to: Create a NFS Share on Windows Server 2019 and How to: Mount/Unmount NFS share on Linux/Debian/Ubuntu/CentOS/RHEL/Fedora etc.
How to: Download and Execute bash file/shell script with one command on Linux/Debian/Ubuntu/Kali Linux/RHEL/CentOS etc.
How to: Use mtr (my traceroute) instead of ping, traceroute and dig/nslookup
How to: Check if the system is using/running systemd
The Issue We need a small yet powerful utility which can help us to convert color to different codes/schemes like […]
How to display/view calendar in console/SSH/terminal cal To show calendar for January 2000, we can use cal 1 2000 Play […]
The Issue When trying to execute/run commands which needs frontend dialog on Deiban/Ubuntu/Kali Linux, we get the following error The […]
Table of Contents Use aview(asciiview) and imagemagick Use jp2a with imagemagick Use ascii-image-converter 1 Use aview(asciiview) and imagemagick 1.1 Install […]
The Issue When trying to update/upgrade the repository/package in Kali Linux, we get the following error E: Release file for […]