make sure SE linux is FSCKING turned off.
vi /etc/sysconfig/selinux # centos – set last line to DISABLED
setenforce 0
make sure SE linux is FSCKING turned off.
vi /etc/sysconfig/selinux # centos – set last line to DISABLED
setenforce 0
#find web access log files in backups – only take one from each date – put them together in date order in one file #!/bin/bash FOO=`find /backups/*/a/var/log/nginx -name "access.log*" -ls|cut -b 60-|sort -k 1 -k Read more
.repo/local_manifests/roomservice.xml <?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="device/google/blueline" remote="github" name="LineageOS/android _device_google_blueline" revision="lineage-20" /> <project path="device/google/crosshatch" remote="github" name="LineageOS/andro id_device_google_crosshatch" revision="lineage-20" /> <project path="kernel/google/msm-4.9" remote="github" name="LineageOS/android_ kernel_google_msm-4.9" revision="lineage-20" /> <project path="packages/apps/ElmyraService" remote="github" name="LineageOS/an droid_packages_apps_ElmyraService" revision="lineage-20.0" /> <project name="TheMuppets/proprietary_vendor_google_blueline" Read more
I went through a bunch of iterations with this a couple years ago and didn’t get it working. This is the second one I tried recently and was able to get what I wanted for Read more
0 Comments