|
You are here |
arcan-fe.com | ||
| | | | |
michaelneuper.com
|
|
| | | | | Introduction If you're a Linux user, you're probably familiar with the concept of window managers and desktop environments. These programs are responsible for managing the appearance and functionality of your desktop, providing the tools and features that you need to interact with your operating system. But what's the difference between a window manager and a desktop environment? And why might someone want to turn a window manager into a desktop environment? | |
| | | | |
vsupalov.com
|
|
| | | | | X11, Wayland and how they work. | |
| | | | |
unixdigest.com
|
|
| | | | | [AI summary] This text provides an in-depth overview of Unix shells, covering their history, various types (like Bash, Zsh, Fish), and their features. It also discusses best practices for using and writing shell scripts, such as adhering to POSIX standards for compatibility and avoiding command auto-completion habits. The text concludes with recommendations on choosing the appropriate shell based on personal or system-specific needs. | |
| | | | |
blog.jooq.org
|
|
| | | With Java 8 being mainstream now, people start using Streams for everything, even in cases where that's a bit exaggerated (a.k.a. completely nuts, if you were expecting a hyperbole here). For instance, take mykong's article here, showing how to collect a Map's entry set stream into a list of keys and a list of values:... | ||