Getting started:
Related tutorials:
Getting started:
Related tutorials:
---- | |
## XFCE Desktop ## | |
---- | |
# How to install XFCE Desktop Environment in Kali Linux: | |
Code: | |
```apt-get install kali-defaults kali-root-login desktop-base xfce4 xfce4-places-plugin xfce4-goodies``` | |
# How to remove XFCE in Kali Linux: | |
Code: |
FILE SPACING: | |
# double space a file | |
sed G | |
# double space a file which already has blank lines in it. Output file | |
# should contain no more than one blank line between lines of text. | |
sed '/^$/d;G' |
#!/bin/bash | |
##################################################### | |
# Name: Bash CheatSheet for Mac OSX | |
# | |
# A little overlook of the Bash basics | |
# | |
# Usage: | |
# | |
# Author: J. Le Coupanec | |
# Date: 2014/11/04 |
! ██╗░░██╗██████╗░███████╗███████╗░██████╗░██╗░░░██╗██████╗░░██████╗███████╗███████╗ | |
! ╚██╗██╔╝██╔══██╗██╔════╝██╔════╝██╔═══██╗██║░░░██║██╔══██╗██╔════╝██╔════╝██╔════╝ | |
! ░╚███╔╝░██████╔╝█████╗░░███████╗██║░░░██║██║░░░██║██████╔╝██║░░░░░█████╗░░███████╗ | |
! ░██╔██╗░██╔══██╗██╔══╝░░╚════██║██║░░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░╚════██║ | |
! ██╔╝░██╗██║░░██║███████╗███████║╚██████╔╝╚██████╔╝██║░░██║╚██████╗███████╗███████║ | |
! ╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝╚══════╝░╚═════╝░░╚═════╝░╚═╝░░╚═╝░╚═════╝╚══════╝╚══════╝ | |
! | |
! ----------------------------------- | |
! ==========[ init ]========== | |
*saveLines: 1000000 |
########################################################## | |
# # # # # D U N I A S E M A K I N U w W U # # # # # # | |
########################################################## | |
####### debian flavour installation guide ################ | |
### debian flavour installation guide #################### | |
########################################################## | |
#####[ tested ordb18.rpm | ordb19.rpm not work well ]##### | |
############ prerequested: net-tools, alien ############ | |
wget -c http://117.102.64.69/filecenter/oracledb/ordb19.rpm |
git clone https://www.github.com/openwrt/openwrt -b branch_name
cd openwrt
.This is our <buildroot dir>
for this guide../scripts/feeds update -a
./scripts/feeds install <PACKAGENAME>
./scripts/feeds install -a
2018-03-18: Updating of this guide is taking a backseat to the mainnet version at
This guide is specific to getting LND and bitcoind running on ubuntu 16.04 LTS for testnet.
It does not address mainnet, or using btcd, or neutrino.
Original installation guide:
* { | |
padding: 0; | |
margin: 0; | |
box-sizing: border-box; | |
} | |
body { | |
font-family: 'Poppins'; | |
} | |
.row { | |
margin: 0 -15px; |