Linux

114 readers
1 users here now

founded 1 year ago
26
 
 

Just bought a pc laptop and want to dual boot Linux. Windows will be for some games, Linux for everything else. Would this be the right place to ask for advice?

27
 
 

Thank you all who have supported my channel so far. I finally got 360 subscribers. Which to many is not a big feat. Considering all I’ve been through I’m lucky to be around to make videos at all. I got my first affiliate offer in my email today.

I’m sure thousands of these are sent out every day but this put a big smile on my face. I’m not going to accept their offer but I’m happy to have even been considered as all.

Come check me out if you haven’t already. I do mostly Linux, gaming and open source application show cases!

https://youtube.com/@NumbersCanBeFun?si=TqwFt3ryROVr5WsG

#linux

28
 
 

The 6 Most Popular Plasma 6 Logos We selected the 6 most ❤ed logos from the original thread and made a poll to determine which is the most popular. The three most voted options will be passed on to the Plasma developers for their consideration. Please note that this poll is non-binding and changing the logo will depend on the willingness of the Plasma devs. They will have the final say. Either way, the change is unlikely to happen in time for Plasma 6.0, as the project is currently in Fe...

29
 
 

Wine has become a highly optimized and useful piece of software for those that live in Linux, but occasionally need to walk on the Windows side. In case you’d wondered, there’s a simila…

30
 
 

Linux kernel 6.5 reached end of life and all users are now recommended to upgrade their system to Linux kernel 6.6 LTS as soon as possible.

31
 
 

With currently reviewing the HP Z6 G5 A workstation powered by the new 96-core AMD Ryzen Threadripper PRO 7995WX Zen 4 processor, one of the areas I was curious about was how well HP's tuned Microsoft Windows 11 compares to that of Linux.

32
 
 

It has taken a while to develop this release but we are still here and despite life throwing in extra challenges for each of our team members the past months, we are proud to present you our Galileo ISO with significant changes...

33
 
 

Sometimes you want a command to be automatically executed as soon as a certain file changes. There is a small tool called entr, which helps with that.

34
 
 

GNOME is by far the biggest target of harassment in the FOSS space but it's by no means unique to GNOME this happens to basically every project with any noticiable level of usage Full Episode: https://youtu.be/kO0V7BE1bEo

35
 
 

Probably the big news is that we released the Plasma 6 Alpha today! What does that mean? Well, go read this blog post by David Edmundson to find out! In a nutshell, you should try out the Plasma 6 Alpha out using one of these distros (or by building it yourself using kdesrc-build) if you’re an adventurous person who has a backup and wants to help make the final release better by reporting bugs or even fixing them. It really does help!

36
 
 

We’re pleased to bring you Fedora Linux 39, our complete, community-built operating system. And stop by our virtual release party! It's free!

37
3
Garrett: Why ACPI? (mjg59.dreamwidth.org)
submitted 9 months ago by [email protected] to c/[email protected]
 
 

"Why does ACPI exist" - - the greatest thread in the history of forums, locked by a moderator after 12,239 pages of heated debate, wait no let me start again.

38
 
 

I'm developing my own library for I/O purposes in D, and so far I managed to make my window to open up, but when I close it, I get an error like this:

X connection to :0 broken (explicit kill or server shutdown).

I cannot find anything related to this, and most guides instead recommend me to use some preexisting library for the same purposes, except they often come with very serious caveats (SDL2's audio didn't work for me at all, SFML and a lot of other libraries use the older DirectInput library instead of something newer, etc).

39
 
 

OpenTTD is one of my favorite Linux Mint applications. Not only is it absolutely free to play but it’s pretty straightforward to get into. Let’s take a look together if you haven’t checked it out before!

OpenTTD (Open Transport Tycoon Deluxe) - Linux Mint

#linux

40
 
 

Quite often I want to execute the same command for multiple files. It is quite easy to achieve that using the fish shell, once you get the hang of it.

41
 
 

New to #LinuxMint? The software manager is always my first stop. Can't compute without a few computer programs eh?

Software Manager - Linux Mint

#linux

42
 
 

I'd really like the perspective from someone who is new to using Linux. What kind of "how too" videos would really help you out in a pinch? Don't worry if it's mundane, I'm open to any suggestions.

#linux

43
 
 

I’m not quite where my footing is as far as my content is concerned but I’m passionate about Linux. This gives me an excuse to showcase some of my favorite software.

Guake Terminal Application - Linux Mint

#linux

44
45
 
 

I was refactoring a feature and wanted to know which options were used for a certain attribute in a XML file. I decided to level up my CLI skills for that.

46
 
 

Hi guys just noticed that PSI exams allow linux users to take online exams , I saw a while ago there was pressure on PearsonVUE to do this and I think they just ignored it so hopefully this is another nudge for them.

Looks like PSI only support ubuntu but its a good start!
https://helpdesk.psionline.com/hc/en-gb/articles/4409608794260-PSI-Bridge-Platform-RPNow-System-Requirements

47
 
 

My user account on linux gets some Cron Jobs among mail from humans. I don't want to see the cron messages.

How can I script it so they are moved out of the "inbox" view (for example, on Squirrel Mail or my mobile client)?

I can grep for root@<domain> (Cron Daemon) to find the files that are emails from Cron. But I don't know how to actually process them from here.

Edit: they are using dovecot here, in case that makes a difference. Messages appear as files in the format:
1696857026.V902I580559fM559719.<domain>.de:2,

Edit 2: I have learned that the trailing S can be appended to a filename to mark it as read (or Seen), so I just need to know how to move it from the inbox to somewhere safe now.

48
 
 

There has been a noticeable shift over the last few months on other operating systems like Android, iOS and Microsoft.

What are your thoughts around how/if integration takes place within Linux?

49
50
 
 

Hello all. I am using zabbix to monitor my system, and the zabbix agent user is obviously not elevated in any way. I would like to give my zabbix user the ability to run some zfs commands to query information about my pools.

At the moment, if I "zfs status" as my zabbix user (sudo -u zabbix -c 'zfs status'), it returns details on the pools, but in the real details, you can see "permission denied"....

config:

        NAME                                        STATE     READ WRITE CKSUM
        rpool                                       ONLINE       0     0     0
          ata-SAMSUNG_HD161HJ_S14LJA0Q536960-part3  ONLINE       0     0     4
          ata-SAMSUNG_HD161GJ_S1VCJ9FZ318818-part3  ONLINE       0     0     0
errors: List of errors unavailable: permission denied

If I run the same command as root, I get the details.

What zfs permissions do I need to give the zabbix user for this kind of detail, assuming that this is a "zfs allow...." fix? Or is this some other fix?

Thanks

view more: ‹ prev next ›