From f9e8d5fbda6b74a1464a6d072d94b4ab469f5220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Redoul=C3=A8s?= Date: Wed, 3 Jan 2018 16:33:23 +0100 Subject: [PATCH] new articles 2 new articles added --- bash/Reloading_.bashrc.html | 193 ++++++++++++++++++ bash/Reloading_fstab.html | 192 +++++++++++++++++ index.html | 5 +- ...he recommandation engine for articles.html | 2 +- pages/about.html | 2 +- python/Iterating_over_a_dataframe.html | 2 +- ...plotlib_figure_with_a_high_resolution.html | 2 +- ...ting_all_python_package_with_anaconda.html | 2 +- search.html | 2 +- sitemap.xml | 16 +- tipuesearch_content.json | 2 +- 11 files changed, 410 insertions(+), 10 deletions(-) create mode 100644 bash/Reloading_.bashrc.html create mode 100644 bash/Reloading_fstab.html diff --git a/bash/Reloading_.bashrc.html b/bash/Reloading_.bashrc.html new file mode 100644 index 0000000..6192592 --- /dev/null +++ b/bash/Reloading_.bashrc.html @@ -0,0 +1,193 @@ + + + + + + + + + + + + + Reloading .bashrc - Bash + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

+ Reloading .bashrc +

+ +
+
+

Reload .bashrc

+

The .bashrc file, located at ~/.bashrc allows a user to personalize its bash shell. If you edit this file, the changes won't be loaded without login out and back in. +However, you can use the following command to do it

+
 source ~/.bashrc
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bash/Reloading_fstab.html b/bash/Reloading_fstab.html new file mode 100644 index 0000000..5232811 --- /dev/null +++ b/bash/Reloading_fstab.html @@ -0,0 +1,192 @@ + + + + + + + + + + + + + Reloading fstab - Bash + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

+ Reloading fstab +

+ +
+
+

Reload fstab

+

The fstab file, generally located at /etc/fstab lists the differents partitions and where to load them on the filesystem. If you edit this file, the changes won't be automounted. You either have to reboot your system of use the following command as root

+
 mount -a
+
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index ba35ae5..752c889 100644 --- a/index.html +++ b/index.html @@ -353,7 +353,8 @@
@@ -398,7 +399,7 @@