Skip to content

Instantly share code, notes, and snippets.

View Jukoo's full-sized avatar
📡
no signal ...

Jukoo Jukoo

📡
no signal ...
  • OpenWire Studio .Lab
  • Thies , Senegal
  • 05:31 (UTC -12:00)
View GitHub Profile
@Jukoo
Jukoo / void_gnome.md
Created February 15, 2024 10:46 — forked from nerdyslacker/void_gnome.md
[Void Linux + GNOME] void linux configuration from scrath with gnome de #linux #void #gnome
@Jukoo
Jukoo / dlopen_sample.c
Created March 9, 2024 18:53 — forked from tailriver/ dlopen_sample.c
A sample of using dlopen library.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dlfcn.h>
int main(int argc, char** argv)
{
void *handle;
void (*func_print_name)(const char*);
@Jukoo
Jukoo / LXD-cheat-sheet.md
Created April 6, 2024 20:24 — forked from berndbausch/LXD-cheat-sheet.md
LXD cheat sheet

Useful LXD commands

Summarized from https://stgraber.org/2016/03/19/lxd-2-0-your-first-lxd-container-312/.

Interestingly, the LXD command line client is named.... lxc!

List available containers

lxc image list ubuntu:        # ubuntu: is officially supported image source
lxc image list images:        # images: is an unsupported source
lxc image alias list images:  # lists user-friendly names