User Tools

Site Tools


systems:media_server:install_ubuntu_server

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
systems:media_server:install_ubuntu_server [2025/05/30 15:25] petersystems:media_server:install_ubuntu_server [2025/05/31 09:48] (current) peter
Line 18: Line 18:
   * Clean up.   * Clean up.
   * Reboot again.   * Reboot again.
-  * Install multimedia codecs.+
  
  
Line 67: Line 67:
 By default, Ubuntu has Dash as the default shell. By default, Ubuntu has Dash as the default shell.
  
 +  * Bash is preferred.
   * The reason that dash was set as the default is that dash provides faster boot times.   * The reason that dash was set as the default is that dash provides faster boot times.
   * It does not however have the full feature set offered by bash.   * It does not however have the full feature set offered by bash.
   * On a modern server this speed difference in booting is negligible; and not too important as servers usually are not booted very often.    * On a modern server this speed difference in booting is negligible; and not too important as servers usually are not booted very often. 
-  * Bash is preferred.+
  
 ==== Check what /bin/sh links to ==== ==== Check what /bin/sh links to ====
Line 76: Line 77:
 <code bash> <code bash>
 ls -al /bin/sh ls -al /bin/sh
-<code>+</code>
  
 returns: returns:
Line 90: Line 91:
 ---- ----
  
-==== Link /bin/sh to bash ====+==== Change the Link for /bin/sh to bash ====
  
 <code bash> <code bash>
 sudo ln -sf bash /bin/sh sudo ln -sf bash /bin/sh
 +</code>
  
 ---- ----
Line 101: Line 103:
 <code bash> <code bash>
 ls -al /bin/sh ls -al /bin/sh
-<code>+</code>
  
 returns: returns:
Line 176: Line 178:
 **NOTE:**  Clean up any remaining directories. **NOTE:**  Clean up any remaining directories.
 </WRAP> </WRAP>
 +
 +----
 +
 +==== Set the timezone ====
 +
 +<code bash>
 +sudo dpkg-reconfigure tzdata
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Select the appropriate location.
 +</WRAP>
 +
  
 ---- ----
systems/media_server/install_ubuntu_server.1748618739.txt.gz · Last modified: 2025/05/30 15:25 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki