-
To view cron logs in ubuntu:
grep CRON /var/log/syslog
-
Kill all greb result in linux:
- To kill all odoo services :
sudo ps -ax |grep odoo| awk '{print $1}'|xargs kill -9 $1 - To Kill paricular Port :
sudo fuser -k 7073/tcp
- To kill all odoo services :
-
Dropbox upload script:
wget https://raw.githubusercontent.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh && chmod +x dropbox_uploader.sh -
External Application links not working(Blank chrome page opening)
-
Pivot Views JS - Library
-
Testing System performance Linux (Calculating 10000 Pi value)
time echo "scale = 10000; 4 * a (1)" | bc -l
find . -name '*.pyc' -delete
- Github or any VCS, for private repository pull and push every time asking username and password
- Postgresql Config File in MAC OS
- Restart postgreSQL in mac(without install brew):
sudo su postgres && pg_ctl -D /Library/PostgreSQL/11/data/ status- if Brew:
- Create Virtual environment in python
- ProcessManager for individual scripts(node, py, sh or etc ...)
- GIT Cheatsheet pages
- GIT cherry pick commits
- MacOS Shell change to bash
cat /etc/shellschsh -s /bin/bash
- SQL based system query from facebook - Osquery
- How to create a node-js module ?
- How to display data from the degitalocean api with django
- How to build a morden web application to manage with django and react on ubuntu -production deploy
- Github config commands:
- Change Email :
git config --global user.email "[email protected]" - Change Name :
git config user.name "Hariprasath" - Dontconsider fiele permision changes :
git config core.fileMode false
- Http toolkit for testing requests : https://httptoolkit.tech/