Skip to content
  • Home
  • Blog
  • Wish List
Digital Developer
  • Home
  • Blog
  • Wish List
  • Home
  • Blog
  • Wish List

Category: Knowledgebase

Home/Category: Knowledgebase

watch

watch in linux is used to run a reocurring command and display the output. I find it super useful when you need to follow a truncating log file. Example: To follow a log file, you can run the following command: watch “tail -n 50 output.log” Your immediate thought might be to just run tail -f…

Read More

16 April 2022AndrewCode, Knowledgebase, Linux BashBash, Code, Commands, Linux, Terminal

Portainer

Portainer is a docker container that provides a GUI for managing other docker containers. Below is the code to install and run portainer (assuming you have docker already installed).

…

Read More

2 April 2022AndrewCode, Knowledgebase, Linux BashDocker

Posts navigation

1 2
Developed by Think Up Themes Ltd. Powered by WordPress.
  • Knowledgebase
  • Code
  • Reviews
  • Photos
  • AS