Skip to content

Instantly share code, notes, and snippets.

View pmanu93's full-sized avatar

Pedro Silva pmanu93

View GitHub Profile
@pmanu93
pmanu93 / ClearLinux-KDE.md
Last active April 21, 2022 14:42 — forked from BorysVrublevskyi/ClearLinux-KDE.md
ClearLinux Workstation with KDE

ClearLinux. Install OS and Apps

This is a guide how to setup fast and stable workstation based on ClearLinux with KDE enwironment

Before you begin

Read System requirements, Check Processor Compatibility, get familiar with swupd package manager.

Install Clear OS Server, add KDE Plasma and flatpak

Download ClearLinux, make bootable USB drive with Rufus, boot from it and follow the instructions.

@pmanu93
pmanu93 / highlight.html
Last active September 20, 2019 18:45
Highlight component for aurelia
<template>
<div ref="codeBlockElem" class="is-hidden"><slot></slot></div>
<pre class="language-${this.language}" innerhtml.bind="highlighted"></pre>
</template>
@pmanu93
pmanu93 / npm_la_dezalgo.out
Created January 22, 2018 09:56
result of `npm la dezalgo`
app@0.1.0
│ /appfldr/app
│ An Aurelia client application.
│ http://www.host.com
└─┬ aurelia-cli@0.31.3
│ The command line tooling for Aurelia.
│ git+https://github.com/aurelia/cli.git
│ http://aurelia.io
└─┬ npm@3.10.10
│ a package manager for JavaScript
@pmanu93
pmanu93 / 2018-01-19T15_18_55_230Z-debug
Created January 19, 2018 17:48
ENOENT: no such file or directory, rename '(...)/app/node_modules/npm/node_modules/dezalgo' -> '(...)/app/node_modules/npm/node_modules/.dezalgo.DELETE'
0 info it worked if it ends with ok
1 verbose cli [ '/software/Utils/node-v8.9.4-linux-x64/bin/node',
1 verbose cli '/software/Utils/node-latest/bin/npm',
1 verbose cli 'install' ]
2 info using npm@5.6.0
3 info using node@v8.9.4
4 verbose npm-session 7bd4837cbd1ab3de
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall sigo-ui@0.1.0
7 info lifecycle sigo-ui@0.1.0~preinstall: sigo-ui@0.1.0
@pmanu93
pmanu93 / 2018-01-19T17_18_51_157Z-debug.log
Created January 19, 2018 17:33
"error cb() never called!" when trying npm install
0 info it worked if it ends with ok
1 verbose cli [ '/software/Utils/node-v8.9.4-linux-x64/bin/node',
1 verbose cli '/software/Utils/node-latest/bin/npm',
1 verbose cli 'install',
1 verbose cli '--verbose' ]
2 info using npm@5.6.0
3 info using node@v8.9.4
4 verbose npm-session 4db4ceff4286e493
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall sigo-ui@0.1.0