2. Unzip the folder and copy it into a destination where you want to keep.
3. Go To the copied folder and navigate into Bin folder.
4. In a bin folder, open terminal window.
5. Type ./phpstorm.sh and hit Enter
6. Then you're done! :)
All about Computer Science | Linux: OpenSUSE, Red Hat, CentOS, Fedora| RPM Package Manager (RPM) (Red Hat Package Manager)| Programming Concepts | Java | Python | Life Hacks | Microsoft Windows | Tutorials...
#!/bin/bash**Don't forget the file permission of CheckBattery.sh
BATTERY=$(upower -e | grep 'BAT')
while [ 1 ]
do
BATTERY_PERCENTAGE=$(upower -i $BATTERY|grep percentage|awk '{ print $2 }'|sed s/'%'/''/g)
if [[ "$BATTERY_PERCENTAGE" -lt "20" ]]; then
notify-send --urgency=critical "WARNING: Battery is about to die" "Hello Vijaya!! Plug in the power cable"
play /usr/share/sounds/KDE-Sys-Warning.ogg &> /dev/null
fi
sleep 10
done
touch
touch submit_vijaya.docx