Create a file with a given size in Linux
dd if=/dev/zero of=upload_test bs=1M count=sizeInMegabytes
dd if=/dev/zero of=upload_test bs=1M count=sizeInMegabytes
npm install –global yarn
sudo find /your/path -xdev -type f -size +1000M or use the graphical analyser “filelight”
You have to install the interactive-tools plugin first. $ yarn plugin import interactive-tools $ yarn upgrade-interactive Press / to select packages. Press to install. Press / to select versions. Press to abort. Other Option: If U Want To Use The Old Command (yarn outdated) install this plugin $ yarn plugin import https://github.com/mskelton/yarn-plugin-outdated/raw/main/bundles/@yarnpkg/plugin-outdated.js $ yarn outdated
Install as devDependency npm install –save-dev Install as normal dependency npm install –save Install all devDependencies listed in package.json npm install –only=dev Install all normal dependencies listed in package.json npm install –only=prod Or if NODE_ENV is set to production npm install
php -f shell/indexer.php reindexall php shell/indexer.php –reindex catalog_product_attribute php shell/indexer.php –reindex catalog_product_price php shell/indexer.php –reindex catalog_url php shell/indexer.php –reindex catalog_product_flat php shell/indexer.php –reindex catalog_category_flat php shell/indexer.php –reindex catalog_category_product php shell/indexer.php –reindex catalogsearch_fulltext php shell/indexer.php –reindex cataloginventory_stock php shell/indexer.php –reindex tag_summary
docker exec -i pg_container_name psql –username pg_username [–password pg_password] database_name < /path/on/your/machine/dump.sql
Go to Menu Click on Customize Look at lower left corner Untick the “Title Bar”
Option 1: git reset –hard ORIG_HEAD Option 2: git reflog
for i in {1..10} do echo “Hello $i times” done