Tag

mac
We understand how hard it can be to maintain your downloads directory. We developed a python script to delete any file within the downloads directory that has been modified more than 7 days ago. After reading this tutorial, you will know how to delete all files within a directory and execute the script on schedule...
Continue Reading
invalid elf header
Are you experiencing an “Invalid ELF header” error when executing your AWS Lambda? If so, you have came to the right place for help. We will discuss the root cause of this error and how to solve this issue with the help of Docker. Root cause for invalid elf header error When executed, AWS Lambdas...
Continue Reading
python virtual environment
Virtual environments are isolated working copies of python, which allow you to have different projects environments for each of your projects. Which prevents changes in one project affecting others. 1. Install Xcode 2. Open a terminal window 3. Install Command Line Tools of Xcode xcode-select ––install 4. Install Homebrew ruby -e \ “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”...
Continue Reading
red binder
Looking for a good place to store a private key or a file that shouldn’t modified? Try saving the file in a hidden folder. Hidden folders and their contents do not show up in Finder or terminal window searches. Although they are not entirely invisible. Launch terminal window If you are not familiar with how...
Continue Reading
mac laptop with coffee
Looking to ssh into a terminal, create a hidden folder, or perform some other action that requires you to use a terminal window? The below instructions will show you how to do so on a Mac. 1. Open spotlight search Press CMD + Spacebar 2. Open terminal window Type ‘terminal’ into the spotlight search bar...
Continue Reading