14
This commit is contained in:
		
							
								
								
									
										62
									
								
								14.html
									
									
									
									
									
								
							
							
						
						
									
										62
									
								
								14.html
									
									
									
									
									
								
							@@ -192,7 +192,7 @@ $ make menuconfig
 | 
				
			|||||||
				<section><img src="img/menu-1.png"></section>
 | 
									<section><img src="img/menu-1.png"></section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				<section>Folgendes bitte zu Hause probieren::<pre><code class="bash"># Das dauert jetzt....
 | 
									<section>Folgendes bitte zu Hause probieren::<pre><code class="bash"># Das dauert jetzt....
 | 
				
			||||||
# ca 90min auf einem core i3 mit 2.4 MhZ
 | 
					# ca 90min auf einem Core i3 @2.4MHz
 | 
				
			||||||
# -j 4 -> Nutze 4 Kerne
 | 
					# -j 4 -> Nutze 4 Kerne
 | 
				
			||||||
 | 
					
 | 
				
			||||||
~$ make -j4 deb-pkg  
 | 
					~$ make -j4 deb-pkg  
 | 
				
			||||||
@@ -216,8 +216,65 @@ $ make menuconfig
 | 
				
			|||||||
<li>Kann über <a href="/wiki/Trivial_File_Transfer_Protocol" title="Trivial File Transfer Protocol">TFTP</a> bereitgestellte <a href="/wiki/Linux_(Kernel)" title="Linux (Kernel)">Linux-Kernel</a> booten.</li></ul> 
 | 
					<li>Kann über <a href="/wiki/Trivial_File_Transfer_Protocol" title="Trivial File Transfer Protocol">TFTP</a> bereitgestellte <a href="/wiki/Linux_(Kernel)" title="Linux (Kernel)">Linux-Kernel</a> booten.</li></ul> 
 | 
				
			||||||
				</section>
 | 
									</section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
									<section>
 | 
				
			||||||
 | 
										<pre><code class="bash">~$ lsblk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					NAME                     MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
 | 
				
			||||||
 | 
					sda                        8:0    0 223,6G  0 disk  
 | 
				
			||||||
 | 
					├─sda1                     8:1    0   245M  0 part  /boot/efi
 | 
				
			||||||
 | 
					├─sda2                     8:2    0   511M  0 part  /boot
 | 
				
			||||||
 | 
					└─sda3                     8:3    0 222,9G  0 part  
 | 
				
			||||||
 | 
					  └─sda3_crypt           253:0    0 222,8G  0 crypt 
 | 
				
			||||||
 | 
					    ├─xubuntu--vg-root   253:1    0 215,1G  0 lvm   /
 | 
				
			||||||
 | 
					    └─xubuntu--vg-swap_1 253:2    0   7,7G  0 lvm  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  </code></pre>
 | 
				
			||||||
 | 
									</section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
									<section>
 | 
				
			||||||
 | 
										Interessante Dateien:
 | 
				
			||||||
 | 
										<p>/etc/default/grub -> Anpassungen
 | 
				
			||||||
 | 
										<p>/etc/grub.d/ -> scripts die boot.cfg generieren
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
											<pre><code class="bash">00_header*
 | 
				
			||||||
 | 
					05_debian_theme*
 | 
				
			||||||
 | 
					10_linux*
 | 
				
			||||||
 | 
					20_linux_xen*
 | 
				
			||||||
 | 
					20_memtest86+*
 | 
				
			||||||
 | 
					30_os-prober*
 | 
				
			||||||
 | 
					30_uefi-firmware*
 | 
				
			||||||
 | 
					40_custom*
 | 
				
			||||||
 | 
					41_custom*
 | 
				
			||||||
 | 
					</code></pre>
 | 
				
			||||||
 | 
										<p>/boot/grub/grub.cfg -> nicht bearbeiten!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
									</section>
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
									<section>
 | 
				
			||||||
 | 
										<p>/etc/default/grub
 | 
				
			||||||
 | 
										<pre><code class="bash">
 | 
				
			||||||
 | 
					GRUB_DEFAULT=0
 | 
				
			||||||
 | 
					GRUB_HIDDEN_TIMEOUT=0
 | 
				
			||||||
 | 
					GRUB_HIDDEN_TIMEOUT_QUIET=true
 | 
				
			||||||
 | 
					GRUB_TIMEOUT=10
 | 
				
			||||||
 | 
					GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
 | 
				
			||||||
 | 
					GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
 | 
				
			||||||
 | 
					GRUB_CMDLINE_LINUX=""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					GRUB_BACKGROUND="/usr/share/images/grub/050817-N-3488C-028.tga"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</code></pre>
 | 
				
			||||||
 | 
					<a href="https://wiki.ubuntuusers.de/GRUB_2/Aussehen_-_einfache_Konfiguration/">Aussehen verändern</a>
 | 
				
			||||||
 | 
									<p>nach Änderung: <pre><code>sudo update-grub</code></pre>
 | 
				
			||||||
 | 
									</section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
									<section>
 | 
				
			||||||
 | 
										optional: grub-customizer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
										<p><a href="https://answers.launchpad.net/grub-customizer/+faq/1397">grub-customizer aus quellen bauen</a>
 | 
				
			||||||
 | 
										<p><a href="https://launchpad.net/~danielrichter2007/+archive/ubuntu/grub-customizer">grub-customizer ppa</a>
 | 
				
			||||||
 | 
									</section>
 | 
				
			||||||
				<section>
 | 
									<section>
 | 
				
			||||||
					<ul>
 | 
										<ul>
 | 
				
			||||||
						<li class="fragment ">mysql</li>
 | 
											<li class="fragment ">mysql</li>
 | 
				
			||||||
@@ -226,7 +283,7 @@ $ make menuconfig
 | 
				
			|||||||
						<li class="fragment ">Gimp</li>
 | 
											<li class="fragment ">Gimp</li>
 | 
				
			||||||
					</ul>
 | 
										</ul>
 | 
				
			||||||
				</section>
 | 
									</section>
 | 
				
			||||||
 | 
					<!--
 | 
				
			||||||
				<section>
 | 
									<section>
 | 
				
			||||||
					Übungen
 | 
										Übungen
 | 
				
			||||||
C 11.11 [3] Besorgen Sie sich eine geeignete Datei (etwa ein größeres tar -Ar-
 | 
					C 11.11 [3] Besorgen Sie sich eine geeignete Datei (etwa ein größeres tar -Ar-
 | 
				
			||||||
@@ -239,6 +296,7 @@ vergleichen Sie die Laufzeit und die Größe des Resultats für xz mit verschie-
 | 
				
			|||||||
denen Effizienz-Optionen. Was ist der Unterschied zwischen -1 und -6 und
 | 
					denen Effizienz-Optionen. Was ist der Unterschied zwischen -1 und -6 und
 | 
				
			||||||
zwischen -6 und -9 ?
 | 
					zwischen -6 und -9 ?
 | 
				
			||||||
				</section>
 | 
									</section>
 | 
				
			||||||
 | 
								-->
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										16
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								index.html
									
									
									
									
									
								
							@@ -34,7 +34,7 @@
 | 
				
			|||||||
							<li><a href="11.html">ssh rsync scp</a></li>
 | 
												<li><a href="11.html">ssh rsync scp</a></li>
 | 
				
			||||||
							<li><a href="12.html">Netzwerk Programme</a></li>
 | 
												<li><a href="12.html">Netzwerk Programme</a></li>
 | 
				
			||||||
							<li><a href="13.html">Samba</a></li>
 | 
												<li><a href="13.html">Samba</a></li>
 | 
				
			||||||
							<li><a href="14.html">der Kernel</a></li>
 | 
												<li><a href="14.html">Compiler, Kernelmodule, grub</a></li>
 | 
				
			||||||
						</ol>
 | 
											</ol>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
@@ -66,6 +66,8 @@
 | 
				
			|||||||
					</div>
 | 
										</div>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								<!-- LINKS -->
 | 
				
			||||||
			<div class="ui segment">
 | 
								<div class="ui segment">
 | 
				
			||||||
				<h2><i class="icon linkify"></i>Links</h2>
 | 
									<h2><i class="icon linkify"></i>Links</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -107,6 +109,17 @@
 | 
				
			|||||||
								</li>
 | 
													</li>
 | 
				
			||||||
						  </div>
 | 
											  </div>
 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
											<div class="ui segment">
 | 
				
			||||||
 | 
											  <div class="content"> <div class="header"><strong>Kernel kompilieren</strong></div> </div>
 | 
				
			||||||
 | 
											  <div class="content">
 | 
				
			||||||
 | 
													<ul>
 | 
				
			||||||
 | 
														<li><a href="https://linuxhint.com/how-to-upgrade-kernel-of-debian-9-stretch-from-source/" target="_blank">How to Upgrade Kernel from Source</a>
 | 
				
			||||||
 | 
														<li><a href="https://www.kernel.org" target="_blank">https://www.kernel.org</a>
 | 
				
			||||||
 | 
													</li>
 | 
				
			||||||
 | 
											  </div>
 | 
				
			||||||
 | 
											</div>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					<div class="column">
 | 
										<div class="column">
 | 
				
			||||||
@@ -176,7 +189,6 @@
 | 
				
			|||||||
						</div>		
 | 
											</div>		
 | 
				
			||||||
					</div>	
 | 
										</div>	
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user