Changes

no edit summary
Line 156: Line 156:  
Change "'''admin01'''" to your password on line '''[ -z "$passwd" ] && passwd="$(mkpasswd  
 
Change "'''admin01'''" to your password on line '''[ -z "$passwd" ] && passwd="$(mkpasswd  
 
admin01)"'''
 
admin01)"'''
 +
 +
To disable the option to change the default password for the first time, kindly follow the professional instructions outlined below.
 +
 +
go to the path:
 +
 +
/package/feeds/vuci/api-core/files/etc/config/vuci
 +
 +
change  option firstlogin '1' to '0', so it would not ask to change the password on the first login.
 +
 +
[[File:Firstlogin.jpg|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:
Line 214: Line 224:  
The contents of the file should look similar to the image above. after making the desired changes to the banner, you can then save those modifications.
 
The contents of the file should look similar to the image above. after making the desired changes to the banner, you can then save those modifications.
   −
'''Note:''' '''figlet''' client can easily generate banner via terminal by using following command:  
+
'''Note:''' '''figlet''' client can easily generate banner to make ASCII art text to do so follow these steps:
 +
 
 +
We can proceed with figlet Installation by executing following command:
 +
 
 +
sudo apt-get install figlet
 +
 
 +
[[File:Figlet install.png|border|class=tlt-border]]
 +
 
 +
Then we can proceed with generating ASCII art text by executing following command:
 +
 
 +
figlet [YOUR TEXT]
   −
sudo apt-get install figlet,  [figlet YOUR_TEXT]
+
[[File:Figlet Example.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:

Navigation menu