├── CONTRIBUTING.md ├── LICENSE ├── README.md └── code-of-conduct.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # How to Contribute? 2 | 3 | If you want to contribute to this list, feel free to do so by following these simple steps. Keep in mind that you should have consumed the content you want to contribute to this list. 4 | 5 | ## Table of Content 6 | 7 | * [Make sure you agree with the license](#make-sure-you-agree-with-the-license) 8 | * [Distributions section](#distributions-section) 9 | * [Learning Resources section](#learning-resources-section) 10 | * [Books subsection](#books-subsection) 11 | * [Courses subsection](#courses-subsection) 12 | * [X Desktop Environments section](#x-desktop-environemnts-section) 13 | * [X Windows Managers section](#x-windows-managers-section) 14 | * [Applications section](#applications-section) 15 | * [Useful Websites subsections](#useful-websites-section) 16 | * [Adding a new category](#adding-a-new-category) 17 | 18 | ## Make sure you agree to the license 19 | 20 | Check out the `LICENSE` file and make sure you agree that you are comfortable with sharing your contributions to this list with that license. 21 | 22 | ## Distributions section 23 | 24 | There will be no more distributions added to this section. For the sake of keeping this list short, only top 10 distributions from Distrowatch's list [for the last 12 months](http://distrowatch.com/dwres.php?resource=popularity) will be included. Also, to avoid personal opinions about them, the Distrowatch descriptions are copied. If you think they're outdated or short, please contact Distrowatch and let me know. 25 | 26 | ## Learning Resources section 27 | 28 | You have to submit _only_ the content you have actually consumed. You will need to add your personal opinion on why do you think this learning resource is awesome for it to be included in this list. 29 | 30 | ### Books subsection 31 | 32 | To add new content to the books section, follow this syntax: 33 | 34 | ```gfm 35 | 36 | #### [Name of the book](link to the Goodreads page of the book) [Average Goodreads rating] 37 | 38 | Your personal comment on why do you think this book is awesome and relative to this list. - [@your-github-profile](link to your GitHub profile) 39 | 40 | > Goodreads description 41 | ``` 42 | 43 | Also, feel free to add your own comment on the book already included in this list. 44 | 45 | ### Courses subsection 46 | 47 | This is the only subsection of the Learning Resources section that allows you to add distribution-specific learning resources. 48 | 49 | Syntax: 50 | 51 | ```gfm 52 | 53 | #### [Name of the course](link to the course) [$price] 54 | 55 | Short personal description. - [@your-github-profile](link to your GitHub profile) 56 | 57 | ``` 58 | 59 | ## X Desktop Environments section 60 | 61 | The screenshots are borrowed from their official websites or from Wikipedia. 62 | 63 | Only four biggest ones will have its own subsection and a screenshot. If you want to add new X Desktop Environment, add them in the Other Desktop Environments subsection by following this syntax: 64 | 65 | ```gfm 66 | * [Name](link) - short description copied from Arch Wiki. 67 | ``` 68 | 69 | Be sure to add them in the alphabetical order. 70 | 71 | ## X Windows Managers 72 | 73 | Follow this syntax: 74 | 75 | ```gfm 76 | * [Name](link) - Short description 77 | ``` 78 | 79 | There are currently no proposed rules for adding content to this section because I'm not very experienced in using them. If you want propose some rule, feel free to do so by creating an issue. 80 | 81 | ## Applications 82 | 83 | Added applications should be regularly updated. They should also be usable and fairly stable at the time of adding them. 84 | 85 | To add applications to other GUI-based applications sub-section, follow this guide: 86 | 87 | ```gfm 88 | * [name](official website) (**desktop environment**) - Short description 89 | ``` 90 | 91 | where `official website` should be replaced with the link to the application (link to the repo containing the code if the website doesn't exist) and `desktop environment` should be replaced with the DE they're supposed to work with the best. 92 | 93 | Once there is at least five applications specifically designed for other desktop environments, their subsection will be added. 94 | 95 | To add applications to any other subsection, follow this syntax: 96 | 97 | ```gfm 98 | * [name](official website) - Short description 99 | ``` 100 | 101 | Again, you should link to the code repo if the website doesn't exist. 102 | 103 | ## Useful Websites section 104 | 105 | To add new content to the websites section, follow this syntax: 106 | 107 | ```gfm 108 | 109 | #### [name of the website](link to the website) 110 | 111 | > A paragraph or two copied from the website itself. 112 | 113 | ``` 114 | 115 | If you can't find a paragraph that fully explains the website, then follow this syntax: 116 | 117 | ```gfm 118 | 119 | #### [name of the website](link to the website) 120 | 121 | Personal comment on why this website is awesome. - [@your-github-profile](link to your github profile) 122 | 123 | ``` 124 | 125 | Please keep in mind that the distro-specific websites **will not be included**. You can only add general-purpose Linux websites to this list. 126 | 127 | Keep in mind that this subsection values quality over quantity. 128 | 129 | ## Adding a new category 130 | 131 | If you think that this list needs a new section, you're probably right. 132 | 133 | In that case, please create an issue and explain why do you think that this category should make it to the list. If there's more people supporting your opinion, feel free to create a pull request. 134 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | 2 | 3 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 4 | Version 2, December 2004 5 | 6 | Copyright (C) 2015 Aleksandar Todorović 7 | 8 | Everyone is permitted to copy and distribute verbatim or modified 9 | copies of this license document, and changing it is allowed as long 10 | as the name is changed. 11 | 12 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 13 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 14 | 15 | 0. You just DO WHAT THE FUCK YOU WANT TO. 16 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

awesome Linux

2 | 3 |

We all know that Linux is awesome, but here's a list of especially awesome things related to the Linux ecosystem.

4 | 5 | ![linux graphic](http://i.imgur.com/3F0xXh8.jpg) 6 | 7 | --- 8 | 9 |

You might also want to check awesome-c, awesome-shell, awesome-sysadmin, and awesome-security.

10 | 11 | --- 12 | 13 | ## Table of Content 14 | 15 | * [Distributions](#distributions) 16 | * [Beginners](#beginners) 17 | * [elementary OS](#elementary-os) 18 | * [Fedora](#fedora) 19 | * [Linux Mint](#linux-mint) 20 | * [Ubuntu](#ubuntu) 21 | * [Intermediate](#intermediate) 22 | * [CentOS](#centos) 23 | * [Debian GNU/Linux](#debian-gnulinux) 24 | * [Mageia](#mageia) 25 | * [Manjaro](#manjaro) 26 | * [openSUSE](#opensuse) 27 | * [Advanced](#advanced) 28 | * [Arch Linux](#arch-linux) 29 | * [Special Purpose](#special-purpose) 30 | * [CoreOS](#coreos) 31 | * [Kali Linux](#kali-linux) 32 | * [Puppy Linux](#puppy-linux) 33 | * [Ubuntu Studio](#ubuntu-studio) 34 | * [Tails](#tails) 35 | * [Learning Resources](#learning-resources) 36 | * [Books](#books) 37 | * [Courses](#courses) 38 | * [X Desktop Environments](#x-desktop-environments) 39 | * [GNOME](#gnome) 40 | * [KDE](#kde) 41 | * [Xfce](#xfce) 42 | * [LXDE](#lxde) 43 | * [Other Desktop Environments](#other-desktop-environments) 44 | * [X Windows Managers](#x-windows-managers) 45 | * [Applications](#applications) 46 | * [GUI-based Applications](#gui-based-applications) 47 | * [GNOME-based](#gnome-based) 48 | * [Pantheon-based](#pantheon-based) 49 | * [KDE-based](#kde-based) 50 | * [Not based on any desktop environment](#not-based-on-any-desktop-environment) 51 | * [Third-party clients for online services](#third-party-clients-for-online-services) 52 | * [Package management and creation tools](#distro-based-package-management-tools) 53 | * [Console-based Applications and Tools](#console-based-applications-and-tools) 54 | * [Useful Websites](#useful-websites) 55 | * [License](#license) 56 | 57 | ## Distributions 58 | 59 | Distributions are organized into three different categories: for **beginners**, for **intermediate** users and for **advanced** users. In those categories, the distributions are organized in the alphabetical order. 60 | 61 | ### Beginners 62 | 63 | #### [elementary OS](http://elementary.io/) 64 | 65 | > elementary OS is an Ubuntu-based desktop distribution. Some of its more interesting features include a custom desktop environment called Pantheon and many custom apps including Photos, Music, Videos, Calendar, Terminal, Files, and more. It also comes with some familiar apps like the Epiphany web browser and a fork of Geary mail. 66 | 67 | **Latest version:** elementary OS Juno (5.0) 68 | 69 | **Default Desktop Environment:** Pantheon 70 | 71 | ![default look](https://elementary.io/images/screenshots/desktop.jpg) 72 | 73 | #### [Fedora](https://getfedora.org/) 74 | 75 | > Fedora (formerly Fedora Core) is a Linux distribution developed by the community-supported Fedora Project and owned by Red Hat. Fedora contains software distributed under a free and open-source license and aims to be on the leading edge of such technologies. Fedora has a reputation for focusing on innovation, integrating new technologies early on and working closely with upstream Linux communities. The default desktop in Fedora is the GNOME desktop environment and the default interface is the GNOME Shell. Other desktop environments, including KDE, Xfce, LXDE, MATE and Cinnamon, are available. Fedora Project also distributes custom variations of Fedora called Fedora spins. These are built with specific sets of software packages, offering alternative desktop environments or targeting specific interests such as gaming, security, design, scientific computing and robotics. 76 | 77 | **Latest version:** Fedora Twenty Nine (29) 78 | 79 | **Default Desktop Environment:** GNOME 80 | 81 | ![default look](https://distrowatch.com/images/cgfjoewdlbc/fedora.png) 82 | 83 | #### [Linux Mint](http://linuxmint.com/) 84 | 85 | > Linux Mint is an Ubuntu-based distribution whose goal is to provide a more complete out-of-the-box experience by including browser plugins, support for DVD playback, Java and other components. It also adds a custom desktop and menus, several unique configuration tools, and a web-based package installation interface. Linux Mint is compatible with Ubuntu software repositories. 86 | 87 | **Latest version:** Linux Mint Tessa (19.1) 88 | 89 | **Default Desktop Environment:** Cinnamon and MATE 90 | 91 | ![default look](https://distrowatch.com/images/cgfjoewdlbc/mint.png) 92 | 93 | #### [Ubuntu](http://www.ubuntu.com/) 94 | 95 | > Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. The Ubuntu community is built on the ideas enshrined in the Ubuntu Manifesto: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities, and that people should have the freedom to customise and alter their software in whatever way they see fit. "Ubuntu" is an ancient African word, meaning "humanity to others". The Ubuntu distribution brings the spirit of Ubuntu to the software world. 96 | 97 | **Latest version:** Ubuntu 18.10 98 | 99 | **Default Desktop Environment:** GNOME 100 | 101 | ![default look](https://distrowatch.com/images/cgfjoewdlbc/ubuntu.png) 102 | 103 | ### Intermediate 104 | 105 | #### [CentOS](https://www.centos.org/) 106 | 107 | > CentOS as a group is a community of open source contributors and users. Typical CentOS users are organisations and individuals that do not need strong commercial support in order to achieve successful operation. CentOS is 100% compatible rebuild of the Red Hat Enterprise Linux, in full compliance with Red Hat's redistribution requirements. CentOS is for people who need an enterprise class operating system stability without the cost of certification and support. 108 | 109 | **Latest version:** CentOS 7.1810 110 | 111 | **Default Desktop Environment:** GNOME 112 | 113 | ![default look](http://distrowatch.com/images/cgfjoewdlbc/centos.png) 114 | 115 | #### [Debian GNU/Linux](https://www.debian.org/) 116 | 117 | > The Debian Project is an association of individuals who have made common cause to create a free operating system. This operating system is called Debian. Debian systems currently use the Linux kernel. Linux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide. Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software. Debian comes with over 50,000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) - all of it free. It's a bit like a tower. At the base is the kernel. On top of that are all the basic tools. Next is all the software that you run on the computer. At the top of the tower is Debian -- carefully organizing and fitting everything so it all works together. 118 | 119 | **Latest version:** Debian Stretch (9.6) 120 | 121 | **Default Desktop Environment:** GNOME 122 | 123 | ![default look](http://distrowatch.com/images/cgfjoewdlbc/debian.png) 124 | 125 | #### [Mageia](http://www.mageia.org/) 126 | 127 | > Mageia is a fork of Mandriva Linux formed in September 2010 by former employees and contributors to the popular French Linux distribution. Unlike Mandriva, which is a commercial entity, the Mageia project is a community project and a non-profit organisation whose goal is to develop a free Linux-based operating system. 128 | 129 | **Latest version:** Mageia 6.1 130 | 131 | **Default Desktop Environment:** KDE 132 | 133 | ![default look](http://distrowatch.com/images/cgfjoewdlbc/mageia.png) 134 | 135 | #### [Manjaro](https://manjaro.org/) 136 | 137 | > Manjaro Linux is a fast, user-friendly, desktop-oriented operating system based on Arch Linux. Key features include intuitive installation process, automatic hardware detection, stable rolling-release model, ability to install multiple kernels, special Bash scripts for managing graphics drivers and extensive desktop configurability. Manjaro Linux offers Xfce as the core desktop options, as well as a minimalist Net edition for more advanced users. Community-supported GNOME 3/Cinnamon and KDE flavours are available. Users also benefit from the supportive and vibrant Manjaro community forum. 138 | 139 | **Latest version:** Manjaro 18.0.2 140 | 141 | **Default Desktop Environment:** XFCE, KDE 142 | 143 | ![default look](http://distrowatch.com/images/cgfjoewdlbc/manjaro.png) 144 | 145 | #### [openSUSE](http://www.opensuse.org/) 146 | 147 | > The openSUSE project is a community program sponsored by SUSE Linux and other companies. Promoting the use of Linux everywhere, this program provides free, easy access to openSUSE, a complete Linux distribution. The openSUSE project has three main goals: make openSUSE the easiest Linux for anyone to obtain and the most widely used Linux distribution; leverage open source collaboration to make openSUSE the world's most usable Linux distribution and desktop environment for new and experienced Linux users; dramatically simplify and open the development and packaging processes to make openSUSE the platform of choice for Linux developers and software vendors. 148 | 149 | **Latest version:** openSUSE Leap 15.0 and openSUSE Tumbleweed (Rolling Release system) 150 | 151 | **Default Desktop Environment:** KDE, GNOME, XFCE, LXDE (Choose on installation) 152 | 153 | ![default look](http://distrowatch.com/images/cgfjoewdlbc/opensuse.png) 154 | 155 | ### Advanced 156 | 157 | #### [Arch Linux](https://www.archlinux.org/) 158 | 159 | > Arch Linux is an independently developed, x86_64-optimised Linux distribution targeted at competent Linux users. It uses 'pacman', its home-grown package manager, to provide updates to the latest software applications with full dependency tracking. Operating on a rolling release system, Arch can be installed from a CD image or via an FTP server. The default install provides a solid base that enables users to create a custom installation. In addition, the Arch Build System (ABS) provides a way to easily build new packages, modify the configuration of stock packages, and share these packages with other users via the Arch Linux user repository. 160 | 161 | **Latest version:** Not applicable (Rolling Release system) 162 | 163 | **Default Desktop Environment:** Not applicable (there's no default Desktop environment) 164 | 165 | ### Special Purpose 166 | 167 | #### [CoreOS](https://coreos.com/) 168 | 169 | **Specialty:** Clusters 170 | 171 | > CoreOS is a Linux-based operating system for servers. Built from the ground up and designed primarily for the modern data centre, CoreOS provides specialist tools for making the system secure, reliable and up-to-date. Some of the more interesting features of the distribution include reliable updates and patches via FastPatch, a dashboard for managing rolling updates via CoreUpdate, a docker for packaging applications, as well as support for bare metal and many cloud providers. 172 | 173 | #### [Kali Linux](http://www.kali.org/) 174 | 175 | **Specialty:** Penetration testing 176 | 177 | > Kali Linux (formerly known as BackTrack) is a Debian-based distribution with a collection of security and forensics tools. It features timely security updates, support for the ARM architecture, a choice of four popular desktop environments, and seamless upgrades to newer versions. 178 | 179 | #### [Puppy Linux](http://puppylinux.org/) 180 | 181 | **Specialty:** Low system requirements 182 | 183 | > Puppy Linux is yet another Linux distribution. What's different here is that Puppy is extraordinarily small, yet quite full-featured. Puppy boots into a ramdisk and, unlike live CD distributions that have to keep pulling stuff off the CD, it loads into RAM. This means that all applications start in the blink of an eye and respond to user input instantly. Puppy Linux has the ability to boot off a flash card or any USB memory device, CDROM, Zip disk or LS/120/240 Superdisk, floppy disks, internal hard drive. It can even use a multisession formatted CD-RW/DVD-RW to save everything back to the CD/DVD with no hard drive required at all. 184 | 185 | #### [Ubuntu Studio](http://ubuntustudio.org/) 186 | 187 | **Specialty:** Multimedia creation 188 | 189 | > Ubuntu Studio is a variant of Ubuntu aimed at the GNU/Linux audio, video and graphic enthusiast as well as professional. The distribution provides a collection of open-source applications available for multimedia creation. 190 | 191 | #### [Tails](https://tails.boum.org/index.en.html) 192 | 193 | **Specialty:** Incognito live system 194 | 195 | > Tails is a live system that aims to preserve your privacy and anonymity. It helps you to use the Internet anonymously and circumvent censorship almost anywhere you go and on any computer but leaving no trace unless you ask it to explicitly. It is a complete operating system designed to be used from a USB stick or a DVD independently of the computer's original operating system. It is Free Software and based on Debian GNU/Linux. Tails comes with several built-in applications pre-configured with security in mind: web browser, instant messaging client, email client, office suite, image and sound editor, etc. 196 | 197 | ## Learning Resources 198 | 199 | ### Books 200 | 201 | #### [The Linux Command Line](https://www.goodreads.com/book/show/11724436-the-linux-command-line) [4.36] [[FREE](http://linuxcommand.org/tlcl.php)] 202 | 203 | This is a great introduction to the Linux command line. - [@4iar](https://github.com/4iar/) 204 | 205 | > You've experienced the shiny, point-and-click surface of your Linux computer—now dive below and explore its depths with the power of the command line. 206 | 207 | #### [The Debian Administrator's Handbook, Debian Wheezy from Discovery to Mastery](https://www.goodreads.com/book/show/20839133-the-debian-administrator-s-handbook-debian-wheezy-from-discovery-to-mas) [4.83] [[FREE](https://debian-handbook.info/get/now/)] 208 | 209 | Good book that teaches you the basics of Debian GNU/Linux administration. - [@elninosi](https://github.com/elninosi) 210 | 211 | > It covers all the topics that a competent Linux administrator should master, from the installation, update of the system, up to the creation of packages and the compilation of the kernel, but also monitoring, backup and migration. Plus advanced topics to secure services, automated installations, or virtualization. 212 | 213 | #### Bash Shell Scripting [[FREE](https://en.wikibooks.org/wiki/Bash_Shell_Scripting)] 214 | 215 | > Currently this book provides an introduction level knowledge of Bash. 216 | 217 | ### Courses 218 | 219 | #### [Introduction to Linux (LFS101x-1)](https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-1) [Free] 220 | 221 | Organized by the Linux Foundation, it's a great free course to learn basics about Linux. - [@aleksandar-todorovic](https://github.com/aleksandar-todorovic) 222 | 223 | #### [Linux Alternatives to Windows Applications](https://www.udemy.com/linux-alternatives-for-windows-applications/?dtcode=nEiIHId38AHS) [Free] 224 | 225 | If you used Windows and decided to switch to Linux, this course should help you to find their alternatives. It's pretty short and you can finish it in a day. - [@aleksandar-todorovic](https://github.com/aleksandar-todorovic) 226 | 227 | ### Bash Learning Resources 228 | 229 | * [Beautiful Bash: Let's make reading and writing bash scripts fun again!](https://www.slideshare.net/a_z_e_t/inpresentation) 230 | * [Best Practices for Writing Bash Scripts](http://kvz.io/blog/2013/11/21/bash-best-practices/) 231 | * [Shell Style Guide](https://google.github.io/styleguide/shell.xml) 232 | * [Linux Fu: Better Bash Scripting](https://hackaday.com/2017/07/21/linux-fu-better-bash-scripting/) 233 | * [Bash Guide for Beginners](https://linux.die.net/Bash-Beginners-Guide/) 234 | * [Advanced Bash-Scripting Guide](https://linux.die.net/abs-guide/) 235 | 236 | 237 | ## X Desktop Environments 238 | 239 | > You cannot talk about a unified Linux look because there is no such thing. 240 | 241 | ![relevant XKCD](http://imgs.xkcd.com/comics/standards.png) 242 | 243 | #### [GNOME](https://www.gnome.org) 244 | 245 | > GNOME 3 is an easy and elegant way to use your computer. It is designed to put you in control and bring freedom to everybody. GNOME 3 is developed by the GNOME community, a diverse, international group of contributors that is supported by an independent, non-profit foundation. 246 | 247 | ![screenshot](https://www.gnome.org/wp-content/uploads/2015/03/activities-overview-3.16-940x529.png) 248 | 249 | #### [KDE](https://www.kde.org) 250 | 251 | > The KDE® Community is an international technology team dedicated to creating a free and user-friendly computing experience, offering an advanced graphical desktop, a wide variety of applications for communication, work, education and entertainment and a platform to easily build new applications upon. We have a strong focus on finding innovative solutions to old and new problems, creating a vibrant atmosphere open for experimentation. 252 | 253 | ![screenshot](https://www.kde.org/announcements/plasma5.0/screenshots/desktop.png) 254 | 255 | #### [Xfce](http://www.xfce.org/) 256 | 257 | > Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user friendly. 258 | 259 | ![screenshot](https://upload.wikimedia.org/wikipedia/commons/7/71/Xfce-4.4.png) 260 | 261 | #### [LXDE](http://lxde.org/) 262 | 263 | > The "Lightweight X11 Desktop Environment" is an extremely fast-performing and energy-saving desktop environment. Maintained by an international community of developers, it comes with a beautiful interface, multi-language support, standard keyboard short cuts and additional features like tabbed file browsing. LXDE uses less CPU and less RAM than other environments. It is especially designed for cloud computers with low hardware specifications, such as netbooks, mobile devices (e.g. MIDs) or older computers. LXDE can be installed on many Linux distributions including Debian, Fedora, OpenSUSE and Ubuntu. It is the standard for Knoppix and lubuntu. LXDE also runs on OpenSolaris and BSD. LXDE provides a fast desktop experience; connecting easily with applications in the cloud. LXDE supports a wealth of programs that can be installed locally with Linux systems. The source code of LXDE is licensed partly under the terms of the GNU General Public License and partly under the LGPL. 264 | 265 | ![screenshot](https://upload.wikimedia.org/wikipedia/commons/4/4c/LXDE_desktop_full.png) 266 | 267 | #### Other Desktop Environments 268 | 269 | * [Cinnamon](http://developer.linuxmint.com/projects/cinnamon-projects.html) - Strives to provide a traditional user experience. 270 | * [EDE](https://edeproject.org/) - Small desktop environment built to be responsive, light in resource usage and to have a familiar look and feel. 271 | * [LXQt](http://lxqt.org/) - Qt port and the upcoming version of LXDE, the Lightweight Desktop Environment. It is the product of the merge between the LXDE-Qt and the Razor-qt projects: A lightweight, modular, blazing-fast and user-friendly desktop environment. 272 | * [MATE](http://www.mate-desktop.org/) - Provides an intuitive and attractive desktop to Linux users using traditional metaphors. Fork of GNOME 2. 273 | * [Pantheon](https://elementary.io) - Pantheon is the default desktop environment originally created for the elementary OS distribution. The desktop has some similarities with GNOME Shell and macOS. 274 | 275 | ## X Windows Managers 276 | 277 | * [9wm](http://unauthorised.org/dhog/9wm.html) - Window manager that attempts to emulate the Plan 9 window manager 8-1/2 as far as possible within the constraints imposed by X. 278 | * [awesome](https://awesomewm.org/) - Highly configurable window manager for X. Fast and extensible. 279 | * [Blackbox](https://github.com/bradleythughes/blackbox) - Lightweight window manager for the X window system, without library dependencies. Built using C++. 280 | * [bspwm](https://github.com/baskerville/bspwm) - Tiling window manager that represents windows as the leaves of a full binary tree. 281 | * [Compiz](https://launchpad.net/compiz) - OpenGL compositing window manager. It has a plug-in system to be changed at runtime. 282 | * [dwm](http://dwm.suckless.org/) - Dynamic window manager for X. It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application and task performed. 283 | * [Enlightenment](http://www.enlightenment.org/) - Window manager bundled with a whole suite of libraries to help you create beautiful user interfaces. 284 | * [Fluxbox](http://www.fluxbox.org/) - Window manager for X, lightweight and easy to handle but full of features to make an easy and fast desktop experience. Built using C++. 285 | * [FVWM](http://fvwm.org/) - ICCCM-compliant multiple virtual desktop window manager for X. Extremely powerful. 286 | * [i3](http://i3wm.org/) - Tiling window manager. BSD-licensed. Primarily targeted at advanced users and developers. 287 | * [IceWM](https://ice-wm.org/) - Window manager with the goal of being fast, simple, and not getting in the user's way. 288 | * [JWM](http://www.joewing.net/projects/jwm/) - Lightweight window manager for X11. Good choice for older and/or less powerful systems, though perfectly capable of running on modern systems. Built using C. 289 | * [Matchbox](https://www.yoctoproject.org/software-item/matchbox/) - Environment for X running on non-desktop embedded platforms such as handhelds, set-top boxes, kiosks and anything else for which screen space, input mechanisms or system resources are limited. 290 | * [Mutter](https://download.gnome.org/sources/mutter/) - Window manager for X. Default window manager in GNOME 3. 291 | * [Openbox](http://openbox.org/wiki/Main_Page) - Highly configurable window manager with extensive standards support. 292 | * [ratpoison](http://www.nongnu.org/ratpoison/) - A simple window manager with no library dependencies, no graphics, and no decorations. Modeled after GNU Screen. 293 | * [Sawfish](http://sawfish.tuxfamily.org/) - Extensible window manager. Its aim is to manage windows in the most flexible and attractive manner possible. Built using Lisp-based scripting language. 294 | * [wmii](https://code.google.com/p/wmii/) - Small, scriptable window manager, with a 9P filesystem interface and an acme-like layout. 295 | * [xmonad](http://xmonad.org/) - Dynamically tiling X11 window manager. Makes work easier by automating aligning and searching for windows. Built using Haskell. 296 | 297 | 298 | ## Applications 299 | 300 | The list of awesome Linux applications that you should be using. 301 | 302 | If you're looking for some pro-tips for your favorite text editor, you might be interested in [awesome-atom](https://github.com/mehcode/awesome-atom), [sublime-bookmarks](https://github.com/dreikanter/sublime-bookmarks), [vim-galore](https://github.com/mhinz/vim-galore), [awesome-emacs](https://github.com/emacs-tw/awesome-emacs), or [awesome-vscode](https://github.com/viatsko/awesome-vscode). 303 | 304 | ### GUI-based Applications 305 | 306 | #### GNOME-based 307 | 308 | * [Builder](https://wiki.gnome.org/Apps/Builder) - IDE for GNOME that is focused on bringing the power of the GNOME platform to more developers. 309 | * [Evince](https://wiki.gnome.org/Apps/Evince) - The most popular document viewer on the GNOME platform. 310 | * [Gedit](https://wiki.gnome.org/Apps/Gedit) - Powerful general purpose text editor. 311 | * [Polari](https://wiki.gnome.org/Apps/Polari) - IRC client built to be easy to use. 312 | * [To Do](https://wiki.gnome.org/Apps/Todo) - Minimalistic personal task manager designed to fit right into your GNOME desktop. 313 | 314 | For more GNOME-based apps, visit: https://wiki.gnome.org/Apps 315 | 316 | #### Pantheon-based 317 | 318 | * [FeedReader](https://jangernert.github.io/FeedReader/) - RSS desktop client able to integrate with multiple online services. 319 | * [Go For It!](http://manuel-kehl.de/projects/go-for-it/) - To-do list with built-in productivity timer. 320 | * [NaSC](http://parnold-x.github.io/nasc/) - Intelligent calculator app. 321 | * [Spice-Up](https://github.com/Philip-Scott/Spice-up) - Desktop presentation app. 322 | * [Vocal](http://vocalproject.net/) - Podcast client for the modern desktop. 323 | 324 | For more Pantheon-based apps, visit [elementary-apps](https://quassy.github.io/elementary-apps/). 325 | 326 | #### KDE-based 327 | 328 | * [Dolphin](https://userbase.kde.org/Dolphin) - File manager for KDE focusing on usability. 329 | * [Krita](https://krita.org/en/) - Painting program. 330 | 331 | For more KDE-based apps, visit: https://www.kde.org/applications/ 332 | 333 | #### Not based on any desktop environment 334 | 335 | * [Atom](https://atom.io) - Hackable text editor for the 21st century. 336 | * [ghostwriter](http://wereturtle.github.io/ghostwriter/) - Distraction-free Markdown editor. 337 | * [GParted](https://gparted.sourceforge.io/) - The most popular disk partitioning software out there. 338 | * [Kodi](https://kodi.tv/) - Most popular entertainment center. 339 | * [Zathura](https://pwmt.org/projects/zathura/) - Highly customizable document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. 340 | * [Etcher](https://www.balena.io/etcher/) - Flash OS images to SD cards and USB drives, safely and easily. 341 | 342 | #### Third-party clients for online services 343 | 344 | > **Q:** Why third-party apps? Why not the official clients? 345 | > 346 | > **A:** Because, in 99% of the cases, official clients are proprietary. 347 | 348 | * [Corebird](http://corebird.baedert.org/) - Twitter client. 349 | * [GNOME Twitch](http://gnome-twitch.vinszent.com/) - Twitch player. 350 | * [Caprine](https://github.com/sindresorhus/caprine/) - Facebook's Messenger client with some added privacy features. 351 | * [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Pushbullet client. 352 | * [ramme](https://github.com/terkelg/ramme) - Instagram client. 353 | * [Whatever](https://github.com/CellarD0-0r/whatever) - Evernote client based on the web version. 354 | 355 | #### Package management and creation tools 356 | 357 | Distro-oriented: 358 | 359 | * [Y PPA Manager](https://launchpad.net/y-ppa-manager) (Ubuntu) - Manage PPAs and search for packages. 360 | * [pirut](http://fedoraproject.org/wiki/Tools/pirut) (Fedora) - Provides a set of graphical tools for managing software. 361 | * [Synaptics](http://www.nongnu.org/synaptic/) (Debian and `.deb` users) - Graphical package management program for `apt`. 362 | * [YaST](https://en.opensuse.org/YaST_Software_Management) (openSUSE) - Main package management tool on openSUSE. 363 | * [dnfdragora](https://github.com/manatools/dnfdragora) (Fedora) - A GUI for the `dnf` package manager. 364 | * [Yay](https://github.com/Jguer/yay) (Arch) - Yay is one of the many wrappers to `pacman` which automatically downloads and installs packages from AUR, a full list can be found [here](https://wiki.archlinux.org/index.php/AUR_helpers). 365 | * [Aura](https://github.com/aurapm/aura) (Arch) - Secure, multilingual package manager. 366 | 367 | Distro-independent: 368 | 369 | * [AppImageKit](https://github.com/probonopd/AppImageKit) - Using AppImageKit you can package applications in the [AppImage](http://appimage.org/) format that runs on common Linux-based operating systems, such as RHEL, CentOS, Ubuntu, Fedora, debian and derivatives; one app = one file. 370 | 371 | ### Console-based Applications and Tools 372 | 373 | You might also be interested in checking out [awesome-shell](https://github.com/alebcay/awesome-shell), [awesome-bash](https://github.com/awesome-lists/awesome-bash), [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) or [awesome-fish](https://github.com/jbucaran/awesome-fish). 374 | 375 | * [cmus](https://cmus.github.io/) - Small, fast and powerful console music player. 376 | * [fuck](https://github.com/nvbn/thefuck) - Command line tool which corrects your previously mistyped command. 377 | * [git](https://git-scm.com/) - Distributed version control system designed to handle everything from small to very large projects with speed and efficiency. 378 | * [glances](https://nicolargo.github.io/glances/) - Cross-platform system monitoring tool. 379 | * [htop](http://hisham.hm/htop/) - Nice looking, customizable task manager. 380 | * [nano](http://www.nano-editor.org) - Simple to use text editor. 381 | * [photorec](http://www.cgsecurity.org/wiki/PhotoRec) - Useful tool for restoring deleted files. 382 | * [ranger](https://github.com/ranger/ranger) - Vim-inspired file manager for the console. 383 | * [screenFetch](https://github.com/KittyKatt/screenFetch) - Fetches system/theme information in terminal. 384 | * [shellcheck](https://github.com/koalaman/shellcheck) - Static analysis tool for shell scripts. 385 | * [speed-test](https://github.com/sindresorhus/speed-test) - Test your Internet connection speed and ping using [speedtest.net](http://www.speedtest.net/). 386 | * [testdisk](http://www.cgsecurity.org/wiki/TestDisk) - A tool for disk partition recovery. 387 | * [tig](https://github.com/jonas/tig) - Text-mode interface for git. It functions mainly as a Git repository browser. 388 | * [vim](http://vim.org) - Advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. 389 | * [vtop](https://github.com/MrRio/vtop) - Easily-extendable activity monitor. 390 | * [wavemon](https://github.com/uoaerg/wavemon) - Monitoring application for wireless network devices. 391 | * [youtube-dl](https://github.com/rg3/youtube-dl) - A tool to download videos from YouTube and other video sites. 392 | 393 | ## Useful Websites 394 | 395 | #### [Compute Freely](http://computefreely.org/) 396 | 397 | > A friendly place to start for the Free & Open Source Software and Linux curious. 398 | 399 | #### [AlternativeTo](http://alternativeto.net) 400 | 401 | > Find better alternatives to the software you already use or a replacement for software you cannot or do not want to use. 402 | 403 | #### [Linux Foundation](https://www.linuxfoundation.org/) 404 | 405 | > The Linux Foundation is a non-profit consortium dedicated to fostering the growth of Linux. Founded in 2000, The Linux Foundation sponsors the work of Linux creator Linus Torvalds and is supported by leading Linux and open source companies and developers from around the world. 406 | 407 | #### [Linux.com](http://www.linux.com/) 408 | 409 | > For the community, by the community, Linux.com strives to be the central source for informed, reasonable, and intelligent Linux information, software, documentation and answers across the server, desktop/netbook, mobile, and embedded areas. 410 | 411 | #### [Linux.org](http://www.linux.org/) 412 | 413 | Although its design is outdated, Linux.org is (probably) the most popular forum and it's full of awesome Linux tutorials categorized by their difficulty. - [@aleksandar-todorovic](https://github.com/aleksandar-todorovic) 414 | 415 | #### [Kernel.org](https://www.kernel.org/) 416 | 417 | > The Linux Kernel Organization is a California Public Benefit Corporation established in 2002 to distribute the Linux kernel and other Open Source software to the public without charge. 418 | 419 | #### [Opensource.com](http://opensource.com) 420 | 421 | > Opensource.com is an online publication focused on how open source is applied to different areas including business, education, government, health, law and other disciplines of life. 422 | 423 | > Our goal is to further the open source way by sharing the open source movement. Our community of readers is made up of those who believe that open participation and sharing can tackle the business, social, environmental, and technological challenges facing us today. 424 | 425 | #### [Linux.die](https://linux.die.net/) 426 | 427 | > Linux.die is a resource with documentation, tutorials, books, etc in Linux. 428 | 429 | ## License 430 | 431 | This repository is licensed under the [Do What the Fuck You Want to Public License](http://www.wtfpl.net/). Its full content is located in the `LICENSE` file. 432 | -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- 1 | # Contributor Code of Conduct 2 | 3 | As contributors and maintainers of this project, and in the interest of 4 | fostering an open and welcoming community, we pledge to respect all people who 5 | contribute through reporting issues, posting feature requests, updating 6 | documentation, submitting pull requests or patches, and other activities. 7 | 8 | We are committed to making participation in this project a harassment-free 9 | experience for everyone, regardless of level of experience, gender, gender 10 | identity and expression, sexual orientation, disability, personal appearance, 11 | body size, race, ethnicity, age, religion, or nationality. 12 | 13 | Examples of unacceptable behavior by participants include: 14 | 15 | * The use of sexualized language or imagery 16 | * Personal attacks 17 | * Trolling or insulting/derogatory comments 18 | * Public or private harassment 19 | * Publishing other's private information, such as physical or electronic 20 | addresses, without explicit permission 21 | * Other unethical or unprofessional conduct 22 | 23 | Project maintainers have the right and responsibility to remove, edit, or 24 | reject comments, commits, code, wiki edits, issues, and other contributions 25 | that are not aligned to this Code of Conduct, or to ban temporarily or 26 | permanently any contributor for other behaviors that they deem inappropriate, 27 | threatening, offensive, or harmful. 28 | 29 | By adopting this Code of Conduct, project maintainers commit themselves to 30 | fairly and consistently applying these principles to every aspect of managing 31 | this project. Project maintainers who do not follow or enforce the Code of 32 | Conduct may be permanently removed from the project team. 33 | 34 | This Code of Conduct applies both within project spaces and in public spaces 35 | when an individual is representing the project or its community. 36 | 37 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 38 | reported by contacting a project maintainer at aleksandar@r3bl.me. All 39 | complaints will be reviewed and investigated and will result in a response that 40 | is deemed necessary and appropriate to the circumstances. Maintainers are 41 | obligated to maintain confidentiality with regard to the reporter of an 42 | incident. 43 | 44 | 45 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], 46 | version 1.3.0, available at 47 | [http://contributor-covenant.org/version/1/3/0/][version] 48 | 49 | [homepage]: http://contributor-covenant.org 50 | [version]: http://contributor-covenant.org/version/1/3/0/ 51 | --------------------------------------------------------------------------------