AuthorIlias spiros

What is OAuth

W

OAuth is a free protocol that allows access to resources on another website without disclosing login credentials (username and password) to the website where the access to those shared resources is needed (images, videos, email, bank accounts, etc.) It is basically a key or a badge for a visitor, which has more restricted access to the personal resources on a website than if they were accessed...

The Express Platform

T

Express is a minimal and flexible platform that provides a set of features for easy and fast web application development: 1. It is integrated with different middle-ware to which it delegates HTTP requests and responses; 2. Defines a route system through which it determines what action is taken based on the resource that is requested and the method used; 3. Allows the generation of Internet pages...

What is cron and cronjob

W

In UNIX, cron is a job scheduler that allows actions to be performed at a time. Actions are generally defined by scripts, and they are run by cron at regular time intervals. It is mainly used to manage the system, but it can also be used for general activities such as Internet connection or downloading emails. Each line in the crontab file is a cron expression followed by the shell command to be...

What is LVM?

W

Linux Logical Volume Manager (LVM) is a disk virtualization mechanism. LVM is a technology similar to RAID arrays or Windows storage in some ways. Although this technology is especially useful on servers, it can also be used on desktop Pcs. The first question is whether you even want to use LVM with the Ubuntu installation. Ubuntu makes it easy to activate by simply clicking, but this option is...

What is Nagios ?

W

The need to monitor the IT network occurs in any situation where critical business processes exist, regardless of the size of the network. Taking into account the specifics of the network (size, type of operating systems), type of business (monitoring requirements, legislative restrictions, budget, …) and other aspects (ease of installation and configuration, technical team skills) a...

Mumble – a VoIP solution for communication for gamers

M

Mumble is a very stable VoIP solution for gamers that has a purpose to give the impression of being in the same room to those who use it. This means a very high quality sound compression, background noise filtering, echo cancellations, and last but not least, not delayed communication. Reproducing the voice without using any filters attached to the recording and/or playback equipment is quite...

mVPS.net is now present in The United Kingdom!

m

In an effort to continuously improve our services, mVPS management team has decided to expand our VPS hosting services to yet another country, the United Kingdom. After carefully analyzing new opportunities for expansion and exciting markets based on customer reviews, the UK came first on a very short-list of new countries where the VPS demand is soaring. WIth an advanced economy and a population...

What is Memcached

W

Memcached is an open source distributed caching system that can be used on Windows, MacOS, Linux, and Unix, with a key-value-based architecture. The key cannot exceed 255 characters and the value is limited to 1 MB. All information is stored on servers in the RAM. We should not forget that the speed of reading in virtual memory is much faster. For example, reading takes place in RAM at 800 MB/s...

What is Yacy the search engine

W

YaCy is a distributed search engine, free of charge, built on the principles of peer-to-peer networks. The source code is written in Java, distributed on several hundred computers, the so-called YaCy peers. Each YaCy-peer crosses the internet, analyzes and indexes the results, and saves indexed results into a common database (the so-called “index”), which is shared with other YaCy...

Array data structure

A

A string of data or an array is a structure that contains multiple values ​​of the same type of data. The length of a data string is set at the creation of the array and will be fixed over its entire existence. It is often convenient to store multiple values ​​in a variable. Such a variable is called a matrix, and the individual values ​​are called matrix elements. How to declare an array? Let us...

Recent Posts

Archives

Categories