All public logs

Jump to navigation Jump to search

Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:32, 17 September 2026 Tacoball talk contribs created page Useful Commands/Remote File Access (Created page with "{| class="wikitable" ! Tool || Example |- | Samba (Linux) || <syntaxhighlight lang="bash"> sudo mount -t smbfs {remote} {local} -o \ iocharset=utf8, \ user={user}%{password}, \ uid=`id -u {local user}`, \ gid=`id -u {local group}` </syntaxhighlight> |- | Samba (MacOS) || <syntaxhighlight lang="bash"> mount_smbfs //'{group};{user}':{password}@{remote}/{shared dir} {local dir} smbutil view //Guest@192.168.91.65 smbutil view //'WORKGROUP;Administrator':12345@192...")