ORDINATECHNIC.COM masthead banner

Web, Cloud, Server, Etc. by Topic: All Topics

Adding a Git Client Node in an Individual Developer Centralized Workflow

Feb. 9, 2023, 7:06 p.m.

Git (or another SCM) is essential in collaborative software development. It is also very helpful for individual developers not only for managing software configuration, maintaining a remote backup, maintaining a separate authoritative software configuration on a remote computer, but for allowing the individual developer to work on a project on …

Introduction to Network File System (NFS)

Sept. 14, 2022, 9 p.m.

Network File System (NFS) is a system that allows a filesystem hierarchy located on a remote host to be mounted on a local host, allowing directories and files stored on the remote host to be accessed as if they were on the local host. NFS, originally developed for Unix over …

Getting Started with IBM DB2 on Linux Part II: Installation With DB2 Setup Wizard

Aug. 3, 2021, 3 p.m.

This is the second article in a series of articles on getting started with IBM's Db2 Database, a Relational Database Management System (RDBMS) that is part of a collection of data management and analysis software. The first article of the series -- Getting Started with IBM DB2 on Linux …

Getting Started with IBM DB2 on Linux Part III: Manual Installation

Aug. 3, 2021, 3 p.m.

This is the third article in a series of articles on getting started with IBM's Db2 Database, a Relational Database Management System (RDBMS) that is part of a collection of data management and analysis software. The first article, Getting Started with IBM DB2 on Linux Part I: Background and …

Getting Started with IBM DB2 on Linux Part I: Background and Installation Preparation

Aug. 3, 2021, 3 p.m.

IBM makes its proprietary enterprise class SQL based RDBMS software, DB2, with all features enabled, freely available to anyone for any purpose except for providing commercial IT services to third parties. The only limitation is the amount of processor and memory resources that Db2 can use for the free download, …

Using pyenv to Install a Specific Version of Python

Aug. 27, 2019, 3 p.m.

GNU/Linux distributions provide recent versions Python as part of the default installation, and in fact, rely on the language to create many of the system tools used by the distribution. For users' Python development needs, the version provided by the distribution may not be appropriate for various reasons. Some distributions …

Co-Installing Zurb Foundation 5 and 6 on the Same Machine

May 1, 2017, 9 p.m.

The Zurb Foundation web front end framework is excellent, with advanced workflow automation tools and features. Unfortunately, development on new versions is quick and sometimes content management system plugins based on this framework -- like the Drupal theme modules -- sometimes don't move at the same pace. Or maintenance stops …