Skip to content

Instantly share code, notes, and snippets.

View mtancoigne's full-sized avatar

Manuel Tancoigne mtancoigne

View GitHub Profile
@SanderTheDragon
SanderTheDragon / postman-deb.sh
Last active April 3, 2024 05:30
A shellscript to create a Postman .deb file, for simple installation on Debian-based Linux distro's. Also creates a .desktop file.
#!/bin/sh
# SPDX-FileCopyrightText: 2017-2022 SanderTheDragon <sanderthedragon@zoho.com>
#
# SPDX-License-Identifier: MIT
curlExists=$(command -v curl)
echo "Testing Postman version"
@zeusintuivo
zeusintuivo / enlightenment_nineteen_16_xenial.sh
Last active June 22, 2016 18:11
Enlightenment 19 build script for Ubuntu Vivid 16.04/Xenial. From https://gist.github.com/bhundven/11439386. With a Few adjustments to work.
#!/bin/bash
# @author Zeus Intuivo <zeus AT intuivo DOT com>
#
# enlightenment_nineteen_16_xenial.sh
# This script allows you to install/update Enlightenment 19 git version on
# Ubuntu 16.04 LTS Xenial ,
# or remove E19 git from your system.
# Originally from: http://ubuntuforums.org/showthread.php?t=2203190
# By: Philippe J. Guillaumie (batden AT sfr DOT fr).
# Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com).
@pyguerder
pyguerder / Django-on-OVH-tutorial.md
Last active March 12, 2023 16:01
Installation de Django sur un hébergement mutualisé OVH

La méthode présentée ici permet d'installer un site Django sur un hébergement mutualisé OVH.

Lisez d'abord le fichier README puis copiez les fichiers .htaccess et django.cgi vers votre hébergement, ainsi que le code source de Django et le code source de votre site web.