Articles & Snippets

Search for content...
/

Start typing to search

How Uninstall Attracta in WHM

Posted by Cătălin on Tue, 28 Apr 2015

How Uninstall Attracta in WHM

You can run below script as root. It disables all traces of Attracta from the server. /usr/local/cpanel/3rdparty/attracta/scripts/uninstall-attracta

Read More...
code

Secure connection failed in Webmin

Posted by Cătălin on Tue, 2 Dec 2014

Secure connection failed in Webmin

How to bypass the “secure connection failed” warning in Firefox 33 Firefox 33 no longer supports keys less than 1024 bits You can fix this right from Webmin if you: use another browser that...

Read More...
code

Find and remove IP blocked in Linux

Posted by Cătălin on Mon, 6 Oct 2014

Find and remove IP blocked in Linux

Find: iptables -L -n | grep 63.227.119.xx DROP all -- 63.227.119.xx 0.0.0.0/0 DROP all -- 63.227.119.xx 0.0.0.0/0 Remove iptables -D fail2ban-SSH -s 63.227...

Read More...
code

Hide or show content for devices in Bootstrap

Posted by Cătălin on Fri, 3 Oct 2014

Hide or show content for devices in Bootstrap

Using hidden <div class="hidden-sm hidden-md"> hidden-sm hidden-md </div> <div class="hidden-sm hidden-lg"> hidden-sm hidden-lg </div> <div class="hidden-md hidden-lg"> hidden-md...

Read More...
code

How To Check If Your Linux Is Vulnerable to Shellshock

Posted by Cătălin on Sat, 27 Sep 2014

How To Check If Your Linux Is Vulnerable to Shellshock

You can test your system by running this test command from Terminal: env x='() { :;}; echo vulnerable' bash -c 'echo hello' If you're not vulnerable, you'll get this result: bash: warning: x:...

Read More...
code