}

Articles tagged "linux"

Page 8 of 9

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.

2 min readBeginner

How to adjust NVIDIA GPU power usage on linux

If you are using a headless server with NVIDIA GPUs for scientific computing or crypto mining it's probably that you will notice high temperature close to about 80+ C. Also you will notice that fan speed is not at 100% when temperature is high. In this tutorial we explain how to manage to lower the temperature using nvidia commands.