Never Lose Another File By Mastering Mlocate
http://www.linux-server-security.com/linux_servers_howtos/linux_mlocate_command.htmlIt’s not uncommon for a Sysadmin to have to find needles which are buried deep inside haystacks. On a busy machine...
View ArticleLinux vs. Windows device driver model: architecture, APIs and build...
http://xmodulo.com/linux-vs-windows-device-driver-model.htmlDevice drivers are parts of the operating system that facilitate usage of hardware devices via certain programming interface so that software...
View ArticleActive Directory Alternative For Linux : How To Install And Setup Resara...
http://linuxpitstop.com/linux-active-directory-install-resara-server-on-linuxResara Server is an Active Directory compatible open source Linux server for small businesses and simple networks. The...
View ArticleHow to select the fastest apt mirror on Ubuntu Linux
https://linuxconfig.org/how-to-select-the-fastest-apt-mirror-on-ubuntu-linuxThe following guide will provide you with some information on how to improve Ubuntu's repository download speed by selecting...
View ArticleFrom MySQL To NoSQL! How To Migrate Your MySQL Data To MongoDB Using Mongify...
http://linuxpitstop.com/migrate-mysql-to-mongodb-using-mongify-utility-linuxWelcome again. Big data is here and therefore there needs to be a solution to store such kind of data in a database which is...
View ArticleHow to compare two version numbers in a shell script
http://ask.xmodulo.com/compare-two-version-numbers.htmlQuestion: I am writing a shell script in which I need to compare two version number strings (e.g., "1.2.30" and "1.3.0") to determine which...
View ArticleHow to copy permissions from one file to another on Linux
http://www.cyberciti.biz/faq/how-to-copy-permissions-from-one-file-to-another-on-linuxI need to copy or clone file ownership and permissions from another file on Linux. Is there a bash command line...
View ArticleThe OrangeFS Project
http://www.orangefs.orgThe OrangeFS Projectis work that revolves around OrangeFS, a scale-out network file system designed for use on high-end computing (HEC) systems that provides very...
View ArticleRecord your Terminal activity using ‘Script’ Command
http://www.ostechnix.com/record-your-terminal-activity-using-script-commandAs a System administrator, you might execute lot of commands in the Terminal everyday. Sometimes you might want to refer the...
View Article10 Useful Tips To Improve Nginx Performance
http://linuxpitstop.com/10-tips-to-improve-nginx-performanceIntroductionIn this fast paced world where everything is getting online, you can’t afford downtime. Speed and optimization is the most...
View ArticleDocker: How to use it in a practical way - Part 3
https://www.howtoforge.com/tutorial/docker-how-to-use-it-in-a-practical-way-part-3Part 3: Creation a Notepad with WordPress and DokuWiki containersPreface In the first part, we talked about how docker...
View Article15 simple TOP command examples on Linux to monitor processes
http://www.binarytides.com/linux-top-commandLinux TOP commandOne of the most basic command to monitor processes on Linux is the top command. As the name suggests, it shows the top processes based on...
View ArticleGetting started with the many ways to Docker
https://www.linux-toys.com/?p=435This is a followup on how to use Docker after building a Swarm cluster. I think it is important for people to understand the different ways to create containers and...
View Article18 Linux grep command examples for a data analysis
http://www.linuxnix.com/grep-command-usage-linuxGREP is a command line search utility or tool to filter the input given to it. Grep got its name from ed editor as g/re/p (global / regular expression /...
View ArticleCommands to Configure hostname on CentOS 7 and RHEL 7
http://www.linuxtechi.com/configure-hostname-on-centos-7-and-rhel-7Hostname is defined as label or name of a computer and network device. In this article we will discuss how to set and modify hostname...
View ArticleA compilation of 7 new OpenStack tutorials
https://opensource.com/business/16/2/compilation-best-new-openstack-tutorialsGetting started, learning more, or even just finding the solution to your particular problem within the OpenStack universe...
View ArticleHow to skip existing files when copying with scp
http://ask.xmodulo.com/skip-existing-files-scp.htmlQuestion: I want to download (or upload) files from (or to) a remote server using the scp command. In this case, I want to skip existing files, so...
View ArticleTop 5 sources for open source fonts
https://opensource.com/life/16/2/top-sources-open-source-fontsImage by : Jason Baker for Opensource.com. CC-BY-SA 4.0.inShare11Fonts, like any other digital asset on your computer, come with their own...
View Article13 examples to use curly braces in Linux
http://www.linuxnix.com/12-examples-flower-brackets-linuxThis is a small post on how to crate multiple files/folders, sequence generation with flower brackets in-order to save valuable time. Creating...
View ArticleWhat is a sticky Bit and how to set it in Linux?
http://www.linuxnix.com/sticky-bit-set-linuxToday we will see how to set Sticky Bit in Linux. This is next to SGID in our ongoing File and Folder permissions series in Linux. We already discussed about...
View Article