What does the command 'chmod 644 file.txt' command do ?
Anonymous Quiz
27%
Sets the file permission to 'rwxr-xr--
67%
Sets the file permission to 'rw-r--r--'
6%
Sets the file permission toto 'r--r--r--'
0%
Sets the file permission toto 'rwxrwxrwx'
๐7
What does the permission 'rwxr-xr--' mean for a file ?
Anonymous Quiz
9%
Owner:read, write; Group: read, execute; Others: read
72%
Owner:read,write,execute; Group:read,execute; Others:read
19%
Owner:read,write,execute; Group:write,execute; Others:read
0%
Owner:read,write Group:read Others:execute
๐7
How do you change the group ownership of 'file.txt' to 'admin'?
Anonymous Quiz
30%
chmod admin file.txt
37%
chown :admin file.txt
17%
chgrp admin file.txt
17%
chmod :admin file.txt
๐7
Linux for Hackers E 4
แจแแญแ แแแถแฝแ แฅแ แฃแแคแตแแตแ แแแฃแ แญ แฅแ แ แแแญแต แแตแฅ แตแญแญแแ แจaccess control แแแ แ แ แแณแ แแแข แแแแคแแ แแแ แแจแญ แฅแ แจแตแญแแถแฝแแ แฐแ แแแต แแแ แ แ แฅแแแ แ แตแแแแฝ แ แแฐแ แแแต แญแแแแฑ
https://youtu.be/EeCBnSg2bks?si=XjIZTFWbuSSslqzL
แจแแญแ แแแถแฝแ แฅแ แฃแแคแตแแตแ แแแฃแ แญ แฅแ แ แแแญแต แแตแฅ แตแญแญแแ แจaccess control แแแ แ แ แแณแ แแแข แแแแคแแ แแแ แแจแญ แฅแ แจแตแญแแถแฝแแ แฐแ แแแต แแแ แ แ แฅแแแ แ แตแแแแฝ แ แแฐแ แแแต แญแแแแฑ
https://youtu.be/EeCBnSg2bks?si=XjIZTFWbuSSslqzL
YouTube
๐ขLinux User Permission and Ownership in Amharic // EP 4
#cybersecurity #ethiopia #linux
Mastering file permissions and ownership is crucial for maintaining security and proper access control in Linux. Practice these commands regularly to solidify your understanding and keep your systems secure. Happy learningโฆ
Mastering file permissions and ownership is crucial for maintaining security and proper access control in Linux. Practice these commands regularly to solidify your understanding and keep your systems secure. Happy learningโฆ
๐ฅ6๐2๐2
Choose the time you think is best for us to start the daily "Linux for hackers"poll.
โ Your input will help ensure we can engage as many community members as possible!
โ Your input will help ensure we can engage as many community members as possible!
Final Results
17%
Morning 2:00-4:00 LT
8%
Afternoon 6:00-8:00
21%
Evening 10:00-12:00
54%
Night 2:00-4:00
๐5
๐ข Announcement: New Poll Series on Linux for Hackers!
Hello Buna Byte Community Members! ๐
We are excited to announce that we will be starting a new poll series focused on Linux for Hackers. This is a fantastic opportunity to enhance your knowledge and skills in a fun and interactive way.
๐ Poll Series Start Date:
The first poll will start tomorrow night!
โฐ Daily Poll Timing:
Based on your feedback, our daily polls will start at Night (2:00 - 4:00 LT).
๐ What to Expect:
๐ขengaging questions covering essential Linux commands and concepts.๐คฏ
๐ขReal-life scenarios involving Solomon, our hypothetical hacker, to make learning practical and relatable.๐
๐ขDetailed explanations for each answer to ensure you understand the concepts thoroughly.๐ฅธ
๐ฅ Additional Resource:
If you need more detailed explanations and demonstrations, videos covering these concepts will be available on YouTube in Amharic. These videos will provide in-depth discussions and practical demos to enhance your understanding.
We look forward to your participation and feedback. Letโs make learning Linux hacking fun and effective!
Join Us:๐๐๐๐๐๐๐๐๐๐๐๐๐
Youtube: https://www.youtube.com/@BunaByte?sub_confirmation=1
Happy Learning and Hacking! ๐ฅ
Hello Buna Byte Community Members! ๐
We are excited to announce that we will be starting a new poll series focused on Linux for Hackers. This is a fantastic opportunity to enhance your knowledge and skills in a fun and interactive way.
๐ Poll Series Start Date:
The first poll will start tomorrow night!
โฐ Daily Poll Timing:
Based on your feedback, our daily polls will start at Night (2:00 - 4:00 LT).
๐ What to Expect:
๐ขengaging questions covering essential Linux commands and concepts.๐คฏ
๐ขReal-life scenarios involving Solomon, our hypothetical hacker, to make learning practical and relatable.๐
๐ขDetailed explanations for each answer to ensure you understand the concepts thoroughly.๐ฅธ
๐ฅ Additional Resource:
If you need more detailed explanations and demonstrations, videos covering these concepts will be available on YouTube in Amharic. These videos will provide in-depth discussions and practical demos to enhance your understanding.
We look forward to your participation and feedback. Letโs make learning Linux hacking fun and effective!
Join Us:๐๐๐๐๐๐๐๐๐๐๐๐๐
Youtube: https://www.youtube.com/@BunaByte?sub_confirmation=1
Happy Learning and Hacking! ๐ฅ
๐ฅ6โค1๐1
Solomon is troubleshooting a network issue and wants to check if he can reach a remote server. Which command should he use?
Anonymous Quiz
25%
ifconfig
51%
ping
13%
netstat
12%
route
๐3
Which command is used to display the current network configuration on linux?
Anonymous Quiz
63%
ifconfig
5%
ping
24%
netstat
7%
traceroute
๐3๐1
Solomon needs to display the routing table on his linux machine. Which command should he use?
Anonymous Quiz
9%
ifconfig
36%
netstat -r
8%
ping
47%
traceroute
๐ฅ3
What does the 'traceroute' command do?
Anonymous Quiz
12%
Display the current network configuration
7%
Sends ICMP echo request to a remote host
67%
Displays the route taken by packets to reach a remote host
14%
Displays active network connection
๐3
Solomon wants to see all active network connections on his linux system. Which command should he use?
Anonymous Quiz
20%
ifconfig
14%
ping
55%
netstat -a
11%
route
๐ฅ3๐1
Which command would Solomon use to monitor network traffic in real time?
Anonymous Quiz
7%
ifconfig
15%
ping
61%
tcpdump
17%
route
โก3๐1
Solomon needs to find the IP address of his system. Which command can he use?
Anonymous Quiz
13%
ping
9%
hostname
4%
netstat
74%
ifconfig
๐ฅ5
๐2
| Protocol | Port |
___________________________________________
| DHCP | UDP port 67 (servers)
UDP port 68 (clients)
____________________________________________
| ARP | none
_____________________________________________
| Telnet | TCP port 23
_____________________________________________
| SSH | TCP port 22
_____________________________________________
| POP3 | TCP/UDP port 110 (unencrypted)
TCP/UDP port 995 (encrypted, SSL/TLS)
______________________________________________
| IMAP | TCP port 143 (unencrypted)
TCP port 993 (encrypted, SSL/TLS)
______________________________________________
| SMTP | TCP/UDP Port 25 (unencrypted)
______________________________________________
| SMTPS | TCP/UDP port 587 (encrypted, TLS)
___________________________________________
| DHCP | UDP port 67 (servers)
UDP port 68 (clients)
____________________________________________
| ARP | none
_____________________________________________
| Telnet | TCP port 23
_____________________________________________
| SSH | TCP port 22
_____________________________________________
| POP3 | TCP/UDP port 110 (unencrypted)
TCP/UDP port 995 (encrypted, SSL/TLS)
______________________________________________
| IMAP | TCP port 143 (unencrypted)
TCP port 993 (encrypted, SSL/TLS)
______________________________________________
| SMTP | TCP/UDP Port 25 (unencrypted)
______________________________________________
| SMTPS | TCP/UDP port 587 (encrypted, TLS)
๐ฅ5โค3๐1๐คฉ1
Forwarded from AASTU STUDENTS UNION OFFICIAL (AASTU_OFFICIAL Addis Ababa Science and Technology University)
Dear All,
Greetings from MoE,
We are excited to inform you about the government's new initiative, "5 Million Ethiopian Coders," launched with the support of partners. This initiative aims to provide free access to ICT-related courses through the Udacity platform, known for its high-quality, in-depth courses in programming, data science, artificial intelligence, and more.
Students and teachers can take advantage of this unique opportunity to enroll in these courses at no cost, which would otherwise be significantly expensive in USD. By participating in this program, our education community can enhance their skills and become highly competitive in the global market. The ultimate goal is not just to complete the courses but to achieve certification from Udacity, which is recognized by international organizations and can greatly enhance career prospects.
To facilitate access, we have prepared step-by-step guidelines and a video tutorial on how to register on the system and enroll in the courses. Please share this valuable information widely within your community through available media channels (email, social media, website, etc.) so that students and teachers can benefit from it, especially during the summer break.
This is a tremendous opportunity for personal and professional growth, and we encourage everyone to take full advantage of it.
This is the video link we prepared, and we have also attached the PDF guidelines:
https://youtu.be/-zSmhhD5qE4
Greetings from MoE,
We are excited to inform you about the government's new initiative, "5 Million Ethiopian Coders," launched with the support of partners. This initiative aims to provide free access to ICT-related courses through the Udacity platform, known for its high-quality, in-depth courses in programming, data science, artificial intelligence, and more.
Students and teachers can take advantage of this unique opportunity to enroll in these courses at no cost, which would otherwise be significantly expensive in USD. By participating in this program, our education community can enhance their skills and become highly competitive in the global market. The ultimate goal is not just to complete the courses but to achieve certification from Udacity, which is recognized by international organizations and can greatly enhance career prospects.
To facilitate access, we have prepared step-by-step guidelines and a video tutorial on how to register on the system and enroll in the courses. Please share this valuable information widely within your community through available media channels (email, social media, website, etc.) so that students and teachers can benefit from it, especially during the summer break.
This is a tremendous opportunity for personal and professional growth, and we encourage everyone to take full advantage of it.
This is the video link we prepared, and we have also attached the PDF guidelines:
https://youtu.be/-zSmhhD5qE4
YouTube
5 million Ethiopian coders Initiative - Step By Step Guide to Register on Udacity
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
๐คฉ6๐1