Skip to content

Instantly share code, notes, and snippets.

View ViktorNova's full-sized avatar

Viktor Nova ViktorNova

View GitHub Profile
@ViktorNova
ViktorNova / taiga-centos8.sh
Last active October 13, 2020 13:02 — forked from abradshaw/Taiga for EL8
Install Taiga on CentOS 8 / RHEL 8
#!/bin/bash
# Stop on error
set -e
# Stop on unitialized variables
set -u
# Stop on failed pipes
set -o pipefail
# IP_ADDR can be the IP address of your server OR FQDN that points to your server
@ViktorNova
ViktorNova / setup-taiga-el7-scl.sh
Created March 20, 2020 15:56 — forked from abradshaw/setup-taiga-el7-scl.sh
This script sets up Taiga, on a Centos7 server, using software collections.
#!/bin/bash
IP_ADDR="10.10.10.120"
#take care of selinx and the firewall
setsebool -P httpd_read_user_content 1
yum install -y policycoreutils-python
semanage port -m -t http_port_t -p tcp 8000
@ViktorNova
ViktorNova / opacity_zenity.py
Last active August 29, 2015 14:25 — forked from stelonix/opacity_zenity.py
Simple Zenity slider to change current window transparency. Needs a better way to find the Window who called the script. Made for pekwm. Requires: transset-df, zenity and xprop. Rev 3: Now honors Zenity's return value
#!/usr/bin/python2
import sys, subprocess, os
from subprocess import PIPE, Popen
from threading import Thread
from Queue import Queue, Empty
def enqueue_output(out, queue):
for line in iter(out.readline, b''):
queue.put(line)
#!/bin/bash
#~ NINETEEN.SH
#~ This script allows you to easily install/update Enlightenment 19 stable on
#~ Ubuntu 14.04 LTS, or remove E19 from your system.
#~ Tip:
#~ Get the Faenza and Faience icon sets for your enlightened desktop before
#~ running the script.
#~ See http://www.noobslab.com/2014/06/faience-and-faenza-icons-for.html