Useful commands for every CLI tool
$.Data[?(@.Date=='2021-08-21T00:00:00')].FoodMeal[?(@.Title=='افطار')]
keytool -printcert -jarfile app.apk
keytool -printcert -jarfile app.aab
keytool -list -v -keystore release.jks
make sure to add build-tools
directory to PATH first
aapt dump badging myapp.apk
net use
net use * /d
ipconfig /flushdns
flutter doctor
flutter clean
flutter pub get
flutter pub run build_runner build
flutter run
flutter pub run build_runner watch
flutter pub run build_runner build --delete-conflicting-outputs
export PATH="$HOME/Desktop/flutter/bin:$PATH"
export PATH="$PATH:`pwd`/flutter/bin"
flutter build apk --analyze-size --target-platform android-arm
flutter build apk --obfuscate --split-debug-info=C:/users/Mahdi/Desktop/symbol
cd ios
pod install --repo-update
flutter pub outdated
flutter pub upgrade --major-versions
flutter build apk --flavor website --obfuscate --split-debug-info=C:\Users\Mahdi\Desktop\zireh-symbols
git rm {FileName} --cache
git rebase -i HEAD~3
git checkout .
Warning this will reset all of your unpushed commits to master!
git reset
git revert <commit 1> <commit 2>
git clean -f
git clean -fd
git remote prune origin
git add --renormalize .
php artisan migrate:rollback --step=1
php artisan config:cache
php artisan config:clear
php artisan down
git pull
composer i
npm i
npm run prod
php artisan migrate
php artisan permission:sync
php artisan config:cache
php artisan view:cache
php artisan route:cache
php artisan up
composer install --ignore-platform-reqs
php artisan storage:link
tar -zcvf archive.tar.gz directory/
cd /home/lighttpd/http
mv [file] [directory]
rm [file]
nano /etc/bind/db.{domain}.com
6. Show hidden files
ls -ad .*
wget http://link.to.file
tar xvzf file.tar.gz
cp -a file direcory
ncpa.cpl
CTRL + ALT + SHIFT + U
Ctrl + Alt + L
Shift + F6
Ctrl + Shift + LeftArrow
Ctrl + Shift + RightArrow
Ctrl + Alt + S
Ctrl + Shift + E
Ctrl + B
Ctrl + Shift + i
Quickly find any file, action, symbol, tool window, or setting in IntelliJ IDEA, in your project, and in the current Git repository.
Double Shift
Ctrl + /
Ctrl + Shift + /
Ctrl + E
Complete Current Statement Insert any necessary trailing symbols and put the caret where you can start typing the next statement.
Ctrl + Shift + Enter
Command + Shift + 4
Command + Space
3. Show/hide hidden files and folders
Command + Shift + .
Command + Shift + Y