サーバー

動画

GitLab Beginner Tutorial 7 | GitLab CI/CD Getting Started

all FREE Courses - Today we will learn 1. What is GitLab CI/CD 2. Create .gitlab-ci.yml 3. Run CI/CD pipeline GitLab CI ...
動画

Demo: CI/CD with GitLab

Product Manager Joshua Lambert shows how easy it is to set up a new project with CI/CD in GitLab, helping you to ship be...
動画

GitHub vs GitLab | PlatziLive

Entra los curso de GitHub y GitLab: GitHub- GitLab- GitLab te permite controlar el flujo completo de desarrollo desde un...
動画

GitLab Beginner Tutorial 4 | How to create SSH Key

all FREE Courses - Today we will learn What is SSH key How to setup SSH key in GitLab SSH - Secure Shell - Used for auth...
動画

Getting started with Git and GitLab

In this quick tutorial we get you started with using Git and GitLab (Cloud). We cover: - creating a project in GitLab - ...
サーバー

Nextcloud running at OpenLiteSpeed in Ubuntu 21.10.

Index use Ubuntu 21.10. install nextcloud setting. cmd list.NextCloudinstance hosted onOpenLiteSpeed webserverApparently...
IT・通信関連

Gitlab running at OpenLiteSpeed in Ubuntu 21.10.

Ubuntu update package nameVersionUbuntu21.10OS in PHP8.+openlitespeed1.7.+ LiteSpeedServerにGitlabを導入する方法についてのメモ。 1. 依存パッ...
IT・通信関連

Gitlab Setting for LiteSpeed

Gitlab Setting LiteSpeedServerにGitlabを導入する方法についてのメモ。 1. 依存パッケージのインストールと設定 sudo apt-get update sudo apt-get install -y cu...
IT・通信関連

【CentOS】OpenLiteSpeed Web サーバーとNextCloudのインストールについて

概要 Apache2からLiteSpeed Webサーバーに切り替えてみた。Apaheより高速であるけれど少しくせがあるようで少しわかりずらいというかむず痒いところが届かないですが試してみると意外と楽しく、運用できます。CentOSでの導入...
サーバー

Ruby の gem コマンド 解説

gemコマンドとは 他のプログラミング言語と同じように、Rubyにも便利なライブラリがたくさんあって、それらを使うことでより簡単に速くプログラムを作ることができます。Rubyのパッケージ(=ライブラリ)はgemと呼ばれていて、RubyGem...