needed packages: update-notifier-common unattended-upgrades
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "7";
APT::Periodic::Unattended-Upgrade "1";
| #!/usr/bin/php | |
| <?php | |
| /* | |
| * cronjob to fix ridiculous rounding bug with paypal | |
| * @Author fabian krueger | |
| * | |
| * use this script on your risk! | |
| * | |
| * - modified to use SOAP-API, needs SOAP user with admin rights | |
| * - needs to live in mage installation folder |
| #!/bin/bash | |
| # This script | |
| # - creates a user (named below) | |
| # - sets up a union (aufs) filesystem on top of the users immutable home | |
| # - creates a cleanup script (/usr/local/bin/cleanup.sh) that empties the aufs | |
| # layer on login/logout/boot | |
| # - replaces the lightdm config | |
| # - replaces rc.local to run the script | |
| # |
| /* | |
| (C) Copyright 2012-2013 Massachusetts Institute of Technology | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, |
| server { | |
| root /home/daim2k5/www/magento19.localhost; | |
| index index.php; | |
| server_name magento19.localhost; | |
| location / { | |
| index index.html index.php; | |
| try_files $uri $uri/ @handler; | |
| expires 30d; | |
| } | |
| location ^~ /(app|includes|lib|media/downloadable|pkginfo|report/config.xml|var)/ { internal; } |
| <?php | |
| /* | |
| Follow these steps to create this functionality: | |
| 1. Create a custom date attribute, lets call it ‘activation_date’ | |
| 2. Create a cron job that should implement the following: | |
| 2.1 Retrieve all product ids that were not activated (E.G. status disabled) and their activation date | |
| is lower than current date | |
| 2.2 Activate all these products by the product attribute mass-action model: | |
| */ |
| #!/bin/sh | |
| # If you would like to do some extra provisioning you may | |
| # add any commands you wish to this file and they will | |
| # be run after the Homestead machine is provisioned. | |
| if [ ! -f /usr/local/extra_homestead_software_installed ]; then | |
| apt-get -y install zsh joe-jupp | |
| git clone git://github.com/robbyrussell/oh-my-zsh.git /home/vagrant/.oh-my-zsh |
| # | |
| # MIGRATE MySQL4 DATABASES TO MySQL5 - Steps for dumping and converting | |
| # | |
| # Uses mysqldump and patches output to be compatible with MySQL 5.5+ (? - no sure | |
| # at which specific release of MySQL 5 the old style syntax support ended). | |
| # | |
| # Conversion is most likely incomplete. It does some essential converting where | |
| # I regularly experienced problems during migration. | |
| # | |
| # Use on own risk, always try with test databases first. No warranty at all! |
| #!/bin/bash | |
| apt update && apt -y full-upgrade | |
| apt-get install -y joe-jupp mosh byobu software-properties-common \ | |
| php7.0-intl php7.0-ldap php7.0-mcrypt php7.0-zip php7.0-soap \ | |
| python-setuptools python-simplejson python-imaging python-mysqldb python-flup \ | |
| language-pack-de language-pack-en | |
| update-locale LANG=de_DE.UTF-8 LC_MESSAGES=POSIX |
I hereby claim:
To claim this, I am signing this object: