Trouble– tag –
-
Software
How to solve "Invalid host" error of Tera Term
Oops!TeraTerm raises "Invalid host" error. Tera Term is common SSH software.A lot of Windows users use Tera Term. When we try to make SSH connection with usi... -
Software
How to avoid automatic full screen when someone shares the screen on Zoom
When someone shares the screen on Zoom, it automatically becomes full screen. Zoom is famous video meeting service. It has free plan and business plan. ... -
Salesforce
The reason why filter condition changes in Salesforce list view not reflected on the experience site
I put Salesforce list view on Experience site.But even I changed filter condition of the list view, it didn't change. Salesforce is a CRM (customer managemen... -
Dev
What you should check when SSH connection is refused in Linux
I tried to connect Linux server.But connection was refused. Linux is common for server usage. In initial settings of Linux server like Ubuntu, sometimes you ... -
Python
The reason of "ValueError: The truth value of a Series is ambiguous" in NumPy or Pandas
I tried to do logical operation with pandas.Then it showed ValueError . You might see such an error when you tried to do logical operation. ValueEr... -
Salesforce
The reason of "Your administrator disabled reporting or changed the relationship for a custom object" in Salesforce
I can't run the dashboard or report in Salesforce... Salesforce is a CRM (customer management system) and web service used all over the world.Although i... -
Python
Pandas error "Unalignable boolean Series provided as indexer"
Why does pandas say "Unalignable boolean Series provided" error ? pandas.DataFrame is useful to handle table format data. With using pandas, we can impo... -
Python
The reason of "RuntimeError: cryptography is required"
Hmm, Python displays "cryptography is required" error. One day, when I tried to connect to MySQL from Python, I got this error. RuntimeError: cryptography is... -
Software
How to solve "Emoji not displayed" issue in Slack
In Slack, I clicked Emoji.But it was not displayed. Slack is common chatting tool for IT engineers. In Slack, we can use Emoji icons. But in some issue case,... -
Software
Settings to check when VNC fails remote connection to Windows 10
I can't connect to Windows 10 with using VNC. VNC is a famous remote desktop connection software.A lot of people use VNC for remote access. But sometimes we ...