<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lilikaj</id>
	<title>UMIACS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lilikaj"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php/Special:Contributions/Lilikaj"/>
	<updated>2026-05-09T16:59:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=11921</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=11921"/>
		<updated>2024-06-26T20:37:00Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{note|This page is maintained for legacy reasons. You are required to use [[GitLab]] for version control.|gotcha}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UMIACS used to provide a centrally managed Subversion service. However as of June 21, 2024, this service has now been fully deprecated.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To have a Subversion repository created you need to just email [mailto:staff@umiacs.umd.edu staff] and provide the name of your repository and how much initial space you think you will need.&lt;br /&gt;
&lt;br /&gt;
We will give you a [[URL]] back with the server https://subversion.umiacs.umd.edu in it.&lt;br /&gt;
&lt;br /&gt;
By default we will configure all repositories to be private and require authentication for both reading and writing to the Subversion repository.  Authentication is done against our [[LDAP]] using [[SecGroups]].&lt;br /&gt;
&lt;br /&gt;
=Getting Started with Subversion=&lt;br /&gt;
&lt;br /&gt;
You will first need to check out your repository,&lt;br /&gt;
&lt;br /&gt;
   svn co https://subversion.umiacs.umd.edu/my_url&lt;br /&gt;
&lt;br /&gt;
This will create a directory in your current working directory with the name of the last part of the URL you just checked out.&lt;br /&gt;
&lt;br /&gt;
  cd my_url&lt;br /&gt;
&lt;br /&gt;
You can now add files by the &#039;&#039;&#039;svn import&#039;&#039;&#039; command, &#039;&#039;&#039;svn add&#039;&#039;&#039; can be used to add file that you have created but is not under revision control yet.&lt;br /&gt;
&lt;br /&gt;
For more information please see the defacto book on [[Subversion]] in [http://svnbook.red-bean.com/en/1.4/svn-book.html HTML] or [http://svnbook.red-bean.com/en/1.4/svn-book.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
=Clients=&lt;br /&gt;
&lt;br /&gt;
Most Linux distributions include subversion clients in the distribution including all our [[OSSupport|Red Hat Enterprise Linux]] clients.&lt;br /&gt;
&lt;br /&gt;
==Collab.net Subversion Packages==&lt;br /&gt;
&lt;br /&gt;
These are well packaged subversion command line packages.  You can find ones for Windows, macOS and Solaris.  Please see the community downloads for macOS.&lt;br /&gt;
&lt;br /&gt;
http://www.open.collab.net/downloads&lt;br /&gt;
&lt;br /&gt;
==Security Considerations==&lt;br /&gt;
Command line subversions store your password be default on linux, so you should be careful. In order to disable password caching completely, add the line: &amp;quot;store-passwords = no&amp;quot; to the subversion configuration file on your machine. In order to disable caching for a one time command you can pass the --no-auth-cache option.&lt;br /&gt;
&lt;br /&gt;
==Server Certificate Verification on macOS==&lt;br /&gt;
The command-line svn tool that is bundled with macOS through Xcode does not correctly handle the UMIACS subversion server certificate.  In order to verify that you are actually connecting to UMIACS, verify that the following fingerprint matches:&lt;br /&gt;
&lt;br /&gt;
  Fingerprint: cb:4f:c6:74:3e:1a:27:d3:55:e7:4b:5a:89:af:e4:c4:95:ce:fe:32&lt;br /&gt;
&lt;br /&gt;
If this fingerprint matches, you can safely accept the certificate. &lt;br /&gt;
&lt;br /&gt;
==Graphical Clients==&lt;br /&gt;
&lt;br /&gt;
===OS Integration===&lt;br /&gt;
&lt;br /&gt;
* Windows - http://tortoisesvn.tigris.org&lt;br /&gt;
* macOS - http://scplugin.tigris.org&lt;br /&gt;
&lt;br /&gt;
===Other Clients===&lt;br /&gt;
&lt;br /&gt;
http://subversion.tigris.org/links.html#clients&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=CoreServices&amp;diff=11920</id>
		<title>CoreServices</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=CoreServices&amp;diff=11920"/>
		<updated>2024-06-26T20:34:19Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; &lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[Accounts|Authentication]]:&#039;&#039;&#039; User accounts such as UMIACS accounts, and collaborator accounts, how to request an account, and how to reset account password. &lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[OSSupport|Operating Systems Support]]:&#039;&#039;&#039; List of operating systems supported at UMIACS.&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[Email]]:&#039;&#039;&#039; Email offering at UMIACS and configuring the spam filter.&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[MailingLists|Mailing Lists]]:&#039;&#039;&#039; Mail aliases and Mailman mailing lists.&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[Printing]]:&#039;&#039;&#039; Printing guide for different operating systems and locations of UMIACS&#039; public printers.&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[Backups]]:&#039;&#039;&#039; Instruction on how to backup personal devices using Google Drive.&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[NAS|Network Attached Storage]]:&#039;&#039;&#039; NFS home directories and project directories.&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[LocalDataStorage|Local Data Storage]]:&#039;&#039;&#039; Data storage options such as local scratch, network scratch, nfshomes, etc.&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[Web|Web Services]]:&#039;&#039;&#039; UMIACS web hosting services, i.e. hosting a personal website.&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[OBJ|UMIACS Object Store]]:&#039;&#039;&#039; Get started on UMIACS&#039; Object Store; learn about buckets, keys, and how to access the object store.&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[RevisionControl|Revision Control (Git)]]:&#039;&#039;&#039; Brief intro to [[GitLab]].&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[Programming|Programming Languages]]:&#039;&#039;&#039; List of commonly used programming languages at UMIACS by the faculty and students.&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[HPC|High Performance Computing]]:&#039;&#039;&#039; Information regarding different clusters such as Nexus, CML, Vulcan, etc. and the [[SLURM]] resource scheduler.&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[VPN|Virtual Private Networking]]:&#039;&#039;&#039; How to install and configure UMIACS&#039; Pulse Secure VPN.&lt;br /&gt;
|style=&amp;quot;width: 33%&amp;quot;|&#039;&#039;&#039;[[MediaSanitization|Storage Device Destruction]]:&#039;&#039;&#039; Make a request to securely destroy data. &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=RevisionControl&amp;diff=11919</id>
		<title>RevisionControl</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=RevisionControl&amp;diff=11919"/>
		<updated>2024-06-26T20:32:05Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Users should use GitLab, which provides a multitude of revision control features.&lt;br /&gt;
* [[GitLab]] - use for personal projects and collaboration with UMIACS users and Offsite users.&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=RevisionControl&amp;diff=11918</id>
		<title>RevisionControl</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=RevisionControl&amp;diff=11918"/>
		<updated>2024-06-26T20:31:51Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Users should use GitLab, which provides a multitude of revision control features.&lt;br /&gt;
* [[GitLab]] (recommended) - use for personal projects and collaboration with UMIACS users and Offsite users.&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=11905</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=11905"/>
		<updated>2024-06-21T18:57:56Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{note|This page is maintained for legacy reasons. You are encouraged to prefer [[GitLab]] for version control.|gotcha}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UMIACS used to provide a centrally managed Subversion service. However as of June 21, 2024, this service has now been fully deprecated.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To have a Subversion repository created you need to just email [mailto:staff@umiacs.umd.edu staff] and provide the name of your repository and how much initial space you think you will need.&lt;br /&gt;
&lt;br /&gt;
We will give you a [[URL]] back with the server https://subversion.umiacs.umd.edu in it.&lt;br /&gt;
&lt;br /&gt;
By default we will configure all repositories to be private and require authentication for both reading and writing to the Subversion repository.  Authentication is done against our [[LDAP]] using [[SecGroups]].&lt;br /&gt;
&lt;br /&gt;
=Getting Started with Subversion=&lt;br /&gt;
&lt;br /&gt;
You will first need to check out your repository,&lt;br /&gt;
&lt;br /&gt;
   svn co https://subversion.umiacs.umd.edu/my_url&lt;br /&gt;
&lt;br /&gt;
This will create a directory in your current working directory with the name of the last part of the URL you just checked out.&lt;br /&gt;
&lt;br /&gt;
  cd my_url&lt;br /&gt;
&lt;br /&gt;
You can now add files by the &#039;&#039;&#039;svn import&#039;&#039;&#039; command, &#039;&#039;&#039;svn add&#039;&#039;&#039; can be used to add file that you have created but is not under revision control yet.&lt;br /&gt;
&lt;br /&gt;
For more information please see the defacto book on [[Subversion]] in [http://svnbook.red-bean.com/en/1.4/svn-book.html HTML] or [http://svnbook.red-bean.com/en/1.4/svn-book.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
=Clients=&lt;br /&gt;
&lt;br /&gt;
Most Linux distributions include subversion clients in the distribution including all our [[OSSupport|Red Hat Enterprise Linux]] clients.&lt;br /&gt;
&lt;br /&gt;
==Collab.net Subversion Packages==&lt;br /&gt;
&lt;br /&gt;
These are well packaged subversion command line packages.  You can find ones for Windows, macOS and Solaris.  Please see the community downloads for macOS.&lt;br /&gt;
&lt;br /&gt;
http://www.open.collab.net/downloads&lt;br /&gt;
&lt;br /&gt;
==Security Considerations==&lt;br /&gt;
Command line subversions store your password be default on linux, so you should be careful. In order to disable password caching completely, add the line: &amp;quot;store-passwords = no&amp;quot; to the subversion configuration file on your machine. In order to disable caching for a one time command you can pass the --no-auth-cache option.&lt;br /&gt;
&lt;br /&gt;
==Server Certificate Verification on macOS==&lt;br /&gt;
The command-line svn tool that is bundled with macOS through Xcode does not correctly handle the UMIACS subversion server certificate.  In order to verify that you are actually connecting to UMIACS, verify that the following fingerprint matches:&lt;br /&gt;
&lt;br /&gt;
  Fingerprint: cb:4f:c6:74:3e:1a:27:d3:55:e7:4b:5a:89:af:e4:c4:95:ce:fe:32&lt;br /&gt;
&lt;br /&gt;
If this fingerprint matches, you can safely accept the certificate. &lt;br /&gt;
&lt;br /&gt;
==Graphical Clients==&lt;br /&gt;
&lt;br /&gt;
===OS Integration===&lt;br /&gt;
&lt;br /&gt;
* Windows - http://tortoisesvn.tigris.org&lt;br /&gt;
* macOS - http://scplugin.tigris.org&lt;br /&gt;
&lt;br /&gt;
===Other Clients===&lt;br /&gt;
&lt;br /&gt;
http://subversion.tigris.org/links.html#clients&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=11904</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=11904"/>
		<updated>2024-06-21T18:57:40Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{note|This page is maintained for legacy reasons. You are encouraged to prefer [[GitLab]] for version control.|gotcha}}&lt;br /&gt;
&lt;br /&gt;
UMIACS used to provide a centrally managed Subversion service. However as of June 21, 2024, this service has now been &#039;&#039;&#039;fully&#039;&#039;&#039; deprecated.&lt;br /&gt;
&lt;br /&gt;
To have a Subversion repository created you need to just email [mailto:staff@umiacs.umd.edu staff] and provide the name of your repository and how much initial space you think you will need.&lt;br /&gt;
&lt;br /&gt;
We will give you a [[URL]] back with the server https://subversion.umiacs.umd.edu in it.&lt;br /&gt;
&lt;br /&gt;
By default we will configure all repositories to be private and require authentication for both reading and writing to the Subversion repository.  Authentication is done against our [[LDAP]] using [[SecGroups]].&lt;br /&gt;
&lt;br /&gt;
=Getting Started with Subversion=&lt;br /&gt;
&lt;br /&gt;
You will first need to check out your repository,&lt;br /&gt;
&lt;br /&gt;
   svn co https://subversion.umiacs.umd.edu/my_url&lt;br /&gt;
&lt;br /&gt;
This will create a directory in your current working directory with the name of the last part of the URL you just checked out.&lt;br /&gt;
&lt;br /&gt;
  cd my_url&lt;br /&gt;
&lt;br /&gt;
You can now add files by the &#039;&#039;&#039;svn import&#039;&#039;&#039; command, &#039;&#039;&#039;svn add&#039;&#039;&#039; can be used to add file that you have created but is not under revision control yet.&lt;br /&gt;
&lt;br /&gt;
For more information please see the defacto book on [[Subversion]] in [http://svnbook.red-bean.com/en/1.4/svn-book.html HTML] or [http://svnbook.red-bean.com/en/1.4/svn-book.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
=Clients=&lt;br /&gt;
&lt;br /&gt;
Most Linux distributions include subversion clients in the distribution including all our [[OSSupport|Red Hat Enterprise Linux]] clients.&lt;br /&gt;
&lt;br /&gt;
==Collab.net Subversion Packages==&lt;br /&gt;
&lt;br /&gt;
These are well packaged subversion command line packages.  You can find ones for Windows, macOS and Solaris.  Please see the community downloads for macOS.&lt;br /&gt;
&lt;br /&gt;
http://www.open.collab.net/downloads&lt;br /&gt;
&lt;br /&gt;
==Security Considerations==&lt;br /&gt;
Command line subversions store your password be default on linux, so you should be careful. In order to disable password caching completely, add the line: &amp;quot;store-passwords = no&amp;quot; to the subversion configuration file on your machine. In order to disable caching for a one time command you can pass the --no-auth-cache option.&lt;br /&gt;
&lt;br /&gt;
==Server Certificate Verification on macOS==&lt;br /&gt;
The command-line svn tool that is bundled with macOS through Xcode does not correctly handle the UMIACS subversion server certificate.  In order to verify that you are actually connecting to UMIACS, verify that the following fingerprint matches:&lt;br /&gt;
&lt;br /&gt;
  Fingerprint: cb:4f:c6:74:3e:1a:27:d3:55:e7:4b:5a:89:af:e4:c4:95:ce:fe:32&lt;br /&gt;
&lt;br /&gt;
If this fingerprint matches, you can safely accept the certificate. &lt;br /&gt;
&lt;br /&gt;
==Graphical Clients==&lt;br /&gt;
&lt;br /&gt;
===OS Integration===&lt;br /&gt;
&lt;br /&gt;
* Windows - http://tortoisesvn.tigris.org&lt;br /&gt;
* macOS - http://scplugin.tigris.org&lt;br /&gt;
&lt;br /&gt;
===Other Clients===&lt;br /&gt;
&lt;br /&gt;
http://subversion.tigris.org/links.html#clients&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=11903</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=11903"/>
		<updated>2024-06-21T18:57:20Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{note|This page is maintained for legacy reasons. You are encouraged to prefer [[GitLab]] for version control.|gotcha}}&lt;br /&gt;
&lt;br /&gt;
UMIACS used to provide a centrally managed Subversion service. However as of June 21, 2024, this service has now been fully deprecated.&lt;br /&gt;
&lt;br /&gt;
To have a Subversion repository created you need to just email [mailto:staff@umiacs.umd.edu staff] and provide the name of your repository and how much initial space you think you will need.&lt;br /&gt;
&lt;br /&gt;
We will give you a [[URL]] back with the server https://subversion.umiacs.umd.edu in it.&lt;br /&gt;
&lt;br /&gt;
By default we will configure all repositories to be private and require authentication for both reading and writing to the Subversion repository.  Authentication is done against our [[LDAP]] using [[SecGroups]].&lt;br /&gt;
&lt;br /&gt;
=Getting Started with Subversion=&lt;br /&gt;
&lt;br /&gt;
You will first need to check out your repository,&lt;br /&gt;
&lt;br /&gt;
   svn co https://subversion.umiacs.umd.edu/my_url&lt;br /&gt;
&lt;br /&gt;
This will create a directory in your current working directory with the name of the last part of the URL you just checked out.&lt;br /&gt;
&lt;br /&gt;
  cd my_url&lt;br /&gt;
&lt;br /&gt;
You can now add files by the &#039;&#039;&#039;svn import&#039;&#039;&#039; command, &#039;&#039;&#039;svn add&#039;&#039;&#039; can be used to add file that you have created but is not under revision control yet.&lt;br /&gt;
&lt;br /&gt;
For more information please see the defacto book on [[Subversion]] in [http://svnbook.red-bean.com/en/1.4/svn-book.html HTML] or [http://svnbook.red-bean.com/en/1.4/svn-book.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
=Clients=&lt;br /&gt;
&lt;br /&gt;
Most Linux distributions include subversion clients in the distribution including all our [[OSSupport|Red Hat Enterprise Linux]] clients.&lt;br /&gt;
&lt;br /&gt;
==Collab.net Subversion Packages==&lt;br /&gt;
&lt;br /&gt;
These are well packaged subversion command line packages.  You can find ones for Windows, macOS and Solaris.  Please see the community downloads for macOS.&lt;br /&gt;
&lt;br /&gt;
http://www.open.collab.net/downloads&lt;br /&gt;
&lt;br /&gt;
==Security Considerations==&lt;br /&gt;
Command line subversions store your password be default on linux, so you should be careful. In order to disable password caching completely, add the line: &amp;quot;store-passwords = no&amp;quot; to the subversion configuration file on your machine. In order to disable caching for a one time command you can pass the --no-auth-cache option.&lt;br /&gt;
&lt;br /&gt;
==Server Certificate Verification on macOS==&lt;br /&gt;
The command-line svn tool that is bundled with macOS through Xcode does not correctly handle the UMIACS subversion server certificate.  In order to verify that you are actually connecting to UMIACS, verify that the following fingerprint matches:&lt;br /&gt;
&lt;br /&gt;
  Fingerprint: cb:4f:c6:74:3e:1a:27:d3:55:e7:4b:5a:89:af:e4:c4:95:ce:fe:32&lt;br /&gt;
&lt;br /&gt;
If this fingerprint matches, you can safely accept the certificate. &lt;br /&gt;
&lt;br /&gt;
==Graphical Clients==&lt;br /&gt;
&lt;br /&gt;
===OS Integration===&lt;br /&gt;
&lt;br /&gt;
* Windows - http://tortoisesvn.tigris.org&lt;br /&gt;
* macOS - http://scplugin.tigris.org&lt;br /&gt;
&lt;br /&gt;
===Other Clients===&lt;br /&gt;
&lt;br /&gt;
http://subversion.tigris.org/links.html#clients&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline2.png&amp;diff=11134</id>
		<title>File:Duo offline2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline2.png&amp;diff=11134"/>
		<updated>2023-07-27T17:32:02Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: Lilikaj uploaded a new version of File:Duo offline2.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Where to enter duo offline code&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=11133</id>
		<title>File:Duo offline1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=11133"/>
		<updated>2023-07-27T17:25:14Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: Lilikaj uploaded a new version of File:Duo offline1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Showing where to tap to get duo offline code&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=11132</id>
		<title>File:Duo offline1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_offline1.png&amp;diff=11132"/>
		<updated>2023-07-27T17:22:57Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: Lilikaj uploaded a new version of File:Duo offline1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Showing where to tap to get duo offline code&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_login.png&amp;diff=11131</id>
		<title>File:Duo login.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_login.png&amp;diff=11131"/>
		<updated>2023-07-27T17:19:12Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: Lilikaj uploaded a new version of File:Duo login.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_login.png&amp;diff=11130</id>
		<title>File:Duo login.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Duo_login.png&amp;diff=11130"/>
		<updated>2023-07-27T17:16:00Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: Lilikaj uploaded a new version of File:Duo login.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Network/VPN/macOS&amp;diff=10909</id>
		<title>Network/VPN/macOS</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Network/VPN/macOS&amp;diff=10909"/>
		<updated>2023-03-16T17:11:30Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Please note that this tutorial assumes you already have a network connection established.&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;If you have a UMIACS account, you already have access.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The UMIACS VPN is accessible through the Pulse Secure Client.  Alternatively, you can establish a connection through a [https://vpn.umiacs.umd.edu/ web browser], but this may fail if you have an outdated version of Pulse Secure already installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;As of May 10th 2019, MFA Authentication is mandatory.&#039;&#039;&#039;&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Device enrolled with [[Duo | UMIACS Duo]]&lt;br /&gt;
* macOS 11.x or higher as of the current version of the Pulse Secure Client&lt;br /&gt;
&lt;br /&gt;
== Connecting through the Pulse Secure client ==&lt;br /&gt;
#&#039;&#039;&#039;Download the client:&#039;&#039;&#039;&lt;br /&gt;
#:[[Media:PulseSecure_22.2.R1.dmg|macOS Pulse Secure Client]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
#:&#039;&#039;Upon starting the client for the first time it may ask to upgrade the client.  This will pull an up-to-date version of the client with the most recent configuration.&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;Open the client and click &#039;Add&#039; (+) under the connection section.&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:Ivanti client1.png|thumb|left|510px|[macOS] Click the &#039;Add&#039; (+) button to create a new connection]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;In the &#039;Name&#039; field, enter a descriptive name for this vpn Connection.&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;In the &#039;Server URL&#039; enter &#039;vpn.umiacs.umd.edu&#039;&#039;&#039;&#039; &lt;br /&gt;
#:[[Image:Ivanticonnection.png|thumb|left|510px|[macOS] Enter the name of the vpn server]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Enter your UMIACS credentials and hit connect.&#039;&#039;&#039; &lt;br /&gt;
#:[[Image:Ivanticlientmac5.png|thumb|left|510px|[macOS] Enter UMIACS Credentials]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Complete the [[Network/VPN/MFA | MFA]] Verification Step. For example, if you wish to push a notification to your device, type the word &amp;quot;push&amp;quot; into the secondary password box.&lt;br /&gt;
#:[[Image:SecondaryloginmacOS.png|thumb|left|510px|[macOS] Enter a secondary password.]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
::The Pulse VPN multi-factor authentication implementation relies on a secondary authentication source to fulfill the [[Network/VPN/MFA | MFA]] requirement.  As a result, you will be prompted for credentials twice.&lt;br /&gt;
&lt;br /&gt;
::{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Second Credential Password Value:&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| push&lt;br /&gt;
| Send a push verification to your Duo connected device&lt;br /&gt;
|-&lt;br /&gt;
| phone&lt;br /&gt;
| Send a call verification to your Duo connected device.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;press YubiKey&amp;gt;&lt;br /&gt;
| If you have a physical token then you would press the YubiKey for the one time password.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
::Please note that registering a YubiKey for use with the VPN requires interaction with UMIACS Tech Staff. Please [[HelpDesk | contact us]] if you would like to register a YubiKey for this purpose.&lt;br /&gt;
{{Note|&amp;lt;b&amp;gt;Pro-tip:&amp;lt;/b&amp;gt; Select ‘Save Settings’ on the secondary authentication prompt to have Duo automatically use your preferred method.}}&lt;br /&gt;
&lt;br /&gt;
You should now be connected to the UMIACS VPN. You can close the window and the VPN will remain connected.&lt;br /&gt;
&lt;br /&gt;
If you encounter an error, please refer to the &amp;quot;Setup Security Requirement&amp;quot; section bellow.&lt;br /&gt;
&lt;br /&gt;
==Checking VPN Status==&lt;br /&gt;
# In the top right hand corner, on your status bar, you should see an S icon in a black circle. If there&#039;s a green arrow, that means you are connected! If there is nothing, that means you are not. &lt;br /&gt;
#: [[Image:CheckingVPNstatus1.png|thumb|left|610px|[macOS] The top image is connected, the bottom image is not.]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# You can click this icon, as well, and it will show you the status of your connection.&lt;br /&gt;
#:[[Image:CheckingVPN2.png|thumb|left|610px|[macOS] The Pulse drop down menu.]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# If the icon is not in the status bar, you can find Pulse Secure in your Applications folder. There you will see a list of connections.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client) ==&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Click the Apple logo at the top left of your desktop&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:ClickApple.png|thumb|left|510px|[macOS] Click the apple logo to show menu]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Click &amp;quot;System Preferences&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:SysprefsmacOShome.png|thumb|left|510px|[macOS] Enter the system preferences]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Click &amp;quot;Security &amp;amp; Privacy&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:Sysprefsstep3.png|thumb|left|510px|[macOS] Enter the security and privacy settings]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Click the &amp;quot;lock&amp;quot; icon at the bottom left and Enter your credentials to enable changes.&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:Sysprefslogin.png|thumb|left|510px|[macOS] Enter credentials to allow changes]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;In the &amp;quot;General&amp;quot; tab, under &amp;quot;Allow Apps Downloaded From&amp;quot;, select &amp;quot;Mac Apps Store and Identified developers&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:IdentifieddevsMac.png|thumb|left|510px|[macOS] Select Mac Apps Store and Identified developers]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Click &amp;quot;Next&amp;quot; to the message &amp;quot;System Software From Developers &amp;quot;Pulse Secure LLC&amp;quot; was blocked from loading&amp;quot; if prompted.&#039;&#039;&#039;&lt;br /&gt;
# &#039;&#039;&#039;Click &amp;quot;Allow&amp;quot; to enable the extension.&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:Allow.png|thumb|left|510px|[macOS] Click Allow]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Close the &amp;quot;Security &amp;amp; Privacy&amp;quot; window.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Sysprefsstep3.png&amp;diff=10908</id>
		<title>File:Sysprefsstep3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Sysprefsstep3.png&amp;diff=10908"/>
		<updated>2023-03-16T17:05:46Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Sysprefslogin.png&amp;diff=10907</id>
		<title>File:Sysprefslogin.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Sysprefslogin.png&amp;diff=10907"/>
		<updated>2023-03-16T17:03:59Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: step 4 of Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
step 4 of Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:IdentifieddevsMac.png&amp;diff=10906</id>
		<title>File:IdentifieddevsMac.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:IdentifieddevsMac.png&amp;diff=10906"/>
		<updated>2023-03-16T17:02:33Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: Step 5 of Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Step 5 of Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:SysprefsmacOShome.png&amp;diff=10905</id>
		<title>File:SysprefsmacOShome.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:SysprefsmacOShome.png&amp;diff=10905"/>
		<updated>2023-03-16T17:01:27Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: Step 2 of Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Step 2 of Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:SysprefsmacOS.png&amp;diff=10904</id>
		<title>File:SysprefsmacOS.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:SysprefsmacOS.png&amp;diff=10904"/>
		<updated>2023-03-16T17:00:44Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: Step 1 of Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Step 1 of Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Network/VPN/macOS&amp;diff=10902</id>
		<title>Network/VPN/macOS</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Network/VPN/macOS&amp;diff=10902"/>
		<updated>2023-03-16T16:46:31Z</updated>

		<summary type="html">&lt;p&gt;Lilikaj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Please note that this tutorial assumes you already have a network connection established.&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;If you have a UMIACS account, you already have access.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The UMIACS VPN is accessible through the Pulse Secure Client.  Alternatively, you can establish a connection through a [https://vpn.umiacs.umd.edu/ web browser], but this may fail if you have an outdated version of Pulse Secure already installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;As of May 10th 2019, MFA Authentication is mandatory.&#039;&#039;&#039;&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
* Device enrolled with [[Duo | UMIACS Duo]]&lt;br /&gt;
* macOS 11.x or higher as of the current version of the Pulse Secure Client&lt;br /&gt;
&lt;br /&gt;
== Connecting through the Pulse Secure client ==&lt;br /&gt;
#&#039;&#039;&#039;Download the client:&#039;&#039;&#039;&lt;br /&gt;
#:[[Media:PulseSecure_22.2.R1.dmg|macOS Pulse Secure Client]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
#:&#039;&#039;Upon starting the client for the first time it may ask to upgrade the client.  This will pull an up-to-date version of the client with the most recent configuration.&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;Open the client and click &#039;Add&#039; (+) under the connection section.&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:Ivanti client1.png|thumb|left|510px|[macOS] Click the &#039;Add&#039; (+) button to create a new connection]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;In the &#039;Name&#039; field, enter a descriptive name for this vpn Connection.&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;In the &#039;Server URL&#039; enter &#039;vpn.umiacs.umd.edu&#039;&#039;&#039;&#039; &lt;br /&gt;
#:[[Image:Ivanticonnection.png|thumb|left|510px|[macOS] Enter the name of the vpn server]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Enter your UMIACS credentials and hit connect.&#039;&#039;&#039; &lt;br /&gt;
#:[[Image:Ivanticlientmac5.png|thumb|left|510px|[macOS] Enter UMIACS Credentials]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
#&#039;&#039;&#039;Complete the [[Network/VPN/MFA | MFA]] Verification Step. For example, if you wish to push a notification to your device, type the word &amp;quot;push&amp;quot; into the secondary password box.&lt;br /&gt;
#:[[Image:SecondaryloginmacOS.png|thumb|left|510px|[macOS] Enter a secondary password.]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
::The Pulse VPN multi-factor authentication implementation relies on a secondary authentication source to fulfill the [[Network/VPN/MFA | MFA]] requirement.  As a result, you will be prompted for credentials twice.&lt;br /&gt;
&lt;br /&gt;
::{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Second Credential Password Value:&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| push&lt;br /&gt;
| Send a push verification to your Duo connected device&lt;br /&gt;
|-&lt;br /&gt;
| phone&lt;br /&gt;
| Send a call verification to your Duo connected device.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;press YubiKey&amp;gt;&lt;br /&gt;
| If you have a physical token then you would press the YubiKey for the one time password.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
::Please note that registering a YubiKey for use with the VPN requires interaction with UMIACS Tech Staff. Please [[HelpDesk | contact us]] if you would like to register a YubiKey for this purpose.&lt;br /&gt;
{{Note|&amp;lt;b&amp;gt;Pro-tip:&amp;lt;/b&amp;gt; Select ‘Save Settings’ on the secondary authentication prompt to have Duo automatically use your preferred method.}}&lt;br /&gt;
&lt;br /&gt;
You should now be connected to the UMIACS VPN. You can close the window and the VPN will remain connected.&lt;br /&gt;
&lt;br /&gt;
If you encounter an error, please refer to the &amp;quot;Setup Security Requirement&amp;quot; section bellow.&lt;br /&gt;
&lt;br /&gt;
==Checking VPN Status==&lt;br /&gt;
# In the top right hand corner, on your status bar, you should see an S icon in a black circle. If there&#039;s a green arrow, that means you are connected! If there is nothing, that means you are not. &lt;br /&gt;
#: [[Image:CheckingVPNstatus1.png|thumb|left|610px|[macOS] The top image is connected, the bottom image is not.]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# You can click this icon, as well, and it will show you the status of your connection.&lt;br /&gt;
#:[[Image:CheckingVPN2.png|thumb|left|610px|[macOS] The Pulse drop down menu.]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# If the icon is not in the status bar, you can find Pulse Secure in your Applications folder. There you will see a list of connections.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Setup Security Requirement (Follow these steps if you encounter an error while connecting through the Pulse Secure client) ==&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Click the Apple logo at the top left of your desktop&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:ClickApple.png|thumb|left|510px|[macOS] Click the apple logo to show menu]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Click &amp;quot;System Preferences&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:SystemPreferences.png|thumb|left|510px|[macOS] Enter the system preferences]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Click &amp;quot;Security &amp;amp; Privacy&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:SecurityPrivacy.png|thumb|left|510px|[macOS] Enter the security and privacy settings]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Click the &amp;quot;lock&amp;quot; icon at the bottom left and Enter your credentials to enable changes.&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:EnterCredentials.png|thumb|left|510px|[macOS] Enter credentials to allow changes]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;In the &amp;quot;General&amp;quot; tab, under &amp;quot;Allow Apps Downloaded From&amp;quot;, select &amp;quot;Mac Apps Store and Identified developers&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:AppStoreIdentifier.png|thumb|left|510px|[macOS] Select Mac Apps Store and Identified developers]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Click &amp;quot;Next&amp;quot; to the message &amp;quot;System Software From Developers &amp;quot;Pulse Secure LLC&amp;quot; was blocked from loading&amp;quot; if prompted.&#039;&#039;&#039;&lt;br /&gt;
# &#039;&#039;&#039;Click &amp;quot;Allow&amp;quot; to enable the extension.&#039;&#039;&#039;&lt;br /&gt;
#:[[Image:Allow.png|thumb|left|510px|[macOS] Click Allow]]&amp;lt;br style=&amp;quot;clear:both&amp;quot;/&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Close the &amp;quot;Security &amp;amp; Privacy&amp;quot; window.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lilikaj</name></author>
	</entry>
</feed>