Linux.org

DCA - 03 - Docker Images and Tags

  • 2,965
  • 1
When dealing with Docker, you will need to have images to work with.

A Docker image is a package of software, which is executable, and includes everything you need to run the application or...

Learning python with OpenAI's ChatGPT

  • 5,620
  • 8
ChatGPT can be super helpful in helping you to create or modify code. For a fun exercise I recently asked it to write a "dead man's switch" style script in python. Specifically to check if there...

Hands on with lsof

  • 3,293
  • 2
lsof stands for "List Open Files," and as the name implies, it's a command-line tool in Linux that provides a detailed list of all open files on the system. Open files in this context refer to any...

The Vim Text Editor

  • 6,641
  • 21
I use Vim, all my homies use Vim.. do you use Vim? Vim is a powerful and popular text editor for Linux that is known for its efficiency and flexibility. It is widely used by developers and system...

Conky - Real Time System Info on Your Desktop

  • 5,040
  • 4
Many people would like to see real-time statistics about their system on their desktop. The information shown on the desktop by 'Conky' is configurable.

Let's look into installing 'Conky' and...

Install Ubuntu Server on Synology NAS

  • 3,803
  • 0
This one is pretty straight forward - network and everything else works right out of the box. I chose the 'server' version because I won't be connecting with this looking for any UI, i'll mainly...

Latest posts


Members online


Latest posts

Top