Skip to content

Instantly share code, notes, and snippets.

View kyberorg's full-sized avatar

Aleksandr Muravja kyberorg

View GitHub Profile
@kyberorg
kyberorg / installing-arch-linux-on-a-vultr-server.md
Last active September 7, 2018 13:05
Installing Arch Linux On a Vultr Server

Installing Arch Linux On a Vultr Server

This is a minimal installation guide targeted to get Arch Linux running on Vultr. For simplicity, 'time zone', 'hostname', 'locale' and 'initramfs' are omited, you can configure them latter by yourself.

Partition the disks

For simplicity, we use single root partition.

# fdisk /dev/vda
@kyberorg
kyberorg / index.html
Last active August 29, 2015 14:11 — forked from anonymous/index.html
Atlassian
<html>
<head>
<!-- External dependencies -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.15/require.min.js"></script>
<script src="http://aui-cdn.atlassian.com/aui-adg/5.8.0/js/aui.js"></script>
<script src="http://aui-cdn.atlassian.com/aui-adg/5.8.0/js/aui-experimental.js"></script>
<script src="http://aui-cdn.atlassian.com/aui-adg/5.8.0/js/aui-datepicker.js"></script>
<link rel="stylesheet" type="text/css" href="http://aui-cdn.atlassian.com/aui-adg/5.8.0/css/aui.css"/>
<link rel="stylesheet" type="text/css" href="http://aui-cdn.atlassian.com/aui-adg/5.8.0/css/aui-experimental.css"/>
# How to create an RPM from source with spec file
# This is for Redhat versions of linux. Sometimes when you search for an rpm package,
# it is either outdated or not available. The only thing available is the source code.
# You can create a custom RPM package from source.
#
# For this example, I'll be using the latest version of Git, currently v.1.9.2
# Step: 1
# Install rpmbuild