Skip to content

Commit ee657b1

Browse files
committed
rebuilding site Thu Jul 22 03:19:18 PM EDT 2021
1 parent 24593da commit ee657b1

File tree

18 files changed

+32
-32
lines changed

18 files changed

+32
-32
lines changed

public/assets/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="generator" content="Hugo 0.83.1" />
4+
<meta name="generator" content="Hugo 0.85.0" />
55

66
<title>
77
NixBytes —

public/page/2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="generator" content="Hugo 0.83.1" />
4+
<meta name="generator" content="Hugo 0.85.0" />
55

66
<title>
77
NixBytes —

public/page/3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="generator" content="Hugo 0.83.1" />
4+
<meta name="generator" content="Hugo 0.85.0" />
55

66
<title>
77
NixBytes —

public/posts/aws-cloud/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<meta property="og:description" content="AWS Cloud The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. Now in day scripting is mostly tie to automation. as I alway say, if you can type, you script it and finally you can automate. That why shell interface is so vital in today technology," />
5656
<meta property="og:type" content="article" />
5757
<meta property="og:url" content="/posts/aws-cloud/" /><meta property="article:section" content="posts" />
58-
<meta property="article:published_time" content="2019-05-17T00:00:00&#43;00:00" />
59-
<meta property="article:modified_time" content="2019-05-17T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
58+
<meta property="article:published_time" content="2019-05-17T00:00:00+00:00" />
59+
<meta property="article:modified_time" content="2019-05-17T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6060

6161

6262

public/posts/bash-5.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
comments from the mailing list" />
5959
<meta property="og:type" content="article" />
6060
<meta property="og:url" content="/posts/bash-5.0/" /><meta property="article:section" content="posts" />
61-
<meta property="article:published_time" content="2019-01-22T00:00:00&#43;00:00" />
62-
<meta property="article:modified_time" content="2019-01-22T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
61+
<meta property="article:published_time" content="2019-01-22T00:00:00+00:00" />
62+
<meta property="article:modified_time" content="2019-01-22T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6363

6464

6565

public/posts/cat-command/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<meta property="og:description" content="The cat is known for reading files sequentially and display its output. it maybe be a simple command line tool, but it has many uses. cat is know a known tool throght the unix history and has been port over into GNU coreutils. One important factor about cat is that since because it does not require the files to consist of lines of text, but works with any sort of data." />
5656
<meta property="og:type" content="article" />
5757
<meta property="og:url" content="/posts/cat-command/" /><meta property="article:section" content="posts" />
58-
<meta property="article:published_time" content="2018-12-16T00:00:00&#43;00:00" />
59-
<meta property="article:modified_time" content="2018-12-16T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
58+
<meta property="article:published_time" content="2018-12-16T00:00:00+00:00" />
59+
<meta property="article:modified_time" content="2018-12-16T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6060

6161

6262

public/posts/docker-update-images/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
docker images |grep -v REPOSITORY|awk &#39;{print $1}&#39;|xargs -L1 docker pull " />
5959
<meta property="og:type" content="article" />
6060
<meta property="og:url" content="/posts/docker-update-images/" /><meta property="article:section" content="posts" />
61-
<meta property="article:published_time" content="2019-11-27T00:00:00&#43;00:00" />
62-
<meta property="article:modified_time" content="2019-11-27T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
61+
<meta property="article:published_time" content="2019-11-27T00:00:00+00:00" />
62+
<meta property="article:modified_time" content="2019-11-27T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6363

6464

6565

public/posts/first-step/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<meta property="og:description" content="Hello, in shell echo &quot;Hello World,&quot;. Hello, fellow command line users. First I want to say thank you for visiting this site. This site is for anyone who enjoys working and using the command line aka shell. Soon we are going to add tutorials, talks, news, and man others thing about the command line for any who lives or loves using the command line. Gui is a great interface, but as we know the command line offers more precision and power than any other interface known to humans as this current state." />
5656
<meta property="og:type" content="article" />
5757
<meta property="og:url" content="/posts/first-step/" /><meta property="article:section" content="posts" />
58-
<meta property="article:published_time" content="2018-11-26T00:00:00&#43;00:00" />
59-
<meta property="article:modified_time" content="2018-11-26T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
58+
<meta property="article:published_time" content="2018-11-26T00:00:00+00:00" />
59+
<meta property="article:modified_time" content="2018-11-26T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6060

6161

6262

public/posts/graphical-tree-file-folder/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<meta property="og:description" content="Graphical tree of sub-directories This oneliner command is for a graphical tree of sub-directories, this is an excellent oneliner when you&rsquo;re in need to view the directories in a graphical format. The tree is a recursive directory listing command or program that produces a depth indented listing of files which not generally found on all Linux or Unix systems. The first Tree Unix utility was developed by Steve Baker which includes a verbose of feature and flag option." />
5656
<meta property="og:type" content="article" />
5757
<meta property="og:url" content="/posts/graphical-tree-file-folder/" /><meta property="article:section" content="posts" />
58-
<meta property="article:published_time" content="2018-12-26T00:00:00&#43;00:00" />
59-
<meta property="article:modified_time" content="2018-12-26T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
58+
<meta property="article:published_time" content="2018-12-26T00:00:00+00:00" />
59+
<meta property="article:modified_time" content="2018-12-26T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6060

6161

6262

public/posts/jumpstart-python/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<meta property="og:description" content="Python Jumpstart by Building 10 Apps &ldquo;The Python Jumpstart by Building 10 Apps Course&rdquo; is a great path to get started on learning python and some of the core features. Micheal Kenndy explains each topic in details and with good examples. Python is growing, and the demand for the skill set is high peak right now. Python Jumpstart will help anyone to get started on the language. I enjoy doing these small projects." />
5656
<meta property="og:type" content="article" />
5757
<meta property="og:url" content="/posts/jumpstart-python/" /><meta property="article:section" content="posts" />
58-
<meta property="article:published_time" content="2019-02-21T00:00:00&#43;00:00" />
59-
<meta property="article:modified_time" content="2019-02-21T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
58+
<meta property="article:published_time" content="2019-02-21T00:00:00+00:00" />
59+
<meta property="article:modified_time" content="2019-02-21T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6060

6161

6262

public/posts/learning-c++/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
First The Community The language itself has many followers, and many business use C&#43;&#43; for varies of reason." />
5959
<meta property="og:type" content="article" />
6060
<meta property="og:url" content="/posts/learning-c&#43;&#43;/" /><meta property="article:section" content="posts" />
61-
<meta property="article:published_time" content="2019-06-10T00:00:00&#43;00:00" />
62-
<meta property="article:modified_time" content="2019-06-10T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
61+
<meta property="article:published_time" content="2019-06-10T00:00:00+00:00" />
62+
<meta property="article:modified_time" content="2019-06-10T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6363

6464

6565

public/posts/linux-shell-on-ipad-or-iphone/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
Why Alpine Linux you say?" />
5959
<meta property="og:type" content="article" />
6060
<meta property="og:url" content="/posts/linux-shell-on-ipad-or-iphone/" /><meta property="article:section" content="posts" />
61-
<meta property="article:published_time" content="2018-12-30T00:00:00&#43;00:00" />
62-
<meta property="article:modified_time" content="2018-12-30T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
61+
<meta property="article:published_time" content="2018-12-30T00:00:00+00:00" />
62+
<meta property="article:modified_time" content="2018-12-30T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6363

6464

6565

public/posts/mastering-regular-expressions/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<meta property="og:description" content="So Linux Academy is offering a great course called Mastering Regular Expressions. After taking a few video course and video, I have to say learning more about regular expressions is more important than ever. Perhaps a few regexes (regular expressions) is fine for simple tasks, but for complex problems, having a deeper knowledge on many levels can boost your technical skill to a new level especially with the need for big data." />
5656
<meta property="og:type" content="article" />
5757
<meta property="og:url" content="/posts/mastering-regular-expressions/" /><meta property="article:section" content="posts" />
58-
<meta property="article:published_time" content="2018-12-29T00:00:00&#43;00:00" />
59-
<meta property="article:modified_time" content="2018-12-29T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
58+
<meta property="article:published_time" content="2018-12-29T00:00:00+00:00" />
59+
<meta property="article:modified_time" content="2018-12-29T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6060

6161

6262

public/posts/my-first-post/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<meta property="og:description" content="Hello, This is my first Post for discussing technology, and its uses started to blog to speak about the passion I have for Linux/Unix, Python and Open Source technology. I will Post my thought with no scheduled time frame, and I am thinking of adding a new post on my twitter account if you wish to follow me feel free to do so. Hope you enjoy my blog post and my thought on tech." />
5656
<meta property="og:type" content="article" />
5757
<meta property="og:url" content="/posts/my-first-post/" /><meta property="article:section" content="posts" />
58-
<meta property="article:published_time" content="2018-11-25T00:00:00&#43;00:00" />
59-
<meta property="article:modified_time" content="2018-11-25T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
58+
<meta property="article:published_time" content="2018-11-25T00:00:00+00:00" />
59+
<meta property="article:modified_time" content="2018-11-25T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6060

6161

6262

public/posts/process-substitution/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
&lt;(list) or &gt;(list) Now let try view the lines unique to each of these two unsorted files with using process substitution." />
6262
<meta property="og:type" content="article" />
6363
<meta property="og:url" content="/posts/process-substitution/" /><meta property="article:section" content="posts" />
64-
<meta property="article:published_time" content="2019-04-24T00:00:00&#43;00:00" />
65-
<meta property="article:modified_time" content="2019-04-24T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
64+
<meta property="article:published_time" content="2019-04-24T00:00:00+00:00" />
65+
<meta property="article:modified_time" content="2019-04-24T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6666

6767

6868

public/posts/regex_use_cases/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
Finding Mailing data extract email adresses from some file" />
6262
<meta property="og:type" content="article" />
6363
<meta property="og:url" content="/posts/regex_use_cases/" /><meta property="article:section" content="posts" />
64-
<meta property="article:published_time" content="2019-01-06T00:00:00&#43;00:00" />
65-
<meta property="article:modified_time" content="2019-01-06T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
64+
<meta property="article:published_time" content="2019-01-06T00:00:00+00:00" />
65+
<meta property="article:modified_time" content="2019-01-06T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6666

6767

6868

public/posts/ssacli/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
&gt; ssacli Smart Storage Administor CLI 3.47.1.0 Detecting Controllers...Done. Type &#34;help&#34; for a list of supported commands. Type &#34;exit&#34; to close the console. =&gt; rescan or single command line" />
6262
<meta property="og:type" content="article" />
6363
<meta property="og:url" content="/posts/ssacli/" /><meta property="article:section" content="posts" />
64-
<meta property="article:published_time" content="2019-07-29T00:00:00&#43;00:00" />
65-
<meta property="article:modified_time" content="2019-07-29T00:00:00&#43;00:00" /><meta property="og:site_name" content="NixBytes" />
64+
<meta property="article:published_time" content="2019-07-29T00:00:00+00:00" />
65+
<meta property="article:modified_time" content="2019-07-29T00:00:00+00:00" /><meta property="og:site_name" content="NixBytes" />
6666

6767

6868

0 commit comments

Comments
 (0)