Skip to content

Commit 6b5f65d

Browse files
Ashu104SSwiniarskicaupolicandiaz
authored
Updating cybersecurity.md (#3704)
* Update subjects.md * Update cybersecurity.md * Delete documentation/subjects.md * Update cybersecurity.md * Revert "Delete documentation/subjects.md" reverting change This reverts commit 2f43929. * Update subjects.md * Update cybersecurity.md * review edits --------- Co-authored-by: SSwiniarski <[email protected]> Co-authored-by: Caupolican Diaz <[email protected]>
1 parent 7cdb2f1 commit 6b5f65d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/cybersecurity/cybersecurity.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ As a concept, cybersecurity covers everything from network and application secur
2323
Cybersecurity work involves the following programming languages:
2424

2525
- [Python](https://www.codecademy.com/resources/docs/python) features tools for common tasks such as malware analysis.
26-
- [C](https://www.codecademy.com/resources/docs/c) and [C++] are low-level and can directly access RAM and system processes.
27-
- [SQL](https://www.codecademy.com/resources/docs/sql) and its features in database security.
28-
- [PHP](https://www.codecademy.com/resources/docs/php) protects against DDoS (distributed denial of service) attacks.
26+
- [C](https://www.codecademy.com/resources/docs/c) and [C++](https://www.codecademy.com/resources/docs/cpp) are low-level languages that can directly access RAM and system processes.
27+
- [SQL](https://www.codecademy.com/resources/docs/sql) and its features are used in database security.
28+
- [PHP](https://www.codecademy.com/resources/docs/php) can be used to protect against DDoS (Distributed Denial of Service) attacks.
29+
- [Bash](https://www.codecademy.com/resources/docs/command-line/bash) can automate tasks, manage configurations, and analyze system data.
30+
- [PowerShell](https://www.codecademy.com/resources/docs/powershell) like BASH, is used in automating tasks and analyzing system data.

0 commit comments

Comments
 (0)