TASK 1.4

Sudeep Gupta
3 min readSep 26, 2021

--

Exploring date command

command 1:date

command 2:date -u

command 3: date -d “next sunday”

command 4:date +%d/%m/%Y%t%H:%M:%S

command 5:date -d “1 year”

command 6:date +%d/%m/%Y

command 7:date +%H:%M:%S

More from Ananthulasiddhartha

Follow

2 days ago

Various options for zenity

What is zenity?

Zenity is a program that helps in the execution of GTK dialog boxes and return user input in command-line and shell scripts .This allows you to present information, and ask for information from the user.

command 1: zenity — calendar

command 2:zenity — error

Reading Data in RAM

What is RAM?

RAM stands for random-access memory ,RAM is short term(volatile) memory where it contains the most valuable data which was required by the processor.

What is LIME?

LIME stands for loadable kernel module which allows for volatile memory acquisition from Linux and Linux-based devices.

step 1: we need to install the kernel devel and kernel headers for the acquisition of ram.

command: yum install kernel-devel kernel-headers -y

step 2: to use lime tool we need its source code. so, we need to clone its source code from git-hub using the following command

command : git clone https://github.com/504ensicsLabs/LiME.git

--

--

No responses yet