Posts

Showing posts from January 17, 2019

create Ubuntu Distribution based on my home directory?

Image
0 I have many programs install on my Ubuntu and on my home directory which are sourced in .bashrc as well. I just want to create my own distribution based on Ubuntu. I have tried uck and pingbuy builder . uck did not do the job perfectly and somehow just made a copy on my default root. Pingbuy builder is much more better but when I try to create the distro it is creating based on my hard drive. I have 300 GB hard drive with Ubuntu 16.04 LTS installed in it and pingbuy builder is making about 300,000 blocks for selected distribution. All I want is this: I have some programs installed in ~/src and they are sourced in ~/.bashrc and some of them are in /opt . I just want to create a distribution to include just my root and my installed program in /home/$USER . my result must be an .iso file

水処理

Image
ポルトガル北東部の都市ブラガンサにある水処理所 水処理 (みずしょり、英語:water treatment)とは、水を使用目的にあわせた水質にするための、または、周辺環境に影響を与えないよう排出するための各種の処理。 目次 1 概説 2 水処理の方法 3 処理後の分析技術 4 主な水処理技術メーカー 5 脚注 6 関連項目 7 外部リンク 概説 便器洗浄水に工業用水道水が使用されているトイレの水洗便器 地球上の水の総量は約14億km 3 で、海水が97.5%、淡水は2.5%である [1] 。継続的に利用できる淡水の水量はさらに少なく約10万km 3 に過ぎず、淡水は地域的にも偏って存在している [1] 。水不足への対策としては、需要面では節水(及び節水技術)があるが、供給面では下排水の再利用や海水の淡水化などの水処理技術が挙げられる [1] 。 水処理技術は次のような用途に用いられる。 海水の淡水化 :海水から塩分を除去し、淡水(真水)を得る。 食品製造 :微生物や有毒物質に汚染されていない水を得る。 半導体素子製造 :洗浄用に不純物のほとんどない超純水が必要である。 ボイラー給水 :スケールによる熱交換効率の低下や腐食を防ぐため、イオン交換・薬品添加が行われる。 冷却塔 :スライムによる熱交換効率の低下やレジオネラ菌による感染症を防ぐため、薬剤添加が行われる。 水処理の方法 水処理の方法は、物理化学的処理(汚濁物質の大きさ・比重・化学的特性で分離)と生物的処理(微生物の吸収・分解作用を利用)に大別される [1] 。水処理施設では各種の技術を組合せた処理プロセスが構築されている [1] 。 物理化学的処理 沈殿分離 浮上分離 濾過 砂濾過 急速濾過 緩速濾過 脱水濾過 膜分離 : 膜によりより細かな物質を除去する。 逆浸透膜 限外濾過膜 精密濾過膜 イオン交換 陰イオン交換樹脂 陽イオン交換樹脂 キレート樹脂 物理吸着 活性炭 ストリッピング :揮発性有害物質を気体を吹き込むことにより気体側に分離する。 酸化・消毒 塩素 オゾン :

Remote Git client

Image
0 I'm in the process of migrating from an OSX dev env to Windows with everything in a Linux VM. I want to work locally on Windows so I've got Mountain Duck running to mount the dev dirs via SFTP which is working great. One thing I'm missing is a nice git GUI for handling commits. I'm comfy with the command line but I really miss GitX on OSX. Does anyone know of a git client that works on remote repos? e.g. a git client that I can run on Windows but manage the repo on the VM? And so I'm clear, I don't want to clone the repo locally on Windows, make the change, commit the change, push the change, then pull the change on the VM. I want to edit files directly on the VM then commit them directly on the VM when I'm happy to. Thanks :D li