Search results for:

Cover Image by MilesAndryPrower on DeviantArt

MySQL Select Statements

The SELECT statement is used to select or fetch data from a your MySQL Database. It’s the most common type of query issued to a database. There are many ways to query a database, but were going to focus on the SELECT statement...

linux - Linux / Unix rcp command

Linux / Unix rcp command

Copies files from one computer to another computer. Syntax rcp [-p] [-r] filename … directory -pAttempt to give each copy the same modification times, access times, modes, and ACLs if applicable as the original file.-rCopy each subtree rooted...

The following was contributed by Craig Buchek

How to contribute to Open Source without coding

Actually, there are plenty of ways to contribute without coding: Submit bug reportsSuggest new features and optionsMake other comments on how to improve the the quality of the programHelp write good documentationTranslate the documentation (and...

matrix 434035 1920 - The job of a 👨‍💻System Administrator

The job of a 👨‍💻System Administrator

A system administrator has quickly become one of the most important jobs in any company. Virtually all businesses these days rely heavily on their computer network so it should probably not come as a surprise that the guy who looks after that...

linux - The 🐧 Linux Architecture Explained

The 🐧 Linux Architecture Explained

The above diagram provides a conceptual view of the Linux architecture. Like all conceptual views, it is not a perfect match to the full complexity of Linux. The key point is to understand that the Kernel Space (shown in blue)...

Cover Image by MilesAndryPrower on DeviantArt

A Quick and Efficient URL Shortener Using PHP and MySQL

URL shortener’s have proliferated in the past few years, mainly due to the confines of data length that mobile and social networks like Twitter apply. The following code example shows how to make a simple and efficient URL shortener, with...

Damn-Small-Linux-4_1

Damn Small 🐧 Linux 🖥️

Damn Small Linux (DSL) – a small, business card size computer operating system based on Knoppix. It was designed to run graphical environment and applications on old PC machines with 486 Pentium processors and very little memory.