{"id":18737905,"url":"https://github.com/technodelight/magento_handy_shell_scripts","last_synced_at":"2025-11-17T20:30:17.737Z","repository":{"id":8495721,"uuid":"10103088","full_name":"technodelight/magento_handy_shell_scripts","owner":"technodelight","description":"Simple shell install script for n98-magerun","archived":false,"fork":false,"pushed_at":"2015-05-26T13:08:15.000Z","size":200,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T17:27:56.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technodelight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-16T14:32:36.000Z","updated_at":"2016-06-27T06:04:52.000Z","dependencies_parsed_at":"2022-08-24T04:50:45.105Z","dependency_job_id":null,"html_url":"https://github.com/technodelight/magento_handy_shell_scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fmagento_handy_shell_scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fmagento_handy_shell_scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fmagento_handy_shell_scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fmagento_handy_shell_scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technodelight","download_url":"https://codeload.github.com/technodelight/magento_handy_shell_scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239611969,"owners_count":19668276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T15:27:22.864Z","updated_at":"2025-11-17T20:30:17.634Z","avatar_url":"https://github.com/technodelight.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Handy Magento Shell Scripts\n\n This is a collection of shell scripts to make a magento developer's life a bit easier.\n\n##increase-admin-session.sh\n\n###Description\n\n This script extends the default admin session expiration time to 86400, and switches off the lock-out after x time feature.\n \n###Usage\n \n    ./increase-admin-session.sh\n\n\n##create-db-dump.sh\n\n###Description\n\n Simple shell script to simplify creating database dumps. The script uses the default root username/password combination to do the trick.\n \n###Usage\n \n    ./create-db-dump.sh [dbname] [sqlfile]\n\n The script defaults the `[dbname]` argument to magentodb while the `[sqlfile]` defaults to `[dbname]-[mdy].sql`. It could be safe to use together with `recreate-db.sh`. This script creates a symlink named `[dbname]-latest.sql`, which points to the last database dump you've made.\n\n\n##recreate-db.sh\n\n###Description\n\n Shell script to recreate a database from a dump. The script uses the default root username/password combination, like the `create-db-dump.sh`.\n \n###Usage\n \n    ./recreate-db.sh [sqlfile] [dbname]\n\n The script defaults the `[dbname]` argument to magentodb while the `[sqlfile]` defaults to `[dbname]-latest.sql`. It could be safely used in combination with `create-db-dump.sh`\n\n\n##restart-services.sh\n\n###Description\n\n Shell script to restart specified services at once\n \n###Usage\n \n    ./restart-services.sh [service1] [service2] ... [serviceN]\n\n\n##magerun-install.sh\n\n###Description\n\n Simple shell script to simplify installing magerun by running a one line command. It extends your path variable by appending an export to your `~/.bashrc` file. \n \n###Usage\n\n    ./magerun-install.sh\n \n or install magerun directly using this script without downloading the whole handy tools repository:\n \n    curl https://raw.githubusercontent.com/technodelight/magento_handy_shell_scripts/master/magerun-install.sh --insecure | `which sh`\n\n\n##bashrc (Custom Bash Profile)\n\n###Description\n\n Bash profile for to bring your work extra effective\n\n###Usage (installation)\n\n    cat bashrc | sude tee -a [profile path]\n\n or install directly from git repo\n\n    curl -s https://raw.githubusercontent.com/technodelight/magento_handy_shell_scripts/master/bashrc | sudo tee -a [profile path]    \n\n Profile path could be ~/.bashrc or /etc/bashrc for common profile accross accounts (with centOS VM + root account you should give it a try)\n\n#Author\n\n Zsolt Gal \n \u003ctechnodelight@gmail.com\u003e\n\n Any feedbacks and suggestions welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fmagento_handy_shell_scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnodelight%2Fmagento_handy_shell_scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fmagento_handy_shell_scripts/lists"}