Puppy Slacko 32-6.3.0 の BootCDを作った。
2016-04-24-02-50JST
The report is written in Japanese. Directions other than Japanese should click a translation button, and should choose language. 記事は、日本語で書かれています。 日本語以外の方は、翻訳ボタンをクリックして言語を選択してください。
このブログを検索
2016年4月24日日曜日
2016年1月26日火曜日
XAMPP
XAMPP
xampp-linux-1.8.1.tar.gz ファイルをダウンロードして、
インストールしました。
xampp-linux-1.8.1.tar.gz ファイルをダウンロードして、
インストールしました。
google 検索:LINUX用の無料サーバー XAMPP tar.gz ファイル
ダウンロード先:
http://osdn.jp/projects/sfnet_xampp/downloads/XAMPP%20Linux/1.8.1/xampp-linux-1.8.1.tar.gz/
参考サイト:
PHP XAMPP(旧LAMPP)の開発環境構築 ダウンロード インストール手順
解凍コマンド:
tar xvfz xampp-linux-1.8.1.tar.gz -C /opt
2016年1月25日月曜日
シェルスクリプ - メモ
シェルスクリプ - メモ
-----
テスト用 ファイル名:helloworld.sh
-----
参考サイト:
シェルスクリプト入門 - UNIX & Linux コマンド・シェルスクリプト リファレンス
-----
テスト用 ファイル名:helloworld.sh
#!/bin/bash echo "Hello World !" exit 0
-----
登録:
投稿 (Atom)