Skip to content

Instantly share code, notes, and snippets.

View AnythingLinux's full-sized avatar
🏠
Working from home

Masum AnythingLinux

🏠
Working from home
View GitHub Profile
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
@identor
identor / vici_install.md
Last active April 26, 2025 17:16
Guide: Vici Dial Installation

Vici Dial Installation Guide

This guide shows a simple Vici Dial installtion on a debian6_x64 droplet in Digital Ocean.

Create the Droplet

General Guidelines:

  • Create the Droplet by selecting Create Droplet in the Droplet's UI.
  • Select the 64 bit image of debian 6.

Dependency installation

We need to install all dependencies before proceeding to install the astguiclient.

@Clivern
Clivern / install-tomcat-8.5.14.sh
Last active January 7, 2020 01:07
How to Install Apache Tomcat 8 on Ubuntu 16.04
#!/bin/bash
# For More Info http://clivern.com/how-to-install-apache-tomcat-8-on-ubuntu-16-04
sudo apt-get update
sudo apt-get install default-jdk
sudo apt-get install unzip
cd /opt
curl -O http://apache.mirrors.ionfish.org/tomcat/tomcat-8/v8.5.15/bin/apache-tomcat-8.5.15.zip
sudo unzip apache-tomcat-8.5.15.zip
sudo mv apache-tomcat-8.5.15 tomcat
@RobertBarrow
RobertBarrow / bitcoin-pizza.md
Last active April 20, 2026 23:50
Bitcoin Pizza, Bitcoin Pizza Index, Bitcoin Pizza Day and Bitcoin Lightning Pizza

Bitcoin Pizza

On 22nd May 2010, programmer Laszlo Hanyecz made the first documented purchase of goods using bitcoin when he exchanged 10,000BTC for two pizzas supplied by Jeremy Sturdivant (which he had bought from Papa John's). Back then - when the technology was just over a year old - that equated to roughly $25 per pizza.

Here is a link to the original "Pizza for bitcoins?" post on bitcointalk.org.

Here is a link to the transaction on the Bitcoin blockchain.

Bitcoin Pizza Index

# Make sure you grab the latest version
curl -OL https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip
# Unzip
unzip protoc-3.5.1-linux-x86_64.zip -d protoc3
# Move protoc to /usr/local/bin/
sudo mv protoc3/bin/* /usr/local/bin/
# Move protoc3/include to /usr/local/include/
@IMelker
IMelker / [DEB] Reconfigure all pacakges. [reconfigure.sh]
Last active May 18, 2023 09:41
Reconfiguare all installed packages
#!/bin/bash
# ------------------------------------------------------------
# Reconfiguare all *.deb installed packages
# Run dpkg-reconfigure for all dpkg -l
#
# USAGE insert next to terminal or run as sh script
#
# Be careful reconfiguration can broke your system
# ------------------------------------------------------------
@JacobPlaster
JacobPlaster / cardano-install.md
Last active April 26, 2025 17:18
Install cardano node on Linux

Install Cardano

Download source code

git clone https://github.com/input-output-hk/cardano-sl.git   
cd cardano-sl
git checkout master
@websofter
websofter / ecosystem.config.json
Created October 28, 2019 13:47
Run laravel artisian serve script via pm2
{
"apps": [{
"name": "laravel-app",
"script": "artisan",
"args": ["serve", "--host=0.0.0.0", "--port=3333"],
"instances": "1",
"wait_ready": true,
"autorestart": false,
"max_restarts": 1,
"interpreter" : "php",
HIRE Me For Your Project Support :)
Telegram: https://t.me/LinuxGun
#!/bin/bash
# Completely Remove Apache Ubuntu
service apache2 stop
apt purge apache2
apt remove apache2.*
apt autoremove
whereis apache2
@linuxoracledev
linuxoracledev / netdata.sh
Last active November 17, 2021 16:46
Installation and Configuration of netdata on Ubuntu 18.04 LTS
##Installation
# Run `bash` for shell
bash
# install Netdata directly from GitHub source
bash <(curl -Ss https://my-netdata.io/kickstart.sh)
#Modify the server configuration file
sudo nano /etc/netdata/netdata.conf
#uncomment following lines-