「Linux」opensslでファイルの暗号化、復号化操作サンプル
1.対称暗号方式
1.1ファイルを暗号化する
# openssl enc -des3 -a -salt -in/etc/fstab -out/root/fstab.cipher
enter des-ede3 ...
LinuxにNTP時刻同期サーバーを迅速に構築する手順
1.ntpのインストール
yum -y install ntp
2.ntp.confを設定
2.1 vim/etc/ntp.conf
方法1:「192.168.100.0」のネットワークのクライアン ...
Zorin OS 9 ダウンロード
ダウンロード
Download (MD5): zorin-os-9-core-64.iso(1,426MB)
更新内容:
The main focus for Zorin OS 9 has been o ...
「Java」replaceFirst()を利用するサンプル
サンプルコード
package com.arkgame;public class ReplaceFirstDemo {public static void main(String+", "cft");System.out.pri ...「Linux」systemctlコマンドのメモ
1.電源を切る
# systemctl poweroff
2.再起動
# systemctl reboot
3.サスペンド
# systemctl suspend
4.ハイバ ...
Ubuntu MATE Remix 14.04 Alpha 1ダウンロード
ダウンロード
提供元サイトからダウンロード
インストールコマンド:
echo "deb trusty main" | sudo tee /etc/apt/sources.list.d/mate-deskto ...[Linux]PCIデバイスの情報を表示する
操作方法
# lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX – 82443BX/ZX/DX Host bridge (rev 01)
[Linux]chmodでファイルのバーミッションを755に変更する方法
書式
a 全てのユーザ
x 実行権
r 読み取り
w 書き込み
u 所有者
使用例1
# chmod a+x test.txt
# ls -l test.txt ...
CentOS7にduplicity0.6.26をインストールする
1.epelのインストール
# yum install
2.依存パッケージのインストール
# yum install python-devel librsync-devel librsync python- ...
「Linux」modprobeでカーネルモジュールをロード、アンロードする方法
書式
lsmod |grep -E ‘モジュール名’
modprobe モジュール名
modprobe -r モジュール名
操作方法
1.モジュールの依存関係を確認 ...
「Linux入門」コマンドで空行を削除する方法
操作サンプル
1.grep コマンドで空行を削除
# grep -v ‘^$’ testdata.txt
2.sed コマンドで空行を削除
# sed ‘/^$/ ...
「Linux」fmtでテキストファイルを整形して表示する
書式
fmt -w 文字数 ファイル名
-t:段落最初から2行目のインデントを保存し、段落の左マージンに使用
使用例
1行あたりの20文字を指定します。
# fmt -w 20 resolv ...
「RHEL7」FirewallD is not runningの解決方法
エラー現象
FirewallD is not running
# cat/etc/redhat-release
Red Hat Enterprise Linux Server realease 7.7(Ma ...
[Linux]カーネルイメージとカーネルのバージョンを確認する方法
操作方法
1.bootディレクトリの表示
# ls/boot/
System.map-4.18.0-240.15.1.el8_3.x86_64 initramfs-4.18.0-240.15.1.el8_3.x ...
CentOS 7.0 QAダウンロード
ダウンロード:
アナウンス、ダウンロード、Phoronix
更新内容:
– This is NOT the final CentOS 7 release. Packages, ISOs, ...
CentOS7にOctaveをインストールするコマンド
$ sudo yum -y install epel-release
$ sudo yum -y install octave
ubuntuシステムセキュリティ
1.一般的なコマンド
-who、w、last、history、netstat、top、finger
2.システムのログ、ファイル、時間とプロセス情報
/var/log/messages
/home/us ...
Robolinux 7.5.3ダウンロード
ダウンロード:
提供元サイトからダウンロード