Skip to content

Instantly share code, notes, and snippets.

@lucasw
lucasw / ubuntu_1804_setup.md
Last active February 7, 2020 00:22
Ubuntu 18.04 Setup
sudo apt update && sudo apt upgrade

Install google chrome

Need gnome.

sudo apt install gimp guvcview gthumb clinfo curl libbullet-dev blender git meshlab vim ocl-icd-opencl-dev opencl-clhpp-headers libv4l-dev libsdl2-dev geeqie python3-numpy python3-opencv python3-matplotlib jupyter-notebook python3-notebook geeqie kazam openssh-server gnome-session-flashback gnome-tweaks python-pip net-tools
@lucasw
lucasw / elixir.md
Last active January 1, 2020 16:18
elixir

Try ubuntu install using only standard repos at first.

@lucasw
lucasw / dear_imgui.md
Last active December 16, 2019 15:13
Dear Imgui
@lucasw
lucasw / gephex.md
Last active December 16, 2019 15:09
gephex

Now doing all gephex development in https://github.com/lucasw/gephex, that supersedes everything below.

git clone https://github.com/ChristianFrisson/gephex.git
cd gephex 
./bootstrap.sh
cd ..
mkdir
../gephex/configure --prefix=$HOME/other/install --with-qt-libdir=/usr/share/qt4/lib --with-qt-bindir=/usr/share/qt4/bin --with-qt-incdir=/usr/share/qt4/include
@lucasw
lucasw / ros2_reflections.md
Last active December 16, 2019 15:08
Presentation on experiences with ros2

ROS2 - October 2018 - March 2019

There and back again

Started using ROS2 toward end of bouncy release, upgraded to crystal shortly after release, now have returned to ros1.

Maybe will try again when Dashing is release (June 2019?), or will wait for certain key features (some of these maybe already have been achieved, or were already achieved when I was using it but the right way wasn't clear to me):

@lucasw
lucasw / linux_ubuntu_misc.md
Last active December 12, 2019 20:26
linux_ubuntu_misc.md

Simple chat across terminals

The recipient:

$ tty
/dev/pts/15

The sender:

@lucasw
lucasw / esa_gaia.md
Last active October 28, 2019 12:31
ESA Gaia data
@lucasw
lucasw / tensorflow.md
Last active June 3, 2019 00:53
tensorflow

Tensorflow 2 + Ubuntu 18.04

pip3 install tensorflow-gpu==2.0.0-alpha0

or

pip3 install tensorflow==2.0.0-alpha0

if no nvidia cudo gpu.

@lucasw
lucasw / github_cheatsheet.md
Last active May 3, 2019 04:14
github cheatsheet