- Using your device you want your email added to, Navigate here
- Login with your email address and password
- In the top right corner next to the Logout Button, you should see a button with a Head Icon and your email address, click it.
- You will see a dropdown, select
Configure Mail Client
- Now you will see a page full of options in two columns Applications and Protocols, locate the Application you are trying to install on.
- Select the
IMAP over SSL/TLS
orAuto Config
options which ever is available on your Application. - The script will run, it may ask for permissions depending on what application you are running, follow the dialogs and accept.
- Download Sookasa
- Install the Sookasa_3.XX.X.pkg file
- Download FUSE for macOS
- Open osxfuse-3.X.X.dmg and double click the cardboard box icon labeled
FUSE for macOS
. - During the install process make sure to select the option
MacFUSE Compatibility Layer
and continue the installation. - Open Sookasa and sign-in
- Signup for Los Angeles Library Card Online
- Signup for Lynda.com Account using Card number and Pin here
- You will be emailed your Card Number, and by default the Pin will be the last 4 digist of your phone number used during signup
- Follow the form prompts you you'll be good to go.
If you haven't installed Homebrew yet do so by following this guide
- Open a terminal
brew install --cask xquartz
, wait for it to complete the install, it should ask you for your password before beginningbrew install --cask wine-stable
, this will take some time to finish so sit back and relax.
sudo apt-get install wine-stable
You'll want to configure your CLI git client to recognize your email so that you can more easily make push requests to your repo.
git config --global user.name "Your Name Here"
git config --global user.email "[email protected]'
// We're probably all aware of the jokes about VIM and how hard it is to exit, so this
// next step isn't necessary but definitely beneficial
// If there is ever a conflict git will open up your default editor to fix any conflicts
git config --global core.editor nano
- Signup for Microsoft Account
- Existing Microsoft Accounts (which haven't signed up for PluralSight free subscription), navigate to this link
This is for students who are running on a Non-Microsoft OS, or students who would rather use a lighter weight IDE
-
First download VS Code and install it.
-
Install a C++ extension in VS Code
*The extension button is the square logo on the
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brett@brett:~/pulseaudio-dlna$ pulseaudio-dlna | |
04-04 15:12:44 pulseaudio_dlna.notification ERROR notify2 could not be initialized! Notifications will most likely not work. | |
04-04 15:12:44 pulseaudio_dlna.application INFO Using version: 0.5.2 | |
04-04 15:12:44 pulseaudio_dlna.application INFO Binding to *:8080 | |
04-04 15:12:44 pulseaudio_dlna.application INFO Encoder settings: | |
04-04 15:12:44 pulseaudio_dlna.application INFO <AVConvAacEncoder available="False" bit-rate="192"> | |
04-04 15:12:44 pulseaudio_dlna.application INFO <AVConvFlacEncoder available="False"> | |
04-04 15:12:44 pulseaudio_dlna.application INFO <AVConvL16Encoder available="False" sample-rate="44100" channels="2"> | |
04-04 15:12:44 pulseaudio_dlna.application INFO <AVConvMp3Encoder available="False" bit-rate="192"> | |
04-04 15:12:44 pulseaudio_dlna.application |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo bin/pulseaudio-dlna | |
04-04 15:22:08 pulseaudio_dlna.__main__ INFO Running as root. Starting daemon ... | |
04-04 15:22:08 pulseaudio_dlna.daemon INFO Checking pulseaudio processes ... | |
04-04 15:22:08 pulseaudio_dlna.daemon INFO Adding pulseaudio process (1326) | |
04-04 15:22:10 pulseaudio_dlna.daemon INFO Attaching application to pulseaudio (1326) | |
04-04 15:22:10 pulseaudio_dlna.daemon WARNING The following environment variables were not set: "DBUS_SESSION_BUS_ADDRESS". Starting as root may not work! | |
04-04 15:22:11 pulseaudio_dlna.notification ERROR notify2 could not be initialized! Notifications will most likely not work. | |
04-04 15:22:11 pulseaudio_dlna.application INFO Using version: 0.5.2 | |
04-04 15:22:11 pulseaudio_dlna.application INFO Binding to *:8080 | |
04-04 15:22:11 pulseaudio_dlna.application |