Stay Tuned!

Subscribe to our newsletter to get our newest articles instantly!

Gig Economy

How to Succeed as a Freelancer or Gig Worker

Introduction The gig economy has seen significant growth in recent years, with an increasing number of people choosing to work as freelancers or gig workers/independent contractors rather than in traditional employment roles. According to Zety.com, there are currently around 59 million gig workers, which is around 36% of all United States employees. While this flexible […]

Programming

Quickly Fix Your WordPress Views After Changing Themes

  • 29 December 2022
  • 0 Comments

Introduction Welcome to our tutorial on quickly fixing your WordPress views after changing templates! If you’ve recently switched to a new WordPress theme and noticed that your views are not displaying correctly, you’re not alone. This is a common issue that can be caused by various factors, including changes to the theme’s code or conflicts […]

Feature Security

How to Make Apple iPhone/iPad More Secure

  • 4 November 2022
  • 0 Comments

Background With the latest data breach news of the telco company lately, users are concerned about security. They do banking via phone and have a lot of questions about making their phone or tablet more secure from external malicious. Apple’s closed system is designed to work only inside set parameters that can communicate to other […]

Security

How to Install and Configure Kasm Workspaces on Ubuntu

  • 30 October 2022
  • 0 Comments

Background As we would like to test the suspicious URL, we could set up a virtual machine and create a snapshot and test that way. Once it has been done, then roll back the snapshot. The problem with this approach is that sometimes you forget to roll back the snapshot and are not sure about […]

Apps

Windows Command Cheat Sheet in 2022

Background Sometimes you log in to a machine with no administrator privileges, and it needs to run a task but not be able to cause it has admin rights. So run a command line and run as administrator. Then, you can run any command that will launch the GUI with admin rights. In other scenarios, […]

Security

How to Enable Remote Access to MariaDB Database

  • 22 October 2022
  • 0 Comments

Challenge We have a requirement to see the production database via a remote connection so we can run queries internally for further analysis. This production server has tightened security already in place. Solution Get the Public IP address (remote) Open up the browser and type in the following URL: https://ipchicken.com Note down the IP address. […]

Gadgets

How to Fix a Solid State Drive (SSD) Read-Only

The Challenge We had a Samsung Solid State Drive (SSD) disk that has bad sectors scattered across the disk. We found these bad sectors through the application called Samsung Magician. We bought this disk about a year ago and we contacted the vendor and they said the disk has 5 years warranty. Technically, we can […]

Programming

How to Install Linux and Python on iPhone or iPad

  • 22 September 2022
  • 0 Comments

You want to access Linux and do the code with Python on the go. You do have a computer around and the only device that you have is iPhone or iPad. I will show you how to install Linux and Python below. Let’s get started! Solution – Step by Step On your iPhone or iPad, […]

Apps

How to Install the Webmin on Ubuntu 20.04

  • 3 September 2022
  • 0 Comments

Background We spin a few Virtual Machines on Microsoft Azure for the internal network, and the image has no Webmin installed by default – not like in this previous post – A Complete Setup Guide for Contabo VPS Ubuntu 20.04 with preinstalled Webmin + LAMP. Webmin is a web-based tool admins use to manage Ubuntu […]