centos

検索

以下に検索結果を表示します。

centos6_rpmfusion @linux:centos
41 ヒット, 最終更新:
===== CentOS 7.1 で EPEL, RPM Fusion, Remi, RepoForge(RPM Forge) リポジトリを利用する =====  パッケージをインストールするために以下のコマンド... orities </code> <code> $ sudo vi /etc/yum.repos.d/CentOS-Base.repo </code> <code autoconf> [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&in
virt-install @linux:qemu-kvm
36 ヒット, 最終更新:
| 3.0 | http://suse.com/caasp/3.0 centos6.0 | CentOS 6.0 | 6.0 | http://centos.org/centos/6.0 centos6.1 | CentOS 6.1 | 6.1 | ht
mock
27 ヒット, 最終更新:
0x.cfg opensuse-tumbleweed-s390x.cfg centos+epel-7-ppc64le.cfg fedora-37-x86_64.cfg opensuse-tumbleweed-x86_64.cfg centos+epel-7-x86_64.cfg fedora-38-aarch64.cfg oraclelinux+epel-7-aarch64.cfg centos-7-aarch64.cfg fedora-38-i386.cfg oraclelinux+epel-7-x86_64.cfg centos-7-ppc64.cfg fedora-38-ppc64le
virsh @linux:qemu-kvm
24 ヒット, 最終更新:
------------------------------------------ - CentOS_6_x86_64_001 シャットオフ - CentOS_6_x86_64_002 シャットオフ - Fedora_17_x86_64_001 ... s=GRN>$</b> <b class=HIY>sudo</b> virsh autostart CentOS_6_x86_64_001 </pre></html></WRAP> <WRAP color_result><html><pre> ドメイン CentOS_6_x86_64_001 が自動起動に設定されました </pre></html></WRAP> <
centos-ds_install @linux:centos
23 ヒット, 最終更新:
====== CentOS Directory Server のインストール ======  以降は CentOS 5.5 にて CentOS Directory Server を導入した際のメモです。 ===== centos-ds のインストール ===== <code> # yum install centos-ds ~省略~ Dependen
srpm_download
22 ヒット, 最終更新:
リポジトリファイルを作成する。<code> $ sudo vi /etc/yum.repos.d/CentOS-SRPMS.repo </code><code> [base-source] name=CentOS-$releasever - Base Source #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os baseurl=http://vault.centos.org/6.5/os/Source/ gpgcheck=1 gpgkey=file:///etc/
job @linux:commands
22 ヒット, 最終更新:
ド実行する。 <code> $ curl -O http://ftp.riken.jp/Linux/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-bin-DVD1.iso & $ curl -O http://ftp.riken.jp/Linux/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-bin-DVD2.iso & </code> ===== ジョブ確認[jobs] ===== <code> $ jobs [1]- 実行中
rpmfusion @linux:centos
18 ヒット, 最終更新:
===== CentOS 7 で EPEL, RPM Fusion, Remi, RepoForge(RPM Forge), Nux Dextop リポジトリを利用する =====  パッケージをインストールする... L - FedoraProject]]\\ Red Hat Enterprise Linux や CentOS で Fedora と同等環境を実現する信頼性の高いパッケージの提供するレポジトリ。\\ 目標の F... orities </code> <code> $ sudo vi /etc/yum.repos.d/CentOS-Base.repo [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$release
fedora_support_for_build_scripts @linux:openlitespeed
16 ヒット, 最終更新:
epel-release This script only works on 7/8/9 for centos family._Static_assert </pre></html></WRAP> </WRAP... incode><code> This script only works on 7/8/9 for centos family._Static_assert このスクリプトは、centos ファミリの 7/8/9 でのみ機能します。_Static_assert😥 </code></WRAP> ===== build.sh... wnlinux + '[' -f /etc/redhat-release ']' + OSTYPE=CENTOS + yum update -y メタデータの期限切れの最終確認: 0:34:56 時間前の 202
redhat
9 ヒット, 最終更新:
Linux 7.2 | | Red Hat Enterprise Linux 2.1 | | CentOS 2 | | | | Red Hat Linux 9 | | Red Hat Enterprise Linux 3 | | CentOS 3 | | | | Fedora Core 3 | | Red Hat Enterprise Linux 4 | | CentOS 4 | | | | Fedora Core 6 | | Red Hat Enterprise Linux 5 | | CentOS 5 | | manylinux1 | | Fedora 12 / 13 | | Red Ha
mysql
7 ヒット, 最終更新:
3:on 4:on 5:on 6:off </code> Fedora, CentOS7 <code> $ sudo systemctl enable mariadb.service <... [ OK ] </code> Fedora, CentOS7 <code> $ sudo systemctl start mariadb.service </... これらの条件を満たすためには、予め以下の二つの手順を実行しておくこと。\\ \\  [[linux:centos:rpmfusion|CentOS で RPM Fusion を利用する]]\\  [[linux:centos:centos_install_lamp|CentOS による LAMP(Apache, MySQL
upgrade @linux:centos
7 ヒット, 最終更新:
====== CentOS を Upgrade する方法 ====== ===== CentOS のバージョンを確認 ===== <code> $ cat /etc/redhat-release </code> ===== CentOS のアップグレード ===== <code> $ sudo yum clean all $ sudo... po=remi </code> ===== 参考文献 ===== [[http://www.how2centos.com/upgrading-centos-5-5-to-centos-5-6/|Upgrading
service @linux:commands
7 ヒット, 最終更新:
> $ sudo systemctl start {httpd,php-fpm} </code> CentOS 6 <code> $ sudo service httpd start </code> ====... e> $ sudo systemctl stop {httpd,php-fpm} </code> CentOS 6 <code> $ sudo service httpd stop </code> =====... $ sudo systemctl restart {httpd,php-fpm} </code> CentOS 6 <code> $ sudo service httpd restart </code> ==... pd.service </code> サービスにHUPシグナルを送って設定を反映させる。\\ \\ CentOS 6 <code> $ sudo service httpd reload </code> ===
pkg_install @linux:samba
7 ヒット, 最終更新:
よるインストール ====== ===== パッケージインストール ===== Fedora & CentOS 7 ~ <WRAP color_term> <WRAP color_command><html><... 完了しました! </pre></html></WRAP> </WRAP> **CentOS 6**\\ <WRAP color_term> <WRAP color_command><html... ></WRAP> </WRAP> ===== サービス自動起動設定 ===== Fedora & CentOS 7 ~ - サービス自動起動設定を行う。<code> $ sudo systemctl ena... loaded active running Samba SMB Daemon </code> CentOS 6 - サービス自動起動設定を行う。<code> $ sudo chkconfig smb o
qemu-kvm
6 ヒット, 最終更新:
Fedora minimal インストール(ゲストOS)]]\\ [[linux:qemu-kvm:centos_minimal_install|CentOS minimal インストール(ゲストOS)]]\\ [[linux:qemu-kvm:tuned_setup|Tunedのセットアップ]]\\ [[linux:qe... 。 <code> http://ftp.yz.yamagata-u.ac.jp/pub/linux/centos/ </code> ==== 仮想ディスクイメージを準備 ==== 仮想マシンのディスクイメージは... ------------------------------------------ - centos-vm-base シャットオフ - green-vm-ba
vnc
6 ヒット, 最終更新:
introduction
5 ヒット, 最終更新:
openlitespeed
5 ヒット, 最終更新:
postgresql
5 ヒット, 最終更新:
centos_install_lamp @linux:centos
5 ヒット, 最終更新:
server @linux:openssh
5 ヒット, 最終更新:
centos-idm-console @linux:centos
4 ヒット, 最終更新:
nginx @linux:centos
4 ヒット, 最終更新:
7zip
3 ヒット, 最終更新:
monodevelop
3 ヒット, 最終更新:
tortoisehg
3 ヒット, 最終更新:
xrdp
3 ヒット, 最終更新:
centos6_php516_install @linux:centos
3 ヒット, 最終更新:
centos7_driver_blacklist @linux:centos
3 ヒット, 最終更新:
centos_mod_wsgi @linux:centos
3 ヒット, 最終更新:
package_management @linux:commands
3 ヒット, 最終更新:
install_lamp @linux:fedora
3 ヒット, 最終更新:
centos_minimal_install @linux:qemu-kvm
3 ヒット, 最終更新:
tuned_setup @linux:qemu-kvm
3 ヒット, 最終更新:
selinux
2 ヒット, 最終更新:
unrar
2 ヒット, 最終更新:
visual_studio_code
2 ヒット, 最終更新:
yumex
2 ヒット, 最終更新:
install_python_dependencies @linux:anyenv
2 ヒット, 最終更新:
centos7_mysql_install @linux:centos
2 ヒット, 最終更新:
minimal_install @linux:centos
2 ヒット, 最終更新:
update_rescue_kernel @linux:fedora
2 ヒット, 最終更新:
git
1 ヒット, 最終更新:
httpd
1 ヒット, 最終更新:
mongodb
1 ヒット, 最終更新:
nginx
1 ヒット, 最終更新:
openssl_private_ca
1 ヒット, 最終更新:
open_ni
1 ヒット, 最終更新:
pgpouncer
1 ヒット, 最終更新:
rename_hostname
1 ヒット, 最終更新:
build_failed_python_311 @linux:anyenv
1 ヒット, 最終更新:
centos5_python26 @linux:centos
1 ヒット, 最終更新:
centos_intel_e1000e_driver @linux:centos
1 ヒット, 最終更新:
samba_ad_dc_rpmbuild @linux:samba
1 ヒット, 最終更新:
network_manager_bridge @linux:commands:network
1 ヒット, 最終更新: