Skip to main content

Posts

Showing posts from June, 2021

Directory File Size on Linux

 To find Mount points size on the servers. : df -k To find current directory size : du -sh To find the current subdirectories and file sizes of current directory: du -h To find the current subdirectories and file sizes of current directory with sort: du -h |sort -h

Chinese charecters

Text Renders As Square Boxes Instead Of Expected Non-English Character Issue: A text in a view becomes full of squares after publishing this view to Tableau Server, and the expected characters that were formatted and displayed correctly and nicely in Tableau Desktop can no longer be seen.  Resolution: Work with the Server Administrator or your IT team to perform the steps below: Install NOTO CJK fonts or another font package that contains the missing glyphs Run [tsm stop] command to shut down Tableau Server. Reboot Linux OS. Run [tsm start] command to start up Tableau Server.