Linux,Mac,Ubuntu,プログラミング

Thumbnail of post image 116

文字列・変数を連結する方法 PHPで文字列を結合するには、結合演算子「.」を使う場合と、結 ...

Linux,Mac,Ubuntu,プログラミング

Thumbnail of post image 124

シングルクォート(シングルコーテーション)とダブルクォート(ダブルコーテーション)の違い ...

Linux

Thumbnail of post image 162

uniqコマンドで重複した行を削除・表示する Linuxのuniqコマンドを利用すると、重 ...

Linux

Thumbnail of post image 016

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

Linux

Thumbnail of post image 159

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

Linux

Thumbnail of post image 053

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

Linux

Thumbnail of post image 014

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

Linux,Ubuntu

Thumbnail of post image 016

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

Linux,Mac

Thumbnail of post image 137

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

Linux

Thumbnail of post image 077

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

Linux,Ubuntu,プログラミング

Thumbnail of post image 114

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

Linux,Ubuntu

Thumbnail of post image 062

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

Linux

Thumbnail of post image 086

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

Linux

Thumbnail of post image 079

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

Linux

Thumbnail of post image 057

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