Wednesday, January 4, 2023

3 Items to Command Managing Linux

 The following are three key aspects to be aware of when managing a Linux infrastructure:


1) Have you invested enough in education and planning of the Linux environment?


2) Have you invested the proper amount of time to account for changes in the environment?


3) Have you set clear and specific expectations for the environment?

Tuesday, January 3, 2023

5 Reasons Why Linux is Complicated

The following are five reasons why Linux is complicated and how to overcome each:


1) Kernel - understanding the kernel and the vision behind it and how it works will serve one well.


2) Security - understanding the use of groups and the chmod based permission sets will serve one well.


3) Operating system - understanding which distribution of Linux works for you and your organization will serve one well.


4) Command line - understanding which commands are best to leverage and learn for the functionality you need will serve one well.


5) Scripting - understanding shell scripting and which shell script works for the functionality you need will serve one well.

4 Linux Technology Impacts

The following are four key thoughts on the technology impact of Linux:


1) Technology impact - by leveraging Linux you gain a more robust operating system.


2) Design and development impact - by leveraging Linux you gain a system where you can have flexibility on the design and development aspects.


3) Security - by leveraging Linux you have a more secure operating system.


4) Effective use of tools - by leveraging Linux, you have a system that has many tools and utilities for a wide range of aspects across a wide spectrum of businesses.


4 Key Ways to Organize Linux Knowledge

 The following are four key thoughts on how best to organize Linux knowledge:

1) Systems - think about how your own system can and should be organized.

Could be what is your folder structure, applications needed, utilities needed, etc?

2) Network - think about how your network can best be utilized.

Could be do you need to use wireless or hard-wired based framework?

3) Creating media - think about what media is needed for your Linux operation.

Could be do you need to create a website, blog or other electronic media to enhance customer reach?

4) Programming - think about what shell is best for you to utilize for your scripting.

Could be do you need to use the bash shell or the csh shell or even a language such as C to obtain what you need to?

Wednesday, December 28, 2022

Linux - Cal

The following in a Linux dictionary word of the day:

cal command which has the ability to display a 12 month calendar beginning in January.

-j parameter is for Julian dates (shows days numbered 1 to 365 starting from January 1).

-y parameter is for the display of the entire current year.

[month][year] options to display a calendar applicable to the month and year given. 

Examples:

cal

cal -j

cal -y

cal 01 2000


Linux - Cache

The following is a Linux dictionary word of the day:

cache – a small fast memory holding recently accessed data, designed to speed up subsequent access to the same data.


Monday, December 26, 2022

Linux - C Shell

The following is a Linux dictionary word of the day:

C Shell – shell written to look similar to the C programming language. The program name is csh.