Uncategorized

Linux QR Codes: A Practical Guide for Dynamic Generation

Ever wondered how to create dynamic QR codes on your Linux system? Look no further! Unixmen offers...

CD command in Linux: Using it Effectively

The cd command is short for “change directory”. While working in a Linux or any UNIX based...

How to Block BitTorrent traffic on your Linux firewall

Questions :  How   to   block  torrents   from Iptables  ?  Answer: #Block Torrent iptables -A FORWARD -m string --algo bm --string "BitTorrent" -j LOGDROP iptables -A FORWARD...

Why More Spanish Businesses Are Choosing Linux Servers

For many Spanish businesses, rising costs and security risks have made reliable infrastructure a top priority. Industries like online casinos, where high traffic and...

LINUX TYCOON a Distro simulator for some great fun

Linux Tycoon, is a new genre of Linux games that gives gamers a great new simulation game to explore. Here is why the game...

Centreon: How To Monitor Your Windows Server Using NSClient

Introduction Centreon is an Open Source software package alternative to Nagios Xi that lets you supervise all the infrastructure and applications comprising your information system. CES Standard...

Install Mattermost with PostgreSQL on Ubuntu 16.04

Introduction Mattermost is a workplace messaging system for web, PCs and phones. It's an open source alternative to Slack. A complete Mattermost installation consists of three...

How To Integrate Apache2 With Tomcat 7 Using mod_jk Connector

Apache is the most popular available web server. A web server is used basically to accept requests from clients and send responses to those...

How To Automatically Disable Touchpad While Typing On Ubuntu

I am a technical writer, so I write a lot daily. I use my Dell Inspiron Laptop for writing articles. What actually my problem...

Why developers should look at ‘Open Octave’

Project Open Octave Studio, is the open source software for musicians to compose and create digital audio and is ideal as music production software as well...

How to install and use EncryptPad on Ubuntu 16.04

Introduction EncryptPad is an application for editing symmetrically encrypted text. It provides a tool for encrypting and decrypting binary files, and it uses the format...

Centreon: A Free Alternative To Nagios Xi Monitoring Platform

Introduction Centreon is an Open Source software package that lets you supervise all the infrastructure and applications comprising your information system. Centreon is the system and...

Installing TS3 musicbot on Arch Linux

Installing TS3 musicbot on Arch Linux - SINUSBOT The voice communication is one of the most important thing during social activities. Gamers very often use...

How to Fix the SSH Permission Denied (publickey) Error

Introduction SSH, or Secure Shell, is an essential protocol that is widely-used in the...

Open Source Torrent Application Deluge 1.3.12 is out now

Deluge is a well known torrent tool which is based on Bit torrent application. It is a feature rich and cross platform application and works...

Apple Sues Poland Grocery Store

If you think the headline is deliberately spiced up to gain your attention to this blog post, then this is certainly NOT the case....

Happy Holiday Wishes From Unixmen!

Unixmen Team wishing you all a very happy holidays, happy Christmas and happy new year. We would like to thank our loyal readers and...

How To Delete Oracle 11g Database Manually ?

How to delete Oracle 11g database manually? The following steps shows how to manually delete a database within Oracle 11g, running in an Linux environment. I have...