Linux

Thumbnail of post image 089

MySQL(MariaDB)で、SQLのクエリーログを出力する MySQLやMariaDB ...

Linux

Thumbnail of post image 018

MySQLでCSVファイルにエクスポートした場合、「Null」が「¥N」になる 下記のよう ...

Linux

Thumbnail of post image 107

MySQLでselect文をCSVにエクスポート MySQLのテーブルをCSVファイルにエ ...

Linux

Thumbnail of post image 035

シンボリックリンクでデータベースの保存先を変更 mariadb, MySQLで、データベー ...

Linux,Ubuntu

Thumbnail of post image 002

CentOSでOSのバージョン確認 Redhat系のCentOSで、OSのバージョンを確認 ...

Linux,Mac

Thumbnail of post image 135

最近、PHPのプログラムの編集作業があって久しぶりにPHPのプログラムを修正してテストする ...

Linux

Thumbnail of post image 042

ownCloudを9系から10系にバージョンアップ ownCloudのバージョンが9系のま ...

Linux,Ubuntu,プログラミング

Thumbnail of post image 033

シェルスクリプトでwhile文を利用して、そのループ処理内にsshコマンドを使用するとルー ...

Linux,Ubuntu

Thumbnail of post image 091

vimでのタブの文字数はデフォルトでは「8文字」です。プログラムとか書いているとタブが8文 ...

Linux

Thumbnail of post image 123

sedコマンドで空行を除いて表示する sedコマンドで空行の削除して表示するには、以下のよ ...

Linux

Thumbnail of post image 016

設定ファイルで有効になっている設定のみ表示する Apacheの設定ファイルなどで「#」でコ ...

Linux

Thumbnail of post image 134

CentOS 7にPHP 5.6から7.2にバージョンアップ CentOS 7.x系では、 ...

Linux,Ubuntu,プログラミング

Thumbnail of post image 001

MySQLでCSVファイルにエクスポートした場合、「Null」が「¥N」になる 下記のよう ...

Linux

Thumbnail of post image 080

sshログイン時に「but this does not map back to the a ...

Linux,Mac,Ubuntu

Thumbnail of post image 093

特定の文字を含む行を削除して別名で出力する ファイル内で特定の文字列を含む行を削除するには ...