apt install jquse:
echo '[ { "test": 11235} ]' | jq
echo '[ { "test": 11235} ]' | jq --color-output . | less
apt install jquse:
echo '[ { "test": 11235} ]' | jq
echo '[ { "test": 11235} ]' | jq --color-output . | less
apt install diffoscope
apt install libnl-3-dev libnl-genl-3-dev libpcap-dev binutils-dev libreadline-devclone it
git clone https://github.com/nhorman/dropwatch.gitmake it
./autogen.sh ./configure make make installrun
dropwatch -l kas
Initializing kallsyms db dropwatch> start
gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false gsettings set org.freedesktop.Tracker.Miner.Files ignored-files "['*']" gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2
terminate: tracker daemon -t
or kill: tracker daemon -k
rm -rf ~/.cache/tracker ~/.local/share/tracker
tracker status
mount -t vboxsf -o umask=0755,gid=1000,uid=1000 SharedFolder /mount/path
uid und gid mit `id` herausfinden
Install dependencies
apt install -y git cmake qttools5-dev libglib2.0-dev libupnp-dev libssl-dev libxss-dev libbz2-dev libsqlcipher-dev libspeex-dev libspeexdsp-dev libxslt1-dev libcurl4-openssl-dev libopencv-dev tcl8.6 libmicrohttpd-dev rapidjson-dev qt5-default qtmultimedia5-dev libqt5x11extras5-dev build-essential (libgnome-keyring-dev)
Get the Source
git clone https://github.com/RetroShare/RetroShare.git
git checkout v0.6.5
build the Source
cd RetroShare && qmake CONFIG-=debug CONFIG+=release && make && make install
run retroshare
/usr/bin/retroshare
without gui
/usr/bin/retroshare-nogui
with webinterface
/usr/bin/retroshare-nogui --webinterface 9090 --docroot /usr/share/retroshare/webui/ --http-allow-all
with debugging
./retroshare-gui/src/retroshare -d 0
enable DHT with bdboot.txt (get bdboot.txt from installer or portable) and put it into your ~/.retroshare/LOC06_…/bdboot.txt
debug:
qmake CONFIG+=tests CONFIG+=address_sanitizer make -j4 tests/unittests/unittests
install:
apt install jupyter-notebook
run
jupyter-notebookand access
http://localhost:8888/
add python math libraries
apt install python3-numpy python3-matplotlib python3-scipy python3-pandas
apt install docker.io docker-compose
usermod -aG docker <username>
docker run hello-world