Category: cool tested GNU Linux Apps

10.07.2017

hostnamectl; # tested with Static hostname: debian9 Operating System: Debian GNU/Linux 9 (stretch) Kernel: Linux 4.12.0cuztom Architecture: x86-64 su – root apt update apt install genisoimage genisoimage –help genisoimage -r -J -l -ldots -o etc.iso /etc; # turn folder /etc […]

scanning with linux – brother and epson
02.06.2017

interesting but untested app under CentOS MATE Gnome2 it was successfully tested with a Brother 9460 CDN under Debian 8. Brother is shipping it’s own brsane config tool. this should work for Ubuntu as well. https://launchpad.net/simple-scan epson via usb: if […]

password protect encrypt files with vim and vi
02.06.2017

it’s amazing… try this: open up a text file Hit ESC (command mode) :X now vim / vi will ask you for a password if you know save and quit and reopen the file it detects that the file was […]

Alternative to the Alternative: Mumble (Audio only) vs WebRTC based video conferencing – Howto Setup jitsi debian mate – OpenSource alternative to Skype
24.02.2017

Update: FOSS Alternatives Video Conferencing: https://itsfoss.com/jami/ Google Project Zero security examination of WebRTC: https://googleprojectzero.blogspot.com/2018/12/adventures-in-video-conferencing-part-1.html WebRTC is the “new web browser based video conferencing kid on the block” and it is pretty cool: in theory possible to run one’s own server […]

17.02.2017

Dylan Beattie ?? ‏@dylanbeattie Feb 16 Learning to code is an essential skill in the modern world. Here’s a handy diagram showing you how to get started. that’s what i really liked about Adobe Flex Builder… it was based on […]

31.01.2017

Hardware Assembly: (i think 512MByte should be enough, 1GByte probably pretty good) Software Installation: including squid-proxy and web advertisement-filtering in the next part: OpenVPN 🙂 Thanks man! Amazing tutorials! by https://internetz.me Related Links: https://www.howtoforge.com/pfsense-squid-squidguard-traffic-shaping-tutorial http://www.shallalist.de/Downloads/shallalist.tar.gz

Re Install Grub2 Linux Boot Loader with KNOPPIX
21.12.2016

Manchmal wenn man eine Festplatte einfach von einem System (Laptop) in ein anderes System (Desktop/Workstation) plugged and played – läuft Linux meist reibungslos… aber Windows nicht, welches man evtl. für Spiele (was sonst) “braucht” 😀 Also muss man Windows reinstallieren… […]

22.11.2016

http://tinycorelinux.net/6.x/ 15MBYTE ISO! 🙂 THIS IS AS TINY AS IT CAN GET! 😀 it is said to support more hardware than the latest version (7.x)…  

16.11.2016

http://mirror.switch.ch/ftp/mirror/zeroshell/ZeroShell-3.6.0.iso -> fire this up in a VirtualBox machine… using “Generic Linux” settings. explanation later. as seen on: http://www.pcwelt.de/ratgeber/DSL-Optimierung_-_So_tunen_Sie_Ihr_Netzwerk-Multi-WAN_und_Co.-8913906.html Firewall Router Zeroshell is a Linux distribution for servers and embedded devices aimed at providing the main network services a LAN […]

GNU Linux -> Debian -> Recording WebRadio Stations under CentOS7 UPDATED
07.10.2016

All GUI programs are based/use streamripper. no gui/bash/terminal version: hostnamectl; # tested with Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-8-amd64 Architecture: x86-64 su – root; # become root apt update; apt install streamripper; Ctrl+D; # logoff root # […]

16.09.2016

usually iphones/smartphones take pictures with 2-3-4-5MByte which can fill your harddisk/webserver pretty fast. It is wiser to shrink them down before upload. While under Windows i would recommend you http://www.irfanview.com/ Under Linux you can do that with ease 😀 [cc […]

07.09.2016

[cc lang=”bash” escaped=”true” width=”600″] echo “deb http://ftp.de.debian.org/debian wheezy main non-free” >> /etc/apt/sources.list apt-get update && apt-get install rar rar RAR 4.00 beta 3 Copyright (c) 1993-2010 Alexander Roshal 17 Dec 2010 Shareware version Type RAR -? for help Usage: rar […]