Skip to content

Commit

Permalink
review changes to site
Browse files Browse the repository at this point in the history
  • Loading branch information
nixbytes committed Nov 21, 2023
1 parent 2e93b84 commit da4cb1c
Show file tree
Hide file tree
Showing 169 changed files with 2,409 additions and 602 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
git commit -m "$msg"

# Push source and build repos.
git push origin master
git push origin main

# Come Back up to the Project Root
cd ..
Expand Down
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/404.html" /><meta property="og:site_name" content="NixBytes" />
<meta property="og:url" content="/404.html" />



Expand Down
2 changes: 1 addition & 1 deletion public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="/about/" /><meta property="article:section" content="" />
<meta property="article:published_time" content="2018-12-04T22:02:58-05:00" />
<meta property="article:modified_time" content="2018-12-04T22:02:58-05:00" /><meta property="og:site_name" content="NixBytes" />
<meta property="article:modified_time" content="2018-12-04T22:02:58-05:00" />



Expand Down
55 changes: 45 additions & 10 deletions public/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<meta property="og:title" content="Categories" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/categories/" /><meta property="og:site_name" content="NixBytes" />
<meta property="og:url" content="/categories/" />



Expand Down
2 changes: 1 addition & 1 deletion public/categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link>/categories/</link>
<description>Recent content in Categories on NixBytes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<language>en</language>

<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />

Expand Down
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.92.2" />
<meta name="generator" content="Hugo 0.120.4">

<title>
NixBytes —
Expand Down Expand Up @@ -53,7 +53,7 @@
<meta property="og:title" content="NixBytes" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/" /><meta property="og:site_name" content="NixBytes" />
<meta property="og:url" content="/" />



Expand Down Expand Up @@ -258,7 +258,7 @@ <h1 class="post-title"><a href="/posts/writing_back/">Writing Back</a></h1>
<div class="post-content">


Writing Back # New Year to start exploring new tech and focus on a few things. AI, Machine learning, cyber security, Lower level programming languages, to name a few.Hope I will wonder what the future will bring in these trying times. The next focus or project is to write more rust programming language and a little blog or community surrounding it. The command line world and its related tools. This is a footnote for myself, and see what I can document as I don&rsquo;t have a good memory, so tech will help me in that area.
Writing Back # New Year to start exploring new tech and focus on a few things. AI, Machine learning, cyber security, Lower level programming languages, to name a few.Hope I will wonder what the future will bring in these trying times. The next focus or project is to write more rust programming language and a little blog or community surrounding it. The command line world and its related tools. This is a footnote for myself, and see what I can document as I don&rsquo;t have a good memory, so tech will help me in that area.


</div>
Expand Down Expand Up @@ -290,7 +290,7 @@ <h1 class="post-title"><a href="/posts/cli_golang/">CLI Golang</a></h1>
<div class="post-content">


CLI and Golang # For some time, have wanted to dabble a little more on Golang. After working on an intro course at ACG (A Cloud Guru) and learning Golang, I got to say it is a straightforward language with some powerful features. Creating a CLI tool with Golang has been a good experience. The language has some unique character and made with some legendary programmers in our time:
CLI and Golang # For some time, have wanted to dabble a little more on Golang. After working on an intro course at ACG (A Cloud Guru) and learning Golang, I got to say it is a straightforward language with some powerful features. Creating a CLI tool with Golang has been a good experience. The language has some unique character and made with some legendary programmers in our time:


</div>
Expand Down Expand Up @@ -332,7 +332,7 @@ <h1 class="post-title"><a href="/posts/what_is_programming/">What Is programming
<div class="post-content">


What is Programming # This a question for anyone now in days in today&rsquo;s world, is scripting or compiling the true nature? What is programming, really? I mean their many languages. Some argue scripting is false and compiling machine code is best, but not too low or high is the battle for many developers, engineers, and coders. This paradigm is better than others etc. If you can type it and run it, it is programming as long it turns complete.
What is Programming # This a question for anyone now in days in today&rsquo;s world, is scripting or compiling the true nature? What is programming, really? I mean their many languages. Some argue scripting is false and compiling machine code is best, but not too low or high is the battle for many developers, engineers, and coders. This paradigm is better than others etc. If you can type it and run it, it is programming as long it turns complete.


</div>
Expand Down
39 changes: 19 additions & 20 deletions public/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link>/</link>
<description>Recent content on NixBytes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<language>en</language>
<lastBuildDate>Mon, 06 Feb 2023 00:00:00 +0000</lastBuildDate>

<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
Expand Down Expand Up @@ -68,7 +68,7 @@



Writing Back # New Year to start exploring new tech and focus on a few things. AI, Machine learning, cyber security, Lower level programming languages, to name a few.Hope I will wonder what the future will bring in these trying times. The next focus or project is to write more rust programming language and a little blog or community surrounding it. The command line world and its related tools. This is a footnote for myself, and see what I can document as I don&amp;rsquo;t have a good memory, so tech will help me in that area.
Writing Back # New Year to start exploring new tech and focus on a few things. AI, Machine learning, cyber security, Lower level programming languages, to name a few.Hope I will wonder what the future will bring in these trying times. The next focus or project is to write more rust programming language and a little blog or community surrounding it. The command line world and its related tools. This is a footnote for myself, and see what I can document as I don&amp;rsquo;t have a good memory, so tech will help me in that area.


</description>
Expand All @@ -88,7 +88,7 @@



CLI and Golang # For some time, have wanted to dabble a little more on Golang. After working on an intro course at ACG (A Cloud Guru) and learning Golang, I got to say it is a straightforward language with some powerful features. Creating a CLI tool with Golang has been a good experience. The language has some unique character and made with some legendary programmers in our time:
CLI and Golang # For some time, have wanted to dabble a little more on Golang. After working on an intro course at ACG (A Cloud Guru) and learning Golang, I got to say it is a straightforward language with some powerful features. Creating a CLI tool with Golang has been a good experience. The language has some unique character and made with some legendary programmers in our time:


</description>
Expand All @@ -108,7 +108,7 @@



What is Programming # This a question for anyone now in days in today&amp;rsquo;s world, is scripting or compiling the true nature? What is programming, really? I mean their many languages. Some argue scripting is false and compiling machine code is best, but not too low or high is the battle for many developers, engineers, and coders. This paradigm is better than others etc. If you can type it and run it, it is programming as long it turns complete.
What is Programming # This a question for anyone now in days in today&amp;rsquo;s world, is scripting or compiling the true nature? What is programming, really? I mean their many languages. Some argue scripting is false and compiling machine code is best, but not too low or high is the battle for many developers, engineers, and coders. This paradigm is better than others etc. If you can type it and run it, it is programming as long it turns complete.


</description>
Expand All @@ -129,11 +129,11 @@


Given an integer number, find the most frequent digit in it.
how to count things efficiently?
keep calm and code in Python!
Let use the statistics that comes with python stand library
Statistic Module # This module provides functions for calculating mathematical statistics of numeric (Real-valued) data.
import statistics from statistics import mode This module statistics offers a Single mode (most common value) of discrete or nominal data.
how to count things efficiently?
keep calm and code in Python!
Let use the statistics that comes with python stand library
Statistic Module # This module provides functions for calculating mathematical statistics of numeric (Real-valued) data.
import statistics from statistics import mode This module statistics offers a Single mode (most common value) of discrete or nominal data. The values or method to find this is to convert the vaules into a string and then back again once the frequent digit is found


</description>
Expand All @@ -154,7 +154,7 @@ import statistics from statistics import mode This module statistics offers a Si


A great way to update docker images is to use this one-liner. Since, docker does not have a command; this command will update images that you have already pulled. The only way is to pull all images again using docker pull command. This simple one-liner can help you update all images at once.
docker images |grep -v REPOSITORY|awk &#39;{print $1}&#39;|xargs -L1 docker pull
docker images |grep -v REPOSITORY|awk &amp;#39;{print $1}&amp;#39;|xargs -L1 docker pull


</description>
Expand All @@ -174,8 +174,8 @@ docker images |grep -v REPOSITORY|awk &#39;{print $1}&#39;|xargs -L1 docker pull



SSACLI TOOL # HP Tool for linux make it easier to manage smart array controllers in HP servers. With the shell it make simple to create, delete and repair the logical and physical drives on the smart array.
Two ways to use the tools # hpacucli prompt
SSACLI TOOL # HP Tool for linux make it easier to manage smart array controllers in HP servers. With the shell it make simple to create, delete and repair the logical and physical drives on the smart array.
Two ways to use the tools # hpacucli prompt
&amp;gt; ssacli Smart Storage Administor CLI 3.47.1.0 Detecting Controllers...Done. Type &amp;#34;help&amp;#34; for a list of supported commands. Type &amp;#34;exit&amp;#34; to close the console.


Expand All @@ -197,7 +197,7 @@ Two ways to use the tools # hpacucli prompt


After dabblingly in a few programming languages like javascript, bash, and python, I finally biting the bullet and trying out C++, as low-level features and high-level abstraction, I figure this would boost my coding skills and get me closer into more development. So far, the language is not as scary as many make it be. Let touch on a few things on why C++ is good to learn.
First The Community # The language itself has many followers, and many business use C++ for varies of reason.
First The Community # The language itself has many followers, and many business use C++ for varies of reason.


</description>
Expand All @@ -217,7 +217,7 @@ First The Community # The language itself has many followers, and many business



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,
AWS Cloud # The AWS Command Line Interface (CLI) is a powerful and convenient tool that allows you to manage and control your AWS services with ease. By using a unified interface, you no longer need to switch between multiple tools or dashboards to manage your cloud infrastructure. Instead, you can control all your AWS services from the command line, which provides a streamlined and efficient approach to managing your cloud environment.


</description>
Expand All @@ -237,9 +237,8 @@ First The Community # The language itself has many followers, and many business



In the shell piping, the stdout of a command into the stdin is a powerful technique in the terminal. But, what happens if you need to pipe the stdout of multiple commands, for example comparing and sort text data? Let use an example of where process substitution can be used.
example:
&amp;lt;(list) or &amp;gt;(list) Now let try view the lines unique to each of these two unsorted files with using process substitution.
In the world of shell piping, there&amp;rsquo;s a powerful technique that involves piping the standard output (stdout) of one command into the standard input (stdin) of another. However, what happens when you need to pipe the output of multiple commands? This is where process substitution comes in handy.
Process substitution is a shell technique that allows you to use the output of a command as a file argument to another command, without the need to create temporary files or named pipes.


</description>
Expand All @@ -259,7 +258,7 @@ example:



Python Jumpstart by Building 10 Apps # &amp;ldquo;The Python Jumpstart by Building 10 Apps Course&amp;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.
Python Jumpstart by Building 10 Apps # &amp;ldquo;The Python Jumpstart by Building 10 Apps Course&amp;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.


</description>
Expand Down Expand Up @@ -302,7 +301,7 @@ comments from the mailing list

Regex&amp;rsquo;s some hate some love, but in the end, we all need something productive in our life. Some people hate because the mini-language can be arcane. Others love it because it adds superpowers for text processing. Learning the arcane secrets of regex can be a rough experience, but it doesn&amp;rsquo;t have to.
so let do some exercises on regex like emails and IP for your everyday technical needs
Finding Mailing data # extract email adresses from some file
Finding Mailing data # extract email adresses from some file


</description>
Expand Down Expand Up @@ -363,7 +362,7 @@ Why Alpine Linux you say?



Graphical tree of sub-directories # This oneliner command is for a graphical tree of sub-directories, this is an excellent oneliner when you&amp;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.
Graphical tree of sub-directories # This oneliner command is for a graphical tree of sub-directories, this is an excellent oneliner when you&amp;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.


</description>
Expand Down
11 changes: 10 additions & 1 deletion public/page/1/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>/</title><link rel="canonical" href="/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/" /></head></html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>/</title>
<link rel="canonical" href="/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/">
</head>
</html>
Loading

0 comments on commit da4cb1c

Please sign in to comment.