Tools

Telnet commands
Telnet commands
  • Tools

You use Telnet commands to control the connection between your PC or laptop and an external system, such as a web server. It is not only important to know the corresponding commands, but also which are appropriate. This is because Telnet commands are only effective when parameters are specified. Read on to find out more.

Telnet commands
Introduction to cURL in Linux
Linux cURL - How to use the Curl Command in Linux
  • Tools

The cURL command is one of the most important tools in web development. It enables developers to directly interact with websites using the command line. This can be used to test and debug APIs and servers, and to automate frequently performed tasks. We reveal what you need to know to get started with cURL in Linux and provide practical examples.

Linux cURL - How to use the Curl Command in Linux
File manager for Android: The best apps
Best file managers for Android
  • Tools

Managing files and folder on Android devices can quickly become a tedious affair. One the one hand, the integrated file manager app (only since Android 6.0 “Marshmallow”) is well hidden in the settings of the operating system, and on the other hand, it only has the basic functions available – which is why many users rely on third-party applications from the Google Play Store. But what exactly sets...

Best file managers for Android
Code Review
How to perform code review
  • Web development

Code review is a quality assurance measure in software development. Its benefits go beyond ensuring code quality. It allows new team members to receive important feedback and facilitates knowledge being exchanged and distributed within the organization. Our article will go into the advantages and disadvantages of code review, as well as give an overview of the different methods and tools.

How to perform code review
Server migration - transfer without data loss
How to do a Server Migration
  • Configuration

Moving to a new server can become a real challenge even when you’re not changing provider. You need to take care and plan your strategy well. This is the only way to ensure the integrity of the data transferred to a new server and to keep downtime to a minimum. But what exactly is server data migration? And what problems can be expected during implementation?

How to do a Server Migration
How to install an Apache web server
How to set up an Apache web server
  • Configuration

The Apache http server is the standard web server for providing HTTP documents on the internet. But did you know it’s also possible to install an apache web server locally on your Windows PC? This is a great method of testing out web pages and checking scripts. To get started, all you need is the free software package and a few minutes.

How to set up an Apache web server
File server
File server: Definition and basics
  • Know-how

Many companies perceive file management as a tiresome duty. But a well-organized file management system is one of the most important factors for smooth business operations. A possible solution for maintaining maximum control of all saved data is a local file server. We show you what this server model involves.

File server: Definition and basics
C programming language
What is the C programming language?
  • Web development

If you’re a programmer, it’s hard to get around the programming language C. It’s one of the most common languages out there. C is used for a number of different applications, and also forms the basis for other programming languages. Keep reading to learn more about the language, including its pros and cons, syntax basics, and more.

What is the C programming language?
Creating a customized newsletter template
How to design a personalized newsletter template
  • E-mail marketing

Nowadays, our e-mail inboxes are overflowing with newsletters. In order to make sure your business stands out from the wave of mail that floods in every day, you need more than just sound content and competitive offers. A professional, visually stimulating e-mail newsletter complete with a unique, personalized design optimized for smartphones, tablets, and computer screens can ensure your company...

How to design a personalized newsletter template
Docker tutorial: Installation and first steps
Docker Tutorial
  • Configuration

The open source container platform Docker is quite exciting to the open source community. As an alternative to hardware virtualization based on virtual machines, Docker has made the use of software containers acceptable outside of the Linux universe. In our tutorial for beginners, we break down the Docker trend from the ground up. With these clear, step-by-step instructions, learn how to install...

Docker Tutorial