Travel around the world

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 ...

Isla del Sol - no way to avoid to take a money

Isla del Sol - hike trail

The island Isla del Sol located in the southern part of lake Titicaca at an elevation of 3800 meters above sea level. The island is divided in two parts – the north end the south community. We landed on the north part of the island near the village Challapampa. Challapampa bay is very big and beautiful, with clean calm blue water. There were several cafes on the beach where we had breakfast. The trail started from the beach near a small museum with ancient ceramics and bones in glass cases.

 
 

Then the surprises started. Near the museum stood a man who asked us for tickets to go on a trail, but the museum was free. We bought two tickets for 10 Soles and continued on our way. The trail went near a school, between houses and terraced fields. Near the school an old lady in traditional dresse checked our tickets and wished us good luck.

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

 

Add comment


Security code
Refresh