Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

nitrolife, to linux in Firefox 121 Now Available With Wayland Enabled By Default
@nitrolife@rekabu.ru avatar

Short command wasn’t work in my env. I can run only with full sockets path. May be I do something wrong.

nitrolife, (edited ) to linux in Firefox 121 Now Available With Wayland Enabled By Default
@nitrolife@rekabu.ru avatar

Thanks. Not full wayland protocol support and have a bugs, but something is greater than nothing. UPD: The utilization of the Internet channel has also increased

nitrolife, to linux in Firefox 121 Now Available With Wayland Enabled By Default
@nitrolife@rekabu.ru avatar

Eh, the era when it was possible to throw the interface through an SSH session is over. Sadly. Or maybe I’m just too old. XD

nitrolife, to linux in I need some help with linux energy management and hibernation
@nitrolife@rekabu.ru avatar

In first you need understand what type of suspend you use:

Suspend to RAM (aka suspend, aka sleep) The S3 sleeping state as defined by ACPI. Works by cutting off power to most parts of the machine aside from the RAM, which is required to restore the machine’s state. Because of the large power savings, it is advisable for laptops to automatically enter this mode when the computer is running on batteries and the lid is closed (or the user is inactive for some time). Suspend to disk (aka hibernate) The S4 sleeping state as defined by ACPI. Saves the machine’s state into swap space and completely powers off the machine. When the machine is powered on, the state is restored. Until then, there is zero power consumption. Hybrid suspend (aka hybrid sleep) A hybrid of suspending and hibernating, sometimes called suspend to both. Saves the machine’s state into swap space, but does not power off the machine. Instead, it invokes the default suspend. Therefore, if the battery is not depleted, the system can resume instantly. If the battery is depleted, the system can be resumed from disk, which is much slower than resuming from RAM, but the machine’s state has not been lost.

I think you use Hybrid suspend. Hybrid suspend store memory to disk (20 seconds lag) and then lost battery for memory renew. Need you Suspend to RAM maybe? 20 Seconds lag will fixed with that.

Then check


<span style="color:#323232;">cat /sys/power/mem_sleep
</span>

If you see


<span style="color:#323232;">[s2idle] shallow deep
</span>

check first if your UEFI advertises some settings for it, generally under Power or Sleep state or similar wording, with options named Windows 10, Windows and Linux or S3/Modern standby support for S0ix, and Legacy, Linux, Linux S3 or S3 enabled for S3 sleep.

If you don’t see anything you can swap sleep mode to Suspend to disk. That slow but don’t use any power. Or try fix sleep status.

More information you can find here: wiki.archlinux.org/title/…/Suspend_and_hibernate

nitrolife, (edited ) to linux in What am I doing wrong?
@nitrolife@rekabu.ru avatar

Raid: wiki.archlinux.org/title/RAID

Don’t forget part “email notifications”. In addition to configuring the raid, you need to understand when the disk crashed, otherwise the raid will not help.

If you share files with windows. Basic way SMB share: wiki.archlinux.org/title/Samba

if you want share files with linux or windows with not basic ways you have many choises. NFS for example, or sshfs if you need folder time to time, or share directory with nginx ( stackoverflow.com/…/how-to-configure-nginx-to-ena… ), or overkill: nextcloud server.

UPD: In general, you just need to find a linux distributive with good documentation and use this documentation for the first time. Some things are solved differently in Linux than in Windows and you just won’t know about it without reading the wiki.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #