Skip to content

Commit 9726d13

Browse files
committed
updated metadata on posts
1 parent ec1a174 commit 9726d13

14 files changed

+29
-171
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ remote_theme: "mmistakes/minimal-mistakes"
2424
permalink: /:categories/:title/
2525
paginate: 5
2626
paginate_path: /page:num/
27-
timezone: "Europe/Amsterdam"
27+
timezone: Europe/Amsterdam
2828

2929

3030
include:

_posts/2012-01-06-access-unix-nfs-shares-from-windows-xp.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
layout: post
32
title: Access Unix NFS shares from Windows XP
43
date: '2012-01-06 12:22:34 +0100'
54
categories:
6-
- Uncategorized
7-
- linux
5+
- blog
86
tags:
97
- linux
108
- nfs

_posts/2012-01-06-configuring-nfs-on-fonera-2-0n.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
11
---
2-
layout: post
3-
status: publish
4-
published: true
52
title: Configuring NFS on Fonera 2.0n
6-
author:
7-
display_name: Sudesh Jethoe
8-
login: sudeshjethoe
9-
10-
url: ''
11-
author_login: sudeshjethoe
12-
author_email: [email protected]
13-
wordpress_id: 11
14-
wordpress_url: http://sudeshjethoe.wordpress.com/?p=11
153
date: '2012-01-06 02:08:11 +0100'
16-
date_gmt: '2012-01-06 02:08:11 +0100'
174
categories:
18-
- Uncategorized
19-
- linux
5+
- blog
206
tags:
217
- linux
228
- fon
239
- nfs
24-
- nfs3
25-
comments: []
2610
---
2711
<p>1. Install nfs: 'opkg install unfs3'<br />
2812
2:Edit hosts.deny:<br />

_posts/2015-03-08-installing-an-ssd-fedora-16.html

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
11
---
2-
layout: post
3-
status: publish
4-
published: true
52
title: Installing an SSD (Fedora 16)
6-
author:
7-
display_name: Sudesh Jethoe
8-
login: sudeshjethoe
9-
10-
url: ''
11-
author_login: sudeshjethoe
12-
author_email: [email protected]
13-
wordpress_id: 24
14-
wordpress_url: http://sudeshjethoe.wordpress.com/?p=24
153
date: '2015-03-08 16:53:57 +0100'
16-
date_gmt: '2015-03-08 16:53:57 +0100'
174
categories:
18-
- Uncategorized
19-
- linux
5+
- blog
206
tags:
217
- linux
228
- fedora
239
- ssd
24-
comments: []
2510
---
2611
<p>I just bought an SSD drive and I want to make sure it works best as it can.<br />
2712
I migrate my old / (ext4) partition to this drive.<br />

_posts/2015-03-08-rhca-ex442-study-materials-overview.html

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,14 @@
11
---
2-
layout: post
3-
status: publish
4-
published: true
52
title: RHCA EX442 study materials overview
6-
author:
7-
display_name: Sudesh Jethoe
8-
login: sudeshjethoe
9-
10-
url: ''
11-
author_login: sudeshjethoe
12-
author_email: [email protected]
13-
wordpress_id: 1817
14-
wordpress_url: https://sudeshjethoe.wordpress.com/?p=36
153
date: '2015-03-08 17:12:19 +0100'
16-
date_gmt: '2015-03-08 17:12:19 +0100'
174
categories:
18-
- Uncategorized
19-
- linux
5+
- blog
206
tags:
217
- linux
228
- ex442
239
- monitoring
2410
- performance
2511
- rhca
26-
comments: []
2712
---
2813
<p>D. John Shakshober and Larry Woodman&rsquo;s yearly presentation at the Summit on Performance Analysis and Tuning for RHEL:<br />
2914
<a href="http://www.redhat.com/promo/summit/2010/presentations/summit/decoding-the-code/thurs/dshak-310-performance/larry_shak_perf_summit2010_v4.pdf" target="_blank">Performance Analysis &amp; Tuning of Red Hat Enterprise Linux</a></p>

_posts/2015-11-02-preparing-powershell-scripting-development-environment.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
---
2-
layout: post
3-
status: publish
4-
published: true
52
title: Preparing Powershell (Scripting) Development Environment
6-
author:
7-
display_name: Sudesh Jethoe
8-
login: sudeshjethoe
9-
10-
url: ''
11-
author_login: sudeshjethoe
12-
author_email: [email protected]
13-
wordpress_id: 57
14-
wordpress_url: https://sudeshjethoe.wordpress.com/?p=57
153
date: '2015-11-02 12:49:39 +0100'
16-
date_gmt: '2015-11-02 11:49:39 +0100'
174
categories:
18-
- Uncategorized
19-
- powershell
20-
- windows
5+
- blog
216
tags:
227
- conemu
238
- powershell
249
- psreadline
2510
- windows
26-
comments: []
2711
---
2812
<p>The Windows Powershell scripting language is a powerful advancement from older scripting language in Windows (Batch, VBScript). The language integrates features from other scripting languages (bash) and it is able to utilize existing (.Net) libraries.</p>
2913
<p>A big difference between other scripting languages and Powershell is that it is fully object-based and not text-based. Therefore it is important to keep in mind that what you might see as output on your screen is only a representation of the object, but not the object itself.</p>

_posts/2016-01-11-line-editing-modes-in-shell.html

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
---
2-
layout: post
3-
status: publish
4-
published: true
52
title: Line editing modes in SHELL
6-
author:
7-
display_name: Sudesh Jethoe
8-
login: sudeshjethoe
9-
10-
url: ''
11-
author_login: sudeshjethoe
12-
author_email: [email protected]
13-
wordpress_id: 78
14-
wordpress_url: https://sudeshjethoe.wordpress.com/?p=78
153
date: '2016-01-11 13:46:39 +0100'
16-
date_gmt: '2016-01-11 12:46:39 +0100'
174
categories:
18-
- Uncategorized
5+
- blog
6+
tags:
197
- linux
20-
tags: []
8+
- bash
219
comments: []
2210
---
2311
<p>In Linux the default line editing mode in Bash is Emacs mode, however there is also the VI-mode.</p>

_posts/2016-02-14-how-to-setup-nagios-event-handlers-using-passive-checks-and-nrpe.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
---
22
layout: post
3-
status: publish
4-
published: true
53
title: How to setup nagios event handlers using passive checks and NRPE
6-
author:
7-
display_name: Sudesh Jethoe
8-
login: sudeshjethoe
9-
10-
url: ''
11-
author_login: sudeshjethoe
12-
author_email: [email protected]
13-
wordpress_id: 43
14-
wordpress_url: https://sudeshjethoe.wordpress.com/?p=43
154
date: '2016-02-14 15:23:09 +0100'
16-
date_gmt: '2016-02-14 14:23:09 +0100'
175
categories:
186
- Uncategorized
197
- linux
@@ -78,7 +66,7 @@ <h2>Configuring the Nagios client</h2>
7866
encryption = 0</pre>
7967
<pre># set targets of external scripts for service checks and remediation
8068
[/settings/external scripts/scripts]
81-
handle_domaintrust = cmd /c echo scripts\handle_my_issue.ps1 ; exit($lastexitcode) | powershell.exe -command -
69+
handle_domaintrust = cmd /c echo scripts\handle_my_issue.ps1 ; exit($lastexitcode) | powershell.exe -command -
8270

8371
check_my_issue = cmd /c echo scripts\check_my_issue.ps1 ; exit($lastexitcode) | powershell.exe -command -</pre>
8472
<pre># set the passive check run interval

_posts/2016-02-14-installation-sqlplus.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
11
---
2-
layout: post
3-
status: publish
4-
published: true
52
title: Installation SQLplus
6-
author:
7-
display_name: Sudesh Jethoe
8-
login: sudeshjethoe
9-
10-
url: ''
11-
author_login: sudeshjethoe
12-
author_email: [email protected]
13-
wordpress_id: 51
14-
wordpress_url: https://sudeshjethoe.wordpress.com/?p=51
153
date: '2016-02-14 15:29:13 +0100'
16-
date_gmt: '2016-02-14 14:29:13 +0100'
174
categories:
18-
- Uncategorized
5+
- blog
6+
tags:
197
- linux
208
- oracle
219
- sqlplus
22-
tags: []
2310
comments: []
2411
---
2512
<p>For a customer I was required to extract and report data from an Oracle database<br />

_posts/2016-02-14-utilizing-lvm-thin-provisioned-snapshots.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
---
2-
layout: post
3-
status: publish
4-
published: true
52
title: Utilizing lvm thin provisioned snapshots
6-
author:
7-
display_name: Sudesh Jethoe
8-
login: sudeshjethoe
9-
10-
url: ''
11-
author_login: sudeshjethoe
12-
author_email: [email protected]
13-
wordpress_id: 84
14-
wordpress_url: https://sudeshjethoe.wordpress.com/?p=84
153
date: '2016-02-14 15:05:20 +0100'
16-
date_gmt: '2016-02-14 14:05:20 +0100'
174
categories:
18-
- Uncategorized
5+
- blog
6+
tags:
197
- linux
208
- lvm
21-
tags: []
22-
comments: []
239
---
2410
<p>To fully utilize the few bits of space which is provided by my SSD, I always take the following approach.</p>
2511
<p>1. Create an "as large as possible" LVM volume group to hold all my data.<br />

0 commit comments

Comments
 (0)