$ x=a:b:c
$ echo ${x%:*}
a:b
$ echo ${x#*:}
b:c
Kategorie: Uncategorized (Seite 7 von 7)
Mount the share with user/pass:
smbmount //winpc/shared /mnt/share -o username=user,password=pass,rw
Or mount the share without a user/pass (this is true if Everyone is still set)
smbmount //winpc/shared /mnt/share -o rw
loadkeys de-latin1
XP-Clients und WSUS 3.0 auf nem 2008er Server.
Clients überschreiben sich im WSUS
net stop wuauserv
reg delete
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v
AccountDomainSid /f
reg delete
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID
/f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
/v SusClientId /f
net start wuauserv
wuauclt /resetauthorization
/detectnow