diff --git a/Linux/Fedora/README.md b/Linux/Fedora/README.md new file mode 100644 index 0000000..57c79a8 --- /dev/null +++ b/Linux/Fedora/README.md @@ -0,0 +1,3 @@ +# Fedora + +This section is everything about my experiences working with Fedora. diff --git a/Linux/README.md b/Linux/README.md new file mode 100644 index 0000000..48a8ace --- /dev/null +++ b/Linux/README.md @@ -0,0 +1,12 @@ +# Linux +This is the section of my journal repo dealing with everything linux based (problems and otherwise). + +## What will it contain? +It will contain a lot of my experiences with linux, and ideas & my take on linux issues. + +## Things in this Section +- [Scripts (other repo)](https://git.arcanium.tech/tristan/myscripts) +- [Arch](Arch/README.md) +- [Fedora](Fedora/README.md) +- [Helpful Links](helpful_links.md) +- [Synergy](synergy.md) diff --git a/Linux/scripts b/Linux/scripts index 97b5db5..7e1c698 160000 --- a/Linux/scripts +++ b/Linux/scripts @@ -1 +1 @@ -Subproject commit 97b5db543d513348392e48db90d61be022287b7b +Subproject commit 7e1c698858eb336f3ff26b7fbf48332bb9b6eebf diff --git a/Linux/synergy.md b/Linux/synergy.md new file mode 100644 index 0000000..cf8bc0f --- /dev/null +++ b/Linux/synergy.md @@ -0,0 +1,29 @@ +# [Synergy][synergy-site] + +![synergy logo](synergy.png) + +## What is it? +Synergy is a program that allows you to share your keyboard, mouse and clipboard accross multiple machines on the network. + +### Is it free? +Yes & No. To be able to get the official installers (officially) & features you will need to create an account on their [site][synergy-site] and pay for a license. + +#### Can you install it anyway? +Yes you can technically compile it from source after cloning their [repo][synergy-repo]. This will be their 'free' version, but will require a key to use it extensively. Alongside this it requires you to manually compile it using cmake (alongside having to manually figure out what packages you will need to fully compile it). + +I will include a few scripts in my [MyScripts Repo][scripts-repo] to manually build & install it on a few distrobutions (primarily Arch & Fedora, as I don't want to build a script to handle it accross all). + +Understand that the repo gives you access to Synergy v1.x, to use Synergy 3 you can only get it via the official packages provided by Synergy. As far as I can find the packages you can find in the fedora repo is "synergy" and it's v1.x. + +### What format's does it come in? +From what I can see it comes in a variety of formats for linux, and the default/standard ones for windows (.msi format) and mac (installer for the M# and intel installs). + +**Linux:** +- RPM (primarily for fedora) +- DEB (different RPM for debian and Ubuntu) +- flatpak (distro agnostic) + + +[synergy-site]: https://symless.com/synergy +[synergy-repo]: https://github.com/symless/synergy-core +[scripts-repo]: https://git.arcanium.tech/tristan/myscripts diff --git a/Linux/synergy.png b/Linux/synergy.png new file mode 100644 index 0000000..ad77933 Binary files /dev/null and b/Linux/synergy.png differ