Questions tagged [nomachine-nx]

NoMachine NX is a remote access, hosted virtual desktop application.

NoMachine NX is an enterprise-class solution for secure remote access, hosted virtual desktop deployment, and application delivery built around the self-designed and self-developed NX suite of components.

Thanks to its outstanding compression, session resilience and resource management and its integration with the powerful audio, printing and resource sharing capabilities of the Unix world, NX makes it possible to run any graphical application on any OS across any network. Via NX, accessing remote desktops, servers and applications, whatever their location, is just as fast, easy and secure as if you were sitting in front of them.

Together with easy-to-use management, deployment, and monitoring tools, NoMachine makes it possible to transform any traditional desktop computing environment into a centrally managed, globally accessible, virtual desktop infrastructure.

243 questions
2
votes
1 answer

Run Ubuntu 13.04 / Linux mint 14 on Amazon EC2 with 'NX free edition for Linux' from NoMachine

I have recently been trying to create a Linux workstation in the cloud which I can access from any of my personal machines/OS using NX. I found a few old guides which I was following. I used the Ubuntu 13.04 AMI - ami-1e831d77 . However, since…
Ayrton Senna
  • 3,735
  • 5
  • 34
  • 52
2
votes
2 answers

connection timeout for NX Server anymore

Hi I managed successfully to connect to NX server on Ubuntu machine using NX Client from my windows machine (version) but suddenly, I have got timeout connection error with the following log info from windows no machine client NX> 203 NXSSH running…
Wael Showair
  • 3,092
  • 2
  • 22
  • 29
1
vote
1 answer

Unable to connect using FreeNX after cloning of a working ubuntu EC2 instance

I have previously setup a EC2 instance on Ubuntu 10.04 and setup the necessary binaries to allow ssh and more the nomachine client on windows. This solution worked well. I wanted to create another instance of the same setup , so i created a AMI…
1
vote
1 answer

VNC or NX from Mac client to Linux server

I run an NX server and tightvncserver on my linux box (Ubuntu 10.04), with default settings. I have NX client and Chicken of VNC on my Mac (Snow Leopard). I'd like to share desktop of the linux server with my Mac client, i.e., control the existing…
kakyo
  • 10,460
  • 14
  • 76
  • 140
1
vote
1 answer

FreeNX(nomachine) unable to connect after cloning of a working ubuntu EC2 instance

I have previously setup a EC2 instance on Ubuntu 10.04 and setup the necessary binaries to allow ssh and more importantly FreeNX(no machine) to work on my MacOS-10.6 machine. As this was done on a micro instance, i was keen to try it on small…
iewnait
  • 238
  • 3
  • 7
1
vote
0 answers

Nginx, Docker and Nx Monorepo with one port - 502 Gateway

i have problem with setup my nginx. I was able to start all "apps/" modules inside docker. But reverse proxy still doesn't work as expected. Story: Nx directories: / apps / test-1 (Nuxt) / test-2 (Nuxt) / test-3…
Nienormalny_
  • 460
  • 3
  • 14
1
vote
1 answer

How can I use runtime configuration in Angular 15, so I can also provide values in AppModule imports?

I am breaking my head for 2 days now to find a way I could read a config.json file in my assets folder. I tried reading this file while bootstrapping in main.ts so I could somehow use the value in my AppModule in a block like this: imports:…
1
vote
0 answers

Nx build folder structure and react import after publish

I am trying to build a library of React components and publish it to npm to use across multiple applications using Nx and am having difficulties with/understanding the build process. My assumption is defining the rootDir and exports would accomplish…
Nick
  • 1,471
  • 2
  • 21
  • 35
1
vote
0 answers

How import pdf files from assets folder in Nx monorepo ( react )

I have an nx monorepo with a project that has a folder of assets with pdf files inside, but for some reason I can't import them because the environment just doesn't see them. What do I need to do to import the pdf files? For now I get next error…
Ksenia
  • 950
  • 6
  • 24
1
vote
1 answer

Run a single typescript file using ts-node inside an NX monorepo

I am trying to run a single TypeScript file inside an NX monorepo using ts-node but I keep getting errors when importing local modules. npx ts-node apps/sanity/src/sanity.ts (node:22816) Warning: To load an ES module, set "type": "module" in the…
Maverik Minett
  • 2,131
  • 3
  • 17
  • 28
1
vote
0 answers

Nx + mf + angular : NullInjectorError: R3InjectorError(AppModule)[AuthService -> Auth -> Auth -> Auth]

I'm working on a module federation angular nx project, with firebase and currently trying to get a header shared UI working with the Auth service. The flow is basically: Auth service in service library -> header in UI library -> host…
1
vote
0 answers

'@ts-expect-error' typescript directive not working inside a jest test

I'm creating an express app using nx and axiom. Now, I'm trying to use the //@ts-expect-error directive , but I've got the error Unused '@ts-expect-error' directive both from my terminal and my editor. this is my test: describe('apps', () => { …
Jurgo Boemo
  • 1,690
  • 1
  • 15
  • 21
1
vote
1 answer

How to setup monorepo for vue ecosystem with NX?

is there a way to setup monorepo tools like NX with vue3? I've seen the unofficial repo that can be added to NX for handling vue, but the support is not that great. Is there any other package that can handle vue & vite officially? This is what I…
Ahmad Shiddiq
  • 319
  • 2
  • 12
1
vote
2 answers

AttributeError: module 'networkx' has no attribute 'info'

import networkx as nx G = nx.read_edgelist('webpages.txt', create_using=nx.DiGraph()) print(nx.info(G)) AttributeError: module 'networkx' has no attribute 'info' print(nx.info(G)) without the error
1
vote
1 answer

ERROR [I18nService] parsing translation error Error: ENOENT: no such file or directory, stat using | monorepo | nx | nestjs

I have a problem about using i18n with nestjs with mono repo(nx). I tried so much thing but ı can't solved the problem. compiler is not export the i18n folder to dist directory. I am sharing some config files. thanks your…
Ramazan Sağır
  • 4,887
  • 1
  • 14
  • 15