Posts in Command Line
Converting SVG to PNG on Linux
- 25 October 2024
SVG (Scalable Vector Graphics) is a popular format for creating vector-based images that can be scaled without losing quality. However, there are situations where you may need to convert SVG files to PNG (Portable Network Graphics) format, especially when dealing with web development or image processing tasks.
How to create a file on the command line
- 12 November 2023
Sometimes you need to create a file on the command line. This can be done using the touch command which is available on most Unix-like operating systems. There are also other ways to create a file and some of them are listed below.