Recent Updates
- Install Apache Airflow on Ubuntu 22.04Step 1: Install CloudPanel Via Ansible (Optional) $ apt update && apt -y upgrade && apt -y install curl wget git ansible$ git clone https://github.com/saimintech/Ansible_Playbooks.git /home/Ansible_Playbooks/ && cd /home/Ansible_Playbooks/ $ ansible-playbook -i hosts.ini cloudpanel_install.yaml Step 2: Install Apache Airflow Install the Python package manager, and...0 Comments 0 Shares 3455 ViewsPlease log in to like, share and comment!
-
- Superset Installation Ubuntu 22.04pip install virtualenv On Ubuntu 22.04 pip install flask==2.2.5 pip install apache-superset export FLASK_APP=supersetexport SUPERSET_SECRET_KEY="oh-so-secret" superset db upgrade superset fab create-admin superset load_examples (Optional) # Create default roles and permissionssuperset init# To start a development web server on port 8088, use -p to bind to another portsuperset run -p 8088...0 Comments 0 Shares 12910 Views
- Apache Airflow Installation on Ubuntu w/ Cloud PanelMain Resource: https://s3.amazonaws.com/recipes.dezyre.com/use-emailoperator-airflow-dag/materials/Apache_Airflow_Installation_on_Ubuntu.pdf https://docs.vultr.com/how-to-deploy-apache-airflow-on-ubuntu-20-04 First Issue: Getting requirements to build wheel did not run successfully. apache-airflow mysql Soltuion: apt-get install pkg-config build-essential libmysqlclient-dev Resource:...0 Comments 0 Shares 13302 Views
- https://beebom.com/how-enable-use-chatgpt-plugins/
Plugins are only available in plus version and check out: Step 3: Access ChatGPT Plugins with GPT-4 in the articlehttps://beebom.com/how-enable-use-chatgpt-plugins/ Plugins are only available in plus version and check out: Step 3: Access ChatGPT Plugins with GPT-4 in the articleBEEBOM.COMHow to Enable and Use ChatGPT PluginsChatGPT Plugins are live for Plus subscribers but how do you install them? Learn how to enable and use ChatGPT Plugins easily here!0 Comments 0 Shares 4043 Views - https://beebom.com/how-connect-chatgpt-internet/
Read: 3. Connect ChatGPT to Internet Using WebChatGPT Extension (Free)
This also works on Unpaid version of CHATGPThttps://beebom.com/how-connect-chatgpt-internet/ Read: 3. Connect ChatGPT to Internet Using WebChatGPT Extension (Free) This also works on Unpaid version of CHATGPTBEEBOM.COMHow to Connect ChatGPT to the InternetThere are a few nifty ways to connect ChatGPT to the internet, including plugins, Chrome extensions, and an alternative that works well.0 Comments 0 Shares 3998 Views - Ubuntu: Upgrade FTP user to SFTPYou might to upgrade an exitsing user to able to securely connect to server using SFTP (22) protocol instead of FTP (21). Before proeeding you might want to check if your current user has "ftp-user" privlidge or not. In order to check that you can run the following command into the ubuntu server: groups USER_NAME If you see "ftp-user" in the output only then you should proceed further. Moving...0 Comments 0 Shares 22301 Views
More Stories