diff --git a/sources/tech/20150520 How to Use tmpfs on RHEL or CentOS 7.0.md b/sources/tech/20150520 How to Use tmpfs on RHEL or CentOS 7.0.md index 96dfbe2535..e2d4941e0b 100644 --- a/sources/tech/20150520 How to Use tmpfs on RHEL or CentOS 7.0.md +++ b/sources/tech/20150520 How to Use tmpfs on RHEL or CentOS 7.0.md @@ -1,3 +1,5 @@ +translating----geekpi + How to Use tmpfs on RHEL / CentOS 7.0 ================================================================================ Today we will talk about tmpfs CentOS 7 a file system that will keep all files and folders in the virtual memory of the operating system as opposed to actually writing them to the disk. This means that all the content in tmpfs is temporary in the sense that it’s not permanently written to the disk and in case the tmpfs is unmounted, the system is rebooted or the power is cut all content will be lost. From a technical point of view tmpfs puts everything in the kernel internal cache and then grows or shrinks to accommodate the files it contains ans is able to swap unneeded pages out of swap space. @@ -61,4 +63,4 @@ via: http://linoxide.com/file-system/use-tmpfs-rhel-centos-7-0/ 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](https://linux.cn/) 荣誉推出 -[a]:http://linoxide.com/author/adriand/ \ No newline at end of file +[a]:http://linoxide.com/author/adriand/ diff --git a/sources/tech/20150520 How to compile and install wxWidgets on Ubuntu or Debian or Linux Mint.md b/sources/tech/20150520 How to compile and install wxWidgets on Ubuntu or Debian or Linux Mint.md index 04014c599e..6719acdbc4 100644 --- a/sources/tech/20150520 How to compile and install wxWidgets on Ubuntu or Debian or Linux Mint.md +++ b/sources/tech/20150520 How to compile and install wxWidgets on Ubuntu or Debian or Linux Mint.md @@ -1,3 +1,5 @@ +translating---geekpi + How to compile and install wxWidgets on Ubuntu/Debian/Linux Mint ================================================================================ ### wxWidgets ### @@ -164,4 +166,4 @@ via: http://www.binarytides.com/install-wxwidgets-ubuntu/ [2]:https://wiki.wxwidgets.org/Updating_to_the_Latest_Version_of_wxWidgets#The_wx-config_script [3]:https://www.wxwidgets.org/downloads/ [4]:https://wiki.wxwidgets.org/Compiling_and_getting_started -[5]:https://wiki.wxwidgets.org/Updating_to_the_Latest_Version_of_wxWidgets \ No newline at end of file +[5]:https://wiki.wxwidgets.org/Updating_to_the_Latest_Version_of_wxWidgets