Skip to content

Instantly share code, notes, and snippets.

@quyenlv
quyenlv / install-ostinato-0.9.rst
Last active June 18, 2019 07:26
Install Ostinato v0.9 on GNU/Linux

Prerequisites

Ostinato v0.9 has the following dependencies:

  • QT 4.3+ (but not Qt5.x)
  • Protocol Buffers 2.3+ (bug not 3.x)
  • libpcap

Install Prerequisites

@quyenlv
quyenlv / install-node-npm.sh
Created September 25, 2019 06:24
Install node and npm without having "sudo" permission
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install
curl -L https://www.npmjs.org/install.sh | sh
@quyenlv
quyenlv / install-kdenlive-adobe-premeire-like.rst
Last active November 27, 2019 02:26
Install free video editing application Kdenlive, alternative to Adobe Premeire.

Installation

# Install Plasma package to support color configuration
sudo apt-get install plasma-workspace plasma-desktop

# Install Kdenlive
sudo apt-get install kdenlive