On ZDNet: 5 ways to prevent IT failure
1 Resources for

uid

  • Subscribe to this listing via:
  • RSS
  • Email
Show All Related Tags Did you mean guide (40 results), guidance (15 results), guideline (9 results), TV Guide (7 results), Digital Liquid (6 results)more...
Show Fewer Related Tags Did you mean guide (40 results), guidance (15 results), guideline (9 results), TV Guide (7 results), Digital Liquid (6 results), liquidity (5 results), Liquid Machines (3 results), liquid (3 results), fluid (1 results), Guidance Software (1 results), field guide (1 results), Guidant Corp. (1 results)fewer...

TechRepublic Resources

DHCP lease map to mac address
Hi,In current DHCP server, many times a single host is assigned more than one active IP addresses against its MAC address, and this causes the DHCP Scope to get full. By observation we found that, in lease file everytime the UID from the same host changes and thus it is...
Tags: NETWORKING, shashi_comp@..., DHCP, MAC address, IP, UID, IP address, MAC
Discussion threads 2007-09-28

Additional Resources

The Rotten Core
blog rootBloggingSo, I've decided that blogging is a great way to avoid doing the work I should be doing. :P6/12/2005 10:04:26 AMThis post originally appeared on an external website6/12/2005 1:13:00 PMThis post originally appeared on an external website6/14/2005 1:56:35 AMThis post originally appeared on an external website6/18/2005 11:19:40 AMThis post...
Tags: Web site development, Web technology, worm22, external Website, Web site
Discussion threads 2005-05-19
Tech Tip: Manage user groups in Linux
Learn about handling user groups in Linux, and find out how to determine which groups you belong to. On a Linux system, each user has one unique user id uid. This number uniquely identifies the user on the system. ...
Tags: Guest Contributor, Linux Tips Newsletter, Group, File, User, Linux, UNIX, Open Source, Operating Systems, Software
Technical articles 2004-09-07
Show members network tree in VBasic 6 data report, and MS-SQL
Please am designing a vbasic application for networking program i mean this referrer of a thing. please have tried all i could but no answer yet. how can i use data report, data environment, and mssql database to display a diagrammatic record list on data report. this is said to...
Tags: megafabinfo@..., data report, network
Discussion threads 2007-08-28
PHP & MySQL: Print selected record(s)?
Hello Republic!I am able to query a table for all of it's records, and display the results within an HTML form, with each record appearing beside a checkbox control. I would like to be able to select single, multiple, or all records via the checkbox for each record returned,...
Tags: $uid, $_POST, checkbox, hoylakeinfo@..., PHP, programming, _POST
Q&A 2005-05-13
SQL Joins,Subqueries. One Table.
First, I am NOT an sql expert or anywhere close to that. I'm attempting to put the work portions on the Database backend as there is less cpu throttling done there than on a cgi frontend, here's what I need to accomplish:Have a table with something like this for columns:uid,...
Tags: SQL, maillists@...
Discussion threads 2007-03-05
VB .net connectionString Crystal Rpt XI
Hi guys, I need some help with CR XI and VB .netMy application retrieves data from a Interbase6 DB, and I used the following ConnectionString in the .rpt fileDriver={XTG Systems Interbase6 ODBC driver};DB=IPAdd:C:DBFile.gdb;UID=ID;PWD=UPassHowever, there is the option that the database can be relocated to another location via the VB program...
Tags: Microsoft development tools, Programming languages, crConnectionInfo, Microsoft Visual Basic, serverName, VB .Net
Q&A 2005-03-31
Resizing Database
Any one here use SQL Anywhere 5. I want to resize a database that has grown up to 2Gb in size. I have implemented a database purge that will purge out information older than a year. Even though the database has been purged the database size remains at 2GB. Is...
Tags: Storage, Databases, database
Q&A 2005-05-09
Wireless Security
I'm setting up a server to take care of wireless security. It will manage wireless security for three different locations within my organization. What is the best/easiest setup for this scenario. I'll be using Linsys Wireless G Access Points. First thought was a radius server. Any help would be appreciated.RADIUS...
Tags: 60-second, aj.boonstra@..., keyfob, RADIUS, security, wireless, wireless security
Q&A 2005-08-03
vb6.0 + ADO + Win Vista = Erro 2147467259
I have an aplication developed in VB6.0, wok fine in win 98, ME, XP, 2000, 2003, but now dont work in Win Vista.After hours trying resolve the problem, installing MDAC 2.7 and 2.8 , set debug points in code, I have identify where is the bug but I dont know...
Tags: tostafig@..., Win Vista, vb6.0, truncate connection string, windows, software, programming, windows vista, ado, connectionstring, ConnectionString
Discussion threads 2007-02-13
vb and mysql reporting using cristal report
i have a problem here..i have run my system but t shows error 20515 when i want to preview it..i'm using this code With rpt_report .Connect = "DSN=" + ODBCName + "; UID=" + ODBCUser + ";PWD=" + ODBCPass .ReportFileName...
Tags: roha1184@..., MySQL
Discussion threads 2007-08-22
Check home ownership
Perl is powerful and versatile. Take it beyond traditional Web CGI scripting to check the ownership of user home directories.In this Daily Feature, I’m going to take a look at a Perl script to check the ownership of user home directories. The script itself is pretty basic, but it illustrates...
Tags: Scripting languages, Programming languages, Development tools, Vincent Danen, Perl, user home directory, home directory
Technical articles 2000-09-28
Accessing Sun One Directory Server 5.2 from VB.NET
Hi Everyone, I m presently working on one project in which we will be storing company related and their employee related information in Sun One Directory server 5.2. And We want to access these informations from .NET either VB.NET or C#. It worked fine in Java but now i m...
Tags: .NET, Application servers, Programming languages, swetang_c@..., Sun ONE Directory, Sun ONE Directory Server, Ode, Sun ONE, Sun ONE Directory Server 5.2, Microsoft .NET, Sun Microsystems Inc., Microsoft Visual Basic.Net
Discussion threads 2007-04-27
fstab mounts Windows share as read-only
In attempt to access my home shared folder on my Windows 2003 Server / Active Directory domain, I've stuck following entry in my /etc/fstab file://server/share$ /home/username/domainshare smbfs credentials=/home/username/.credsfile,workgroup=windows.domain.com,defaults 0 0I can view the folder, subdirectories, and contents, but everything is "Read Only". Is there a parameter I'm missing in the...
Tags: linux, LinuxQuestions, Microsoft Windows, Palmetto, read only
Q&A 2006-07-26
Modelling Incentives for Collaboration in Mobile Ad Hoc Networks
This paper explores a model for the operation of an ad hoc mobile network. The model incorporates incentives for users to act as transit nodes on multi-hop paths and to be rewarded with their own ability to send traffic. The paper explores consequences of the model by means of uid-level...
Tags: Incentive, University Of Cambridge, Collaboration, Mobile, Network, Sales Force Management, Networking, Sales
White papers
Storing database connection settings in .NET
.NET database providers make it necessary to specify database connection information, but it's the developer's discretion to decide where to store this information. Tony Patton explores the various factors that may influence your decision. One of the best aspects of the .NET...
Tags: Microsoft .NET, XML, Storage, Databases, Tony Patton, .NET, Programming languages, sConn, SqlConnection, database, .NET Newsletter, Registry, TechRepublic Inc., Problem, Server, Microsoft.Win32, regKey, ToString, Hardware, Enterprise Software, Software, Data Management
Technical articles 2005-07-13
Obtain user, group, and process information in Perl
Howoften have you wanted to find out the current user's name or system groupwithin a shell script? Or wanted to get the current process ID? Well, if you'reusing Perl, it's nowhere near as difficult as you might think.That's because Perl comes with a library of functions designed specifically toprovide user,...
Tags: Contributor Melonfire, password, Perl, user info
Technical articles 2005-11-28
Toetsen Client Tool (msi)
Toetsen translates to keys. Toetsen Client Tool is a program for windows, that will record the number of keystrokes that you type. The Toetsen system can be beat, easily, but if you'd like to cheat yourself we won't bother stopping you. This was designed for a fun way to see...
Tags: Web, Web Site, Tool, Matthew Motz, Toetsen, Toetsen Client Tool, Web Site Development, Web Technology, Channel Management, Internet, Marketing
Software downloads 2008-05-23
Authentication caching with nscd
Sure about the offline LDAP authentication?Maybe I don't understand something here, but authentication takes place at the Directory server for LDAP, there is nothing cached in the way of password hashes.In an LDAP implementation, I've not seen any *nix variant behave well when the LDAP service is unavailable, even with...
Tags: Directory services, onthego, LDAP, authentication, password
Discussion threads 2007-10-30
map Home Directory in DFS root or Link
I am setting up dfs and have a number of links to shares, but am stuck on mapping home directories. I would like the user's home directory to reside under the dfs root along with the other links, but can't figure out how to make it work. I...
Tags: admbyr@..., DFS
Q&A 2004-12-29
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
TechRepublic's IT Hardware and Software Purchasing Policy
Your IT Budget is tight. You want to get the most bang for your IT buck. That's where the IT Hardware and Software Purchasing Policy can help. This p ...
Buy Now

The Green Enterprise