Travel around the world

Climbing Mount Kazbek (5054 m) from Georgia. A self-planned journey to Georgia with an ascent of one of the highest peaks in the Caucasus.

Climbing Mount Kazbek from Georgia in 2025This is a story about a self-planned climb of one of the most beautiful and highest peaks of the Caucasus — Mount Kazbek (5054 m).

For Tanya, this was her first attempt to conquer the summit, for me — the second. My first attempt in September 2011 from the North Ossetia side during the annual Kazbekiada ended in failure: three days of storms at 4200 meters and a descent to the radon springs with a friend who developed pulmonary edema. This time (spoiler alert) everything went successfully, and we want to share our climbing experience, impressions of ascending from the Georgian side, and the joy of reuniting with friends.

This route is more logical and simpler in terms of approaching the assault camp. The technical ascent from the upper plateau (4500 m) to the summit follows a single path, regardless of whether you approach from Russia or Georgia.

So, let’s get started!

Read more ...

How to Create and enforce Github branch protection rules for Organization. Best Practice

git branches

We are going to enforce the Git Best Practice branch's protection rules and recommendaions for GitHub Organization repositories.

Also we will automate a proces of adding and updating teams and branch protection rules to GitHub Organization repository.

There is the same way to apply branch protection and recommendaions to private (non-organization GitHub repositories but you need to modify the automation scipts). Also some options are not available for non-organization GitHub repositories.

 

 

 

 

Read more ...

Joshua Tree National park.

Национальный парк Joshua TreeAnd once again, we make our journrey with friends, to Joshua Tree National Park

We make our way down here every year, on the last weekend of May, so that we can experience the desert heat, rock climb on real rocks, take some time away from work, and spend our time with good people. On this trip, our whole family came, along with Boris, Natasha, Yulia, Victor Zybin, Kirk + Caren, Gina + Steven, Mónica + Nuno, Brian, Maya + Steve (this is so I don't forget). 
What is Joshua Tree National Park? This is a part of the top of the Mojave Desert - a plateau resting at 1200 meters above sea level, with the temperature lower by 5-10 C, than in the lower part of Mojave Desert. 

What is the Mojave Desert. It is a small desert in North America, where many Hollywood movies were filmed. So, if you see a Hollywood movie with a desert, moon, The Martian - then it was in the Mojave Desert, since Los Angeles and Hollywood are only a one hour drive away. Top Gun was also filmed here. 

Read more ...
Простой способ установить Linux на  NAS-323 и получить все прелести работы прошивки NAS-323 и пакетов Linux одновременно. Далее инструкция.
Ставим последнюю прошивку на NAS-323. Перезагружаем NAS. Заходим на нас устанавливаем статический IP (например 192.168.0.10). В приложении.
Качаем и разархивируем на компютере инсталлер Linux. В приложении.
Копируем по сети файлы linux.tar и fun_plug на первый жесткий диск Volume_1 установленный в NAS-323. Перезагружаем NAS.

 
Запускаем терминал. Пишем: ssh This email address is being protected from spambots. You need JavaScript enabled to view it.

Водим пароль: 12345678

Меняем пароль root: passwd

Изменяем репозиторий: mv /etc/apt/sources.list.d/etch.list /etc/apt/sources.list.d/lenny.list

nano /etc/apt/sources.list.d/lenny.list

deb http://archive.debian.org/debian/ lenny main non-free contrib
deb http://archive.debian.org/debian-backports lenny-backports main contrib non-free
deb-src http://archive.debian.org/debian/ lenny main contrib non-free

Сохраняем


apt-get update
apt-get install debian-archive-keyring


Если получатся ошибка выполняем команды ниже. где
xxxxxxxxxxxxxxxx - ключь

aptitude dist-upgrade

gpg --recv-key --keyserver wwwkeys.eu.pgp.net xxxxxxxxxxxxxxxx gpg --export xxxxxxxxxxxxxxxx | apt-key add -

или так

All gnupg public keys are available with the debian package "debian-archive-keyring".
A "apt-get install debian-archive-keyring" or better "aptitude install debian-archive-keyring" wil do the job.

Hint for adding single gnupg key for package verifying:
"gpg --export --armor $GNUPG-KEYID | apt-key add - "

An examble based on the values in this article:
"gpg --export --armor 55BE302B | apt-key add - "



Fix Perl locale-related problems

If you see the following error when running perl:

perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_GB.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").

Then run:

# apt-get instal locales # dpkg-reconfigure locales

(be sure to generate the en_US.UTF-8 locale)

 

Дальше пробуем опять


apt-get update
apt-get dist-upgrade

Перезагрузить и снова
apt-get update
apt-get upgrade


Установить необходимые пакеты apt-get install vlan mc rsync


http://kylek.is-a-geek.org:31337/files/ffp/0.7-oabi/
Transmission-2.83-oabi-1.txz

 

You have no rights to post comments