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
---------CRON JOB--------------------------------------------- | |
#Bestee Import Products and Categories From Amazon every 5 Hours | |
00 */05 * * * curl -s -m 10 http://inheritx.dnsdynamic.com:8590/bestee/job/ImportAmazonProducts > /dev/null 2>&1 | |
#Bestee Get The Score For Amazon Products After every 1 Hour | |
00 */01 * * * curl -s -m 10 http://inheritx.dnsdynamic.com:8590/bestee/job/TestFreakScoreMigration > /dev/null 2>&1 |
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 | |
################################################################################ | |
# Ubuntu fonts installation helper for Fedora Linux | |
# | |
# This script is installing the fonts without any untrustworthy RPMs or build- | |
# hazzle. I think it is useful because there is only a "ubuntu-title-fonts" | |
# package included in the main repositories right now. | |
# Please note that the yum/RPM database is bypassed, so you can't uninstall | |
# the fonts by using yum erase/remove. |
NewerOlder