-
13 votes
-
Complete Commented Walkthrough of the Linux 0.12 Kernel Source
9 votes -
Regarding EGLStreams support in KWin
6 votes -
Linux gaming is on a life-support system called Steam
17 votes -
What DE and distro do you use and why?
I'm curious as to what the Tildes Linux/BSD community (and I suppose other answers like Windows or MacOS would be acceptable, though they may feel a bit more dry) use for their desktop. I imagine...
I'm curious as to what the Tildes Linux/BSD community (and I suppose other answers like Windows or MacOS would be acceptable, though they may feel a bit more dry) use for their desktop. I imagine that Ubuntu and Gnome will dominate the answers as you would expect, but maybe you'll surprise me. Personally, I'm on Arch Linux with i3-gaps. I use Arch because I enjoy the DIY aspect of Linux as well as the aur and slim nature of Arch. I'd also be lying if I didn't say I use it partially just because I like the "pacman" pun.
As for i3-gaps, I think that WMs are generally more customizable and good for 'ricing', plus they go with my workflow and are convenient in that they load faster and the likes, though I have to admit I have only ever used i3 (I've been considering trying out bspwm). So, what do you guys use? You can also of course share more information such as your shell or DM if you wanted, though I highly doubt anyone cares what display manager you us or anything.
24 votes -
Using Vim to take time-stamped notes
8 votes -
Steam Play recently hit 500 Windows games rated as Platinum on ProtonDB
28 votes -
Wayland misconceptions debunked
19 votes -
Exposing The Wayland Lie
12 votes -
Switching from Linux to BSD: What do you miss?
There seems to be a trend lately of people switching over to BSD operating systems. Having read some blog posts on the matter and now given the recent system-d controversy, I'm genuinely curious...
There seems to be a trend lately of people switching over to BSD operating systems. Having read some blog posts on the matter and now given the recent system-d controversy, I'm genuinely curious to give FreeBSD or OpenBSD a go as my main OS.
For those who have switched over to BSD, what are some problems you've encountered and/or what are some things you miss?
31 votes -
Plasma mobile devs are doing an ama on reddit
8 votes -
PinePhone Linux Smartphone priced at $149 to arrive this year
17 votes -
Evolution of the x86 Context Switch in Linux
4 votes -
Hot-patching a buggy TV's EDID under Linux
7 votes -
Remote Code Execution in apt/apt-get
19 votes -
Why does apt not use https?
15 votes -
SELinux's approach (restrict everything unless explicitly permitted) is the opposite of Linux's (permit everything unless explicitly forbidden). That makes setup different,
4 votes -
Using Linux containers to analyze the impact of climate change and soil on New Zealand crops
5 votes -
Installed Arch for the first time!
I was using Antergos for like 15 days and I really loved it! Not Antergos but Arch, I like how simple everything is in arch. Before installing antergos I tried to install arch on vm but failed. so...
I was using Antergos for like 15 days and I really loved it! Not Antergos but Arch, I like how simple everything is in arch. Before installing antergos I tried to install arch on vm but failed. so i installed antergos with i3wm. somewhere i wanted to install vanilla arch.
Initially I was referring to the wiki with elinks and doing it carefully but failed. my setup was going to be arch + grub + luks, for some reason grub didn't show up while booting. i also encountered other error which made grub-mkconfig to hang. later i decided to drop luks so arch + grub, but again same error.
i've used debian family distros for a long time and grub was the most used bootloader so i wanted to install that. next i looked for a guide online and followed another guide which had same commands as arch wiki. again that failed.
after some more searching i found archfi, so basically it is a script that will ask me questions and install everything. again that grub thing failed so i went with systemd for the second time with this script. & voila!
later i used archdi to setup lightdm-gtk-greeter and installed i3wm.
i didn't install it myself but i am happy with my arch and probably someday would do it myself.
btw, i use arch
9 votes -
Let's talk Puppy Linux
For the uninitiated, you can visit puppylinux.org to get to know more about it. My first experience with Puppy wasn't good, since, for the life of me, I couldn't get the saves working. I still...
For the uninitiated, you can visit puppylinux.org to get to know more about it.
My first experience with Puppy wasn't good, since, for the life of me, I couldn't get the saves working. I still didn't, but I found that xenialpup does work for some reason, so I stuck with it.
After that, it's been great, and although I don't like the UI and some of the default apps, it worked on every computer I've tried it on, and it's light enough to run well on ancient computers.
As far as the tools go, it has everything I need to do my work, even if I'd prefer different tools (like vim and ranger).
That is, of course, only a problem with the default configuration, and Puppy has a very convenient tool to remaster itself, which I'll be using these holidays. It's great to be able to build a more welcoming version for yourself without needing any knowledge or spending a lot of time.
So, I just wanted to see what was your experience with Puppy, or, if you haven't tried it, what you think about it.
9 votes -
Seeking help on how partitions will work when dual-booting
I plan on dual-booting Linux soon, and I am wondering on how to handle partitions. I have 3 drives in my computer: an SSD that Windows 10 boots from, a second SSD with one partition and some...
I plan on dual-booting Linux soon, and I am wondering on how to handle partitions. I have 3 drives in my computer: an SSD that Windows 10 boots from, a second SSD with one partition and some unallocated space intended for Linux, and an HDD.
When I install Linux on that SSD, how can I prevent Windows from messing with the Linux partition and vice-versa? Can Linux and Windows both read and write to the HDD partitions without complaining about the other modifying them?
4 votes -
Is my kernel ready for CGroups V2?
So I am reading the cgroups manpage because I want to learn about... cgroups. It tells me that for CGroups V1, if I want to use specific features, my kernel needs to be configured. Either I missed...
So I am reading the cgroups manpage because I want to learn about... cgroups. It tells me that for CGroups V1, if I want to use specific features, my kernel needs to be configured. Either I missed a section or it isn't there, because I don't see much mention of kernel requirements for CGroups V2.
So, my question is, is my kernel ready for CGroups, or should I recompile? Should I be able to support both V1 and V2? The manpage says V1 was a heap, so I was thinking I might continue without it... ... ...
CONFIG_CGROUPS=y
# CONFIG_BLK_CGROUP is not set
CONFIG_CGROUP_SCHED=y
# CONFIG_CGROUP_PIDS is not set
# CONFIG_CGROUP_RDMA is not set
CONFIG_CGROUP_FREEZER=y
# CONFIG_CGROUP_HUGETLB is not set
# CONFIG_CGROUP_DEVICE is not set
CONFIG_CGROUP_CPUACCT=y
# CONFIG_CGROUP_PERF is not set
# CONFIG_CGROUP_DEBUG is not set
# CONFIG_NET_CLS_CGROUP is not set
# CONFIG_CGROUP_NET_PRIO is not set
# CONFIG_CGROUP_NET_CLASSID is not set
edit: wowie markdown fix
4 votes -
Porting Alpine Linux to RISC-V
11 votes -
What Makes BeOS and Haiku Unique
20 votes -
The major problems with Linux desktop usability.
28 votes -
Microsoft announces first paid-for $20 Linux Distro for Windows 10 October 2018 update
22 votes -
Six years of Space Nerds In Space – a video overview of a co-op StarTrek-like space sim game
4 votes -
Why Your Server Monitoring (Still) Sucks
9 votes -
Solus Blog: In Full Sail
10 votes -
Sailfish 3 is here!
13 votes -
Setting the Record Straight: containers vs. Zones vs. Jails vs. VMs
7 votes -
IBM to acquire software company Red Hat for $34 billion
54 votes -
Linux users: after finishing distro hopping, where did you land?
I've been running Linux for a little over a year now and, after a recent conversation on Tildes, I decided that I need to wipe and re-install so that I can enable full-disk encryption. Thus, right...
I've been running Linux for a little over a year now and, after a recent conversation on Tildes, I decided that I need to wipe and re-install so that I can enable full-disk encryption.
Thus, right now I'm shopping around for a distro and trying out different live environments to find something that works for me. My question isn't necessarily for right now though (my hardware is old enough that I'm definitely going to need to use a lightweight distro, which severely limits my options). It's more for the future, in that I plan to replace this computer in a year or two with something up-to-date, which means I'll be able to run any distro under the sun! Any!
So, I'm curious to hear from people who have found their "forever distro." What do you run for your everyday use, and why? Also, what's your level of technical expertise? I am very far from a power-user at present, but I'd like to be somewhere closer to that when I replace my computer.
44 votes -
What are the best practices regarding personal files and encryption?
Over the past year I have done a lot to shore up my digital privacy and security. One of the last tasks I have to tackle is locking down the many personal files I have on my computer that have...
Over the past year I have done a lot to shore up my digital privacy and security. One of the last tasks I have to tackle is locking down the many personal files I have on my computer that have potentially compromising information in them (e.g. bank statements). Right now they are simply sitting on my hard drive, unencrypted. Theft of my device or a breach in access through the network would allow a frightening level of access to many of my records.
As such, what are my options for keeping certain files behind an encryption "shield"? Also, what are the potential tradeoffs for doing so? In researching the topic online I've read plenty of horror stories about people losing archives or whole drives due to encryption-related errors/mistakes. How can I protect against this scenario? Losing the files would be almost as bad as having them compromised!
I'm running Linux, but I'm far from tech-savvy, so I would either need a solution to be straightforward or I'd have to learn a lot to make sense of a more complicated solution. I'm willing to learn mainly because it's not an option for me to continue with my current, insecure setup. I do use a cloud-based password manager that allows for uploading of files, and I trust it enough with my passwords that I would trust it with my files, though I would like to avoid that situation if possible.
With all this in mind, what's a good solution for me to protect my personal files?
26 votes -
Sway 1.0-beta.1 release highlights
15 votes -
Ubuntu 18.10 released
28 votes -
Flashpoint, the flash game archival project, hits version five with a new Linux-supported client
21 votes -
WireGuard v6 might be ready for the mainline kernel
11 votes -
Nim: Deploying static binaries
8 votes -
Linux gaming finally doesn't suck!
31 votes -
On holy wars, and a plea for peace
9 votes -
The GOG client for Linux is no longer actively being worked on
42 votes -
Changes made to Linux's Code of Conduct
41 votes -
The New Yorker on Linus Torvalds & Abusive Behavior
7 votes -
New Chrome OS will add support for Linux apps
13 votes -
Linux gaming: GOG vs. Steam?
I started prioritizing GOG a couple of years ago, buying most of my games there because I love their DRM-free stance. I have an entire backup of my GOG gaming library on my hard drive, so even if...
I started prioritizing GOG a couple of years ago, buying most of my games there because I love their DRM-free stance. I have an entire backup of my GOG gaming library on my hard drive, so even if something happened to my account I'd still have everything I've bought from them over the years. On the other hand, their Linux support isn't great. For example, GOG Galaxy, their all-in-one frontend, is still not available on Linux despite being out for other platforms for years.
Steam, on the other hand, is DRM-agnostic, and there isn't an easy way to separate my games from the service. I worry about what would happen if I somehow lost access to my account. When a game is available on Steam and GOG, I opt for GOG each time because I'd rather have a DRM-free copy that I can control. Nevertheless, Valve has done a lot to support Linux gaming, especially with their recent debut of SteamPlay and Proton. Right now, Steam gives a much better user experience to Linux users and supporting Valve helps move Linux gaming forward. It also helps that their selection is much greater than GOG's, (though that's less of a pull for me as I do appreciate GOG's heavier-handed curation).
I'm torn because I want a little of column A and a little of column B. I keep hoping that GOG will eventually catch up with Steam with regards to Linux support, but that's already been the dream for a while (and a lot of people are done holding their breath). At this point I'm wondering whether I should just hop on the SteamPlay train and start putting my eggs back in that basket. Anyone have any thoughts? Who do you choose to buy from, and why?
31 votes -
Getting started with qemu
9 votes -
Do technologies like Snap and Flatpak have a future?
I just gave up on installing Gimp via flatpack because it required a 2GB download. I run i3 on top of Xfce. I have lots of Gtk libraries already. Storage is cheap and my internet has no limits,...
I just gave up on installing Gimp via flatpack because it required a 2GB download. I run i3 on top of Xfce. I have lots of Gtk libraries already. Storage is cheap and my internet has no limits, but this seems very inefficient to me. What if I had to install all my software that way?
27 votes -
An interview with the developer of DXVK, part of what makes Valve's Steam Play tick
11 votes -
Interested in Linux Gaming? I run a website just for that
45 votes