Skip to content

Commit

Permalink
Merge remote-tracking branch 'UTSA-ACM/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fromalaska49 committed Oct 29, 2017
2 parents 9a4986c + c7b5f94 commit c2871f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions groups.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="col-sm-12">
<h2>ACM-W</h2>
<p>
ACM-W aims to create an engaging academic, professional, and social network for women in technology. Our purpose is to connect students with leaders and encourage them to pursue career opportunities in computing fields and to mentor for academic and professional success.
ACM-W aims to create an engaging academic, professional, and social network for women and minorities in technology. Our purpose is to connect students with leaders and encourage them to pursue career opportunities in computing fields and to mentor for academic and professional success.
</p>
<!--
<h3>Primary Contacts</h3>
Expand Down Expand Up @@ -88,7 +88,7 @@
</p>
<h3>Meeting Times</h3>
<p>
Wednesdays from 2:00pm to 2:00pm in NPB 4.140
Wednesdays from 2:00pm to 3:00pm in NPB 4.140
</p>
<h3>Primary Contacts</h3>
<p>
Expand Down
13 changes: 10 additions & 3 deletions laptops.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
-->
<div class="row section-container">
<div class="col-sm-12">
There are several options for new students to be able to use linux on their laptops. These are the three ways we recommend.
There are several options for new students to be able to use linux on their laptops. These are the four options we recommend.
<ol>
<li class="laptop-list-item">
<b>Buy a laptop with linux preinstalled.</b>
Expand All @@ -37,14 +37,21 @@
<li class="laptop-list-item">
<b>Dual Boot.</b>
<br />
This will allow you to have both Windows and linux installed but is the most technical solution. You
This will allow you to have both Windows and linux installed but is the most technical solution. You
will need to format your hard drive into multiple partitions, and install linux on the new one. It may
also require you to find and install drivers on linux.
</li>
<li class="laptop-list-item">
<b>Installing Virtual Box.</b>
<br />
If you are hesitant about the first two options. Then installing virtual box will allow
you to have a linux, windows, or macOS environment. The main benefit is that you do not have to change
your current laptop environment.
</li>
<li class="laptop-list-item">
<b>SSH.</b>
<br />
This will allow you to ssh into the servers on campus, and maintain a persistent environment. The main
This will allow you to ssh into the servers on campus, and maintain a persistent environment. The main
issue is that it will be mostly command line programs that you can run.
</li>
</ol>
Expand Down

0 comments on commit c2871f3

Please sign in to comment.