Category: GNU-Linux

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 […]

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 […]

13.02.2018

somtimes it is easier to land on the moon… than install a printer… [root@centos user]# hostnamectl Static hostname: centos.template Icon name: computer-desktop Chassis: desktop Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 4.15.1 Architecture: x86-64 Epson_Stylus_SX510W […]

CentOS7 install ntfs support
02.02.2018

one partly cloudy day i was trying to copy things via usb stick… it would not work. i realized: i haven’t used NTFS for a while 😀 yum install ntfs-3g fuse replug the stick. you don’t even have to restart […]

Docker
29.01.2018

who is who? concepts: docker is written in Google Go by Docker Inc, SanFrancisco because it does not emulate any hardware – it is a linux container / sandbox or jail like Free BSD Jail or Solaris Zones or OpenVZ so […]

linux bash bc – calculating with pi
27.01.2018

bc is cool, but it can not access shell variables directly, but you can pass them with <<< also there is no “pi” constant in bc that you could use in interactive mode. let one assume you would like to […]

gpg verify downloaded software – no public key
27.01.2018

if you download software, you should verify that what you downloaded is not a altered file of a hacked server distributing trojan horses and keyloggers (malware). it seems for the gpg verification it is a 3 step process. 1. download […]

19.12.2017

You might want to checkout very basic sequential write/read benchmark with dd. You might want to checkout iozone in c harddisk benchmark. this benchmark is especially useful if you need to measure how java is performing on your harddisk/filesystem/os (linux […]

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 […]

06.08.2017

ome observers might well believe that the kernel has accumulated plenty of special-purpose virtual filesystems. Even so, 2.6.14 will include yet another one: securityfs. This filesystem is meant to be used by security modules, some of which were otherwise creating […]

06.08.2017

the mail system is a very broken and corrupted system. sending-addresses can be forged – spam from all over the world is flooding the mailboxes – viruses get attached… nobody trusts attachments anymore. it’s a completely newly C++ developed mailserver […]

Who is THE Urban Penguin?
06.08.2017

Andrew Mallett also on twitter apparently… 😀 pretty complete video series on LPIC1 FOR FREE ONLINE ON YOUTUBE 🙂 GOOD JOB MR MALLETT! 🙂 THANKS! LPIC2 not so much… you will have to pay for it 🙂 Andrew is an […]