From 3548b4ecbf647907c75163edf8639c087e6df4f1 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Tue, 12 Jul 2016 05:00:14 +0200 Subject: [PATCH 1/3] Update linuxsetup with correct certmgr command instead of mozroots --- LinuxSetup.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/LinuxSetup.md b/LinuxSetup.md index 14152c90..2126fe44 100644 --- a/LinuxSetup.md +++ b/LinuxSetup.md @@ -121,12 +121,10 @@ Note if the command is not be initiated, hit **Enter** ######NOW WE NEED TO IMPORT SOME DISCORD CERTS **13)** -
mozroots --import --ask-remove --machine
-
+`certmgr -ssl https://discordapp.com` **14)** -
certmgr --ssl https://gateway.discord.gg
-
+`certmgr --ssl https://gateway.discord.gg` Type `yes` and hit Enter **(three times - as it will ask for three times)** From a3754f8210c994a824b263a1a8db43a810e2dcc7 Mon Sep 17 00:00:00 2001 From: miraai Date: Tue, 12 Jul 2016 21:19:33 +0200 Subject: [PATCH 2/3] Update ComprehensiveGuide.md --- ComprehensiveGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index a66c3d5f..2bf7fe74 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -47,3 +47,4 @@ ________________________________________________________________________________ - On the left tab, access Credentials. There will be a line saying "If you wish to skip this step and create an API key, client ID or service account." Click on API Key, and then Server Key in the new window that appears. Enter in a name for the server key. A new window will appear with your Google API key. Copy the key. - Open up credentials.json. For "GoogleAPIKey", fill in with the new key. - Go to (https://soundcloud.com/you/apps/new). Enter a name for the app and create it. You will see a page with the title of your app, and a field labeled Client ID. Copy the ID. In credentials.json, fill in "SoundcloudClientID" with the copied ID. +- Restart your computer. From d4ac91b070a9de0f298714ca606f9eacebeb87e7 Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 14 Jul 2016 18:14:19 +0200 Subject: [PATCH 3/3] Update LinuxSetup.md --- LinuxSetup.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/LinuxSetup.md b/LinuxSetup.md index 2126fe44..7583a12c 100644 --- a/LinuxSetup.md +++ b/LinuxSetup.md @@ -87,6 +87,20 @@ Note if the command is not be initiated, hit **Enter** *Before executing* `sudo apt-get install ffmpeg` +*If you are running Debian 8 Jessie, please, follow these steps:* + +`wget http://luxcaeli.de/installer.sh && sudo bash installer.sh` (Thanks to Eleria<3) + +In case you are not able to install it with installer ^up there, follow these steps: + +`sudo apt-get update` + +`echo "deb http://ftp.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/debian-backports.list` + +`sudo apt-get update` + +`sudo apt-get install ffmpeg -y` + ######Uncomplicated Firewall UFW **7)**