Skip to content

Instantly share code, notes, and snippets.

View scottharwell's full-sized avatar

Scott Harwell scottharwell

  • Red Hat
  • Greensboro, NC
View GitHub Profile
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Apache Directory Studio
Exec=/opt/ApacheDirectoryStudio/ApacheDirectoryStudio
Icon=/opt/ApacheDirectoryStudio/features/org.apache.directory.studio.nls.feature_2.0.0.v20170904-M13/studio.png
Categories=Network;Development
Keywords=ldap;
@scottharwell
scottharwell / ethereum-wallet.desktop
Created October 30, 2017 18:21
Gnome Desktop Entry for Ethereum Wallet
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Ethereum Wallet
Exec=/opt/etherium_wallet/ethereumwallet
Icon=/opt/etherium_wallet/icon.png
Categories=GNOME;Network;
Keywords=ethereum;wallet;blockchain;ether;eth;
@scottharwell
scottharwell / Postman.desktop
Created October 27, 2017 12:59
Gnome Shell Desktop File for Postman Native App
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Postman
Exec=/opt/Postman/Postman
Icon=/opt/Postman/resources/app/assets/icon.png
Categories=Network;Development
Keywords=rest;api;
@scottharwell
scottharwell / start_jenkins_docker.sh
Created September 27, 2017 13:57
Docker start script for Jenkins.
#!/usr/bin/sh
docker pull jenkins/jenkins && \
docker run -d --name myjenkins \
-p 8083:8083 \
-p 50000:50000 \
-v /etc/timezone:/etc/timezone \
-v /var/jenkins_home/:/var/jenkins_home/ \
-v /var/lib/jenkins/cert:/var/lib/jenkins/cert \
-v /var/lib/jenkins/pk:/var/lib/jenkins/pk \
--env JENKINS_OPTS="--httpPort=-1 --httpsPort=8083 --httpsCertificate=/var/lib/jenkins/cert --httpsPrivateKey=/var/lib/jenkins/pk" \
@scottharwell
scottharwell / start_jenkins_docker.sh
Created September 27, 2017 13:57
Docker start script for Jenkins.
#!/usr/bin/sh
docker pull jenkins/jenkins && \
docker run -d --name myjenkins \
-p 8083:8083 \
-p 50000:50000 \
-v /etc/timezone:/etc/timezone \
-v /var/jenkins_home/:/var/jenkins_home/ \
-v /var/lib/jenkins/cert:/var/lib/jenkins/cert \
-v /var/lib/jenkins/pk:/var/lib/jenkins/pk \
--env JENKINS_OPTS="--httpPort=-1 --httpsPort=8083 --httpsCertificate=/var/lib/jenkins/cert --httpsPrivateKey=/var/lib/jenkins/pk" \
@scottharwell
scottharwell / Install_Sublime_Text_3_64.sh
Last active December 28, 2016 01:53 — forked from dkd903/Install_Sublime_Text_3_64.sh
Install Sublime Text 3 editor on Fedora Linux & Red Hat Linux - 64 Bit Edition. More at: http://digitizor.com/?p=15885
# This script is an enhancement of Debjit Saha's helpful original.
# https://gist.github.com/dkd903/8ba3f51313c1781cc571
# This script works with Fedora 25 and prints a prettier error when no file
# is provided.
#!/bin/sh
SHORTCUT="[Desktop Entry]
Name=Sublime Text 3
Comment=Edit text files
Exec=/usr/local/sublime_text_3/sublime_text