by ray | Jan 5, 2022 | Godaddy, DNS
An SPF (Sender Policy Framework) record is a type of TXT record in your DNS zone file. SPF records help identify which mail servers are permitted to send email on behalf of your domain. Adding an SPF record can help detect and prevent email...
by ray | Jan 5, 2022 | DNS, Zendesk
If you want to use your own email address to receive support requests, and you’ve added your email address as a support address in Zendesk, then you can set up your custom email domain to verify that Zendesk can send email on behalf of your email...
by ray | Jan 5, 2022 | Microsoft
Use CCleaner free trial – https://www.ccleaner.com/download
by ray | Jan 5, 2022 | Microsoft
The Windows Control Panel and Settings interface both expose a lot of settings that you might not want some users messing around with. Here’s how to disable them in Windows 7, 8, and 10. Why disable the Control Panel and Settings interface? Perhaps you share...
by ray | Jan 4, 2022 | SQL Server
Solution: In SQL Server Management Studios, go to the database and reset the user’s password. Simple.
by ray | Jan 4, 2022 | rclone
Rclone is a command-line program that supports file transfers and syncing of files between local storage and Google Drive as well as a number of other storage services, including Dropbox and Swift/S3-based services. Rclone offers options to optimze a transfer and...
by ray | Jan 4, 2022 | rclone
This guide explains how to setup and use rclone to sync data between HPC clusters and Google Drive. Rclone can be used with a wide variety of cloud services including box, but this example deals specifically with Google Drive. Full documentation on...
by ray | Jan 4, 2022 | rclone
https://github.com/kapitainsky/RcloneBrowser#sample-screenshots
by ray | Jan 4, 2022 | Microsoft
For a Microsoft Windows 2000 version of this article, see268852. Summary This step-by-step article describes how to force Windows to use a standard VGA mode driver that is included with Windows. This procedure is useful in the following scenario.If you install Windows...
by ray | Nov 15, 2021 | Git
When I try to run git-all-secrets I get Dockerfile: command not found Here is an example of the issue: root@momo22:/home/momo/git-all-secrets# docker run -it abhartiya/tools_gitallsecrets -token=9a8b60a10cf683f238e05 -org=bugcrwod Command ‘docker’ is...
by ray | Nov 15, 2021 | GitHub
You can use OAuth tokens to interact with GitHub Enterprise via automated scripts. Step 1: Get an OAuth token Create a personal access token on your application settings page. Tip: We recommend that you regularly review your authorized integrations. Remove any...
by ray | Sep 18, 2021 | VPN
Install Cisco AnyConnect from Microsoft Store.
by ray | Sep 10, 2021 | Git
You can use OAuth tokens to interact with GitHub Enterprise via automated scripts. Step 1: Get an OAuth token Create a personal access token on your application settings page. Tip: We recommend that you regularly review your authorized integrations. Remove any...
by ray | Sep 10, 2021 | Git, GitLab
It’s possible to use an access token like this: git clone https://oauth2:[email protected]/project.git
by ray | Sep 10, 2021 | Python, Mac OS X
I’ve been dipping my toe back into Python development as I get ready to head to PyCon US. When I installed a module to tinker around with, I got a reminder that I needed to install Python 3 soon. $ pip install todoist-pythonDEPRECATION:...
by ray | Aug 26, 2021 | VPN, Linux / Ubuntu
Cisco AnyConnect VPN software allows remote users and employees to securely connect to a Cisco VPN gateway running in an enterprise environment.. Employees use Cisco AnyConnect Secure Mobility Client to establish connectivity to a Cisco SSL VPN server, and if...
by ray | Aug 26, 2021 | Mac OS X, Tools
Sublime Text includes a command line tool, subl, to work with files on the command line. This can be used to open files and projects in Sublime Text, as well working as an EDITOR for unix tools, such as git and subversion. Requirements Sublime text 2 or 3...
by ray | Aug 26, 2021 | Git
It’s because your key is encrypted with a passphrase to prevent others from reading it. The most convenient way of using passphrased keys is by using ssh-agent to start an authentication agent (which runs in the background): $ eval “$(ssh-agent)”...
by ray | Aug 26, 2021 | Mac OS X, Tools
As I’m working in the OSX Terminal more and more these days, I’m always on the lookout for time saving shortcuts. A really useful tip that I picked up recently from Zander Martineau is how to open up Sublime Text straight from the Terminal. This is...
by ray | Aug 26, 2021 | GitHub, GitLab
You can use: git config –list or look at your ~/.gitconfig file. The local configuration will be in your repository’s .git/config file. Use: git config –list –show-origin to see where that setting is defined (global, user,...
by ray | Aug 20, 2021 | GitHub, Linux / Ubuntu
Diffing is a function that takes two input data sets and outputs the changes between them. git diff is a multi-use Git command that when executed runs a diff function on Git data sources. These data sources can be commits, branches, files and more. This...
by ray | Aug 20, 2021 | Linux / Ubuntu
vpnc replaces the legacy Cisco VPN client, which used IPSec and thus required a password for a group. Do you need to use Cisco AnyConnect? If you need to use the newer Cisco Anyconnect client, you can install openconnect on Ubuntu using sudo apt-get...
by ray | Aug 20, 2021 | Linux / Ubuntu
The suggested answer of removing .bash_profile is not a good idea in general. There are other things that can be set in that file besides PATH definitions. If you want to undo the effects of your experimentation, just remove or comment out...
by ray | Aug 13, 2021 | Linux / Ubuntu
This tutorial will provide the reader with some native and alternative methods on how to suspend ( suspend to RAM ) Ubuntu 20.04 Focal Fossa Linux Desktop. In this tutorial you will learn: How to suspend systemSuspend from ActivitiesHow to suspend the...
by ray | Aug 13, 2021 | Microsoft, Microsoft Windows
While most recent PCs support hardware virtualization, not all computer vendors enable this feature as shipped from the factory. To turn this feature on, try these instructions based on Red Hat instructions: Reboot your computerRight when the computer is coming...