2019-02-01

Ubuntu: Install Google Chrome from the terminal

Open the terminal and run the following commands:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb

2019-01-30

Open PowerShell transcripts folder

explorer split-path -path $profile

Run Start-Transcript every time you start PowerShell


  • open PowerShell with admin rights
  • display the path to the Windows PowerShell profile
    • $profile
  • check if Windows PowerShell profile has been created on the system
    • test-path $profile
  • to create a profile
    • new-item -path $profile -itemtype file -force
  • open your profile
    • notepad $profile
  • enable the transcript
    • Start-Transcript
  • if you get this error "File c:\Users\YourUserName\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 cannot be loaded because running scripts is disabled on this system", fix it with this:
    • Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

2018-12-20

Excel > Remove duplicate values


  • select your list (or active cell is in the list/table)
  • go to Data tab and select Remove Duplicates (from the Data Tools group)
  • select the desired column and click ok

2018-10-17

Chrome URL's

ItemURL
URLchrome://chrome-urls/
Componentschrome://components/
Extensionschrome://extensions/
Flagschrome://flags/
Security Sandboxchrome://sandbox/