View deploy-geoserver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install GeoServer on cloud server | |
________________ | |
## 1. Install Java JDK | |
apt install openjdk-11-jdk | |
You can check the installation using `$ java -version`. Now you can see something like this: | |
openjdk version "11.0.7" 2020-04-14 |
View setup_saleor_core.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installing python and other essentials | |
sudo add-apt-repository ppa:deadsnakes/ppa | |
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo apt-get install python3.9 libpython3.9-dev python3-all-dev |
View Saleor Core Setup exemple
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installing python and other essentials | |
https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-18-04-server | |
sudo add-apt-repository ppa:deadsnakes/ppa | |
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo apt-get install python3.7 libpython3.7-dev python3-all-dev | |
View Git Remote Supports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please send your query for Git Remote Support Service: | |
Telegram: https://t.me/montasir2022 | |
WhatsApp: https://web.whatsapp.com/send?number=01768231949 | |
Email: linuxkeepup@gmail.com | |
#!/bin/bash | |
sudo add-apt-repository ppa:git-core/ppa | |
sudo apt update | |
sudo apt install git | |
git --version |
View install-steps-gnu-health
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Make sure you have the following requisites | |
- Debian or Ubuntu | |
- Postgresql | |
- Python | |
- Tryton | |
2. Install requisite software | |
2.1 apt-get install python-pip python-lxml python-relatorio python-psycopg2 postgresql python-tz |
View jasmind_consumer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: rabbit consumer | |
# Required-Start: $network $local_fs | |
# Required-Stop: | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Jasmin SMS Gateway Mysql Reporter Init Script | |
# Description: Jasmin SMS Gateway Mysql Reporter Init Script | |
### END INIT INFO |
View consume_MT_messages.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" Simple mod from the original gist submitted by @zoufou | |
https://gist.github.com/zoufou/5701d71bf6e404d17cb4 | |
Mod by: @pguillem | |
Purpose: | |
- Integrates PySQLPool lib to handle MySQL | |
- Visit https://pythonhosted.org/PySQLPool/tutorial.html | |
Requirements: |
View docker-install-parrot.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# From https://www.hiroom2.com/2017/09/24/parrotsec-3-8-docker-engine-en/ | |
set -e | |
# Install dependencies. | |
sudo apt install -y curl apt-transport-https \ | |
software-properties-common ca-certificates | |
# Install docker. |
View gist:ed8a881832f34f3c914fb5d0c3cc84a1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ sudo cat /etc/snmp/snmpd.conf | |
[sudo] password for mwang: | |
############################################################################### | |
# | |
# snmpd.conf: | |
# An example configuration file for configuring the ucd-snmp snmpd agent. | |
# | |
############################################################################### | |
# | |
# This file is intended to only be as a starting point. Many more |
NewerOlder