Install safe-rm

From http://duntuk.com/

How to prevent accidentally doing “rm -rf /” | How to Install safe-rm

As a server administrator, I rely mostly on root or sudo access–allowing me absolute control of the server. However, “with great power, comes great responsibility!”

You can easily accidentally do this devastatingly bad command of wiping your entire system clean.

rm -rf /
# or
rm -rf /*

Which looks almost identical to the popular command

rm -rf ./
# or
rm -rf ./*

(more…)

Continue ReadingInstall safe-rm

Secure Secure Shell

From stribika.github.io

Secure Secure Shell

You may have heard that the NSA can decrypt SSH at least some of the time. If you have not, then read the latest batch of Snowden documents now. All of it. This post will still be here when you finish. My goal with this post here is to make NSA analysts sad.TL;DR: Scan this post for fixed width fonts, these will be the config file snippets and commands you have to use.Warning: You will need a recent OpenSSH version. It should work with 6.5 but I have only tested 6.7 and connections to Github.
(more…)

Continue ReadingSecure Secure Shell

memory for crash kernel (0x0 to 0x0) notwithin permissible range

From houseoflinux.com

I decided to create an article about this because many people asked me why do CentOS / Redhat shows that message when you boot up the system. I did a small research and I found in a forum that is in the first page of Google answers like “you should ignore that message”. Well that is really not an error message it is a warning saying that you haven’t setup a amount of ram memory for the kdump.
(more…)

Continue Readingmemory for crash kernel (0x0 to 0x0) notwithin permissible range
Close Panel