nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

Bash check if process is running or not on Linux / Unix

Posted: 17 Nov 2018 12:10 PM PST

I am new to Linux shell scripting. I am using a CentOS 7 Linux and Ubuntu 18.04 LTS server in the cloud. How do I check if a process is running or not on Linux? How do I determine whether a process is running or not in a shell script running on an Ubuntu server?

The post Bash check if process is running or not on Linux / Unix appeared first on nixCraft.

How to create VM using the qcow2 image file in KVM

Posted: 17 Nov 2018 07:58 AM PST

I have image.qcow2 file. How do I install the qcow2 image provided in the qcow2 format? How do I create Linux KVM VM from provided image (say image.qcow2) file?

The post How to create VM using the qcow2 image file in KVM appeared first on nixCraft.