2019年8月29日木曜日

openwrt usb.Tethering setup

opkg update
opkg install kmod-usb-net kmod-usb-net-rndis kmod-usb-net-cdc-ether kmod-usb-net-ipheth usbmuxd libimobiledevice usbutils luci-proto-relay luci-theme-material  relayd 

 /etc/init.d/relayd enable

uci set network.TetheringWAN=interface
uci set network.TetheringWAN.proto='dhcp'
uci set network.TetheringWAN.ifname='usb0'
uci set firewall.@zone[1].network='wan wan6 TetheringWAN'
uci commit
 

2019年7月20日土曜日

LINUX MINT 19 LXDE 32BIT INSTALL

LINUX MINT 19 LXDE 32BITが軽くて、動画も簡単に見えます。

Firefox ウェブ・ブラウザで確認できた動画
NETFIX
TVER
AMAZON
GYAO
abema.tv

2019年7月18日木曜日

LINUX MINT 19 Xfce 64bit インストール & リマスターの作成

下記を読んで日本語などインストールしとく

Linux Mint 19.x: インストール後やっておくべき 30 選


NETFLIXなど対応した Slimjet(chrome64bit互換)のインストール

Slimjet 64-bit Deb パッケージ(.deb)

Tverは、設定>拡張機能に
User-Agent Switcher and Managerをいれて
windows10 chrome にする


ISOファイルをUSBに書き込みツールのインストール

sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt update
sudo apt upgrade
sudo apt-get install unetbootin

ハードディスクのパーテション編集ソフトのインストール

sudo apt-get install gparted


リマスターを作成するソフトrespinを入れる



余分なマウントは、アンマウントする。

sudo nano /etc/respin.conf でLIVEUSER="custom"を編集 

sudo respin  dist

sudo cp -r /usr/lib/syslinux/modules/* /etc/PinguyBuild/.

もう一度

sudo respin  dist
下記の様になれば、成功


Creating custom-dist.iso.md5 in /home/respin/respin
/home/respin/respin/custom-dist.iso which is 3.1G in size is ready to be burned or tested in a virtual machine


下記のコマンドでusb起動できるようになる

sudo unetbootin


その他

pinguybuilderも

sudo cp -r /usr/lib/syslinux/modules/* /etc/PinguyBuild/.

すると動くかも




2019年3月22日金曜日

小説家になろう 読み上げ android これは、便利

https://narou.nyanpass.jp/?book_type=1
ここから、小説家になろうの読みたいものを電子化書籍Epub形式にする。
それを、https://play.google.com/books/uploads?source=gbs_lp_bookshelf_list
で、ファイルをアップロードします。

androidアプリは、
https://play.google.com/store/apps/details?id=com.google.android.apps.books&hl=ja
です。

音声読み上げが素晴らしく便利です。音飛びもないです。

Ubuntu 日本語キーボード設定

openwrt usb.Tethering setup

opkg update opkg install kmod-usb-net kmod-usb-net-rndis kmod-usb-net-cdc-ether kmod-usb-net-ipheth usbmuxd libimobiledevice usbutils luci-...

Asteriskを導入 参考リンク