Search for: Torvalds

Win 10 Microsoft updates kills Start Menu – says No Security Updates anymore for Windows 7 SP1 after 2020-01
28 Mar 2019

https://boringsoftwaredevelopment.com/2020/01/episode1-0-screw-windows-10-how-to-setup-gnu-linux-debian-in-15min-including-desktop-and-office/ grab that open source software win32diskimager-1.0.0-install.exe to 1:1 copy (most) GNU Linux iso to USB and chances are really good: it will just boot 😀 (try that with windows haha X-D) Computers have grown complex (ignoring all the KISS(ing) […]

open source hardware
03 Aug 2018

what happened to the “modular” computer called EOMA68? eoma68 ain’t dead yet (article from 2021) but it has gone soooo slow that it might probably just never ship. which would be a bummer for the 1,058 backers 🙁 maybe developing […]

Sun Fire UltraSparc T1000 RISC Server Overview
21 May 2018

want to buy one? check on ebay for “sun” and “sparc” recipe: what you will need: a T1000 alternatively: ear sealing headphones + music. a LAN switch with DHCP-server/router attached LAN cables (atleast 4x (1x DHCP-server, 1x workstation/client, 1x server […]

how to verify Debian ISO Image – BAD signature – how to sign a file – chain of trust – the problem with short key IDs
17 Mar 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 […]

1986 – 80386 – linux history
30 Jun 2017

9. September 1986 At the Palladium in Manhattan, New York, Compaq Computer introduces the Compaq Deskpro 386, the first 80386-based personal computer offered by a major computer manufacturer. The Model 40 features a 16 MHz Intel 80386 and 40 MB […]

31 May 2017

it is amazing on how many chips linux can run https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch CPUs you probably have NEVER heared of 😀 OpenRISC – Academic and non-commercial use Being open source, OpenRISC has proved popular in academic and hobbyist circles. For example, Stefan […]

xargs
30 May 2017

one practical usage example of xargs: … to process every file that find found further # this would backup/pack all jpg files on your system into all.jpg.tar.gz find / -name “*.jpg” | xargs tar -czvf all.jpg.tar.gz # delete all jpg […]

GNU Linux runlevels – services – dienste – daemons – Suse12 Centos7 Debian8 all replaced SysVInit with systemd
03 May 2017

systemd ain’t kissing well… https://dwaves.de/2017/05/02/the-unix-philosophy-simple-and-beautiful-so-it-just-works/ “supporting multiple init systems can give trouble downstream” http://www.tuxmachines.org/node/130722 systemd started with the promise to “unite” startup management across distributions, 3 years later: yep would say mission accomplished. “One of systemd’s main goals is to […]

The Problem with Closed Source Drivers
01 May 2017

Unfortunately Debian – and i guess the rest of the Linux world as well – users have a pretty hard time finding WIFI and LAN cards but also grafix cards that can run with 100% free software. (FSF! STALLMAN! HELP! […]

githhub.com cheat sheet
01 Oct 2016

problem: github was sold to M$, so can’t use it anymore. no problem: got ssh running on the server? than the user is only one step away from hosting one’s own git repository that will be synced up (push) and […]

09 Sep 2016

“Linux is a Unix clone written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX compliance.” Source: http://www.cyberciti.biz/faq/what-is-the-difference-between-linux-and-unix/ This is what CDE Unix Desktop looked like in 1999: (RISC […]

13 Jul 2015

Andrew Keith Paul Morton Andrew Morton speaking at Interop, Moscow, 2008 http://codemonkey.org.uk/projects/kernel/howto.php https://en.wikipedia.org/wiki/Andrew_Morton_%28computer_programmer%29 Alan Cox Alan Cox at FOSS.IN/2005 Born 22 July 1968 (age 46) Solihull, England https://en.wikipedia.org/wiki/Alan_Cox Linus Torvalds Torvalds at LinuxCon Europe 2014 Born Linus Benedict Torvalds December 28, […]

22 Jun 2015

USE YOUR QNAP ONLY TO STORE BACKUPS! NEVER UNIQUE DATA OF WHICH NO BACKUP EXISTS! (like your holiday-pictures that you removed from your laptop harddisk to free some space… ARGH… and that you PLANNED to burn on DVD but never […]