by Richard W | Apr 15, 2019 | How-To/Tips, Security
In this article, we are going to go over the basics of CSF Firewall, what it is, which platforms it runs on, and some basics about installing it.We have tailored this information to new Linux system administrators or hobbyists who want to understand the basics of CSF...
by Richard W | Apr 14, 2019 | How-To/Tips, Web
If you want to check the Python version on a Linux machine, it’s really not that hard.Python is a great programming language to learn. It has simple syntax and yet it is also very powerful.You might also like:How to Install Microsoft Office Suite 2010 in Ubuntu...
by Richard W | Mar 27, 2019 | How-To/Tips
In UNIX and UNIX-like systems, mv (short for move) is a command used to move one or more files or directories from one location to another. The user executing the command must have write permissions for both the current directory and the destination directory for the...
by Richard W | Mar 25, 2019 | How-To/Tips, Ubuntu 13.04 Raring Ringtail
Ubuntu is an open-source operating system. It is free of charge with consistent release cycles. Ubuntu is suitable for desktops or servers. via GIPHY What can I get for free? This advantage of getting started with Ubuntu is monumental. People across the globe...
by Richard W | Mar 24, 2019 | How-To/Tips
The mkdir (make directory) command is pretty universal as far as command languages go. And, in fact, you will find it in UNIX and UNIX-like systems as well as used in scripting languages. You will even find it used in the MS-DOS vocabulary of command. Quick Navigation...