Tech Tips for BHSEC Students

Just another Edublogs.org weblog

Entries Tagged as 'Uncategorized'

Gimp Tutorials Assimilated by One of My Students

May 11th, 2009 · No Comments

http://howto.nicubunu.ro/ -Where to find how to make your own Pac-Man character
http://www.bestgimptutorials.com/browse_gimp_tutorials
http://www.gimp.org/tutorials/
http://graphicssoft.about.com/od/gimptutorials/GIMP_Tutorials_Learning_The_GIMP.htm
source

[Read more]

Tags: Uncategorized

Lock down the Wallpaper on XP

February 12th, 2009 · No Comments

http://www.winxptutor.com/tweaklogon.htm

[Read more]

Tags: Uncategorized

Mac Isight cam abuse

December 17th, 2008 · No Comments

Students are driving me crazy making videos of themselves with our new macs. I’ve been on the lookout for an easy wasy to disable/enable the camera and cense@techslaves.org over at techslaves has provided it. It’s also a neat example of applescript if you’re interested in learning it:
iSight Disabler Version 3, Leopard Support
Btw, I suggest saving [...]

[Read more]

Tags: Uncategorized

Cloning multiple computers with open source software

November 3rd, 2008 · No Comments

I’m using the clonezilla server that comes bundled with the drbl-live cd. This is good for cloning (in mass) windows XP and or Linux machines. (Prolly win2k, and some bsd’s too, but I don’t know about vista.) For my purposes I’ve put an image I created with a clonezilla live cd on a usb drive.  [...]

[Read more]

Tags: Uncategorized

Edubuntu, LTSP for Ubuntu

October 31st, 2008 · No Comments

I work for the New York City Department of Education and run an Edubuntu server. I’m currently using a Dell Poweredge server with a P4 2.8ghz cpu and 3gb of ram. Half of my trafic comes through gigabit switches. The clients are HP D530’s with 3ghz P4’s and 512mb Ram. They’re *much* more powerful than [...]

[Read more]

Tags: Uncategorized

Windows & Mac Mozilla Firefox Scripts Part 2

August 5th, 2008 · No Comments

You’ll need to copy those user.js files into a place where firefox will look for default settings when it sets up a new user. In Windows we copy this file into C:\Program Files\Mozilla Firefox\defaults\profile\
These settings will not affect any pre-existing firefox profiles (users who have logged in and used firefox will not have their [...]

[Read more]

Tags: Uncategorized

Windows & Mac Mozilla Firefox Scripts

February 12th, 2008 · No Comments

The user.js preference files for Firefox for Windows and Mac are not the same, one being that the Mac script is quite different from the Windows script.
Windows Firefox script:
user_pref(”security.warn_entering_secure”, false);
user_pref(”security.warn_leaving_secure”, false);
user_pref(”security.warn_submit_insecure”, false);
user_pref(”security.warn_viewing_mixed”, false);
user_pref(”network.proxy.autoconfig_url”, “http://proxy.nycboe.org//proxy.pac”);
user_pref(”network.proxy.type”, 2);
Mac Firefox script (Mac Firefox doesn’t have a user.js file, so you have to create one):
user_pref(”security.warn_entering_secure”, false);
user_pref(”security.warn_leaving_secure”, false);
user_pref(”security.warn_submit_insecure”, false);
user_pref(”security.warn_viewing_mixed”, false);
user_pref(”network.proxy.autoconfig_url”, “http://proxy.nycboe.org/proxy.pac”);
user_pref(”network.proxy.type”, [...]

[Read more]

Tags: Uncategorized

Helping faculty login

October 17th, 2007 · No Comments

A graphical reminder to help faculty remember how to login after we change the username to login as ourselves. Part of the problem is they don’t remember their username, which is their first initial and whole last name. This little graphic I made to print up and tape to the front of their computers esp [...]

[Read more]

Tags: Uncategorized

Hello world!

May 17th, 2007 · 1 Comment

Welcome to Edublogs.org. This is your first post. Edit or delete it, then start blogging!

[Read more]

Tags: Uncategorized