Skip to content

Instantly share code, notes, and snippets.

View wfrsilva's full-sized avatar

Wendel Fabiano Ribeiro da Silva wfrsilva

View GitHub Profile
@eccegordo
eccegordo / updateTextVariables.jsx
Created December 29, 2011 00:05
Indesign Script
// Functional edits added by Green4ever from Adobe forums.
// http://forums.adobe.com/thread/940934
// Logic behind this script
// theScript()
// is a wrapper function to provide functional scope to the entire script
// This function is invoked at the very bottom of the file
// main();
@NLKNguyen
NLKNguyen / install.sh
Created February 14, 2017 10:38
Install Hadoop on Ubuntu 16.04
# Copy line by line and paste to an interactive shell
# Update system
sudo apt-get update && sudo apt-get dist-upgrade
# Install Java
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-7-jdk
@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active July 25, 2024 10:23
To install Github Desktop for Ubuntu

IMPORTANT

See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)

For the sake of "maintaining the tradition" here is the updated version.