〇Vivaldiの画面(AlmaLinux 9)
〇Vivaldiの画面(Rocky Linux 9)
インストール方法
以下のコマンドを実行します。wget --inet4-only https://downloads.vivaldi.com/stable/vivaldi-stable-5.5.2805.42-1.x86_64.rpm
sudo dnf -y install ./vivaldi-stable-5.5.2805.42-1.x86_64.rpm
wget --inet4-only https://downloads.vivaldi.com/stable/vivaldi-stable-5.5.2805.42-1.x86_64.rpm
sudo dnf -y install ./vivaldi-stable-5.5.2805.42-1.x86_64.rpm
sudo apt-get update
sudo apt-get -y install variety
sudo apt-get update
sudo apt-get -y install tea
# install node.js
curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
sudo dnf -y install nodejs
# install yarn
curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
sudo yum -y install yarn
# install prettier
sudo yarn global add prettier
$ echo '<!DOCTYPE html><html lang="ja"><head><meta charset="UTF-8"><title>sample</title></head><body>サンプル</body></html>' | prettier --stdin-filepath test.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>sample</title>
</head>
<body>
サンプル
</body>
</html>
sudo dnf -y install redis
sudo systemctl enable redis
sudo systemctl start redis
# 動作確認は以下のコマンドを実行します。
redis-cli << EOF
ping
flushall
set mykey "hello world."
get mykey
EOF
sudo mkdir -p /opt/redis-ui
cd /opt/redis-ui
sudo wget https://github.com/patrikx3/redis-ui/releases/download/v2022.10.105/P3X-Redis-UI-2022.10.105.AppImage
sudo chmod +x P3X-Redis-UI-2022.10.105.AppImage
cat << EOF | sudo tee /usr/share/applications/redis-ui.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/opt/redis-ui/P3X-Redis-UI-2022.10.105.AppImage
Name=P3X Redis UI
Categories=Development;
EOF
sudo apt-get update
sudo apt-get -y install build-essential gir1.2-gtk-3.0 gir1.2-rsvg-2.0 gobject-introspection libgirepository1.0-dev libglib2.0-dev libgtksourceview-3.0-dev libjpeg-dev libpango1.0-dev python3-dev python3-gi python3-gi-cairo python3-wrapt python3-setuptools
wget https://github.com/shoebot/shoebot/archive/refs/tags/v1.4.tar.gz
tar xvfz v1.4.tar.gz
sudo mv ./shoebot-1.4 /opt
cd /opt/shoebot-1.4
sudo python3 setup.py install
cat << EOF | sudo tee /usr/share/applications/shoebot.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/usr/local/bin/shoebot
Name=Shoebot
Categories=Development;
Icon=/opt/shoebot-1.4/assets/shoebot-ide.png
EOF
sudo apt-get -y install contextfree
# サンプルの実行
wget https://www.contextfreeart.org/gallery/uploads/7a/59/7a598fa290a056e9f09e7a29c2c90e7e/4113/galaxy.cfdg
cfdg galaxy.cfdg galaxy.png