Articles tagged "linux"

Page 8 of 9

1 min readBeginner

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.

1 min read

SOLVED: tmux: invalid LC_ALL, LC_CTYPE or LANG

When running tmux the error "tmux: invalid LC_ALL, LC_CTYPE or LANG" is returned. Check this easy steps to fix this issue. you need to execute first apt-get install locales and then ...

1 min read

Fix zd1211 Firmware Error -2 on Raspberry Pi

When plugging the TP-link TL-WN422G the following error is shown on dmesg Could not load firmware file zd1211/zd1211b_ub. Error number -2

1 min read

VirtualBox: ath9k_htc Failed to Initialize

Virtual Guest return the error ath9k_htc: Target is unresponsive on dmesg log, this article explains how to solve it.

2 min read

isl3887usb Firmware Load Failed Error -2 Fix

Quick fix for using wusb54ag on raspian

5 min read

Fix iwconfig "Device or Resource Busy" Error in Kali Linux (3 Solutions)

Fix iwconfig ERROR for wireless request "Set Mode" — Device or resource busy on Kali Linux. Three solutions: airmon-ng check kill, systemctl stop NetworkManager, ip link set wlan0 down. Enable monitor mode successfully.

1 min read

How to exit or quit vim editor

TLDR -> Press ESC key and write ":q!" without quotes. Here we explain more details about vim

1 min read

chsh error PAM: Authentication failure

Here we explain some solutions to solve the problem of PAM: Authentication failure when using chsh. This is usually raised when installing Oh! my zsh. We require to change /etc/pam.d/chsh or /etc/shells files.

5 min readIntermediate

Things to do after installing Linux LEDE 17.01

We recommend to do several things after installing Linux LEDE, like adding a USB drive, security hardening, network optimizations.

2 min readBeginner

How to check video card memory RAM on linux

We will show you different ways to know how much memory has your video card on linux.