Why be limited to fonts of letters of Linux Mint or Ubuntu operating system, when you can install how many you want?
Docker is an Open Source platform for development, deploy and application execution. You need to install it to execute on operating systems. In this article we will see how to install and configure in Linux Debian: Mint and Ubuntu based distributions.
Docker allows you to separate apps from your infrastructure so you...
If you want to set up the Best environment for software development in Linux Mint (or Ubuntu and other Debian based distros), this is the right article for this.
Every software developer organizes their development environment for programming using a mix of technologies and tools to use to program, improve productivity...
Visual Studio Code, or VSCode, is one of the most popular source code editors (IDE) that software developers use. To increase the productivity of your software development project, you can (should) use the best extensions for VSCode. Weel, I bring them to you in this article.
Mark this article in your favorites, and...
In an installation of Laradock, to run the Docker environment in a Mac Silicon Computer (MacBook Pro or M1) Following the steps below, Apache2 does not go up, showing error exited code2
:
Steps to reproduce
- git clone [email protected]:laradock/laradock.git
- cd laradock
- cp .env.example .env
- docker-compose build workspace...
When trying to up Docker containers, using the distribution of Laradock, with standard images of apache2
, redis
, mariadb
e workspace
, I came across the following list of errors.
Apparently the errors describe that Python modules are not available because it does not find the *.py
files.
docker-compose up -d apache2...
Learn the best way to install VSCode on Linux Ubuntu and Linux Mint. This guide provides straightforward steps using official packages for a seamless installation.
Learn now how to install and configure Laradock, which is, as presented in the Introductory Article, a project for quick and simple configuration of PHP Web Systems Development Environments using Docker.
In this tutorial article, we will see more in detail how to install and configure a Laradock environment to work by...
Where to find open data for statistical analyzes, seed databases with initial data or even create auxiliary tables for certain business areas? The developer community works hard to create repositories that offer data to meet these needs, how about checking and contributing to these repositories.
Laradock is a complete web development environment for Docker, which was born to meet the development of Laravel systems and currently provides containers for various situations for PHP development.
It supports a variety of common services, all pre-configured to provide a PHP development environment,...
Conky is a very light system monitor to be used on desktops with the X server in Linux systems such as Ubuntu, Debian, Mint, Redhat, Mandriva, etc.
If you, like me, like to have some information about operating system, quickly available on the screen, meet Conky, which I consider the best desktop monitor on Linux....
Bash is a command line language (you know that black screen) for Unix based operating systems such as Linux. It allows you to control your computer using programmable commands. Being a software developer or system administrator, there are several reasons why learning Bash or Shell and get the best out of the...
How to create permanent `bash aliases` to use whenever you open your terminal in Linux.
If you are a software developer person, this list of amazing repositories can greatly assist in your productivity, quality and training.
Robo 3T is no longer being developed by Studio 3T. Studio 3T recommends users looking for a MongoDB GUI client try Studio 3T Free, a free-forever edition of the Studio 3T tools.
Video lesson
Video Lesson that presents how to connect MongoDB Atlas to the Software Customer Robo 3T.
To learn how to create a MongoDB...