Skip to content

Commit 9e58ce4

Browse files
committed
Version from 2015
0 parents  commit 9e58ce4

22 files changed

+2364
-0
lines changed

presentation/debian.png

136 KB
Loading

presentation/fedora.png

276 KB
Loading

presentation/linux_bash_metacentrum_course.tex

Lines changed: 2219 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
\frametitle{Graphical interactive task}
2+
\begin{itemize}
3+
\item See information at \href{https://wiki.metacentrum.cz/wiki/Remote_desktop}{https://wiki.metacentrum.cz/wiki/Remote\_desktop}
4+
\end{itemize}
5+
\begin{bashcode}
6+
# Again launch qsub according to actual needs
7+
qsub -I -l walltime=2h -l nodes=1:ppn=1 -l mem=2gb
8+
# After we get the interactive task, we are on new server
9+
screen # Secure we can log off in the meantime
10+
module add gui # We need to add GUI module
11+
gui start # Start GUI (see above link for details)
12+
gui info -p # Print information about running VNC sessions
13+
# Including address, port and password
14+
\end{bashcode}
15+
\begin{itemize}
16+
\item Launch your favourite VNC client (KRDC, TightVNC, \ldots) and use credentials from above output to connect
17+
\end{itemize}

presentation/linux_fylogen_2.png

198 KB
Loading

presentation/mc.png

237 KB
Loading

presentation/mint.png

224 KB
Loading

presentation/opensuse.png

192 KB
Loading

presentation/putty.png

25.1 KB
Loading

presentation/tar.png

27.6 KB
Loading

0 commit comments

Comments
 (0)