You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>Kurz práce v příkazové řádce Linuxu nejen pro MetaCentrum (MB120C23) 2022 || Course of work in Linux command line not only for MetaCentrum (MB120C23) 2022</title>
6
+
<title>Kurz práce v příkazové řádce Linuxu nejen pro MetaCentrum (MB120C23) 2023 || Course of work in Linux command line not only for MetaCentrum (MB120C23) 2023</title>
7
7
</head>
8
8
<!-- TODO Update years! -->
9
9
<body>
10
-
<h1>Kurz práce v příkazové řádce Linuxu nejen pro MetaCentrum (MB120C23) 2022<br/>Course of work in Linux command line not only for MetaCentrum (MB120C23) 2022</h1>
10
+
<h1>Kurz práce v příkazové řádce Linuxu nejen pro MetaCentrum (MB120C23) 2023<br/>Course of work in Linux command line not only for MetaCentrum (MB120C23) 2023</h1>
11
11
<!-- TODO Update years! -->
12
12
<p>
13
-
<ahref="https://trapa.cz/cs/kurz-prikazove-radky-linuxu-2022" type="text/html"><big><strong>Jděte na stránku kurzu</strong></big></a> (<ahref="https://github.com/V-Z/course-linux-command-line-bash-scripting-metacentrum/" type="text/html">nejnovější pracovní verze v Gitu</a>) - <ahref="https://is.cuni.cz/studium/predmety/index.php?do=predmet&kod=MB120C23" type="text/html">předmět v SIS</a>
13
+
<ahref="https://trapa.cz/cs/kurz-prikazove-radky-linuxu-2023" type="text/html"><big><strong>Jděte na stránku kurzu</strong></big></a> (<ahref="https://github.com/V-Z/course-linux-command-line-bash-scripting-metacentrum/" type="text/html">nejnovější pracovní verze v Gitu</a>) - <ahref="https://is.cuni.cz/studium/predmety/index.php?do=predmet&kod=MB120C23" type="text/html">předmět v SIS</a>
14
14
</p>
15
15
<p>
16
-
<ahref="https://trapa.cz/en/course-linux-command-line-2022" type="text/html"><big><strong>Go to the course web page</strong></big></a> (<ahref="https://github.com/V-Z/course-linux-command-line-bash-scripting-metacentrum/" type="text/html">newest working version in Git</a>) - <ahref="https://is.cuni.cz/studium/eng/predmety/index.php?do=predmet&kod=MB120C23" type="text/html">subject in SIS</a>
16
+
<ahref="https://trapa.cz/en/course-linux-command-line-2023" type="text/html"><big><strong>Go to the course web page</strong></big></a> (<ahref="https://github.com/V-Z/course-linux-command-line-bash-scripting-metacentrum/" type="text/html">newest working version in Git</a>) - <ahref="https://is.cuni.cz/studium/eng/predmety/index.php?do=predmet&kod=MB120C23" type="text/html">subject in SIS</a>
\url{https://en.wikipedia.org/wiki/List_of_Linux_distributions} and \url{https://distrowatch.com/} ($\sim$850 distributions, $\sim$250 active)
370
+
\url{https://en.wikipedia.org/wiki/List_of_Linux_distributions} and \url{https://distrowatch.com/} ($\sim$900 distributions, $\sim$250 active)
371
371
\vfill
372
372
\end{frame}
373
373
@@ -1170,7 +1170,7 @@ \section{Command line}
1170
1170
\item Terminal emulator
1171
1171
\begin{itemize}
1172
1172
\item Application used to get the \enquote{terminal} and work in command line
1173
-
\item Every GUI has some --- \href{https://konsole.kde.org/}{Konsole}, \href{https://apps.kde.org/yakuake}{Yakuake}, \href{https://invisible-island.net/xterm/}{XTerm}, \href{https://wiki.gnome.org/Apps/Terminal}{Gnome Terminal}, \href{http://guake.org/}{Guake}, \href{https://docs.xfce.org/apps/terminal/start}{XFCE Terminal}, \href{https://wiki.lxde.org/en/LXTerminal}{LxTerminal},~\ldots
1173
+
\item Every GUI has some --- \href{https://konsole.kde.org/}{Konsole}, \href{https://apps.kde.org/yakuake}{Yakuake}, \href{https://invisible-island.net/xterm/}{XTerm}, \href{https://wiki.gnome.org/Apps/Terminal}{Gnome Terminal}, \href{http://guake.org/}{Guake}, \href{https://docs.xfce.org/apps/terminal/start}{XFCE Terminal}, \href{https://github.com/lxde/lxterminal}{LxTerminal},~\ldots
\item\href{https://www.java.com/}{Java} is probably the most portable language working on any operating system --- the only condition is to install \href{https://en.wikipedia.org/wiki/Java_virtual_machine}{Java virtual machine (JVM)}
4328
-
\item Linux usually use \href{https://openjdk.java.net/}{OpenJDK} --- search for packages named \texttt{*openjdk*}
4328
+
\item Linux usually use \href{https://openjdk.org/}{OpenJDK} --- search for packages named \texttt{*openjdk*}
4329
4329
\item Let's download e.g. \href{http://tree.bio.ed.ac.uk/software/figtree/}{FigTree} from \url{https://github.com/rambaut/figtree/releases}
4330
4330
\end{itemize}
4331
4331
\vfill
@@ -4933,7 +4933,7 @@ \subsection{Git principle}
4933
4933
4934
4934
\begin{frame}{GitHub and others}
4935
4935
\begin{itemize}
4936
-
\item\href{https://github.com/}{GitHub} is currently probably the most popular platform to host development of open-source projects, see \href{https://help.github.com/}{documentation}
4936
+
\item\href{https://github.com/}{GitHub} is currently probably the most popular platform to host development of open-source projects, see \href{https://support.github.com/}{documentation}
4937
4937
\item Probably second most common on-line service providing Git repository is \href{https://about.gitlab.com/}{GitLab}
4938
4938
\begin{itemize}
4939
4939
\item User can create an account on GitLab (as on GitHub), or download and install GitLab system on own server (like \href{https://sorbus.ibot.cas.cz/en/gitlab}{we did}, \href{https://sorbus.ibot.cas.cz/cs/gitlab}{česky})
0 commit comments