Open in app

Sign In

Write

Sign In

Devtonight
Devtonight

2 Followers

Home

About

Jan 1, 2022

How To Install And Setup Go Language On Ubuntu (Complete Guide)

The Go language or Golang is one of the youngest yet popular, stable, high performing and production-ready computer programming language designed by Robert Griesemer, Rob Pike and Ken Thompson at Google back in 2007. Their main intention behind the Go programming language was to create an efficient yet simple and…

Golang

4 min read

How To Install And Setup Go Language On Ubuntu (Complete Guide)
How To Install And Setup Go Language On Ubuntu (Complete Guide)
Golang

4 min read


Dec 1, 2021

How To Find Linux System Installation Date

Several methods exist to find out the possible system installation date and time. The first method we use is the Debian Installer log. It should work on all Debian based distributions such as Ubuntu. The following command will show the content of the log with timestamps. …

Linux

1 min read

Linux

1 min read


Nov 30, 2021

How To Enable WordPress Debug Mode

Even though when there is an error in a WordPress site, it does not display any helpful information. Instead, it shows the WordPress WSOD (White Screen Of Death) page or a similar message which does not have any useful information about the error to fix the root cause. This happens…

WordPress

2 min read

WordPress

2 min read


Nov 18, 2021

How To Run Laravel Development Server On A Different Port

Normally, the development server of the Laravel runs on port 8000, which can be accessed from http://localhost:8000. But there are situations where you need to run multiple instances of Laravel applications at the same time on the same development PC. Under that kind of situation, it will not be able…

Laravel

2 min read

Laravel

2 min read


Nov 1, 2021

How To Fix NPM Timeout Errors On Slow Internet Connections

Sometimes when we work with slow or unstable Internet connections, npm often fails to complete its commands like npm install and npm update with a timeout error. For that kind of situation, we can simply change some npm configurations like fetch-retries, fetch-retry-mintimeout, fetch-retry-maxtimeout and cache-min to minimize these timeout errors. fetch-retries …

NPM

2 min read

NPM

2 min read


Oct 31, 2021

How To Fix Laravel Sail Hot Reloading (HMR) Not Working Error

Hot Module Replacement (HMR) or Hot Reloading is a technique used to refresh web pages as we make changes to the code of web pages, CSS and JavaScript which completely eliminate the manual page refreshing. The problem with Laravel Sail is, HMR does not work with its default configuration. The…

Laravel

2 min read

Laravel

2 min read


Oct 23, 2021

How To Enable Apache mod_rewrite Module In Ubuntu

Apache mod_rewrite module helps you to manipulate URLs. For example in WordPress, instead of accessing a blog post by https://example.com/?p=1, you can use the mod_rewrite module to access that post with an SEO friendly pretty URL such as https://example.com/my-first-post. …

Apache

1 min read

Apache

1 min read


Oct 22, 2021

How To Copy Files Quickly In Docker Images To Host

Sometimes, there are situations where we just need to copy one or two files in the original Docker images to the host PC. For example, when we build Docker-based LAMP/LEMP stacks, we keep web server configuration files and database configuration files externally. …

Docker

2 min read

Docker

2 min read


Oct 18, 2021

How To Fix “bash: ifconfig: command not found” In Ubuntu Docker Containers

It is obvious, usually, we do not check or try to configure network interfaces inside of a Docker container. But there can be rare situations where we need to see the network interfaces and their IP addresses (or even ping other containers) while we are inside of a container. But…

Docker

1 min read

Docker

1 min read


Oct 17, 2021

How To Fix “bash: ping: command not found” In Ubuntu Docker Containers

Even though it happens rarely, sometimes, still we need to use the ping command in our Docker containers. The problem with the Ubuntu Docker image is, it is not exactly similar to the regular Ubuntu desktop or server releases that we use in our PCs and servers. That means the…

Docker

1 min read

Docker

1 min read

Devtonight

Devtonight

2 Followers

Coding tutorials and FOSS guides

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech