Cisco Anyconnect: "Posture Assessment failed: Unable to load the CSD library" on Macbook Pro, M1 pro chip - apple-m1

I used anyconnect-macos-4.8.01090-predeploy-k9.dmg to install anyconnect, it only works once after I install it. (I will then connect to my company's VPN, before that it will automatically upgrade itself to version 4.10.04065 after installation, then the connection is successful).
However, once I disconnect it, subsequent connections will always fail.
Any idea how to resolve this?
my Mac: MacBook Pro (16-inch, 2021), M1 Pro chip

Steps that worked for me:
Open Finder
Within Finder, on the top right, search for "Cisco"
Right-click on the Cisco AnyConnect Client
Click "Get Info"
Tick the checkbox "Open using Rosetta"
Quit & restart AnyConnect, it should work again.

Related

ConEmu to Linux via ssh, ***without*** cygwin

I am using ConEmu 150504 under Windows 10 Enterprise, release 21H2, and I am having some problems when connecting to a linux host via ssh.
There is no cygwin installation at all. Every Windows utility, including ssh, is a non-cygwin version. I mention this here because other similar questions that I have found involve the use of cygwin's ssh, but I want to make it clear that I am not using the cygwin version of ssh nor any other cygwin software.
From within my ConEmu window, I can successfully connect to my linux host, as follows ...
ssh myuserid#the.host.name.com
Once connected to my linux host, I want to use various curses-based and other console-based utilties, including emacs -nw. I have export TERM=xterm properly set in my linux shell, but I am only getting partial console capability.
By "partial", I mean that ANSI color codes are not being honored, and certain control characters are not being honored.
Is there some way to set up ConEmu so that it is totally, completely, 100-percent emulating full xterm capabilities and full ANSI character-code management?
Thank you in advance for any thoughts and suggestions.
PS: setting export TERM=xterm-color and export TERM=xterm-256color in linux don't help at all when I'm using ConEmu.

Citrix Workspace app 2207 for Linux breaks R in Xubuntu 22.04

I recently installed the citrix workspace 6/7/22 release from here:
https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
Citrix works great, able to access both remote desktops I use for work. But R stopped working. Typing R in the terminal did not launch R, just a new blank command prompt, RStudio did not load.
Upon uninstalling citrix with: apt remove icaclient apt purge icaclient
R and RStudio work again. Replicated on two machines running Xubuntu 22.04 (Dell precision T5610 and Thinkpad X260).
Would appreciate advice on how to get citrix working without breaking R
It seems the Citrix "app protection component" is to blame. Disabling it during installation allows R to work. Select "no" when asked to install app protection component during Citrix installation.
choose this option

Error while opening Rstudio throught Terminal

I am working with Unix and from now on I need to use the University server to run some packages in R.
1.I assessed the server by ssh
2.I downloaded miniconda
3.source ~/.bashrc
4.Downloaded Rstudio
5. conda install -c r rstudio
And when I am trying to open Rstudio I am receiving the following error
'QXcbConnection: Could not connect to display'
Any help will be super useful.
Depending you your platform and your university's security policy this may or may not work
https://unix.stackexchange.com/questions/12755/how-to-forward-x-over-ssh-to-run-graphics-applications-remotely
In short you need to explicitly enable X11 forwarding (though I was under the impression that it is on by default). Also you need to run an X11 server, there are a few on windows and MacOS. If the above does not help, it is most likely due to a security policy and you may want to speak to your university's SysAdmin

Error connecting to Jupyter notebook localhost

I've tried looking this up, found something similar but not quite. I'm new so if I've posted something commonly posted, my apologies!
When I run jupiter notebook on terminal, this shows up:
Serving notebooks from local directory: /home/myname/Jupyter
0 active kernels
The Jupyter Notebook is running at: http://localhost:8888/?token=9da2454c0873c8989e93c42f9cc0ee5892da4da6e02fd9b5
Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
No web browser found: could not locate runnable browser.
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/?token=9da2454c0873c8989e93c42f9cc0ee5892da4da6e02fd9b5
And then when I paste the link to google chrome it says
Safari can't open the page "http://localhost:8888/?token=9da2454c0873c8989e93c42f9cc0ee5892da4da6e02fd9b5" because Safari can't connect to the server "localhost."
I've looked at some other similar issues but I can't find a definite solution other than that port 8888 is being used? Any advice appreciated!
Notes: I've tried this on a Mac running OS X El Capitan version 10.11.6
I had the same issue. What I did was following.
Step 1: Go to Windows start menu and search for Anaconda Prompt (Anaconda3)
Step 2: Type "jupyter notebook" and click "Enter" btn
Step 3: Instead of using localhost use port 127.0.0.1.
Note: Port may be different for you, so just check before you try.

Ubuntu keeps hanging

I recently started using ubuntu 14.04 (Dual booting with win 8.1).
It was working fine until I ran the following code on the terminal:
sudo apt-get install nautilus-open-terminal
I just wanted he "Open terminal here" option :P
Since then, its been hanging a lot. Every time this happens, I put my laptop to sleep and open it again, and its fine.
But it's really annoying (It must have hung like two times while typing this).
What should I do??
Thanks in advance
This problem is caused by nvidia drivers .. You can do two things. Either switch from nvidia drivers to nouview or bumblebee drivers. Or you can select the intel power saving mode in nvidia drivers.there might be some problem in selecting the powersaving mode. If there is problem you need to set update-alternatives. Or switch from nvidia drivers

Resources