[libjpeg-turbo]
name = libjpeg-turbo official RPMs
baseurl = https://downloads.sourceforge.net/sourceforge/libjpeg-turbo
enabled = 1
gpgcheck = 1
gpgkey = http://pgp.mit.edu/pks/lookup?op=get&search=0x85C7044E033FDE16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
echo "hello world!" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/log/openresty/*.log { | |
daily | |
missingok rotate 52 | |
compress delaycompress | |
notifempty create 640 nobody trusted | |
sharedscripts | |
postrotate | |
container_name=openresty | |
openresty_running=$(docker inspect --format="{{ .State.Running }}" $container_name 2> /dev/null) | |
if [ "$openresty_running" == "true" ]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# downloads latest version of an artifact from artifactory | |
set -e | |
usage(){ | |
echo "Usage: $*" >&2 | |
exit 64 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
# rm /etc/SUSEConnect | |
# rm -f /etc/zypp/{repos,services,credentials}.d/* | |
# rm -f /usr/lib/zypp/plugins/services/* | |
# sed -i '/^# Added by SMT reg/,+1d' /etc/hosts | |
# /usr/sbin/registercloudguest --force-new | |
``` | |
## Reference |
OlderNewer