Skip to main content
Ctrl+K

Mastering Linux

  • Linux for end-user
    • Introduction to the shell
    • Using Manual pages
    • Useful commands
    • Filesystem and permissions
    • Scripting with BASH
  • Linux Administration
    • User management
    • Package management
    • Storage management
    • Logical Volume Management
    • Scheduling Tasks
    • Network Management
    • Logging
    • Time management
  • Linux Engineer
    • Systemd and SysVinit
    • Firewall Management
    • Advanced Network Management
    • Domain Name System
    • Network Services
    • Using iSCSI
    • Network File System (NFS)
    • Samba
    • SELinux
    • Building a package
    • Virtualization
    • Containers
  • Automation with Ansible
    • Introduction to Ansible
    • Maintaining an Inventory
    • Using Ansible Playbooks
    • Manage variables and inclusions
    • Implement task control
    • Implement Jinja2 templates
    • Using Ansible Roles
    • Ansible Vault
    • Ansible Galaxy
  • Scripting with Bash
    • Introduction to Bash
    • Redirects and Pipes
    • Using variables
    • Conditional structures
    • Loops for, while and until
  • Blog

Posts tagged svg

Converting SVG to PNG on Linux

  • 25 October 2024
  • Editor
  • Command Line
  • png svg linux image conversion

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.

Read more ...


By Editor

© Copyright 2025, Mastering Linux.