Skip to content

Instantly share code, notes, and snippets.

View mohsen-Nour's full-sized avatar

Mohsen mohsen-Nour

View GitHub Profile
@JohnathanMarkSmith
JohnathanMarkSmith / MavenInstall.txt
Last active December 17, 2022 15:20
How to install Maven on Fedora, CentOS, Red Hat and Scientific Linux
How to install Maven on Fedora, CentOS, Red Hat and Scientific Linux
If you are using Fedora, CentOS, Red Hat or Scientific Linux sometimes yum does not have the package for the product you would like to install and Maven is one of them at the time of me writing this blog.
I am going to show you how I install Maven on Fedora, CentOS, Red Hat or Scientific Linux you can do it the same way or find a better way.
Download Maven and untar it.
The first thing we need to do is to download the Maven tar file and untar it to a shared location on the workstation
wget http://mirrors.gigenet.com/apache/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz
@zlargon
zlargon / [Eclipse] xcode theme.xml
Created December 8, 2014 05:54
The Xcode Style Eclipse IDE Theme
<?xml version="1.0" encoding="utf-8"?>
<colorTheme id="11666" name="XCode - Dusk - Actual" modified="2012-10-31 16:08:07" author="mechatronic">
<searchResultIndication color="#616161" />
<filteredSearchResultIndication color="#616161" />
<occurrenceIndication color="#616161" />
<writeOccurrenceIndication color="#616161" />
<findScope color="#E0E2E4" />
<deletionIndication color="#E0E2E4" italic="true" />
<sourceHoverBackground color="#000000" />
<singleLineComment color="#41B644" />
@mohsen-Nour
mohsen-Nour / persistence.xml
Created May 18, 2018 17:54 — forked from mortezaadi/persistence.xml
persistence xml configurations for major databases and jpa providers
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
version="1.0">
<!-- derby -->