Ritsu4Life

joined 2 years ago
 

Without spending a dime how can I learn cyber security?? Even if I have pay something what is the best place to learn

 

Is there any tips to learn for ielts as we want a score of least 9, as a non English speaker. Also is there an anki for ielts?? Anything works

 

Do you guys/gals have any tips on how to get atleat 9 on the test, as a non English speaker. Also is there any anki lessons for ielts??

 

[–] Ritsu4Life@lemmy.world 2 points 10 months ago (1 children)
[–] Ritsu4Life@lemmy.world 2 points 10 months ago (3 children)

I have started my daily drawing journey which i still am bad at it. To create a new .kra files files every day I use this

#/usr/bin/bash

days=$(</var/home/monika/scripts/days)
echo "$days"

file_name=/var/home/monika/Pictures/Art/day$days.kra

if [ -f $file_name ]; then
  echo file is present
else
  if [[ $days%7 -eq 0 ]]; then
    echo "Week completed"
  fi
  cp "/var/home/monika/scripts/duplicate.kra" $file_name
  flatpak run org.kde.krita $file_name
  echo $(($days + 1)) >/var/home/monika/scripts/days
fi

[–] Ritsu4Life@lemmy.world 0 points 1 year ago (1 children)

Why is his head weird?