Skip to content

Instantly share code, notes, and snippets.

View paines's full-sized avatar

Anes Lihovac paines

  • Cologne/Germany
View GitHub Profile
@paines
paines / gist:b69881894304745d722f421504b9e3a3
Last active October 23, 2022 08:23
libgambit from lambdanative on macosx
=== using profile your profile name here [/Users/aneslihovac/src/others/lambdanative/PROFILE]..
=== configured to build DemoHelloWorld version 1.0 for macosx on macosx in normal mode
==> checking for required tools..
** WARNING: xelatex rendering needs ps2eps, convert, gs, and pdf2ps/pdftops, some of which are missing.
** Using GD to render strings
==> checking for required libraries..
==> checking for lambdanative tools..
=> building lambdanative tool pngtool..
lambdanative: bfa1752
@paines
paines / linuxNvidia_guide.md
Created September 13, 2019 08:50 — forked from s41m0n/linuxNvidia_guide.md
This guide is supposed to help people experiencing problems with the Nvidia dedicated graphic card management.

Linux - Nvidia switchable setup guide

The aim of this guide is to provide a working strategy to make your dedicated graphic card turn on/off correctly in a Linux environment (with xorg).

The following scripts have been created by tyrells and this guide is a remake of Graff's one.

Required Packages

The following two packages are stricly required:

@paines
paines / copy-from-time-machine.sh
Created January 26, 2017 06:47 — forked from vjt/copy-from-time-machine.sh
Copy data from a Time Machine volume mounted on a Linux box.
#!/bin/bash
#
# Copy data from a Time Machine volume mounted on a Linux box.
#
# Usage: copy-from-time-machine.sh <source> <target>
#
# source: the source directory inside a time machine backup
# target: the target directory in which to copy the reconstructed
# directory trees. Created if it does not exists.
#