Showing posts with label Linux Dictionary. Show all posts
Showing posts with label Linux Dictionary. Show all posts

Wednesday, May 21, 2025

Linux - dd

The following is a Linux Dictionary word of the day:

dd command for data duplicator which converts and copies a file, writes disk headers and boot based records.

                Note: running this command with the incorrect parameters and data can delete data.

                if parameter for read from file.

                of parameter to write from file.

                Example copy data from sbin/mdev to sbin/mdev2:

                dd if=/sbin/mdev of=/sbin/mdev2


Sunday, December 29, 2024

Linux - Dc

The following is a Linux Dictionary word of the day:

dc command that runs a desk calculator.

+ = option for addition.

- = option for subtraction.

* = option for multiplication.

/ = option for division.

% = option to display reminder of division operation.

c = option to clear the stack.

f = option to display entire contents of the stack.

p = option which prints to the screen the first item in the stack.

Example:

dc

10

f

10

10+p

        









Karaoke Machine with 2 Wireless Microphones,Portable Karaoke Machine for Adults & Kids,Karaoke Microphone with PA System,Karaoke Speaker Supports for TWS,USB,FM,REC,AUX in,TF Card

https://amzn.to/4fYuGMM

As an Amazon Associate, I earn from qualifying purchases.

Tuesday, December 24, 2024

Linux - Date

The following is a Linux Dictionary word of the day:

date displays or changes the date & time.

-s = parameter for set.

Example: date

Example: Displays the date in the format of mm/dd/yy then the time in the format of hours:minutes:seconds:

date "+DATE: %m/%d/%y%nTIME: %H:%M:%S"

" – starts display line.

+DATE: option to concatenate the word DATE: on the output line.

%m option to display month.

%d option to display date.

%y option to display year.

%n option for a new line.

displays the date in the format as mm/dd/yy.

TIME: option to concatenate word TIME: on the output line.

%H: option for hour.

%M option for minutes.

%S option for seconds

" end of display line.



As an Amazon Associate, I earn from qualifying purchases.


Monday, December 16, 2024

Linux - Cut

The following is a Linux Dictionary word of the day:

cut – used for removing/parsing text in specific files or strings.

-d parameter which stands for delimiter.

-f parameter for file which then needs a number of how many lines to cut.

Example: using a , as a delimiter to cut the number of fields specified.

cut -d “,” -f 2 hello.c

As an Amazon Associate, I earn from qualifying purchases.



Tuesday, December 3, 2024

Linux - Ctags

The following is a Linux Dictionary word of the day:

ctags – command creates tags in files which then can be utilized for referencing.

-a parameter for appending.

-F parameter for searching for a pattern.

-R parameter to resurse through all files.              

Example: ctags -R *

As an Amazon Associate, I earn from qualifying purchases.

Sunday, December 1, 2024

Linux - Csplit

The following is a Linux Dictionary word of the day:

csplit command utilized to split a file into several parts based on context lines provided.

Example: csplit hello.txt 5

As an Amazon Associate, I earn from qualifying purchases.

Saturday, November 30, 2024

Linux - Crontab

The following is a Linux Dictionary word of the day:

crontab table used with the cron command to edit, read and remove the files read by the cron daemon. Each '*' asterisk stands for a portion of either the time or date with the corresponding column in each row.

Soundbot SB510 HD Water Resistant Bluetooth Shower Speaker, Handsfree Portable Speakerphone with Built-in Mic, 6hrs of Playtime, Control Buttons and Dedicated Suction Cup for Showers (Black)

https://amzn.to/4fOAsk1

As an Amazon Associate, I earn from qualifying purchases.


Monday, November 25, 2024

Linux - Cron

The following is a Linux Dictionary word of the day:

cron service to execute scheduled commands or scripts every minute, hour, day of the month, month of the year, day of the week. Each '*' asterisk stands for a portion of either the time or date with the corresponding column in each row. Cron needs to be utilized with a crontab file.

25 Simple Linux Shell Scripts

https://amzn.to/4hUW1Rl

As an Amazon Associate, I earn from qualifying purchases.

Friday, November 22, 2024

Linux - Cpio

The following is a Linux Dictionary word of the day:

cpio copies files to and from an archive.

-o parameter which creates the archive.

-v parameter prints the names of the files as they are added to the archive.

Example: ls | cpio -ov > archive_of_files.cpio



As an Amazon Associate, I earn from qualifying purchases.

Monday, November 18, 2024

Linux - Continue

The following is a Linux Dictionary word of the day:

continue resume the next iteration of a loop in the current iteration of a for, while, or until loop.

Example:

if(( $a==5 ))

 then

 continue

fi



As an Amazon Associate, I earn from qualifying purchases.

Friday, November 15, 2024

Linux - Containers

The following is a Linux Dictionary word of the day:

containers aspect which allows for the packaging of applications with their entire runtime environment which includes all of the files necessary to make it run. Containers are constant as they move from development, to testing and production-based environments.


Monday, November 11, 2024

Linux - Compress

The following is a Linux Dictionary word of the day:

compress command utilized to compress files.

-f parameter to force operation.

Example: compress hello.txt


As an Amazon Associate, I earn from qualifying purchases.

Friday, November 8, 2024

Linux - Command Line

The following is a Linux Dictionary word of the day:

command line – aspect provided directly on the screen where one types specific commands.

Google Pixel Buds Pro 2 - Wireless Earbuds with Active Noise Cancellation – Bluetooth Headphones - Hazel

https://amzn.to/4eoDKJe

As an Amazon Associate, I earn from qualifying purchases.


Tuesday, November 5, 2024

Linux - Comm

The following is a Linux Dictionary word of the day:

comm compares two sorted files line by line showing unique lines and then the common lines.

Example: comm hello.txt hello2.txt

As an Amazon Associate, I earn from qualifying purchases.

Sunday, November 3, 2024

Linux - Cmp

The following is a Linux Dictionary word of the day:

cmp compares two files and only reports if the files are different.

Example: cmp hello.txt hello2.txt

As an Amazon Associate, I earn from qualifying purchases.

Saturday, October 26, 2024

Linux - Cksum

The following is a Linux Dictionary word of the day:

cksum prints the cyclic redundancy check (CRC) checksum and byte counts.

Example: cksum hello.txt


As an Amazon Associate, I earn from qualifying purchases.


Thursday, October 24, 2024

Linux - Chsh

The following is a Linux Dictionary word of the day:

chsh command utilized to change the user's login shell.

-s parameter to set the shell listed as the current shell

-u parameter to list all shells available.

Example: chsh -s /bin/bash

Gigabit Ethernet Splitter 1 to 2 High Speed, 1000Mbps Internet Splitter 1 in 2 out, LAN Splitter with USB Power Cable, RJ45 Splitter for Cat5/5e/6/7/8 Cable(2 Devices Simultaneously Networking)

https://amzn.to/40gpzTe

As an Amazon Associate, I earn from qualifying purchases.




Thursday, October 17, 2024

Linux - Chkey

The following is a Linux Dictionary word of the day:

chkey changes a user's secure public key and secret key pair. This is accomplished by prompting for the old secure-rpc password and verifying that it is correct by decrypting the secret key.

-p parameter to re-encrypt the existing secret key with a user's login password.

Example: chkey -p

Amazon Basics Rubber Hex Dumbbell Hand Weight

https://amzn.to/48nQejc

As an Amazon Associate I earn from qualifying purchases.


Thursday, December 28, 2023

Linux - Chkconfig

The following is a Linux dictionary word of the day:

chkconfig command that handles and shows the runlevel of the services at each of the stages being run within Linux.

Example: chkconfig