[-] nitrolife@rekabu.ru 1 points 2 days ago* (last edited 2 days ago)

I see this channel time by time. Mini apartments in tokio. it looks like an advertising channel, but it's actually interesting.

[-] nitrolife@rekabu.ru 4 points 4 days ago

Russian, English and some Japanese.

[-] nitrolife@rekabu.ru 39 points 4 months ago* (last edited 4 months ago)

or you can't buy if you're not successful enough or you're in the wrong country. For example, in my country, the minimum cost of a 1TB SSD is about $85 and a salary of $2,000 is considered a very successful salary at the upper limit

[-] nitrolife@rekabu.ru 17 points 8 months ago

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

cat /sys/power/mem_sleep

If you see

[s2idle] shallow deep

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: https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate

[-] nitrolife@rekabu.ru 20 points 8 months ago* (last edited 8 months ago)

Raid: https://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: https://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 ( https://stackoverflow.com/questions/10663248/how-to-configure-nginx-to-enable-kinda-file-browser-mode ), 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.

[-] nitrolife@rekabu.ru 21 points 8 months ago* (last edited 8 months ago)

interesting facts about LVM:

  1. You can make a volume snapshot of the system before a major change (for example, an update).

  2. You can enable caching and use HDD together with SSD cache

  3. You can build raid 0,1,5 directly on LVM (you still need modules from mdraid)

  4. Even without a raid, you can expand the partition beyond one disk to another or migrate the partition from disk to disk (without even disabling it)

However, all this is done from the console and I do not know if there is a GUI.

[-] nitrolife@rekabu.ru 22 points 1 year ago* (last edited 1 year ago)

No one would understand what the amount in rubles means here. I suspect that even in dollars it is difficult to understand.

For example, is it possible to survive in Russia on $ 160 a month? The answer is - if you have a living space in a property or a country house, then yes, although this will make you save a lot on food, and in some cases you will starve a little.

In general, if you are interested in delving into the topic, there are a lot of social benefits for pensioners in Russia. For example, you can not pay land tax if you live outside the city, do not pay tax for a car, do not pay for public transport and in some cases for train tickets. Medical care is also free, although queues usually line up for several weeks in advance. But almost all of these benefits are provided not by the pension fund, but by other.

I can't speak for everyone, but many of my friends pensioners who have suburban plots are engaged in gardening to save on food. In any case, in the western part of Russia, where the climate allows.

In any case, in numbers, the situation is still exactly like this. My father has not worked officially for half his life and receives a pension of 13,000 rubles. 143$. My mother worked almost all her life at two jobs with a high salary and receives 18,000 rubles. 197$. Almost all pensioners rely on children to provide money or work to death.

And proof for you:

[-] nitrolife@rekabu.ru 8 points 1 year ago* (last edited 1 year ago)

that is, 0.6% of the total number of people who can be drafted into the army.

The current political regime is not particularly concerned about military losses. even if we take into account the 2 million Russians who left, 200,000 people still make up about 1% of the number of conscripts. Even if we assume that half of them will somehow manage to escape from the Ministry of Defense, 15 million people can still be called up into the army.

[-] nitrolife@rekabu.ru 41 points 1 year ago* (last edited 1 year ago)

no one is counting on pensions here. even if you have worked all your life in 2 companies at the same time with salary near 4000$ at mounth, you will receive pension only $160 per month.

[-] nitrolife@rekabu.ru 8 points 1 year ago

I use:

  1. Monitoring server - prometheus
  2. Alert manager for prometheus - alertmanager. You can write any triggers here.
  3. Web UI for prometheus - Grafana
  4. Exporters for prometheus - node-exporter, blackbox-exporter, mysql-exporter, psql-exporter etc. You can find exporter for everything you need.
  5. Some services native support pormetheus. Docker for example: https://docs.docker.com/config/daemon/prometheus/

If you whant cluster you can install thanos on prometheus.

[-] nitrolife@rekabu.ru 8 points 1 year ago

Debts forgiven by years:

  • 2005: Syria $9.7 billion , Ethiopia $1.1 billion
  • 2006: Algeria 4.7 billion $
  • 2007: Afghanistan 11.1 billion $
  • 2008: Iraq $12 billion , Libya $4 billion
  • 2010: Afghanistan $891 million, Mongolia $180 million
  • 2012: North Korea 11 billion $
  • 2013: Kyrgyzstan 500 million $
  • 2014: cuba $30 billion
  • 2015: Madagascar 88.9 million $
  • 2016: Mongolia $ 172 million , Uzbekistan $865 million

etc. Debt forgiven actually happens every year, nothing new.

[-] nitrolife@rekabu.ru 9 points 1 year ago* (last edited 1 year ago)

If on all trackers that hard to calculate.

First tracker: Upload 558.385 TB download ??? Ratio ???

Second tracker: Upload 11 TB download 12 GB ratio 979

I don't know how calculate anonymous trackers.

On current client:

Upload 46 TB, download: 2,5 TB, ratio 19, uptime 7 days

view more: next ›

nitrolife

joined 1 year ago