Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
f71feb31d4 | |||
344d08ca71 | |||
76afacdd27 | |||
a63f92faa8 | |||
0b671132a5 |
@ -4,8 +4,8 @@ date: 2022-10-03
|
|||||||
type: "page"
|
type: "page"
|
||||||
---
|
---
|
||||||
|
|
||||||
The goal of the **Linux Users Group at UCLA (LUG@UCLA)** is to promote computer
|
The **Linux Users Group at UCLA (LUG@UCLA)** has promoted computer
|
||||||
users' freedom with Linux and other Free/Open Source Software (FOSS).
|
users' freedom with Linux and other Free & Open Source Software (FOSS) since 1998.
|
||||||
|
|
||||||
## Activities
|
## Activities
|
||||||
|
|
||||||
|
44
content/events/installfest-f25.md
Normal file
44
content/events/installfest-f25.md
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
---
|
||||||
|
title: "Fall 2025 Installfest"
|
||||||
|
date: 2025-10-02
|
||||||
|
tags: [events, installfests]
|
||||||
|
author: LUG Board
|
||||||
|
---
|
||||||
|
|
||||||
|
Free Pizza will be provided!!!
|
||||||
|
|
||||||
|
The Linux Users Group (LUG) at UCLA invites you to attend the quarterly Linux
|
||||||
|
Installfest! Please fill out the [RSVP form](https://forms.gle/Y13NJVaecBGSsP5X7)
|
||||||
|
to indicate your pizza preferences.
|
||||||
|
|
||||||
|
* Date: 2024-10-10 (Friday of Week 2)
|
||||||
|
* Time: 6-9 PM
|
||||||
|
* Location: Engineering IV, Maxwell Room (57-124)
|
||||||
|
* RSVP: [link](https://forms.gle/Y13NJVaecBGSsP5X7)
|
||||||
|
|
||||||
|
## General Info
|
||||||
|
|
||||||
|
LUG hosts a quarterly installfest on Friday of the 2nd week. We will start by
|
||||||
|
giving a presentation on Linux to get newcomers up to speed. Then, attendees
|
||||||
|
will be provided a USB drive and guided in dual booting their computers with
|
||||||
|
Linux (most likely Ubuntu, Debian, or Linux Mint). However, you are welcome to
|
||||||
|
bring your own flash drives and install any distro of your choice. Or if you
|
||||||
|
don't feel comfortable with the possibility of losing data, you can set
|
||||||
|
up a Virtual Machine instead.
|
||||||
|
|
||||||
|
The officers will also be doing a show-and-tell of their own hardware which
|
||||||
|
they have installed Linux on. Experienced users are also encouraged to show off
|
||||||
|
their own setups.
|
||||||
|
|
||||||
|
At the end, we'll have a SuperTuxKart LAN party with our freshly installed
|
||||||
|
Linux machines and do a giveaway of some Dell Optiplexes.
|
||||||
|
|
||||||
|
## Past Installfests
|
||||||
|
|
||||||
|
You can view pictures from past installfests [here](https://linux.ucla.edu/zenphoto/).
|
||||||
|
|
||||||
|
## Note on M1 and M2 Macs
|
||||||
|
|
||||||
|
Due to their custom Apple silicon, the only Linux distro which works on M1/M2/M3
|
||||||
|
Macs is the experimental Asahi Linux. You also have the option of setting up a
|
||||||
|
Virtual Machine to run Linux so feel free to come and chat with us!
|
@ -8,12 +8,11 @@ Shared inbox: [board@linux.ucla.edu](mailto:board@linux.ucla.edu)
|
|||||||
|
|
||||||
| Name | Position | Contact |
|
| Name | Position | Contact |
|
||||||
| --------------------- | ------------------------------- | ----------------------- |
|
| --------------------- | ------------------------------- | ----------------------- |
|
||||||
| James Shiffer | Co-President | jshiffer@linux.ucla.edu |
|
| Ethan Cheng | President | ethan@linux.ucla.edu |
|
||||||
| Lawrence Liu | Co-President | |
|
| James Shiffer | External Vice President | jshiffer@linux.ucla.edu |
|
||||||
| Ethan Cheng | Vice President | ethan@linux.ucla.edu |
|
| Alexander Chang | Internal Vice President | ahjc@linux.ucla.edu |
|
||||||
| Matthew Risley | Vice President | mrisley@linux.ucla.edu |
|
| Evan Aceves | Marketing Vice President | eaceves@linux.ucla.edu |
|
||||||
| Evan Aceves | Vice President | eaceves@linux.ucla.edu |
|
| Max Mitterberger | Treasurer | mmitterberger@linux.ucla.edu |
|
||||||
| Mustafa E. | Officer | mstf@linux.ucla.edu |
|
|
||||||
| Professor Paul Eggert | Faculty Advisor (on sabbatical) | eggert@cs.ucla.edu |
|
| Professor Paul Eggert | Faculty Advisor (on sabbatical) | eggert@cs.ucla.edu |
|
||||||
|
|
||||||
## Join Us
|
## Join Us
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
66% {color: #4545e8; }
|
66% {color: #4545e8; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<!--
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="/events">
|
<a href="/events">
|
||||||
@ -24,6 +25,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
-->
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener('DOMContentLoaded', function () {
|
document.addEventListener('DOMContentLoaded', function () {
|
||||||
var nextThursday = new Date(Date.now() + (((4 - new Date().getDay() + 7) % 7) * 86400000));
|
var nextThursday = new Date(Date.now() + (((4 - new Date().getDay() + 7) % 7) * 86400000));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user