Search
Categories
Category Archives: Linux
No more minicom
Today I found a solution to avoid the ugly program minicom! I almost couldn’t beleve my eyes. The replacement is calling screen… Contents 1 Quick Start 2 Screen usage 3 The long story (found on: www.kuro5hin.org) 3.1 What screen does … Continue reading
Nokia N900
N900 Boot Process Kernel /sbin/preinit N900 Custom Kernel Contents 1 Restore the original default configuration 2 Edit the configuration file 3 Include your changes for compilation 4 Compile the kernel 5 Flash the kernel Restore the original default configuration … Continue reading
Linux Software-Raid Recovery
Finde heraus welche HD defekt ist und trage sie in /etc/raidtab als failed-disk ein (anstatt raid-disk, failed-disk). Fahre nun den PC herunter und wechsle die defekte Disk aus. Stoppe Samba; /etc/init.d/smb stop Alle Raiddevices unmounten. Alle Raiddevices stoppen. Lege nun … Continue reading
Posted in Hardware, Linux, Software
Leave a comment
Installing Fedora from a USB Stick
Download the DVD image https://getfedora.org/ Install the needed tools Open a terminal, become root and install the following: 1# dnf install livecd-tools Finally copy the image to the USB Stick. In terminal type: 1# livecd-iso-to-disk Fedora-Live-Workstation-x86_64-23-9.iso /dev/sdb1