Skip to content

Instantly share code, notes, and snippets.

View imvaskii's full-sized avatar
🎯
Focusing

Bhaskar imvaskii

🎯
Focusing
View GitHub Profile
---------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
#!/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.