-
BBS System Text File Search
You enter the command to search for new text files. The BBS system responds by displaying a list of available files:
```
—- Available Files —-
1. MissionStatement.txt
2. SecurityMeasures.txt
3. Hacking101.txt
4. AnarchistCookbook.txt
Which file would you like to read?
```
taken in lowerdeck
-
Secret Hacker BBS System
You connect your terminal to the phone line and dial the number for the secret hacker BBS system. As you wait nervously, you hear the sound of the modem dialing and a series of beeps and static. Finally, the connection is established and you see the following message appear on your screen:
```
———- Welcome to the Secret Hacker BBS System ———-
Please enter your login name:
```
taken in lowerdeck
-
Secret Tablet Activation
Zeb carefully inserts the small tablet into the old terminal. After a few moments, the screen flickers to life with a prompt to input a command.
taken in lowerdeck
-
Headline Hunter.
As your script continues to run, it might print out article titles and URLs to the terminal as it scrapes the news website. You can read some of these headlines to get a sense of what news is being reported on. However, I cannot provide you with specific headlines as the script and website being scraped are not defined in this scenario.
taken in lowerdeck
-
News Scraping on Old Terminal
You start writing a Python script in the terminal that uses Selenium to scrape news websites. The script first creates a new instance of the Chrome web driver, navigates to the URL of a popular news website, and logs in if necessary. It then uses various, yet-to-be-decided web scraping techniques to extract article titles, URLs, and other information from the website's HTML. You save the script to a new file in your current directory called `scrape_news.py`.
taken in lowerdeck
-
Terminal Silence
You enter the command `find . -type f -executable` into the terminal and it displays no output. This suggests that there are no executable files in the current directory or in any of its subdirectories.
taken in lowerdeck
-
Cyborg's Secret Stash
You check your inventory and you have:
- Sticky note with login and password
- Drone reader
- Falafel wrap
taken in lowerdeck
-
Research Facility Schematic Displayed
Texmechs types `cat facility_schematic.txt` into the command prompt. The system responds by displaying the contents of "facility_schematic.txt" on the screen. The schematic displays a large research facility with multiple wings and underground levels. The text describes the different research departments located within the facility and where they are situated.
taken in lowerdeck
-
Crew and Terminal Access
Texmechs opens the photo album and sees a picture of the crew, smiling and posing in front of the ship before embarking on their journey. As they look at the photo, they type `ls` into the terminal. The system responds with a list of files and folders in the current directory.
taken in lowerdeck
-
Terminal Login on Lower Deck
Texmechs notices an old terminal nearby and decides to use it to log into the BBS system. They take out the sticky note with the login and password they found earlier and input it into the terminal. The login is accepted, and they access the BBS system.
taken in lowerdeck