Last active
March 2, 2019 14:11
-
-
Save sashuu69/a1d27432bed18edab3d58bf18220740b to your computer and use it in GitHub Desktop.
Revisions
-
sashuu69 revised this gist
Mar 2, 2019 . 1 changed file with 19 additions and 21 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,43 +1,41 @@ #for downloading rpm and others to a specific location echo `cd Downloads` echo `mkdir post_fedora_install` echo `cd post_fedora_install` #Update Packages echo `dnf -y update` #Enable SSH service echo `sudo systemctl start sshd` echo `sudo systemctl enable sshd` #Setup RPM Fusion Repository echo `sudo rpm -ivh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-29.noarch.rpm` echo `sudo rpm -ivh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-29.noarch.rpm` #Install Gnome Tweak Tool #dnf -y install gnome-tweak-tool #Install Media Codecs echo `sudo dnf -y install gstreamer-plugins-base gstreamer1-plugins-base gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer1-plugins-ugly gstreamer-plugins-good-extras gstreamer1-plugins-good-extras gstreamer1-plugins-bad-freeworld ffmpeg gstreamer-ffmpeg` #Install VLC Media Player echo `sudo dnf -y install vlc` #Install System Optimizer (Stacer) #wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.8/stacer-1.0.8_x64.rpm #dnf -y install stacer-1.0.8_x64.rpm #Install Torrent Client echo `sudo dnf -y install qbittorrent` #Install YouTube Downloader `sudo dnf -y install youtube-dl` #Install Snipping Tool `sudo dnf -y install shutter` #Install rar and zip utilities `sudo dnf -y install unzip` #Install Java Plugins for web `sudo dnf -y install icedtea-web java-openjdk` #Install Steam `sudo dnf -y config-manager --add-repo=http://negativo17.org/repos/fedora-steam.repo` `sudo dnf -y install steam` #Install Development tools (c,c++ etc) `sudo dnf -y group install 'Development Tools'` #Install Java JDK `sudo yum install java-1.8.0-openjdk-devel -y` #Install Sublime #rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg #dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo -
sashuu69 revised this gist
Mar 2, 2019 . No changes.There are no files selected for viewing
-
sashuu69 revised this gist
Mar 2, 2019 . 1 changed file with 26 additions and 26 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,44 +1,44 @@ #Superuser permission `sudo su` #for downloading rpm and others to a specific location `cd Downloads` `mkdir post_fedora_install` `cd post_fedora_install` #Update Packages `dnf -y update` #Enable SSH service `systemctl start sshd` `systemctl enable sshd` #Setup RPM Fusion Repository `rpm -ivh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-29.noarch.rpm` `rpm -ivh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-29.noarch.rpm` #Install Gnome Tweak Tool #dnf -y install gnome-tweak-tool #Install Media Codecs `dnf -y install gstreamer-plugins-base gstreamer1-plugins-base gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer1-plugins-ugly gstreamer-plugins-good-extras gstreamer1-plugins-good-extras gstreamer1-plugins-bad-freeworld ffmpeg gstreamer-ffmpeg` #Install VLC Media Player `dnf -y install vlc` #Install System Optimizer (Stacer) #wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.8/stacer-1.0.8_x64.rpm #dnf -y install stacer-1.0.8_x64.rpm #Install Torrent Client `dnf -y install qbittorrent` #Install YouTube Downloader `dnf -y install youtube-dl` #Install Snipping Tool `dnf -y install shutter` #Install rar and zip utilities `dnf -y install unzip` #Install Java Plugins for web `dnf -y install icedtea-web java-openjdk` #Install Steam `dnf -y config-manager --add-repo=http://negativo17.org/repos/fedora-steam.repo` `dnf -y install steam` #Install Development tools (c,c++ etc) `dnf -y group install 'Development Tools'` #Install Java JDK `yum install java-1.8.0-openjdk-devel -y` #Install Sublime #rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg #dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo #dnf -y install sublime-text -
sashuu69 revised this gist
Sep 9, 2018 . 1 changed file with 4 additions and 20 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,59 +1,43 @@ #Superuser permission sudo su #for downloading rpm and others to a specific location cd Downloads mkdir post_fedora_install cd post_fedora_install #Update Packages dnf -y update #Enable SSH service systemctl start sshd systemctl enable sshd #Setup RPM Fusion Repository rpm -ivh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-28.noarch.rpm rpm -ivh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-28.noarch.rpm #Install Gnome Tweak Tool dnf -y install gnome-tweak-tool #Install Media Codecs dnf -y install gstreamer-plugins-base gstreamer1-plugins-base gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer1-plugins-ugly gstreamer-plugins-good-extras gstreamer1-plugins-good-extras gstreamer1-plugins-bad-freeworld ffmpeg gstreamer-ffmpeg #Install VLC Media Player dnf -y install vlc #Install System Optimizer (Stacer) wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.8/stacer-1.0.8_x64.rpm dnf -y install stacer-1.0.8_x64.rpm #Install Torrent Client dnf -y install qbittorrent #Install YouTube Downloader dnf -y install youtube-dl #Install Snipping Tool dnf -y install shutter #Install rar and zip utilities dnf -y install unzip #Install Java Plugins for web dnf -y install icedtea-web java-openjdk #Install Steam dnf -y config-manager --add-repo=http://negativo17.org/repos/fedora-steam.repo dnf -y install steam #Install Development tools (c,c++ etc) dnf -y group install 'Development Tools' #Install Java JDK yum install java-1.8.0-openjdk-devel -y #Install Sublime rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo -
sashuu69 revised this gist
Sep 7, 2018 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,8 +9,8 @@ systemctl start sshd systemctl enable sshd #Setup RPM Fusion Repository rpm -ivh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-28.noarch.rpm rpm -ivh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-28.noarch.rpm #Install Gnome Tweak Tool dnf -y install gnome-tweak-tool @@ -52,8 +52,9 @@ dnf -y install VirtualBox dnf -y group install 'Development Tools' #Install Java JDK yum install java-1.8.0-openjdk-devel -y #Install Sublime rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo dnf -y install sublime-text -
sashuu69 revised this gist
Sep 7, 2018 . 1 changed file with 19 additions and 19 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,59 +1,59 @@ #Superuser permission sudo su #Update Packages dnf -y update #Enable SSH service systemctl start sshd systemctl enable sshd #Setup RPM Fusion Repository rpm -ivh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm rpm -ivh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-27.noarch.rpm #Install Gnome Tweak Tool dnf -y install gnome-tweak-tool #Install Media Codecs dnf -y install gstreamer-plugins-base gstreamer1-plugins-base gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer1-plugins-ugly gstreamer-plugins-good-extras gstreamer1-plugins-good-extras gstreamer1-plugins-bad-freeworld ffmpeg gstreamer-ffmpeg #Install VLC Media Player dnf -y install vlc #Install System Optimizer (Stacer) wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.8/stacer-1.0.8_x64.rpm dnf -y install stacer-1.0.8_x64.rpm #Install Torrent Client dnf -y install qbittorrent #Install YouTube Downloader dnf -y install youtube-dl #Install Snipping Tool dnf -y install shutter #Install rar and zip utilities dnf -y install unzip #Install Java Plugins for web dnf -y install icedtea-web java-openjdk #Install Steam dnf -y config-manager --add-repo=http://negativo17.org/repos/fedora-steam.repo dnf -y install steam #Install VirtualBox dnf -y install kernel-devel kernel-headers dkms dnf -y install VirtualBox #Install Development tools (c,c++ etc) dnf -y group install 'Development Tools' #Install Java JDK yum install java-1.8.0-openjdk-devel #Install Atom #https://atom.io/ and download .rpm file dnf -y install ./atom.x86_64.rpm -
sashuu69 renamed this gist
Aug 31, 2018 . 1 changed file with 12 additions and 12 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sudo su //Update Packages dnf -y update //Enable SSH service systemctl start sshd @@ -13,7 +13,7 @@ rpm -ivh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.n rpm -ivh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-27.noarch.rpm //Install Gnome Tweak Tool dnf -y install gnome-tweak-tool //Install Media Codecs dnf -y install gstreamer-plugins-base gstreamer1-plugins-base gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer1-plugins-ugly gstreamer-plugins-good-extras gstreamer1-plugins-good-extras gstreamer1-plugins-bad-freeworld ffmpeg gstreamer-ffmpeg @@ -23,37 +23,37 @@ dnf -y install vlc //Install System Optimizer (Stacer) wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.8/stacer-1.0.8_x64.rpm dnf -y install stacer-1.0.8_x64.rpm //Install Torrent Client dnf -y install qbittorrent //Install YouTube Downloader dnf -y install youtube-dl //Install Snipping Tool dnf -y install shutter //Install rar and zip utilities dnf -y install unzip //Install Java Plugins for web dnf -y install icedtea-web java-openjdk //Install Steam dnf -y config-manager --add-repo=http://negativo17.org/repos/fedora-steam.repo dnf -y install steam //Install VirtualBox dnf -y install kernel-devel kernel-headers dkms dnf -y install VirtualBox //Install Development tools (c,c++ etc) dnf -y group install 'Development Tools' //Install Java JDK yum install java-1.8.0-openjdk-devel //Install Atom https://atom.io/ and download .rpm file dnf -y install ./atom.x86_64.rpm -
sashuu69 revised this gist
May 16, 2018 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -45,4 +45,15 @@ dnf config-manager --add-repo=http://negativo17.org/repos/fedora-steam.repo dnf -y install steam //Install VirtualBox dnf install kernel-devel kernel-headers dkms dnf install VirtualBox //Install Development tools (c,c++ etc) dnf group install 'Development Tools' //Install Java JDK sudo yum install java-1.8.0-openjdk-devel //Install Atom https://atom.io/ and download .rpm file sudo dnf install ./atom.x86_64.rpm -
sashuu69 created this gist
May 16, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,48 @@ //Superuser permission sudo su //Update Packages dnf update //Enable SSH service systemctl start sshd systemctl enable sshd //Setup RPM Fusion Repository rpm -ivh https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-27.noarch.rpm rpm -ivh https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-27.noarch.rpm //Install Gnome Tweak Tool dnf install gnome-tweak-tool //Install Media Codecs dnf -y install gstreamer-plugins-base gstreamer1-plugins-base gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer1-plugins-ugly gstreamer-plugins-good-extras gstreamer1-plugins-good-extras gstreamer1-plugins-bad-freeworld ffmpeg gstreamer-ffmpeg //Install VLC Media Player dnf -y install vlc //Install System Optimizer (Stacer) wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.8/stacer-1.0.8_x64.rpm dnf install stacer-1.0.8_x64.rpm //Install Torrent Client dnf -y install qbittorrent //Install YouTube Downloader dnf install youtube-dl //Install Snipping Tool dnf -y install shutter //Install rar and zip utilities dnf install unzip //Install Java Plugins for web dnf install icedtea-web java-openjdk //Install Steam dnf config-manager --add-repo=http://negativo17.org/repos/fedora-steam.repo dnf -y install steam //Install VirtualBox Install VirtualBox