Frappe Installation:
https://github.com/D-codE-Hub/Frappe-ERPNext-Version-14--in-Ubuntu-22.04-LTS
Frappe home page Frappe workspace Frappe Doctypes Leave allocation fields Leave allocating page Listing page Dashboard page
tmux What is tmux?
Tmux is a terminal multiplexer an alternative to GNU Screen . In other words, it means that you can start a Tmux session and then open multiple windows inside that session. Each window occupies the entire screen and can be split into rectangular panes.
With Tmux you can easily switch between multiple programs in one terminal, detach them and reattach them to a different terminal.
As an instance, to kill all the process running on TCP port 8000, use the below command to detect the process id:
sudo lsof -i TCP:8000 And now kill it with its pid:
kill -9 <pid_value> Certain processes like mysqld and apache2 might restart after you have killed them using the above commands. Even if you use the killall command, they will still appear after some time.
In such cases, I advise you to use application specific commands to stop a service.
Installation A way of installing Node.js that is particularly flexible is to use nvm, the Node Version Manager. This piece of software allows you to install and maintain many different independent versions of Node.js, and their associated Node packages, at the same time.
Audit the script to make sure it isn’t doing anything you don’t agree with.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh Review the script and make sure you are comfortable with the changes it is making.
GOOGLE APPS SCRIPT ID’s - GAS library script Id’s More IDs 👉 More Google Apps Script Libraries : SPREADSHEET [59 ID’s] Telegraf : 1hYdnrL9KWOfqSn8zRCO5FFt8R6qWo6G6ZcyriQ_WzVof3RpKplKEaRD_
TG BOT API ver: 1.3 more info
Picasa : M4_STIXUlBANK7DGOzGApRljzL90iNPPq
Provides access to Picasa Web Albums / Google+ Photos and the photos and albums from your own gallery. Users can create and manage photos and albums more info
Firebase : MYeP8ZEEt1ylVDxS7uyg9plDOcoke7-2l
Provides access to the Firebase Realtime Database, a NoSQL cloud database provided by Google for storing and sync your app’s data more info