Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • pgerwinski/bs
  • cloepke/bs
  • khaleeliyeh/bs
3 results
Select Git revision
Show changes
Commits on Source (69)
Showing
with 112 additions and 30 deletions
File deleted
../common/logo-hochschule-bochum-cvh-text.pdf
\ No newline at end of file
../common/logo-hochschule-bochum.pdf
\ No newline at end of file
File deleted
File deleted
../common/logo-hochschule-bochum-cvh-text.pdf
\ No newline at end of file
../common/logo-hochschule-bochum.pdf
\ No newline at end of file
../20230313/unix-20230313.pdf
\ No newline at end of file
../20230313/unix-20230313.tex
\ No newline at end of file
cassini/home/peter/bo/2025ss/bs/20250324> echo "Hello, world!"
Hello, world!
cassini/home/peter/bo/2025ss/bs/20250324> printf "Hello, world!"
Hello, world!cassini/home/peter/bo/2025ss/bs/20250324> printf "Hello, world!\n"
bash: !\n: event not found
cassini/home/peter/bo/2025ss/bs/20250324> printf 'Hello, world!\n'
Hello, world!
cassini/home/peter/bo/2025ss/bs/20250324>
cassini/home/peter/bo/2025ss/bs/20250324> printf 'Hello, world!\n'
Hello, world!
cassini/home/peter/bo/2025ss/bs/20250324> printf 'The answer is %d.\n' 42
The answer is 42.
cassini/home/peter/bo/2025ss/bs/20250324> printf 'The answer is %04d.\n' 137
The answer is 0137.
cassini/home/peter/bo/2025ss/bs/20250324>
cassini/home/peter/bo/2025ss/bs/20250324> hello="Hello, world!"
cassini/home/peter/bo/2025ss/bs/20250324> echo $hello
Hello, world!
cassini/home/peter/bo/2025ss/bs/20250324> echo "$hello"
Hello, world!
cassini/home/peter/bo/2025ss/bs/20250324> echo '$hello'
$hello
cassini/home/peter/bo/2025ss/bs/20250324>
cassini/home/peter/bo/2025ss/bs/20250324> !!
cat >> ausgabe-01.txt
^C
cassini/home/peter/bo/2025ss/bs/20250324> echo "Hello, world!"
Hello, world!
cassini/home/peter/bo/2025ss/bs/20250324> !!
echo "Hello, world!"
Hello, world!
cassini/home/peter/bo/2025ss/bs/20250324> !\
bash: !\: event not found
cassini/home/peter/bo/2025ss/bs/20250324> \!
bash: !: Kommando nicht gefunden.
cassini/home/peter/bo/2025ss/bs/20250324>
aus "man bash":
When the command history expansion facilities are being used (see HISTORY EXPANSION
below), the history expansion character, usually !, must be quoted to prevent his‐
tory expansion.
cassini/home/peter/bo/2025ss/bs/20250324> !2
bash: !2: event not found
cassini/home/peter/bo/2025ss/bs/20250324> !ls
ls -lrt
insgesamt 420
lrwxrwxrwx 1 peter peter 43 17. Apr 2016 Operating_system_placement-de.pdf -> ../common/Operating_system_placement-de.pdf
lrwxrwxrwx 1 peter peter 22 13. Apr 2018 pgslides.sty -> ../common/pgslides.sty
lrwxrwxrwx 1 peter peter 30 14. Mär 2023 fotos -> /home/peter/Photos/vorstellung
lrwxrwxrwx 1 peter peter 48 24. Mär 08:11 logo-hochschule-bochum-cvh-text-v3.pdf -> ../common/logo-hochschule-bochum-cvh-text-v3.pdf
lrwxrwxrwx 1 peter peter 46 24. Mär 08:12 logo-hochschule-bochum-de-narrow.pdf -> ../common/logo-hochschule-bochum-de-narrow.pdf
-rw-r--r-- 1 peter peter 42617 24. Mär 08:34 bs-20250324.tex
-rw-r--r-- 1 peter peter 111583 24. Mär 08:34 bs-20250324.pdf
-rw-r--r-- 1 peter peter 19360 24. Mär 14:14 unix-20250324.tex
-rw-r--r-- 1 peter peter 272 24. Mär 14:14 unix-20250324.vrb
-rw-r--r-- 1 peter peter 0 24. Mär 14:14 unix-20250324.snm
-rw-r--r-- 1 peter peter 6806 24. Mär 14:14 unix-20250324.aux
-rw-r--r-- 1 peter peter 589 24. Mär 14:14 unix-20250324.toc
-rw-r--r-- 1 peter peter 1200 24. Mär 14:14 unix-20250324.out
-rw-r--r-- 1 peter peter 4242 24. Mär 14:14 unix-20250324.nav
-rw-r--r-- 1 peter peter 58120 24. Mär 14:14 unix-20250324.log
-rw-r--r-- 1 peter peter 128817 24. Mär 14:15 unix-20250324.pdf
-rw-r--r-- 1 peter peter 5853 24. Mär 14:22 unix-baukasten-01.txt
-rw-r--r-- 1 peter peter 8626 24. Mär 14:24 unix-optionen-01.txt
-rw-r--r-- 1 peter peter 372 24. Mär 14:25 ausgabe-01.txt
-rw-r--r-- 1 peter peter 419 24. Mär 14:28 ausrufezeichen-01.txt
File added
% bs-20230313.pdf - Lecture Slides on Operating Systems % bs-20250324.pdf - Lecture Slides on Operating Systems
% Copyright (C) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Peter Gerwinski % Copyright (C) 2014-2024, 2025 Peter Gerwinski
% %
% This document is free software: you can redistribute it and/or % This document is free software: you can redistribute it and/or
% modify it either under the terms of the Creative Commons % modify it either under the terms of the Creative Commons
...@@ -20,12 +20,14 @@ ...@@ -20,12 +20,14 @@
% Attribution-ShareAlike 3.0 Unported License along with this % Attribution-ShareAlike 3.0 Unported License along with this
% document. If not, see <http://creativecommons.org/licenses/>. % document. If not, see <http://creativecommons.org/licenses/>.
% README: Einführung, Unix
\documentclass[10pt,t]{beamer} \documentclass[10pt,t]{beamer}
\usepackage{pgslides} \usepackage{pgslides}
\usepackage{rotating} \usepackage{rotating}
\usepackage{pdftricks} \usepackage{pdftricks}
\usepackage[obeyfamily=false,mathrm=mathsf,textrm=sffamily]{siunitx} % \usepackage[obeyfamily=false,mathrm=mathsf,textrm=sffamily]{siunitx}
\usepackage{eurosym} \usepackage{eurosym}
\usepackage{tikz} \usepackage{tikz}
...@@ -41,21 +43,21 @@ ...@@ -41,21 +43,21 @@
\title{Treiberentwicklung,\\[\medskipamount]Echtzeit- und Betriebssysteme} \title{Treiberentwicklung,\\[\medskipamount]Echtzeit- und Betriebssysteme}
\author{Prof.\ Dr.\ rer.\ nat.\ Peter Gerwinski} \author{Prof.\ Dr.\ rer.\ nat.\ Peter Gerwinski}
\date{13.\ März 2023} \date{24.\ März 2025}
\begin{document} \begin{document}
\newlength{\normalpdfpageheight} \newlength{\normalpageheight}
\setlength{\normalpdfpageheight}{\pdfpageheight} \setlength{\normalpageheight}{\pageheight}
\maketitleframe \maketitleframe
\date{\begin{picture}(0,0) \date{\begin{picture}(0,0)
\color{red} \color{red}
\put(0.4,1.05){\makebox(0,0)[t]{$\underbrace{\rule{1.45cm}{0pt}}_{% \put(0.4,1.02){\makebox(0,0)[t]{$\underbrace{\rule{1.45cm}{0pt}}_{%
\mbox{\emph{rerum naturalium\/} = der natürlichen Dinge (lat.)}}$}} \mbox{\emph{rerum naturalium\/} = der natürlichen Dinge (lat.)}}$}}
\end{picture}% \end{picture}%
13.\ März 2023\kern0.5pt} 24.\ März 2025}
\maketitleframe \maketitleframe
...@@ -63,37 +65,46 @@ ...@@ -63,37 +65,46 @@
\maketitleframe \maketitleframe
\sectionnonumber{Vorab: Online-Werkzeuge} \sectionnonumber{Zu dieser Lehrveranstaltung}
\begin{frame} \begin{frame}
\showsectionnonumber \showsectionnonumber
\begin{itemize}
\item
Bitte nach Möglichkeit \textbf{eigenen Computer} (Notebook) mitbringen.
\item
\textbf{Lehrmaterialien:} \url{https://gitlab.cvh-server.de/pgerwinski/bs}\\
Links auf die Datei klicken, nicht mittig auf den Kommentar.
% \item
% \textbf{Praktikum:} 3 Termine (nach Vereinbarung),\\
% eine Gruppe Dienstag, 10:30--14:15 Uhr,\\
% weitere Gruppen Mittwoch, 14:15--18:00 Uhr
\item
% \textbf{Prüfungsform: Klausur}
\textbf{Prüfungsform: Hausarbeit mit Kolloquium}
\end{itemize}
\bigskip
\textbf{Online-Teilnahme:}
\begin{itemize} \begin{itemize}
\item \item
\textbf{Mumble}: Seminarraum 2\\ \textbf{Mumble}: Seminarraum 2\\
Fragen: Mikrophon einschalten oder über den Chat\\ Fragen: Mikrofon einschalten oder über den Chat\\
Umfragen: über den Chat Umfragen: über den Chat
\smallskip
\item \item
\textbf{VNC}: Kanal 6, Passwort: \lstinline[style=cmd]{testcvh}\\ \textbf{VNC}: Kanal 6, Passwort: \lstinline[style=cmd]{testcvh}\\
Eigenen Bildschirm freigeben: per VNC-Server oder Web-Interface\\ Eigenen Bildschirm freigeben: per VNC-Server oder Web-Interface\\
Kamerabild übertragen: Link zu Web-Interface auf Anfrage Kamerabild übertragen: Link zu Web-Interface auf Anfrage
\smallskip
\item \item
Allgemeine Informationen: Allgemeine Informationen:
\url{https://www.cvh-server.de/online-werkzeuge/} \url{https://www.cvh-server.de/online-werkzeuge/}
\smallskip
\item \item
Notfall-Schnellzugang: \url{https://www.cvh-server.de/virtuelle-raeume/}\\ Notfall-Schnellzugang: \url{https://www.cvh-server.de/virtuelle-raeume/}\\
Seminarraum 2, VNC-Passwort: \lstinline[style=cmd]{testcvh} Seminarraum 2, VNC-Passwort: \lstinline[style=cmd]{testcvh}
\smallskip % \item
\item % Bei Problemen: bitte notieren:\\
Bei Problemen: bitte notieren:\\ % Art des Problems, genaue Uhrzeit, JavaScript-Fehlermeldungen (F12)
Art des Problems, genaue Uhrzeit, JavaScript-Fehlermeldungen (F12)
\bigskip
\item
GitLab: \url{https://gitlab.cvh-server.de/pgerwinski/bs}\\
Links auf die Datei klicken, nicht mittig auf den Kommentar.
\end{itemize} \end{itemize}
\end{frame} \end{frame}
...@@ -753,7 +764,7 @@ ...@@ -753,7 +764,7 @@
\end{frame} \end{frame}
\setlength{\pdfpageheight}{48cm} \setlength{\pageheight}{48cm}
\begin{frame}[fragile] \begin{frame}[fragile]
...@@ -919,7 +930,7 @@ ...@@ -919,7 +930,7 @@
\end{frame} \end{frame}
\setlength{\pdfpageheight}{40.5cm} \setlength{\pageheight}{40.5cm}
\begin{frame}[fragile] \begin{frame}[fragile]
...@@ -1149,7 +1160,7 @@ ...@@ -1149,7 +1160,7 @@
\end{frame} \end{frame}
\setlength{\pdfpageheight}{\normalpdfpageheight} \setlength{\pageheight}{\normalpageheight}
%\sectionnonumber{Literaturempfehlung} %\sectionnonumber{Literaturempfehlung}
%\subsectionnonumber{Automotive Embedded Systeme} %\subsectionnonumber{Automotive Embedded Systeme}
......
#!/bin/bash
echo -n "Name: "
read name
echo Hallo $name
#!/bin/bash
echo -n "Name: "
read name
echo Hallo "$name"
../common/logo-hochschule-bochum-cvh-text-v3.pdf
\ No newline at end of file