Editing The JaxLUG Scribe No.1, Vol. 1 No Frills, Just Text Version

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 20: Line 20:
'''timedatectl'''
'''timedatectl'''


A few meetings back, we learned from a member about the '''date''' command in Linux. There are a variety of ways to interact via command line with your Linux Operating System to make changes to environmental functions.  '''timedatectl''' is used to query and modify the system clock and settings.  There is even a way to enable or disable time sync services using this command.  There is more information that can be found under the Freedesktop.org site [http://www.freedesktop.org/software/systemd/man/timedatectl.html] or just type ''man timedatectl'' in your terminal window to learn more.
A few meetings back, we learned from a member about the '''date''' command in Linux. There are a variety of ways to interact via command line with your Linux Operating System to make changes to environmental functions.  '''timedatectl''' is used to query and modify the system clock and settings.  There is even a way to enable or disable time sync services using this command.  There is more infomation that can be found under www.freedesktop.org/software/systemd/man/timedatectl.html or just type ''man timedatectl'' in your terminal window to learn more.
 
 


===BASH: A Simple History===
===BASH: A Simple History===
Line 29: Line 31:
A video terminal would oftentimes be connected using a cable, such as an RS-232 serial cable and commands would be issued directly to the mainframe to perform various functions or execute programs, with real time feedback being provided on screen versus the delayed response from printed type.  However, it would take 2 years for Ken Thompson to create the first Unix Shell, '''The Thompson Shell''' (1971).  According to WIKIPEDIA<sup>1</sup>, the Thompson Shell was "a simple command interpreter, not designed for scripting..." yet, somehow developers discovered that they could create scripts with  a little tweaking.  Development on the '''Bourne shell''' started in 1976, later on being released in 1979, with Version 7 of Unix<sup>2</sup>, where it would replace the Thompson Shell oficially. Some of the new features that were added included:
A video terminal would oftentimes be connected using a cable, such as an RS-232 serial cable and commands would be issued directly to the mainframe to perform various functions or execute programs, with real time feedback being provided on screen versus the delayed response from printed type.  However, it would take 2 years for Ken Thompson to create the first Unix Shell, '''The Thompson Shell''' (1971).  According to WIKIPEDIA<sup>1</sup>, the Thompson Shell was "a simple command interpreter, not designed for scripting..." yet, somehow developers discovered that they could create scripts with  a little tweaking.  Development on the '''Bourne shell''' started in 1976, later on being released in 1979, with Version 7 of Unix<sup>2</sup>, where it would replace the Thompson Shell oficially. Some of the new features that were added included:


# Allowing shell scripts to be used as filters.
# Allowing shell scripts to be used as filters
# Ability to program control flow and variables.
# Ability to program control flow and variables
# Providing an environment mechanism which allowed the establishment of startup context.<sup>3</sup>
# Providing an environment mechanism which allowed the establishment of startup context.<sup>3</sup>


Please note that all contributions to JaxLUG may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see JaxLUG:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)