Uncategorized

  • Download Pixelmator Clasic for FREE from here. nn Install by dragging and dropping in the Applications folder nn Click Try and use all the features of Pixelmator for free. n When you are nearing the end of the Trial like the image below Open terminal and run this command n sudo rm /Users/username/Library/Containers/com.pixelmatorteam.pixelmator.trial/Data/Library/Preferences/com.pixelmatorteam.pixelmator.trial.plist n Now…

  • In this installation we’ll be using Docker to run PhotoPrism instance. Install Docker n Update the repo to get latest versions sudo apt update Install the latest version sudo apt install docker.io Set Docker to start on startup sudo systemctl enable –now docker Give your user permissions to docker, replace with your username sudo usermod…

  • Introduction This tutorial is for System Administrators and macOS Developers who need to Install different versions of macOS on different or same machines. So they have to create multiple USB drives for each macOS version. Carrying and managing these many USB Drives is hard. Also these drives can’t be used for anything else. Anything USB…

  • Introduction n Do you need a centralised User Authentication Server but don’t wanna pay additional licensing cost? Samba is a Free and Open Source Solution (FOSS) that can be used to achieve the same. Earlier Samba only had file sharing and printer sharing capabilities, but in Samba 4.0 Active Directory capabilities were introduced. nn This…

  • I recently bought a MSI 27″ gaming monitor for regular office use n I connected it to my MacBook 12″. The mouse pointer started to lag a lot, so I turned it upside down and put some ice at the base. n Now i am unable to run 4K resolutions flawlessly.

  • Prerequisites For this setup we will need the following n Old computer on which we’ll install Ubuntu 22.04 / 20.04 (In this seup we’ll be using a 12 year old, headless PC with a dual core processor, 4GB RAM, 128GB SSD, 100Mbps NIC) n A Working USB Printer from any leading brand (HP, Epson, Samsung,…

  • Open Terminal with CTRL + ALT + T n wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add – sudo sh -c ‘echo “deb http://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google.list’ sudo apt-get update n nsudo apt-get install google-chrome-stable