Achieved with WINE. None of the online tutorials were sufficient so I created this.
I've played the following Windows-only games with zero performance issues.
- Fallout 3 GOTY Edition
- S.T.A.L.K.E.R.: Call of Pripyat
#common document extensions (case insensitive) | |
**.[pP][dD][fF] | |
**.[dD][oO][cC] | |
**.[dD][oO][tT] | |
**.[dD][oO][cC][xX] | |
**.[dD][oO][cC][mM] | |
**.[dD][oO][tT][xX] | |
**.[dD][oO][tT][mM] | |
**.[dD][oO][cC][bB] | |
**.[pP][pP][tT][xX] |
I upgraded my iPhone 5s to iOS 10 and could no longer retrieve photos from it. This was unacceptable for me so I worked at achieving retrieving my photos. This document is my story (on Ubuntu 16.04).
The solution is to compile libimobiledevice and ifuse from source.
Who is this guide intended for?
In May, 2016, I completely switched all of my home computing environments to Linux. As a result, I've had to find workarounds for things which require Windows. This article outlines my first attempt to update my SENA 10S helmet communicator from KUbuntu 16.04 Linux.
If you follow this guide, I'll state up front what success you'll expect.
//http://chrisbroadfoot.id.au/2008/08/06/groovy-threads/ | |
//http://docs.groovy-lang.org/latest/html/gapi/groovy/transform/Synchronized.html | |
//https://github.com/jenkinsci/jenkins-scripts/blob/master/scriptler/findOfflineSlaves.groovy | |
import java.util.concurrent.locks.ReentrantLock | |
ReentrantLock.metaClass.withLock = { | |
lock() | |
try { | |
it() |
The version of git that comes with RHEL6 is very old. I'll outline steps for compiling the latest git version on RHEL6. Working from /usr/local/src
.
Following instructions for Git Pro book Getting Started Installing Git.
yum install gcc curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl-ExtUtils-MakeMaker
Optional man page prereqs.
Docker provides portable development environments (among many other uses but for Endless Sky this is a key feature). It enables you to bring all of your dependencies to compile endless sky into a docker container so that you do not need them to be installed on your main operating system.
Follow these instructions https://docs.docker.com/engine/install/
version: '2.2' | |
#define internal docker networks for container connectivity | |
networks: | |
internal: | |
driver: bridge | |
ipam: | |
driver: default | |
config: |
I hereby claim:
To claim this, I am signing this object:
If you're able to visit a website and it successfully validates but you're not able to curl
the website (i.e. you get certificate validation errors) then it is likely because your root certificate, or intermediate certificate, or both are not trusted in your system. Ubuntu provides an easy process for updating the root certificate stores using the update-ca-certificates
command and the /etc/ca-certificates.conf
for configuration.
Certificates should be installed under /usr/share/ca-certificates
. You should create a directory for your org to place all certs and intermediates.
mkdir /usr/share/ca-certificates/my.org/