Compare commits
17 Commits
foss-servi
...
main
Author | SHA1 | Date | |
---|---|---|---|
1e3a9c4d0f | |||
4409cad68b | |||
9c54975217 | |||
463a9c1246 | |||
7560b75b0a | |||
3dde335d94 | |||
110f4e2738 | |||
1cc569acce | |||
2032d051fe | |||
77036fcf71 | |||
68807595f9 | |||
f3953144af | |||
1b3d721d65 | |||
070294443c | |||
4c7691d2d0 | |||
ddcfc90d65 | |||
381cf468a3 |
@ -5,7 +5,6 @@ title: Directory
|
||||
Some of our internal websites:
|
||||
- [Gitea](https://git.linux.ucla.edu): includes the Git repository for the
|
||||
website you're viewing right now!
|
||||
- [Booru](https://booru.linux.ucla.edu): imageboard
|
||||
- [Orwell](https://orwell.linux.ucla.edu): server room security camera
|
||||
|
||||
Here's a list of member-run websites:
|
||||
|
47
content/events/installfest-f24.md
Normal file
47
content/events/installfest-f24.md
Normal file
@ -0,0 +1,47 @@
|
||||
---
|
||||
title: "Fall 2024 Installfest"
|
||||
date: 2024-10-06
|
||||
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/cMpwizfU4MvudwdeA)
|
||||
to indicate your pizza preferences.
|
||||
|
||||
* Date: 2024-10-11 (Friday of Week 2)
|
||||
* Time: 6-9 PM
|
||||
* Location: Engineering IV, Maxwell Room (57-124)
|
||||
* RSVP: [link](https://forms.gle/cMpwizfU4MvudwdeA)
|
||||
|
||||
## 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 their data, you can set
|
||||
up a Virtual Machine instead.
|
||||
|
||||
This time around, there will be a demo of a Linux install on a 2014 Mac Mini,
|
||||
recently plucked from the e-waste.
|
||||
|
||||
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.
|
||||
|
||||
## 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!
|
@ -4,15 +4,19 @@ author: LUG Board
|
||||
---
|
||||
|
||||
## Board
|
||||
| Name | Position | Contact |
|
||||
| --------------------- | -------------------- | ----------------------- |
|
||||
| Mustafa E. | President | mstf@linux.ucla.edu |
|
||||
| David Zheng | Vice President | |
|
||||
| Lawrence Liu | Programming Director | |
|
||||
| James Shiffer | Secretary | jshiffer@linux.ucla.edu |
|
||||
| Professor Paul Eggert | Faculty Advisor | eggert@cs.ucla.edu |
|
||||
Shared inbox: [board@linux.ucla.edu](mailto:board@linux.ucla.edu)
|
||||
|
||||
## Join us
|
||||
| Name | Position | Contact |
|
||||
| --------------------- | ------------------------------- | ----------------------- |
|
||||
| James Shiffer | Co-President | jshiffer@linux.ucla.edu |
|
||||
| Lawrence Liu | Co-President | |
|
||||
| Ethan Cheng | Vice President | ethan@linux.ucla.edu |
|
||||
| Matthew Risley | Vice President | mrisley@linux.ucla.edu |
|
||||
| Evan Aceves | Vice President | eaceves@linux.ucla.edu |
|
||||
| Mustafa E. | Officer | mstf@linux.ucla.edu |
|
||||
| Professor Paul Eggert | Faculty Advisor (on sabbatical) | eggert@cs.ucla.edu |
|
||||
|
||||
## Join Us
|
||||
Becoming a member is easy, and there's no membership fees or interviews! If you
|
||||
want a server or email, fill out the [application
|
||||
form](https://linux.ucla.edu/application.pdf) and email it to us at
|
||||
@ -20,6 +24,8 @@ form](https://linux.ucla.edu/application.pdf) and email it to us at
|
||||
officers in person)
|
||||
|
||||
**Member benefits include:**
|
||||
- SSH access
|
||||
- Free web hosting
|
||||
- Free server space
|
||||
- Free virtual private server (VPS) hosting
|
||||
- Free web hosting under https://linux.ucla.edu/yourname
|
||||
- Free email address at yourname@linux.ucla.edu
|
||||
- Free XMPP account
|
||||
- Free Git hosting on https://git.linux.ucla.edu
|
||||
|
@ -15,12 +15,12 @@ Our club hosts various open source web services for the public to use:
|
||||
|
||||
- [Invidious](https://yt.linux.ucla.edu/): Privacy-respecting YouTube frontend with no ads
|
||||
|
||||
- [Gitea](https://git.linux.ucla.edu): Git code forge; ask an officer for an account
|
||||
|
||||
- [Arch Linux Mirror](https://arch.linux.ucla.edu/): Tier 2 mirror which syncs twice a day from [Leaseweb](https://mirror.sfo12.us.leaseweb.net/archlinux/). Add the line `Server = https://arch.linux.ucla.edu/$repo/os/$arch` to your `/etc/pacman.d/mirrorlist` file.
|
||||
|
||||
- [SearXNG](https://searx.linux.ucla.edu/): Search engine aggregator with no tracking or ads
|
||||
|
||||
- [Mastodon](https://mastodon.linux.ucla.edu/): A self-hosted, federated alternative to Twitter/X.
|
||||
|
||||
- **Backups**: our NAS automatically backs up the contents of our members' VMs three times a week.
|
||||
|
||||
## Planned
|
||||
|
@ -86,11 +86,6 @@ name = "X"
|
||||
icon = "twitter"
|
||||
url = "https://x.com/uclalug"
|
||||
|
||||
[[params.social]]
|
||||
name = "Mastodon"
|
||||
icon = "at-sign"
|
||||
url = "https://mastodon.linux.ucla.edu/@admin"
|
||||
|
||||
[[params.social]]
|
||||
name = "Instagram"
|
||||
icon = "instagram"
|
||||
|
@ -11,16 +11,11 @@
|
||||
33% { color: #45e845; }
|
||||
66% {color: #4545e8; }
|
||||
}
|
||||
|
||||
.invisible {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
<a class="invisible" rel="me" href="https://mastodon.linux.ucla.edu/@admin">Mastodon</a>
|
||||
<ol>
|
||||
<li>
|
||||
<a href="/events/ewaste-s24">
|
||||
<span class="magic">May 16, 2024: E-Waste Meetup</span>
|
||||
<a href="/events/installfest-f24">
|
||||
<span class="magic">October 11, 2024: Fall Quarter Installfest</span>
|
||||
</a>
|
||||
</li>
|
||||
</ol>
|
||||
|
Loading…
Reference in New Issue
Block a user