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

Thumbnail of post image 022

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

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

Thumbnail of post image 139

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

Linux

Thumbnail of post image 172

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

Windows10

Thumbnail of post image 062

SSHクライアントで、TAB入力補完の警告音を消す Tera Term、RLogin等のT ...

Windows10

Thumbnail of post image 189

PCケースを開けずに、メモリの規格・型番を調べる方法 使っているパソコンのメモリを増設した ...

Linux

Thumbnail of post image 200

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

Linux

Thumbnail of post image 107

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

Linux

Thumbnail of post image 059

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

Linux

Thumbnail of post image 069

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

Ubuntu

Thumbnail of post image 026

Ubuntu 16.04 に squid 3.5 をインストール ubuntu 16.04 ...

Linux,Ubuntu

Thumbnail of post image 107

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

Mac

Thumbnail of post image 091

MacBookのバッテリーの充電回数を調べる 2014年のMacBook Proをを所有し ...

Linux,Mac

Thumbnail of post image 104

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

Linux

Thumbnail of post image 036

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

Linux,Ubuntu,プログラミング

Thumbnail of post image 117

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