Linux Index Page 3
C Programming: If-Else Statement Guide
Knowning how to program in C is a good desicion. Learn here how the if else statement works. See some examples to learn with more details how C code works.
Linux Index Page 3
How to search for a package in Arch Linux
In this tutorial we are going to explain how to use pacman and pkgfile to search for packages in Arch Linux. With pacman use "pacman -Ss packageName" and with pkgfile use: "sudo pacman -S pkgfile". Check here for more details on how to use and install the tools.
Linux Index Page 3
Ubuntu: Recursive chmod for Directories
You can use the parameter -R to apply permission recursively on all directories using chmod. If you only want to apply the execution permission to subdirectories use the option a+rX, check here for more details.
Linux Index Page 3
Linux: How to use ufw to block visitors by country?
Learn hot to block users by country or region on Linux using a list of IPs.
Linux Index Page 3
Ping localhost error in Linux
Learn different solutions to the error "ping: unknown host localhost". Usually some networking configuration was changed by mistake like in /etc/hosts.
Linux Index Page 3
Nessus localhost port
Nessus default port is 8834. https://localhost:8834
Linux Index Page 3
SOLVED: configure-error-cannot-find-lzma-header
./configure return the error configure: error: lzma header files not found. Also checking for lzma.h... no. To fix this issue install with apt the following package...
Linux Index Page 3
Linux: Search Text in Files with grep/ack/ag
Have you ever struggle to use the command *find* in linux and it doesn't work as expected? Here we explain the proper way of finding text in multiple files. We also show you the fastest tool to search in git repositories.
Linux Index Page 3
How to Blacklist Nouveau Driver in Linux [Ubuntu/Debian/Fedora]
Learn how to blacklist the Nouveau driver in Linux for Nvidia installation. Step-by-step guide for Ubuntu, Debian, Fedora, and Arch Linux systems.
Linux Index Page 3
AMD RX Card Not Detected After BIOS Mod
For cryptocurrency mining it's very common to modify the bios to improve hashrate performance on AMD video card. With latest AMD drivers the card will not be detected since thew BIOS checksum will not be valid. We explain alternatives to continue using your card with bios mod in this article.