bash special parameters

Character Definition $* Expands to the positional parameters, starting from one. When the expansion occurs within double quotes, it expands to a single word with the value of each parameter separated by the first character of the IFS special variable. $@ Expands to the positional parameters, starting from one. When the expansion occurs within double quotes, each […]

package manager

The goal of FPM is to be able to easily build platform-native packages. Creating packages easily (deb, rpm, etc) Tweaking existing packages (removing files, changing metadata/dependencies) Stripping pre/post/maintainer scripts from packages

Кого читаєм?

Александр Левітас – бізнес-тренер та консультант. Супер цікавий блог. http://smartfield.ru/blog/ – цікавий блог компанії

made my day

Right below the “Changes to be committed” text, it says “use git reset HEAD … to unstage”. So, let’s use that advice to unstage the benchmarks.rb file: $ git reset HEAD benchmarks.rb benchmarks.rb: locally modified $ git status # On branch master # Changes to be committed: # (use “git reset HEAD …” to unstage) […]

Закріпити рядок в Google Docs

Щоб закріпити область в Google Docs (Гугл Документах) В меню документу обрати “Вид (View) > Закріпити рядок (Freeze Rows)” ну або “Вид (View) > Закріпити стовбці (Freeze Columns)”.