Setting Up Mac OS X Server for the First Time 41 Getting Help for Everyday Management Tasks 41 Getting Additional Information 41 1 Administering Your Server 43 Highlighting Key Features 43 Ease of Setup and Administration 43 Networking and Security 44 File and Printer Sharing 44 Open Directory Services 45 Comprehensive Management of Macintosh Workgroups 45 High Availability 46 Extensive Internet and Web Services 46 Highlighting Individual Services 46 Directory Services 47 Open Directory 47 Password Validation 47 Search Policies 48 File Services 48 Sharing 48 Apple File Service 49 Windows Services 49 Network File System (NFS) Service 49 File Transfer Protocol (FTP)
Read the rest of this entry »
26 Feb
Posted by jj as Java
Download java (preferably jdk 1.5+ from java.sun.com) Download eclipse (it’s a huge zip file) for your local machine (windows/mac/etc) If needed be, you might need a zip program to open the zip file. See class webpage (resources) for this Start eclipse by clicking on the “eclipse.exe” file in the eclipse directory you unzipped the eclipse program. It will ask you to specify a default workspace, this is where files are created for you…you need to remember this so that you can find your files to submit When started you should see an eclipse logo , then a welcome screen. Click on the “workbench” arrow icon, which will start the workbench portion of eclipse. Click on java perspective: Window-> Open perspective -> java (might have to click other, if not on a list) Create a new java project: File->New->Project->Java project->next-> type a name for your project -> finish You should see your project on the right side (package explorer).
Read the rest of this entry »