Skip to content

Instantly share code, notes, and snippets.

View sneurlax's full-sized avatar
💭
Coding

sneurlax sneurlax

💭
Coding
View GitHub Profile
flutter clean && flutter pub get && flutter run -d linux -v
Deleting build... 5ms
Deleting .dart_tool... 0ms
Deleting .packages... 0ms
Deleting Generated.xcconfig... 0ms
Deleting flutter_export_environment.sh... 0ms
Deleting ephemeral... 0ms
Deleting ephemeral... 0ms
Deleting ephemeral... 0ms
Deleting .flutter-plugins-dependencies... 0ms
user@user-NUC8i7HVK:~/github/stack_wallet/scripts/linux$ bash ./build_secure_storage_deps.sh
mkdir: cannot create directory ‘build’: File exists
fatal: destination path 'jsoncpp' already exists and is not an empty directory.
HEAD is now at 48d2a69 1.7.4 <- 1.7.3
mkdir: cannot create directory ‘build’: File exists
-- JsonCpp Version: 1.7.4
-- Configuring done
-- Generating done
-- Build files have been written to: /home/user/github/stack_wallet/scripts/linux/build/jsoncpp/build
[ 30%] Built target jsoncpp_lib_static
user@user-NUC8i7HVK:~/github/stack_wallet$ flutter clean && flutter pub get && flutter run -d linux -v
Deleting build... 403ms
Deleting .dart_tool... 0ms
Deleting .packages... 0ms
Deleting Generated.xcconfig... 0ms
Deleting flutter_export_environment.sh... 0ms
Deleting ephemeral... 0ms
Deleting ephemeral... 0ms
Deleting ephemeral... 0ms
Deleting .flutter-plugins-dependencies... 0ms
Warning: You are using these overridden dependencies:
! bip39 1.0.6 from git https://github.com/cypherstack/stack-bip39.git at 3bef5a
! crypto 3.0.2
Running "flutter pub get" in stack_wallet... 1,855ms
Launching lib/main.dart on Linux in debug mode...
ninja: error: '/home/user/github/stack_wallet/scripts/linux/build/libsecret/_build/libsecret/libsecret-1.so', needed by 'intermediates_do_not_run/stack_wallet', missing and no known rule to make it
Building Linux application...
Exception: Build process failed

Minimal i3 Ubuntu 18.04

TL,DR

A fully fonctional and good-looking linux for less than 256mb of ram

mod+return to open a terminal ;)

Setting Up

Downloading and installing

Get the "mini.iso" image from archive.ubuntu.com

Legacy boot

@sneurlax
sneurlax / lrs-pyec.py
Created August 23, 2017 05:13 — forked from jesperborgstrup/lrs-pyec.py
Linkable Ring signatures using Py-EC
# MIT License
#
# Copyright (C) 2014 Jesper Borgstrup
# -------------------------------------------------------------------
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without restriction,
# including without limitation the rights to use, copy, modify, merge,
# publish, distribute, sublicense, and/or sell copies of the Software,
# and to permit persons to whom the Software is furnished to do so,
@sneurlax
sneurlax / ec_lsag_test.py
Created August 23, 2017 05:12 — forked from jesperborgstrup/ec_lsag_test.py
Python implementation of Linkable Ring Signatures over Elliptic curves
# MIT License
#
# Copyright (C) 2014 Jesper Borgstrup
# -------------------------------------------------------------------
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without restriction,
# including without limitation the rights to use, copy, modify, merge,
# publish, distribute, sublicense, and/or sell copies of the Software,
# and to permit persons to whom the Software is furnished to do so,