Home Search

scripts - search results

If you're not happy with the results, please do another search

ShellCheck – A Tool That Shows Warnings and Suggestions for Shell Scripts

ShellCheck is a static analysis tool that shows warnings and suggestions concerning bad code in bash/sh shell scripts. It can be used in several ways:...

ShellCheck: Code Check For Shell Scripts

Shell scripting is a must-have skill for DevOps. I used to be very very confident at Shell. But when I first tried ShellCheck ,...

Nmap 7.10 Security Scanner Adds Hundreds of OS/Version Fingerprints, New Scripts

Gordon Lyon from the Nmap project, one of the most acclaimed network and security scanner open-source software used by millions of hackers and security...

Linux Security – How Can Your Linux Be Hacked Using Malware, Trojans, Worms, Web...

Is it possible that Linux can be infected with viruses? Probably, you heard of this in some debates. But here are some facts that you...

KDE Plasma 5.3.2 Fixes Shutdown Scripts, Few Dozen Other Bugs

The latest monthly point release to Plasma 5.3 is now available by the KDE crew...Read more at Phoronix

Understanding Exit Codes and How to Use Them in Bash Scripts

Lately I've been working on a lot of automation and monitoring projects, a big part of these projects are taking existing scripts and modifying...

8 Tips for Creating Better Bash Scripts

When I was first got started with administrating Linux and Unix servers I was working in an environment where there were tons of adhoc...

Configuring Apache2 to run Python Scripts

This is meant as a simple writeup to fill a gap in various "HOWTO"'s that I read when trying to setup my Apache2 server...

How to Write CentOS Initialization Scripts with Upstart

On Linux systems, initialization (init) scripts manage the state of system services during system startup and shutdown. When the system goes through its runlevels,...