If you leave this value set to the default (i.e. Yes), then you’ll be greeted with the following message for each Excel Web Part on a TFS dashboard page: This workbook contains one or more queries that refresh external data. A malicious user can design a query to access confidential information and distribute it to […]
Category: Software
To remove all but the first of a number of duplicate files in a subfolder on Linux, use: yes 1|fdupes -rd <folder> Fdupes Examples 1) fdupes -r ./stuff > dupes.txt Then, deleting the duplicates was as easy as checking dupes.txt and deleting the offending directories. fdupes also can prompt you to delete the duplicates […]
I had this issue where I could not install anything new in my Ubuntu server. After some searching I come to lean that the packages cache seemed to be corrupted # symptom is something such as this root@media:~# apt-get update root@media:~# apt-get install htop Reading package lists… Done Segmentation faulty tree… 50% # and this […]
This is a little short on how to install the ESX VMWare Tools on Ubuntu Server If you are not running as the ‘root’ user you will need to change into super user Lets start — # if not running as ‘root’ change into super user sudo su # update your sources apt-get update […]
Truth: day-to-day tasks suck To automate SSH login, do the following: 1. Run PuTTYgen. 2. Select SSH-2 DSA as the Type of Key to generate. 3. Click generate and move your mouse around to generate randomness. 4. Click “Save Private Key” and save it somewhere on your computer. 5. Copy the entire content inside the […]
Capturing with tcpdump There are occasions when you want to capture packets using tcpdump rather than wireshark, especially when you want to do a remote capture. Please note that the default tcpdump parameters result in a capture file where each packet is truncated, because most versions of tcpdump, will, by default, only capture the first […]