This is an unusual situation and a misconfiguration on DNS servers that can be exploited using a simple AAAA DNS query. This causes a localized Denial-of-service situation where users behind …
Yearly Archives
2014
-
How toLinuxLinux Administration
Delete clean cache to free up memory on your slow Linux server, VPS
by blackMOREby blackMOREMany Linux systems, servers and VPS’s run on low memory and over time you will see a degradation of speed and responsiveness. By default, Linux got excellent Memory Management and …
-
Desktop ManagersHow toLinuxUsability
Fixing resolution problem on Linux after locking workstation
by blackMOREby blackMOREThis is a pesky and annoying problem. I often lock my Kali workstation and when I try to log back in the next time, the resolution changed to 640×480 instead …
-
How toLinuxLinux Administration
How to view Bash history without line numbers?
by blackMOREby blackMOREbash history command is very useful. It gives you an complete view of what commands you ran. By default bash historycommand will give you all your previous commands with Line …
-
LinuxLinux AdministrationSecurity
Check for Shellshock Bash Vulnerability and how to fix it
by blackMOREby blackMOREA flaw was found in the way Bash evaluated certain specially crafted environment variables. An attacker could use this flaw to override or bypass environment restrictions to execute shell commands. …