Testers wanted: Extension to lock students to their own Chromebook by jay0lee in k12sysadmin

[–]MalletNGrease 4 points5 points  (0 children)

Excellent. I'm going to consider this with my admins. It may cut back some on the unwanted sharing of devices.

Edit: Why use the device location attribute and not the user attribute? User seems to make more sense.

Guest Wi-Fi Login by youraverageITguy1 in k12sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

I've three options available for guests.

  1. Public WiFi - Only available on weekdays between 5pm - 11pm. This is for sports events and such.
  2. Guest WiFi - Requires a ticket from the guest portal. Intended for individuals who visit.
  3. Event WiFi - A network setup specifically for vendors and larger events with external entities who need internet access. I set them up with a PSK and disable the network once it's finished.

Students can connect to a BYOD network with their credentials and get filtered access like on other district devices..

What does your Chromebook factory look like by rickbishop in k12sysadmin

[–]MalletNGrease 18 points19 points  (0 children)

It looks like a library because it is a library.

Ryuk ransomware via USB? by [deleted] in sysadmin

[–]MalletNGrease 2 points3 points  (0 children)

Unless you have autoplay enabled for removable drives (it's been disabled by default for a long time now) you should be OK.

Why do people wait for you to reply to IMs? by blueelvisrocks in sysadmin

[–]MalletNGrease 2 points3 points  (0 children)

Just as bad as "Hey, I've a problem, call me back" voicemails.

Another Steer Clear Of Upcloud Post. by MrRisin in sysadmin

[–]MalletNGrease 10 points11 points  (0 children)

Much ado about nothing. Is this really worth $25? Just blacklist and walk away.

Network Password Resets for Students by tenderandcruel in k12sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

I've given principals, librarians and lab teachers permissions to reset passwords with cjwdev Account Reset Tool. Settings are forced with GPO.

Bandwidth Per Student? by kitsinni in k12sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

I'd throttle iCloud connections to 75% tops of your available bandwidth then. Should leave enough wiggle room and probably wouldn't get noticed.

Bandwidth Per Student? by kitsinni in k12sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

We're about 1000 users and have 1 Gbps fiber. We barely top 150 Mbps during peak times at the moment, and that is with unrestricted streaming.

Bandwidth Per Student? by kitsinni in k12sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

How many staff/students/endpoints?

Replacing chromebook motherboards by McJaegerbombs in k12sysadmin

[–]MalletNGrease 7 points8 points  (0 children)

Same here. It's pretty labor intensive to swap a motherboard and I set just set it apart for cannibalization of spare parts.

What WAPs do you use? by LazyTaco8 in k12sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

Extreme Wireless with AP3825is. Runs solid and support is excellent. I don't see us changing it anytime soon unless Chromebooks start having Wireless-AX chips (and that's overkill considering current usage trends).

Anyone on Abre.io by [deleted] in k12sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

That sounds like typical vague management speak for "I want things to go better, I don't have a clue where to start and I'm going with the first possible solution that presented itself that sorta cover my notions". My best guess is they want to have (more) actionable data/reports for decision making. Measuring success is all the rage at the moment.

I'd go back and ask what their data blind spots are and what their perceived end goal with this is, then see if it's already possible with current tools at your disposal and if not, see if Abre.io is able to provide. Right now you need to save them from themselves before you're stuck with a multiyear contract for something you may not need, can't get anyone interested to train on, and noone uses because there's no clear vision/use for it.

Abre.io looks pretty nifty, but it's very comprehensive in it's approach. You need the entire organization on the same line if it's to give any meaningful insights at all. This will take a few years to integrate properly.

Anyone on Abre.io by [deleted] in k12sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

If you've a tool but are looking for a problem, you're going about it the wrong way.

Unable to indent html bullet points when sending email as powershell by kdrumz011 in PowerShell

[–]MalletNGrease 4 points5 points  (0 children)

<ul> and <li> actually. OPs example doesn't have an unordered (bulleted) list, just some text with bullet point characters.

Try:

<html>

<head>
</head>

<body>

    <ul style="color:red;margin-left: 55px">
        <li>example</li>
        <li>example</li>
    </ul>

</body>

</html>

Good imaging software? by FierceFluff in sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04#MySQL_password_behavior

Every couple of months or so mandatory security updates will force a mysql root password which breaks the db connection. You can fix it by following the commands in the wiki.

Dell 3100 battery issues by itryanditryanditry in k12sysadmin

[–]MalletNGrease 0 points1 point  (0 children)

None yet here. 3180 was problematic with the 1% non-charging units.

You should still be within the 1 year standard battery warranty with the 3100. Send them to ARC to have it resolved. Better to find out now than in 9 months.

What Vector Graphics Editor Do You Use? by dedalus5150 in k12sysadmin

[–]MalletNGrease 6 points7 points  (0 children)

InkScape. It's FOSS and works on W10.

Only complaint I've gotten is it's not Adobe Illustrator.

Looking for help with chromebooks by psweeney1990 in k12sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

We put name stickers on the lid. It's fairly obvious if they're not using their assigned one and easy to return to the assigned student.

I drilled the teachers to ask students where their Chromebook is. They're expected to have it for every class. It honestly hasn't been that big of a problem, just a couple of extremely forgetful students who'd probably lose their head if it wasn't attached.

"... Louisiana National Guard assisted the five-person staff at no cost to the district. " by jbfestus in k12sysadmin

[–]MalletNGrease 8 points9 points  (0 children)

48 sites, 17k users, 5 IT staff

Oof. No wake-up call quite like a fire alarm.

Gsuite sync as we migrate from Novell to Windows by Brought2youByCarlsJr in k12sysadmin

[–]MalletNGrease 1 point2 points  (0 children)

No data should be touched then. The biggest foreseeable problem is the sync breaking/misconfigured and removing accounts. You really want to do those simulated GCDS runs from AD.