Posts

Digital Marketing

Google Apps Script is a cloud based scripting language for extending the functionality of Google Apps and building lightweight cloud-based applications.

How to Factory Reset an Amazon Fire Tablet

Turn off your Amazon Fire tablet completely. Press and hold the Volume Up + Power buttons until you see the Amazon logo on the screen. Press the Volume Up and Down keys to navigate through the options in the system recovery menu as the touch screen will not be active.

China-based SparkPool and Beepool recently suspended operations to comply with Beijing's new regulatory policy on crypto.

High-interest savings ETFs primarily invest in high-interest deposit accounts with Canadian banks, credit unions or trust companies

Remove All Hyperlinks in Google Sheets

Click the arrow in the upper left corner of the sheet (or use the keyboard shortcut CTRL + A) to select the whole... Right-click anywhere in the selected area Then choose Remove link.

The main differences between tracepath and traceroute

The main differences between them are: root or superuser privileges are not required in tracepath. This is the main reason for using tracepath than traceroute in Linux. Otherwise they are similar to each other as a Linux Utility service. 

Get file name only with Linux GNU 'find'

 find /your-directory -type f -printf "%f\n"