I\'m using Samba and windbindd on my linux boxes. Without a firewall up on the linux box I have no trouble resolving LAN machine names:
I\'m a web developer that needs to build a p开发者_运维百科iece of software for my local office of about 20-30Windows computers. It needs to automatically and silently run software updates and deploym
I have a samba-server. Can connect to it from my local network with no problem. Can see that 139 and 445 port 开发者_如何学Pythonare opened. Site \"speed-tester.info\" also tells me that these ports a
We are using buildbot to run continuous integration. The built-in Git build step generates this command line:
I have two machines I work on: Windows Client (Development Machine) Linux Web Server (Ubuntu) On the Linux server I have installed Apache, Samba and SVN.
Does anyone know a way to get the amount of space available on a Windows (Sa开发者_Python百科mba) share via Python 2.6 with its standard library? (also running on Windows)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Is it possible for a process to lower itself from elevated UAC permission back to standard user? If not can the elevated process launch its copy with standard user token and then kill itself? Any code
Ubuntu server, PHP 5.3, connected via Samba to Windows server share. I am using file_exists() to check for availability of file on Windows machine. It returns false, although the filepath does exist.
for a 开发者_开发问答recent project I need to detect file system changes on a mapped Samba share from java on windows: Creates, updates and removes. At the moment I am using a folder poll that maintai