All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:43, 28 December 2024 Kenneth talk contribs created page Linux/smbclient (Created page with "== smbclient == List shares on windows machine or samba server: smbclient -L windows_box Send message from Linux echo "This is a test" | smbclient -M <computer> -U <any_name> Connect to samba server (using ftp like commands) samba -U [USER] \\\\machine\\share\\ samba -U [USER] //machine/share/ samba -U [USER]%[PASSWORD] //machine/share/ == Samba == See Linux/Samba == keywrods ==")