Skip to primary content
Skip to secondary content

Blog

Nerdblog

Blog

Main menu

  • Home
  • About

Category Archives: Debian

Post navigation

← Older posts

Jupyter on Debian 11 Bullseye

Posted on April 19, 2022 by bild
Reply

install:

apt install jupyter-notebook

run:

jupyter-notebook

access Jupyter

http://localhost:8888/

add python math/ml libraries

apt install python3-numpy python3-matplotlib python3-scipy python3-pandas python3-torch python3-tqdm

Posted in Debian, Python | Leave a reply

using Qemu KVM virtualization on Debian 11 Bullseye

Posted on April 8, 2022 by bild
Reply

install:

apt install --no-install-recommends qemu-system libvirt-clients libvirt-daemon-system qemu-utils

adduser <Benutzername> libvirt

iso path:

/var/lib/libvirt/images/

Source:
– https://wiki.debian.org/KVM

Posted in Debian, KVM, Linux | Leave a reply

Debian 11 Bullseye with AMDGPU

Posted on April 8, 2022 by bild
Reply

add contrib non-free to source.list

apt install firmware-amd-graphics
Posted in Debian | Leave a reply

Syncthing on Debian 11

Posted on November 30, 2021 by bild
Reply

https://syncthing.net/

apt install syncthing

useradd syncthing

systemctl enable syncthing@username.service

systemctl start syncthing@syncthing.service

open http://127.0.0.1:8384

https://docs.syncthing.net/intro/getting-started.html
Posted in Debian, Syncthing | Leave a reply

watch progress of ´sync´ operation

Posted on June 7, 2021 by bild
Reply
watch -d grep -e Dirty: -e Writeback: /proc/meminfo
Posted in Debian, Linux | Leave a reply

OnionShare on Debian

Posted on May 11, 2021 by bild
Reply
apt install onionshare
Posted in Debian, TOR | Leave a reply

cat image in Terminal

Posted on March 26, 2021 by jpg
Reply

apt install catimg

catimg image.png

Posted in Debian | Leave a reply

Leichtgewichtiger und flexibler JSON-Prozessor für die Kommandozeile

Posted on December 29, 2020 by bild
Reply
install:
apt install jq
use:
echo '[ { "test": 11235} ]' | jq
echo '[ { "test": 11235} ]' | jq --color-output . | less
Posted in Debian, JSON | Leave a reply

diff of binary files, archives, and directories

Posted on December 22, 2020 by bild
Reply

apt install diffoscope

Posted in Debian | Leave a reply

debian 10 buster use dropwatch

Posted on November 27, 2020 by bild
Reply
install dependencies
apt install libnl-3-dev libnl-genl-3-dev libpcap-dev binutils-dev libreadline-dev
clone it
git clone https://github.com/nhorman/dropwatch.git
make it
./autogen.sh
./configure
make
make install
run
dropwatch -l kas
Initializing kallsyms db
dropwatch> start
Posted in Debian, Networking | Leave a reply

Post navigation

← Older posts

Archives

  • May 2022
  • April 2022
  • December 2021
  • November 2021
  • July 2021
  • June 2021
  • May 2021
  • March 2021
  • January 2021
  • December 2020
  • November 2020
  • July 2020
  • June 2020
  • May 2020
  • March 2020
  • November 2019
  • August 2019
  • July 2019
  • May 2019
  • March 2019
  • February 2019
  • November 2018
  • October 2018
  • July 2018
  • June 2018
  • April 2018
  • December 2017
  • October 2017
  • August 2017
  • July 2017
  • June 2017
  • February 2017
  • January 2017
  • December 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • October 2015
  • July 2015
  • April 2015
  • December 2014
  • September 2014
  • August 2014
  • July 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • November 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • January 2013
  • November 2012
  • October 2012
  • September 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • July 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010

Meta

  • Log in
Proudly powered by WordPress