Category Archives: opensource

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

Create a Launcher in Ubuntu Using Bash

Written by Ambition on . Posted in linux command, Linux distributions, Linux tutorials, opensource, programming, Software, Ubuntu

files

“Hi Oltjano! How are you? Can you help me to create an executable file in Ubuntu? I want it to start my lamp server, I want to save time and I don’t like to type long commands in my terminal.” … Continue reading

Scan Your Home Network With Nmap

Written by Ambition on . Posted in Hosting, linux command, Linux tutorials, opensource, Security, Software, Ubuntu, Unix Tutorials

Internet-Security-logo

Who should read this article? Everyone who is interested in computer security and computer networking. Introduction If you run a network small or big, you need a flexible and productive way to monitor network traffic. You need to provide security … Continue reading

Unix/Linux File Recognition. Did You Know?

Written by Ambition on . Posted in linux command, Linux tutorials, opensource, Software, Unix Tutorials

files

Did you know that Unix and Linux has no concept of a file extension? What is a file name extension? A .txt extension tells us that it is a TEXT file and .pdf extension tells us that it is a … 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

ElementaryOS Beta 1 and 2 Comparison and Review

Written by Chris Jones on . Posted in Linux distributions, News, opensource, Releases, Reviews, Software

200x200

Now I’m sure everyone knows that I love Bodhi Linux, very much. I rant on about it how good it is all the time. Well, here comes the shocking part; I reckon I have found something better. Or should I … Continue reading

Linux Kernel 3.10. It’s BIG!

Written by Chris Jones on . Posted in Linux distributions, News, opensource, Releases, Software

Kernel

We have not really seen any large changes or updates in the Linux kernel for quite some time. This is actually a good thing as it shows that Linux has become a strong, robust and mature kernel. Development of the … Continue reading

Monitoring Users Activity Using psacct or acct Tools in Linux

Written by SK on . Posted in CentOS, Fedora, linux command, Linux distributions, Linux Mint, Linux tutorials, opensource, Software, Suse, Ubuntu

Monitoring-user-activity

If you have lot of developers or programmers who access your servers frequently in your company and if you wanna to keep an eye on what data they are accessing, what commands they are issuing, how long they have been … Continue reading

Run Your Own Social Network Using elgg on RHEL / CentOS and Scientific Linux

Written by SK on . Posted in CentOS, Fedora, Hosting, linux command, Linux distributions, Linux tutorials, opensource, Software

elgg_logo1

Elgg is an open-source and powerful social networking engine used to create your own social networking web site. In this How To, I am gonna show you how to build your own social network website, just like Facebook and Linkedin. … Continue reading