Unix

all about unix systems (Hpux/IRIX/Solaris/BSD

Install Tomcat 8 In FreeBSD 10/10.1

About Apache Tomcat From Wikipedia, Apache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides...

Network Analysis: How To Install Bro On Ubuntu 16.04

Introduction: Bro Network Analysis Framework Bro is an open source network analysis framework with a focus on network security monitoring. It is the result of...

Howto- Install Webmin in FreeBSD

Question: How to install Webmin in FreeBSD 8.x en 9.x ? Answer:  Before to begin, you need to install Perl,  do that using the command #...

Monitoring Server: Install Zabbix on an Ubuntu 16.04 Server

Monitoring Server - What is Zabbix Zabbix is an enterprise-class open source distributed monitoring server solution. The software monitors different parameters of a network and...

FreeBsd Vs OpenBsd

There are a number of Unix-like operating systems based on or descended from the Berkeley Software Distribution (BSD) series of Unix variants. The three...

Setup NFS Server On FreeBSD

Network File System(NFS) is a network file system protocol developed by Sun Microsystems in 1984, allowing a user on a client computer to access...

How to install Django on Ubuntu (the right way) for novice...

About Django Django is a great web application development framework, especially for the perfectionist with deadlines built into python programming language. It provides a very...

Analytics Engines: Elasticsearch 5.4 on Ubuntu 16.04

Elasticsearch - A Distributed Analytics Engine Elasticsearch is an open-source, highly scalable, full-text search and analytics engine. It is part of a full stack called Elastic...

Introduction to Chmod Recursive

For users of Unix and Linux operating systems, managing file permissions is a vital aspect of system...

Install and configure ownCloud 9.1.4 on openSUSE Leap 42.2

Introduction ownCloud is an open source file syncing and sharing software, just like Dropbox. Just placing files in a local shared directory, those files will...

Installing Invoice Ninja on CentOS 7 w/ NGINX & MariaDB –...

Introduction In the first part of this tutorial, we configured a CentOS 7 server with all the prerequisites required by Invoice Ninja. Now, let's look...

Block SSH Brute Force Attacks Using SSHGuard

SSHGuard is a fast and lightweight monitoring tool written in C language. It monitors and protects servers  from brute force attacks using their logging...

How to install – configure Ghost on openSUSE 42.2 Leap

What is Ghost? In the Web 2.0 era, blogs are an important part of like for many people, and the popularity of Wordpress and Tumblr,...

Exception Handling in Python

You know you get serious with Python programming language when you start to learn about exception handling. But why do we need exception handling? The...

How To Reset Or Recover Root Password On FreeBSD 10

Let me show you How to Reset or Recover Root Password on FreeBSD 10. My system: root@Freebsd-unixmen:~ # uname -a FreeBSD Freebsd-unixmen 10.1-RELEASE-p6 FreeBSD 10.1-RELEASE-p6 #0: Tue...

FreeBSD Asterisk test between 2 extensions

Asterisk — Open source PBX system. Developed by Mark Spencer. Working on Linux, FreeBSD, OpenBSD and Solaris operation systems. The project name created from...

The Most Important BSD Distributions

About BSD Berkeley Software Distribution, abbreviated as BSD, is a UNIX operating system derivative, developed and distributed at the university of California, Berkeley, from 1977...

What Is Fork Bomb And How Can You Prevent This Danger?

If you are not thrilled with the real bomb, you can try typing this  :(){ :|:& };:  on your Linux terminal to crash your computer. you...