samba command reference
Useful Samba Networking Commands
There are several useful commands available to the Samba network admin.
When it comes to networking, there are two important points of view... what the server sees and what the client sees. Windows networking relies on extensive (and complex) caching on each client. Sometimes a wait of 5-15 minutes will solve network 'issues' on a client. Other times the server is responsible. You must look in both places to determine the source(s) of your problem(s).
Login as root on the PDC (Primary Domain Controller).
Site upgrade - Drupal Version 6 !
I have just today upgraded the site to version 6 !
This is a very significant upgrade, and some care was needed to avoid issues as I moved forward...
But the benefits are many, and I now look forward to playing with the theming modules (for developers) and so on...
Don
Google Desktop Search - TIPS
- Google Desktop is now part of the Google Pack. Google Pack is a set of utilities that Google has packaged together into a single download. When you go to download the pack you can select all or just a single application. Even if all you use the pack for is Google Desktop it is a nice way to get it because Google Pack notifies you when there are updates available.
New PROMO Piece
Fix Adobe Acrobat Errors with PlugIns
Delete ALL the files and folders in:
C:\Program Files\Adobe\Acrobat 6.0\Acrobat\plug_ins
Then run repair mode
[Acrobat 6.0 application window, Help / Detect and Repair]
The repair will replace the missing files in the plug-ins folder with working versions.
Windows SBS2003 Server Firewall Setup
25 (for SMTP e-mail)
443 (for HTTP SSL for Remote Web Workplace and OWA)
4125 (required for Remote Web Workplace)
1701 (for LT2P), 1723 (for VPN PPTP)
4125 and 3389 (for Remote Desktop administration and terminal services connections)
Reset Drupal Password via phpMyAdmin
The SQL command syntax to do this in phpMyAdmin is:
UPDATE users SET pass = md5('new_password') WHERE uid = 1
SSH for Windows 200x Servers
http://pigtail.net/LRP/printsrv/cygwin-sshd.html
See the above URL for this detailed description on how to install/use SSH for these O/Ses.