Changes

m
Line 214: Line 214:  
To modify the '''SSH banner''', you can make use of the file search tool in the extracted GPL. To access this, follow these steps from the root directory of your project, '''you can find the file from route below''':
 
To modify the '''SSH banner''', you can make use of the file search tool in the extracted GPL. To access this, follow these steps from the root directory of your project, '''you can find the file from route below''':
   −
  ~/Downloads/RUTX_R_GPL_00.07.05.3/rutos-ipq40xx-rutx-gpl/package/base-files/files
+
  ~/Downloads/RUTX_R_GPL_00.07.05.3/rutos-ipq40xx-rutx-gpl/package/base-files/files/etc
    
[[File:Image (18).png|border|class=tlt-border]]
 
[[File:Image (18).png|border|class=tlt-border]]
Line 225: Line 225:       −
'''figlet''' a package that client can easily generate banner to make '''ASCII art text''' to do so follow these steps:
+
Another way of producing a personalised banner is by using a free open source application such as '''figlet''', which you can install in your linux system by using the command:
 
  −
We can proceed with '''figlet''' Installation by executing following command:
      
  sudo apt-get install figlet
 
  sudo apt-get install figlet
Line 233: Line 231:  
[[File:Figlet install.png|border|class=tlt-border]]
 
[[File:Figlet install.png|border|class=tlt-border]]
   −
Then we can proceed with generating ASCII art text by executing following command:
+
Then we can insert the generated ASCII art text to the '''banner.logo''' file by executing following command:
 +
 
 +
figlet [YOUR TEXT] > "banner.logo"
   −
figlet [YOUR TEXT]
+
Make sure that your are in the same directory which contains the banner.logo file.
   −
[[File:Figlet Example.png|border|class=tlt-border]]
+
[[File:Figlet.png|border|class=tlt-border]]
    
After making changes and saving them to the directory, we may '''build compile''' using the following commands:
 
After making changes and saving them to the directory, we may '''build compile''' using the following commands: