Author Archives: Mel Kham

About Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.

Secure File from Removal in Linux and Unix

Written by Mel Kham on . Posted in linux command, Linux distributions, Linux tutorials, opensource, programming, Security, Software, Ubuntu, Unix Tutorials

files

Protecting files from unwanted deletion is very important security on the tasklist of Unix Administrators. On Linux boxes you can use the chattr command and that works  ine on all my Ubuntu based servers. On FreeBSD, this command doesn’t exist. An … Continue reading

How to Install Nginx on FreeBSD 9.x

Written by Mel Kham on . Posted in Hosting, opensource, Software, Unix Tutorials

nginx-logo-300x180

nginx (pronounced “engine x”) is an open-source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. It is licensed under a BSD-like license and it runs on Unix, Linux, BSD variants, Mac OS, Solaris, AIX, HP-UX, and Microsoft Windows. My test server details: root@FreBSD-Unixmen:/root # uname … Continue reading

Migrate from MySQL to MariaDB in FreeBSD

Written by Mel Kham on . Posted in Hosting, opensource, Software, Unix Tutorials

freebsd_300x300

The usage of MySQL for development is free. As you are not giving away that product (MySQL), no GPL restrictions apply. If you want to distribute MySQL in some form, the licenses apply. See: MySQL commercial license MariaDB is a community-developed fork of the MySQL relational … Continue reading

Linux Malware Detect (LMD) in RHEL, CentOS 6.x and Fedora 16/17/18

Written by Mel Kham on . Posted in CentOS, Fedora, linux command, Linux distributions, Linux tutorials, Software

thumvirus

Let’s use the same definition of rfxn, Linux Malware Detect (LMD) is a malware scanner for Linux, released under the GNU GPLv2 License. It is designed around the threats faced in shared hosted environments. It uses threat data from network edge … Continue reading

Install Memcached PHP Extension in CentOS

Written by Mel Kham on . Posted in Hosting, linux command, Linux tutorials, Linux webhosting, Unix Tutorials

website-speed-300x168

Memcached is a general-purpose distributed memory caching system that was originally developed by Danga Interactive for LiveJournal, but is now used by many other sites. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data … Continue reading

How to Update Ports in FreeBSD

Written by Mel Kham on . Posted in Unix Tutorials

freebsd_300x300

Normally we are writing  more  about Linux here at Unixmen. But today, I will give you some tips about the FreeBSD upgrade system and packages. Question: How to update ports in FreeBSD? Answer: Let me give you some information about … Continue reading

Introduction to Python Programming Language

Written by Mel Kham on . Posted in News, programming, Software

pyhton

This article provides a short introduction to the Python programming language. Python is a free and open source programming language which is getting very popular . Statistical analysis and facts show that Python is taking the lead as one of … Continue reading

Upgrading Slackware 13.37 to 14.0

Written by Mel Kham on . Posted in Linux distributions, Linux tutorials

large_slackware

I have installed Slackware Linux version 13.37 and have updated it to the latest version. How did I this? First, add to /etc/slackpkg/mirrors the 14.0 repository. In performed this:  http://ftp.nluug.nl/os/Linux/distr/slackware/slackware64-14.0/ Now to sync and update the packages: # slackpkg check-updates … Continue reading

Easy Steps to Setup LAMP in Slackware 14.0

Written by Mel Kham on . Posted in Hosting, Linux distributions, Linux tutorials

93_Lamp

LAMP is a combination of free, open source software. The acronym LAMP refers to the first letters of Linux (operating system), Apache HTTP Server, MySQL (database software), and PHP, Perl or Python, principal components to build a viable general purpose web server.[1]

How to sudo in FreeBSD

Written by Mel Kham on . Posted in Unix Tutorials

freebsd_300x300

How to enable su  in FreeBSD?