To show a graphical representation of the current sub-directories without files use the following linux command: Example: To display both…
Attach the target USB drive to your Mac if you haven’t done so yet, then launch the Terminal. Type the…
Run the following “dig” command against the URL in question: dig <URL> +noall +answer Example:
Configure your .htaccess File You should edit your .htaccess file to add the proper headers to static assets. Here is…
To find files larger than 5 MB, we need to pass the -size option with value +5M in the find…
Find your Git URL On your Acquia Cloud Platform Application page, go to any of the environments admin pages (dev,…
If you are not able to scroll up and down using your mouse or TrackPad when editing a file using…
Open the terminal and type the following curl command with the desired site/page: curl -Ik https://www.uccs.edu We can see that…
We have a file called URLs.txt with URLs: http://www.google.com http://www.reddit.com We want to create an HTML file with clickable URLs:…
The following wget command will create a file called urls.txt containing all the URLs found in a site’s sitemap.xml file.…