search for: brousers

Displaying 9 results from an estimated 9 matches for "brousers".

Did you mean: trousers
2005 Oct 04
6
Animation of Mandelbrot Set
Hi, I was playing with Mandelbrot sets and come up with the following code, I thought I would share: library(fields) # for tim.colors library(caTools) # for write.gif m = 400 # grid size C = complex( real=rep(seq(-1.8,0.6, length.out=m), each=m ), imag=rep(seq(-1.2,1.2, length.out=m), m ) ) C = matrix(C,m,m) Z = 0 X = array(0, c(m,m,20)) for (k in 1:20) { Z =
2016 Jun 20
3
samba 4 AD and master browser
Tried with a windows 2008 r2 AD master brouser is available, microsoft is migrating to what option? 2016-06-20 18:49 GMT+02:00 Trenta sis <trenta.sis at gmail.com>: > First of all, thanks for you answer. > > "Problem" is that our users are using this feature, and if we can keep > this should be the best option to ensure that our user have detecte any > difference
2007 Apr 28
1
samba & browse.dat file location
...from debain pkg) I`m try to start 2 domains from one server. I`ve got my 2 config files (with separate pids, net interfaces, log files) and both servers run, bound to the correct interfaces. Both domain starting normally, become a domain logon servers, domain master browserss & local master brousers. All work - except one problem - both servers try to use one /var/cache/samba/browse.dat file. start smbd&nmbd with option --lockdir=/var/cache/samba/domainname/ not helped. with --lockdir i`m see files: brlock.tdb gencache.tdb messages.tdb sessionid.tdb connections.tdb locking.tdb...
2016 Jun 21
1
samba 4 AD and master browser
Just run some samba as file server, or perhaps you can even just run nmbd on another host than on your DC. That host running nmbd will participate to browsing election, it should win election if you ask for it in smb.conf. Only DC won't appear in network neighborhood, which is not an issue as even your users loves waste your company time in searching in network neighborhood, they have nothing
2016 Jun 21
0
samba 4 AD and master browser
Hi, Thanks for your information, I'll try other options Thanks 2016-06-20 18:51 GMT+02:00 Trenta sis <trenta.sis at gmail.com>: > Tried with a windows 2008 r2 AD master brouser is available, microsoft is > migrating to what option? > > 2016-06-20 18:49 GMT+02:00 Trenta sis <trenta.sis at gmail.com>: > >> First of all, thanks for you answer. >>
2008 Oct 09
0
I cannot start a game without registration through the web
And I cannot to do this registration too. I think my game doesn't see my brouser by Wine. How can I make change Wine's configuration to give this game internet connection ?
2000 Jan 21
2
SAMBA WINS and Dynamic DNS
I'm sure that I'm not the first person to begin integrating SAMBA's WINS server abilities and the new BIND 8 'dynamic' DNS functionality. I downloaded the sample copy of "dns_update" by Stephen Rothwell <sfr@linuxcare.com> which provided a good starting point for creating the interface between Samba 2.0.6's WINS update notification and dynamic DNS updates.
2016 Jun 20
4
samba 4 AD and master browser
Hi, I'm migrating samba 3 nt domain (openldap + samba) to samba 4 AD, and we detected taht one of features, master browser is not working in samba 4 AD. I have searched some info and I have found: https://wiki.samba.org/index.php/FAQ " Why is Network Neighbourhood empty or does not show all machines in an Samba AD environment? The master browser code in smbd does not collect names
2006 Aug 04
8
Unable to follow basic RoR tutorial (Win32)
I have just set up RoR to find out for myself if this tool is stable enough to actually be used yet. Anyhow, I started by going to the RubyOnRails website and following the instructions to install the platform on my Windows 2000 PC. "Get Ruby on Rails in no time" "We recommend Ruby 1.8.4 for use with Rails." So... I downloaded 1.8.4 and installed: C:\>ruby -v ruby