performance

2024-09-09

Performance is the measure of useful work completed within a time period.

Performance is a common metric used in computer science, athletics, and ...

Read More

refactoring

2024-09-09

Refactoring in computer science and software development is the process of making changes to existing codebases without changing its expected ...

Read More

chmod 777

2024-09-03

Often, Linux and Unix administrators will get frustrated with figuring out permissions and use `chmod 777` on the files they are having issues with in ...

Read More

hash cracking

2024-09-03

Password hashes can be ran through hash cracking software to discover a password’s unencrypted, plain-text form.

John the Ripper and Hashcat are ...

Read More

Japan

2024-09-03

Japan is an island country in East Asia.

Read More

Linux From Scratch

2024-09-03

Linux From Scratch is a book written by Gerard Beekmans that provides step by step instructions to install a custom Linux system. ...

Read More

martial art

2024-09-03

Martial arts are codified systems and traditions of combat meant for self-defense, competition, personal development, entertainment, and military and ...

Read More

privilege escalation - world-writable directories and files

2024-09-03

Often, privilege escalation exploits and other such malware requires write access to the filesystem in order to store and run the payload.

On Linux ...

Read More

remote management

2024-09-02

Remote management is technology that allows IT professionals to monitor and maintain systems remotely.

Read More

interprocess communication

2024-08-29

Interprocess communication (IPC) are methods used by processes running on a computer to communicate with each other.

Read More