~/devreads

#server

17 posts

6 Jul

Sujitha Paduchuri, ManageEngine 1 min read

Servers give you warnings before they fail. Most sysadmins performing Linux server monitoring miss them because they're watching the wrong numbers. The metrics that actually matter are one level deeper: iowait instead of CPU percentage, active swap paging instead of memory usage, inode counts instead of just disk space. Continue reading...

blogguestsobservabilityperformanceserver

22 Jun

11 Jun

8 Jun

6 Jun

1 Jun

28 May

24 May

21 May

3 May

22 Apr

27 Jun 2022

srinivas.tamada@gmail.com (Srinivas Tamada) 1 min read

The Raspberry Pi is a low cost device and it consumes low power. It can be used as a web server with your home internet and you will have complete freedom to implement ideas. Nowadays popular cloud services are costing high for the same specifications and recently banned some websites for showing some legal terms. This post will guide you…

hostingraspberry piserverweb hosting

25 Oct 2015

8 Sept 2015

29 Jun 2014

Luciano Mammino 9 min read

By writing a Dockerfile we can containerize a simple Go echo server app. The Dockerfile installs Go, copies the server code, exposes the port, and defines the command to run the app. Building the Dockerfile produces an image that can be run as a container. The containerized Go app can then be easily distributed and run anywhere Docker is installed.

servergodocker

30 Mar 2014

Luciano Mammino 2 min read

Learn how to reset a lost MySQL root password by restarting the server with disabled security checks. This allows resetting the password directly in the database. Useful when locked out but reduces security temporarily.

securitymysqlserver

17 Jan 2014

Luciano Mammino 4 min read

This post explains how to install Dropbox command line client on a Linux server, create a dedicated user and setup it as a service to have automated backups on Dropbox cloud.

backupdropboxserver