Skip to main content

Posts

Showing posts with the label Linux

[Tableau Server Linux] How to completely remove Tableau Server in Linux.

To completely remove Tableau Server from a Linux: 1. Deactivate any active product keys unless you plan to reinstall Tableau Server on this computer. The -l option for the obliterate script removes all licensing files from the computer. It first attempts to deactivate any active licenses, but will remove all licensing information whether or not the deactivation was successful. We recommend you run the tsm licenses deactivate command before running the obliterate script so that the script does not remove licenses that are still active. tsm licenses list tsm licenses deactivate -k <product_key> 2. Run the tableau-server-obliterate script: sudo /opt/tableau/tableau_server/packages/scripts.<version>/tableau-server-obliterate -y -y -y -l 3. Youtube demo. https://youtu.be/MbKXaOVOwMg

CompTIA Linux+ Certificate. Study. 1

I have recently obtained CompTIA Linux+ certificate and this is what to study to pass!! CompTIA Linux+ can be achieved through two difference exam path.  We are only talking about LX0-103 & LX0-104. Exam detail can be found in CompTIA homepage. https://certification.comptia.org/certifications/linux#examdetails There are sections you need to focus. 1. System Architecture 2. Linux INstallation and package management 3. GNU and Unix commands 4. Devices, linux Filesystems, filessystem hierachy Standard Question 1 lspci NAME        lspci - list all PCI devices SYNOPSIS        lspci [options] DESCRIPTION        lspci is a utility for displaying information about PCI buses in the system and devices connected to them.        By default, it shows a brief list of devices. Use the options described below to request either a more verbose output or output intended for parsin...