My favorite Linux distro
How to Install Broadcom WiFi Drivers for Macs on Linux
To install the necessary drivers:
- Connect to the internet via ethernet, a USB WiFi device, or tethered to an Android phone's internet connection via USB
- Open the Terminal emulator
- Type the following command and press return:
- sudo apt install bcmwl-kernel-source
- Enter your password when/if prompted to do so
- Wait for the installation to complete.
Pop!_OS is my current Linux distribution of choice.
How to Tear Down Paywalls
There is important news right now. Actually, there always is. Sometimes, paywalls get in the way between you and the news.
Here's a way to tear them down from a computer:
- Go to https://github.com/iamadamdev/bypass-paywalls-chrome and click the Code dropdown menu, then select Download ZIP
- Unzip the downloaded file and locate the folder named "bypass-paywalls-chrome-master"
- In your web browser, go to the Extensions page (Chrome - chrome://extensions ; Edge - edge://extensions ; Brave - brave://extensions)
- At the top right corner of the browser window, toggle on the switch for Developer mode
- Drag the "bypass-paywalls-chrome-master" folder to your browser window and click Save at the bottom right corner of the pop-up window.
How to fix Teams Notifications on Mac
Microsoft Teams changed the way it notifies users of new/unread messages. Unfortunately, this caused users to stop receiving unread/new message notifications.
Here’s the fix:
- Open the Microsoft Teams application on your Mac
- On your keyboard, press command + comma
- Click Notifications in the left panel
- In the dropdown menu for Notification style in the right panel, select Mac
- A notification may pop up on the top right corner of your screen. Hover your mouse over it, click Options, and click Allow
Ubuntu 21.04 and Kubuntu 21.04 won't boot on Mac computers
If your computer won't boot to Ubuntu and/or Kubuntu 21.04, you're not alone. You may experience issues such as a blank unresponsive screen upon turning on the machine. This applies to both fresh installations and update installations.
There is currently a bug and a fix is in the works.
A potential workaround in the meantime is installing rEFInd on your Mac.
Why is iOS 14.5 controversial?
Apple's latest iOS 14.5 release implements a new feature called App Tracking Transparency (ATT) which prompts users to either deny or allow an app's ability to track you across other apps.
For example, Facebook may track a user's activity across other applications via Apple's identifier for advertisers (IDFA), which assists advertising campaigns in targeting users with personalized ads.
So where's the controversy?
Where it hurts: Companies like Facebook will potentially lose out on ad revenue.
Where it helps: Users recover a little more control over their privacy.
If a service is a free, then you're the product.
How to unblock an invalidated sender.
Delivery has failed to these recipients or groups [...]
Your message couldn't be delivered because you weren't recognized as a valid sender. The most common reason for this is that your email address is suspected of sending spam and it's no longer allowed to send email. Contact your email admin for assistance.
How to install Kubuntu
C. Download the Kubuntu 20.10 ISO file
How to manually update Linux (Debian-based OSes)
To manually update and upgrade Debian-based Linux packages, run the following command and type in your password in Terminal:
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y
Need to clean things up?
sudo apt-get autoclean && sudo apt-get clean && sudo apt-get autoremove
Are things broken?
sudo dpkg --configure -a
Still broken?
sudo apt-get install -f
This was tested and working on Ubuntu, Kubuntu, Debian, Parrot OS, Kali, and Kodachi
How to fix OneDrive Sync Issues
- Sync issues apply to both folder and file names
- The first and last characters of the name cannot be periods or spaces
- The following characters are not allowed anywhere in the file name: " * : < > ? / \ |
- Rename your files by removing prohibited characters and spaces
- If you have a large amount of files with naming issues, conduct a search for all files via search bar within your OneDrive folder with the characters " * : < > ? / \ | so you can fix them in bulk
- If you are using macOS, select all applicable files, right-click, and click Rename. This will allow you to replace names of files in bulk
- If you don't want to name each file, you can compress large amounts of files into .zip files so the files will not be lost or altered
- If the issue is concerning a merge issue, select the option to copy the files so you can keep both copies
How to set up a remote desktop connection via Chrome Remote Desktop
You can establish a remote desktop connection with the help of Google's Chrome browser. This allows you to access your computer from virtually anywhere via another computer's Chrome browser or a mobile device's Chrome Remote Desktop app.
What you need:
- A target device (computer)
- Google Chrome
- A Google account
- Your Gmail account is your Google account
- Open Google Chrome and sign in to your Google account on your target device
- Navigate to https://remotedesktop.google.com/access
- In the pop-up window at the bottom right corner of the screen, click the Install button
- Open the downloaded file and follow its provided instructions to install the remote desktop software
- Return to https://remotedesktop.google.com/access and create a name and PIN for your target computer
- Now your device is configured for access from a Chrome browser or Chrome Remote Desktop app for iOS and Android
- Open Google Chrome and sign in to your Google account on your target device
- Navigate to https://remotedesktop.google.com/support
- If there is a pop-up window at the bottom right corner of the screen, click the Install button
- Share your screen by generating a code under Share this screen, or access another device by inputting a shared code under Connect to another computer
- The target device is also accessible via the Chrome Remote Desktop app for iOS and Android
How to free up storage space on your Windows PC
Need to free up storage space on your Windows PC?
Install TreeSize (free to download and run). Run this program as an Administrator to scan your hard drive for an easy visualization of storage space occupied your files and folders. Then find 'em and delete 'em once you're ready to purge.
Happy cleaning!
Need this, but for Mac? Refer to this guide
How to free up storage space on your Mac
You can check your Mac's remaining storage space by clicking the top left corner's Apple icon, About This Mac, and the Storage tab. Occupied storage space is categorized visually. Click the Manage... button for more storage categories in the left panel.
Unfortunately, the System category does not provide more specifics to help you free up space if your storage space is running low.
For a great breakdown of disk usage, I recommend using Disk Drill (free to download and use), which intuitively presents and frees disk usage under its Clean Up tool.
In Disk Drill, the Clean Up tool shows a breakdown of folders and files by the amount of space they occupy on your hard drive. Sorted by decreasing size, larger items are easy to find and purge. You can also mark files for deletion straight from the app.
Happy cleaning!
This was tested and working on macOS Mojave, macOS Catalina, and macOS Big Sur. Need this, but for Windows? Refer to this guide
How to share your Mac's screen with your network
- Click the Apple icon on the top left corner of the screen
- Click System Preferences...
- Click Sharing
- On the left panel, select Screen Sharing and click the box to its left to toggle it on
- Click the Computer Settings... button, check both boxes, and include a password in the text field, and click OK
- If desired, you may limit access by adding users under the Only these users window by clicking the + symbol
- Take note of the message under the "Screen Sharing: On" text which reads "Other users can access your computer's screen at vnc://###.###.###.###/ or by looking for "[Computer Name]" in the Finder sidebar."
- Ensure your Mac is connected to the same network as the target Mac in section A
- Click the magnifying glass at the top right corner of your screen to open the Spotlight Search bar
- Type Screen Sharing and press return or click the app from the list
- Under the "Connect To:" field, type in the entire vnc://###.###.###.###/ address provided in step 7 of section A and click Connect
- Ensure your Mac is connected to the same network as the target Mac in section A
- Open a Finder window
- Show the Sidebar by navigating to the menu bar at View / Show Sidebar
- In the left Sidebar, click Network
- Double-click the computer with the name provided in step 7 of section A
- Click the Share Screen... button on the top right
- Enter the target Mac user's credentials and sign in
- Download and install VNC® Viewer
- Run VNC® Viewer
- Ensure your computer is connected to the same network as the target Mac in section A
- In the address bar, type in [Computer Name].local (name as provided in step 7 of section A, e.g. "MaccyMcMacface.local") and press enter/return
- Click Continue and type in the user credentials to log on
- Download VNC® Viewer for iOS or Android
- Run VNC® Viewer
- Ensure your iOS or Android device is connected to the same network as the target Mac in section A
- Click the + icon to add the Mac
- In the address bar, type in ###.###.###.### (digits as provided in step 7 of section A, e.g. "192.168.1.100") and press enter/return
- Click OK if an "Unencrypted connection" screen appears
- In the Authentication screen, enter the password as provided in step 5 of section A to connect
- Is your device connected to the same network as the target Mac?
- Is the target Mac powered on? Check its sleep settings under System Preferences/Battery (AKA Energy Saver) and disable the "Put hard disks to sleep when possible" setting
- Check step 7 of section A to see if the address has changed. This may happen if your target Mac's network settings are configured for DHCP instead of static IP
How to use "burner" debit cards for trial memberships
How to remotely control a Mac user's screen via Microsoft Teams or Zoom
- Click the Apple icon on the top left corner of the screen
- Click System Preferences...
- Click Security & Privacy
- Click the Privacy tab
- At the bottom left corner, click the lock to make changes
- Input an administrator's credentials when prompted
- In the left window, select Accessibility (and/or Screen Recording for macOS Catalina and macOS Big Sur)
- In the right window, check boxes for Microsoft Teams, Zoom, or any meeting software with screen share capabilities
- At the bottom left corner of the window, click the lock to prevent further changes
How to stop printing double-sided pages on macOS
- Click the magnifying glass at the top right corner of your screen to open the Spotlight Search bar
- Type Terminal and press return or click the app from the list
- Type cupsctl WebInterface=yes and press return
- Quit Terminal
- Open any web browser (Safari, Chrome, Brave, Firefox, etc.) from your Mac
- Type localhost:631/printers in the address bar and press return
- Select your printer from the list
- There are two drop-down menus. Select Maintenance (left) and Set Default Options (right)
- Navigate through the menus and search for the setting 2-Sided Printing or Duplex. Set the selection to Off and click the Set Default Options button at the bottom to save your changes
- If prompted, enter your username and password. If that does not work, you may need to enter an administrator's credentials instead.
- If successful, a screen will validate your changes.
- Repeat steps 5 to 11 for other printers, if needed.
Bonus Lifehack
How to use "burner" debit cards for trial memberships
Initiating trials for subscription-based services such as audio and video streaming, cloud gaming, and food deliveries usually requires inpu...