Skip to content

Commit 8b1e599

Browse files
committed
Tiny fixes
1 parent f0a2a29 commit 8b1e599

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

presentation/linux_bash_metacentrum_course.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ \subsection{Network}
14851485
domain=DOMAINNAME
14861486
man mount.cifs # See for other connection options
14871487
# Mounting remote server over SSH (sshfs package must be installed)
1488-
sshfs zeisek@vyuka.natur.cuni.cz:/some/dir /local/mount/point
1488+
sshfs user@vyuka.natur.cuni.cz:/some/dir /local/mount/point
14891489
# Mount NFS share (NFS is common protocol in UNIX world)
14901490
mount -t nfs some.server.cz:/shared/directory /local/directory
14911491
# Mount webDAV folder (requires package davfs2 to be installed)
@@ -2296,6 +2296,9 @@ \subsection{Information}
22962296
\item Practically unlimited \href{https://www.cesnet.cz/services/data-storage/?lang=en}{data storage}
22972297
\item \href{https://www.cesnet.cz/services/filesender/?lang=en}{FileSender} to be able to send up to 500~GB file
22982298
\item \href{https://www.cesnet.cz/services/owncloud/?lang=en}{ownCloud} to backup and/or sync data across devices (default capacity is 100~GB)
2299+
\begin{itemize}
2300+
\item It is possible to connect by webDAV to ownCloud (slide \ref{transfers}) --many applications support it
2301+
\end{itemize}
22992302
\item And \href{https://www.cesnet.cz/services/?lang=en}{more\ldots}
23002303
\end{itemize}
23012304
\item Services accessible without registration

0 commit comments

Comments
 (0)