Skip to content

Instantly share code, notes, and snippets.

View DimensionalScoop's full-sized avatar

Max Pernklau DimensionalScoop

View GitHub Profile
@DimensionalScoop
DimensionalScoop / Thea's Einkaufsliste PC.md
Last active December 10, 2015 12:54
Thea's Einkaufsliste PC
@DimensionalScoop
DimensionalScoop / rsync-backup.bash
Created August 4, 2015 13:43
My rsync backup script
#!/bin/bash
if [ "$(whoami)" != "root" ]; then
echo "You should be root to run backup."
fi
backupSource="/home/elayn/"
backupTarget="/run/media/elayn/Jet Black/Backup/Rsync-LinuxHome/" #the dir where the backup is saved
now=$(date +"%Y-%m-%d-%H%M") # name of this backup
@DimensionalScoop
DimensionalScoop / Catalyst
Last active April 17, 2017 13:45
My Arch Setup Configuration (for crimson).
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#catalyst
https://wiki.archlinux.org/index.php/AMD_Catalyst#Xorg_repositories
add at the beginning of /etc/pacman.conf:
[xorg115]
Server = http://catalyst.wirephire.com/repo/xorg115/$arch
[catalyst]
Server = http://catalyst.wirephire.com/repo/catalyst/$arch
@DimensionalScoop
DimensionalScoop / gist:705e24210fc09cfacbee
Created July 20, 2014 14:27
Intuitive Software Development in C++
#include <iostream>
class Ball
{
public:
Ball()
{
std::cout << "Throwing Ball!\n";
}
};
@DimensionalScoop
DimensionalScoop / gist:3783615
Created September 25, 2012 18:36
My Markdown Stylesheet
/* This CSS stylesheet is based on a mixture of
Kevin Burke's Markdown.css project (http://kevinburke.bitbucket.org/markdowncss)
and github's markdown stylesheet (https://gist.github.com/3331384)*/
body{
margin: 0 auto;
font-family: Georgia, Palatino, serif;
color: #444444;
line-height: 1;
max-width: 960px;
@DimensionalScoop
DimensionalScoop / gist:3781558
Created September 25, 2012 12:45
Physik LK Stromwaage Messwerte 24-9-12

##Messwerte A

für s = 5cm und I_err = 2A

I_pr in A   F in mN
0           0
1.1         4

2 7

@DimensionalScoop
DimensionalScoop / gist:3764501
Created September 21, 2012 23:30
My Ubuntu Server Paketes
accountsservice install
acl install
acpi-support install
acpid install
activity-log-manager-common install
activity-log-manager-control-center install
adduser install
adium-theme-ubuntu install
aisleriot install
akonadi-backend-mysql install
@DimensionalScoop
DimensionalScoop / gist:3764424
Created September 21, 2012 23:05
Ubuntu Server Essentials

##Programs List here the needed plans for the next server installation:

  • Games
  • Minecraft (p)
  • Versioning
  • Subversion (p)
  • Git (p)
  • Web
  • Apache (op)
@DimensionalScoop
DimensionalScoop / gist:3757145
Created September 20, 2012 17:17
TestMarkdown

#Test# ##Sub Header One ###Sub Header Two ####Sub Header Three #####Sub Header Four

This is a test: