similar to: Review for dummies

Displaying 20 results from an estimated 2000 matches similar to: "Review for dummies"

2001 Apr 17
4
Samba 2.2.0 - glossy press release :-).
In the interests of full disclosure, here's the glossy press release (with html as well ! :-). Jeremy. --------------------------------------------------------------------- Samba 2.2.0 - Powering the next generation of Network Attached -------------------------------------------------------------- Storage. -------- 17
2006 Jan 02
13
Naming Conventions
So, RoR is better at grammer than I. Well so is my nine year old. If I have a table named "people_type" will Rails see this as singular because of the _type or will it consider it the plural of "person_type" ? Is there a link to Rails that lists what words it knows, or what words not to use in table design etc. Kindest regards. -- Posted via http://www.ruby-forum.com/.
2010 Mar 07
8
Parsing XML file with no style info with Hpricot
Hello, I''ve been trying for hours to parse an XML using Hpricot. Usually it''s not a problem. Here''s my simple code: #This works and outputs the proper xml data @url1 = ''http://www.sportingnews.com/stories/sportingnews/MLB/rss.xml'' @page1 = Hpricot(open(@url1)) <%= @page 1 %> #This does not work, and I''m scratching my head @url1 =
2006 Jan 12
4
How do you create a tree strucutre with ActiveRecord
I want to build an application that has the concept of administrative domains. What I mean by this is that administrators have access to different data, based on what domains they are a member of. The domain strucutre is hierarchical. Here is an example: - MLB - AL - East - Yankees - Red Sox ... + Central + West - NL + East + Central + West Now
2009 May 27
2
Having problems with Samba and openLDAP Groups
I'm getting a little closer and understanding how the logs, etc work. I can log onto a Samba share, can read and write to my home directory, but I'm concerned about trying to get the file share Staff to work - want it to be read and write to the Group named Staff. I have set up the group and added myself to the group If I do a smbldap-groupshow Staff - I get sudo smbldap-groupshow
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
Dear R users, How to find all single minima within each next part of analyzed vector (table) Select all minima (mass_value=min & mass_value<2) (many) in vector(table), BUT first put mask on table in order to select within one window mask (5 elements) only one local minimum, and next to search within the next time window mask the second minimum (only one local along second mask)
2015 Sep 02
2
why I use chrome on CentOS
I use chrome on CentOS because I wrote a web socket web app and I can only get chrome to work properly with web sockets. I have a local web app created with erlang. It works like ms sccm to wake, freeze/thaw deepfreeze PCs and can update windows/mac/linux boxes when they need updates for some student computers labs and department/college class rooms. Thanks for your understanding for my need
2014 Jun 06
2
[LLVMdev] Clang removes Label name
Hi, I have some troubles to figure out why clang is removing my label name. As the simple example below shows the label "MLB" is removed and replaced by an integer as an "unnamed value". Plus, I can see that an unconditional jump is added, as the label seems to be interpreted as the beginning of a BasicBlock. I am compiling without any optimizations (for now), what leave the
2015 Sep 02
3
why I use chrome on CentOS
> On Sep 2, 2015, at 1:36 PM, zep <zgreenfelder at gmail.com> wrote: > > > > On 09/02/2015 03:12 PM, Wes James wrote: >> I use chrome on CentOS because I wrote a web socket web app and I can only get chrome to work properly with web sockets. >> >> I have a local web app created with erlang. It works like ms sccm to wake, freeze/thaw deepfreeze PCs and
2003 Jul 09
4
Pseudo-GPO Support for Samba
I have a bunch of W2K clients on my network and I want to be able to use GPOs, but REFUSE to go the M$ route ;-) Since GPOs are essentially registry entries, it might be somewhat easy to implement a simple program that could give admins that fine-grain control that is missing from NT4-style .pol files. What I would like to propose is a simple Win32 executable that could read from an
2008 Oct 04
2
index matter
Hi, I have a question about the following explanation; IndexFiles.txt ------------------------------------------------------ If index files are missing, Dovecot creates them automatically when the mailbox is opened. ------------------------------------------------------ Are they made based on which information? Thanks. Yoko -------------------------------------- Enjoy MLB with MAJOR.JP!
2004 Dec 23
1
Login scripts and Win9x clients
Hi all, I have two systems using Win98 and one using Win95. These three systems do not automatically execute their login scripts. I can map the network drives manually and tell them to reconnect at login, but I am wondering why they don't execute them. I can log in, browse to my netlogon share (if I make it browseable), and execute the script manually, and it works. Well, it mostly
2004 Dec 31
1
logon scripts with kixtart
Any body using kixtart with your samba server..? or anyone have any great scripting tools for logon scripts...
2004 Nov 04
6
installing printer in a logon script
Hello, I have Samba 3 PDC and win2k sp4 client. I would like to install printer on a machine globally, for all users. To do this, I use: net use X: \\server\unattended /user:domain\unattended password rundll32 printui.dll,PrintUIEntry /q /y /ga /in /n \\server\HP2000C First line is mounting share (Administrator is not logged to the domain), and the second line is to install printer.
2004 Jul 06
6
Netlogon
Is it possible to use some kind of netlogon script to add a printer? net use \\server\printert ??
2005 Aug 05
1
Schema Requests
It would be nice to have some additional attributes in the samba.schema. I have several servers that all my users need to have mapped locations. It would be nice if I could add drive letters and paths in ldap, but there doesn't seem to be anything defined in the schema. This way when I run the script to create the user all of the standard mappings are created as well.
2005 Mar 11
2
Creating Custom System Policy Templates
Has anyone looked into creating custom templates for Microsoft's System Policy editor ? I like the idea of managing workstations through the NTConfig.POL file, but the included templates are quite a bit outdated. Does anyone know if it would be worth-while to take the time and create an updated Template to add policies to manage newer features of Windows 2000/XP through the NTConfig.POL
2004 Dec 01
5
netlogin scripts
running debian 3.1 "sarge" ppc and samba 3.08 I want to have my win98se computer users to have their shares automatically mapped. 1. I have read that I would use a netlogin directory and put scripts in there? 2. Does anyone know if samba has to be set up a special way ADS, wins, etc... to use the netlogin directory and it's scripts? "this server is the only smb server
2009 May 25
1
Samba Configuration
Maybe I'm missing this - but I'm having problems setting up some file shares that are limited to certain groups. I've done countless searches on setups and on the tree connnect failed error message, and just haven't found anything that solves my problem. I am able to create shares that are basically open to the public, but I know the security is all messed up. I have openLDAP
2006 Apr 04
3
degraded performance under domain login load
Hi guys, Not sure how to diagnose this problem however i have recently upgraded one of my schools sites from gentoo to freebsd which moved us from samba 3.0.14 to 3.0.21b and the first thing I noticed was when the students came to login if they all logged in at once the performance of login was crippled to a near standstill! As a test i swapped in the gentoo box and forced the upgrade to