User Tools

Site Tools


notes:unix:fall2024:projects:tpb0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:unix:fall2024:projects:tpb0 [2024/09/24 16:57] – [TOOLBOX] bdildinenotes:unix:fall2024:projects:tpb0 [2024/09/28 03:45] (current) – [TPB0] mwinter4
Line 1: Line 1:
 ======TPB0====== ======TPB0======
 +In this puzzle box we will navigate around our terminal environment to retrieve the initial project files from <wrap hi>/var/public/**USER**</wrap>, and mingle with different commands, archives, and encoding systems while solving the puzzle. Some of the commands we will use are outlined in the toolbox below.
 +
 +After retrieving <wrap hi>setup.exe</wrap>, we have to figure out what to do with the file. Extensions are deceiving as they don't necessarily dictate what the file type really is, which is a common theme in this puzzle. We'll have to be cautious of this. In fact, in some cases we will actually have to change the extension of the file so that the tools we use know they can interact with them. Some of the tools we use will ignore files that seem incompatible based off of their naming convention.
 +
 +
  
 =====TOOLBOX===== =====TOOLBOX=====
Line 20: Line 25:
  
   * **uudecode**(**1**) - decode an uuencoded file   * **uudecode**(**1**) - decode an uuencoded file
 +
 +  * **grep**(**1**) - searching text within files
 +
 +  * **sort -n ** - sort file numerically by start of each line
 +    * This will become especially useful towards the end of our puzzle box as it will allow us to sort our results which we will ultimately submit. You can pipe the results of this command into your *results* file directly. 
notes/unix/fall2024/projects/tpb0.1727197048.txt.gz · Last modified: 2024/09/24 16:57 by bdildine