These are my personal notes. It does not mean it is for you. I will update this from time to time.
Install spotify:
sudo dnf install lpf-spotify-client -y
Add our user to pkg build group:
# [Sid Meierโs Civilizationยฎ VI] | |
# FiraxisBugReporter.exe | |
# 52.216.233.181, 52.216.166.5, 52.216.165.21 | |
#0.0.0.0 s3.amazonaws.com # required for other stuff as well (websites and software) | |
# LaunchPad.exe | |
# Block: 180.213.167.255, 54.209.151.59, 52.72.178.179 | |
0.0.0.0 2klauncher.2kcoretech.online # Graphics/advertising | |
0.0.0.0 cdn.2kgames.com # Graphics again/advertising | |
0.0.0.0 d19mxcar6gop8d.cloudfront.net | |
0.0.0.0 telemetry.api.2kcoretech.online |
package utils
import (
"errors"
"golang.org/x/sys/unix"
"os"
)
const lockFile = "/tmp/.test.lock"
You will need to add you user to the 'apache' group first. Log out afhter you have done that. | |
$ sudo mkdir /var/www/html/project | |
$ sudo chown -R $USER:apache /var/www/html/project | |
$ sudo chmod -R 775 /var/www/html/project |