Category: Debian

debian and cups rename printer
08.01.2019

if you print from a laptop at home at at office, and it happens you have the same printer model here and there, you might to want to distinguish between them by name. # become root sudo bash # backup […]

17.12.2018

Thanks! thanks to all the contributors of open source soft- and hardware and people that share their knowledge online for free 🙂 i hope/think that better technology could possibly also change humans to the better… freely sharing information surely does […]

Howto Wie man in Firefox und Thunderbird Neue und Alte Deutsche Rechtschreibprüfung aktiviert und Wörterbuch installiert
08.10.2018

Firefox: einfach auf die Links klicken, dann auf “Add” to Firefox… und nochmal mit “OK” bestätigen. Neue Rechtschreibung: https://addons.mozilla.org/en-US/firefox/addon/german-dictionary/ Alte Rechtschreibung: https://addons.mozilla.org/en-US/firefox/addon/german-dictionary-de_de-for-sp/ … jetzt kann man(n)/Frau auf jeden beliebigen Text eines Formulares R-Click und … sich nie wieder vertippen X-D […]

01.10.2018

You can find the Debian version on which your Ubuntu version is based in the file: /etc/debian_version From 10.04 up to 17.04: Ubuntu | Debian 18.04 bionic buster / sid – 10 17.10 artful stretch / sid – 9 17.04 […]

Setup Bluetooth Headset under linux debian gnome2 mate desktop
23.08.2018

preparations on terminal: detect your hardware: you can get old but well supported notebooks/laptops here like the dell latitude e4310 with this intel-spy-on-me wifi/bluetooth module on board: lshw |grep lue description: Bluetooth wireless interface product: DW375 Bluetooth Module capabilities: bluetooth […]

15.08.2018

# yum based (fedora/redhat/centos) yum update –exclude=kernel* # apt based apt-mark hold package-name* # to unhold: apt-mark unhold package-name*

HowTo Update OpenOffice LibreOffice under Linux – deb rpm Debian Ubuntu RedHat Fedora CentOS7
02.04.2018

updating LibreOffice (former OpenOffice) works like this: 1. remove the old version 2. download latest version https://www.libreoffice.org/ 3. install the new version RedHat Fedora CentOS7: rpm based distributions: yum remove libreoffice*; # uninstall current version wget http://mirror1.hs-esslingen.de/pub/Mirrors/tdf/libreoffice/stable/6.0.2/rpm/x86_64/LibreOffice_6.0.2_Linux_x86-64_rpm.tar.gz; # download tar […]

how to verify Debian ISO Image – BAD signature – how to sign a file – chain of trust – the problem with short key IDs
17.03.2018

make sure you downloaded the SHA512SUMS.sign from the same directory as the iso. https://keyring.debian.org/ https://www.debian.org/CD/verify https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/9.4.0+nonfree/amd64/iso-cd/ https://bits.debian.org/2016/08/debian-and-tor-services-available-as-onion-services.html otherwise you will get BAD signature. steps to reproduce: # download the iso image with non-free drivers (yes it sucks non-free drivers are […]

apt yum exclude package from update upgrade
01.03.2018

maybe you want to run your own version of the kernel and you will have to prevent during an automatic update that this kernel will get “replaced”. same goes with firefox, thunderbird and LibreOffice yum and apt might not install […]

19.12.2017

tested on: hostnamectl Static hostname: DebianLaptop Icon name: computer-laptop Chassis: laptop Operating System: Debian GNU/Linux 8 (jessie) Kernel: Linux 3.16.0-4-686-pae Architecture: x86 i assume you have your laptop/pc LAN connected to a switch/router and your default network card is eth0. […]

Wifi Accesspoint that connects to another Wifi Accesspoint (Client-Bridge) – TP-Link can do that – WLAN AdHoc Client Bridge with tp-link tl-wr841nd v11 – use wifi router as wifi usb adapter – Multiple Operation Modes – Wireless Client Mode – Bridge Mode – Bridge with AP Mode – Repeater (Range Extender) Mode
09.11.2017

Wifi Modes of an Access point: DLink has painted a nice overview over the possible different modes of an Accesspoint: cybersec: from great wifi modes that allow bridging two wifi networks, it would be GREAT if vendors test their products […]

VirtualBox under LinuxDebian – Hang Hung VM on Starting Virtual Machine
02.11.2017

this applies to: VirtualBox Version 5.1.8 r111374 (Qt5.3.2) hostnamectl Static hostname: DebianWorkstation Operating System: Debian GNU/Linux 8 (jessie) Kernel: Linux 3.16.0-4-686-pae Architecture: x86 the VMs hangs on startup with this screen: Solution: kill the vm then disable audio device… the […]

Howto install and setup SMB File Sharing Server (dance Samba) with GNU Linux – virtualbox and kvm template vms – samba losing files after reboot (RAM cache not synced too often)
04.08.2017

the best about samba: thanks for samba, it provides users with a fast (of course depends also on harddisk speed) rock-solid no-limit-to-maximum-users file-server for maximum file-transfer-and-sharing-and-storage productivity (and they will USE that T: temp drive for EVERYTHING! prepare for TERRABYTES […]

debian9 stretch – basic web based ressource monitoring with collectd
17.07.2017

checkout the tutorial: http://jperrin.org/centos/monitoring/grafana/keeping-an-eye-on-centos-performance-with-grafana/ maybe cacti and co is too complicated and looks a little outdated… collectd might be just what you are looking for 🙂 “The main objective of this is to develop an easy to use and customizable […]

12.07.2017

Init Ram Disk filesystem – kind of mini OS in order to mount raid and start “the real /root os”. hostnamectl; # tested on Static hostname: debian9 Icon name: computer-vm Chassis: vm Machine ID: 532eabca552b4075a8679094397c8dba Boot ID: 15ee0b8e8a1e4d1eb1003c4630644091 Virtualization: microsoft […]

10.07.2017

you should setup harddisk encryption during setup. to add an encrypted /home partition afterwards might be possible but a lot more effort. scroll very down if you want to know how to encrypt an usb sticks … needless to say […]

03.07.2017

strace from the strace.man.txt manpage. trace system calls and signals In the simplest case strace runs the specified command until it exits. It intercepts and records the system calls which are called by a process and the signals which are […]