When I use vncviewer to a Redhat 6.10 server I got blank screen.
The original xstartup file has the following content
The log has the following errors:
xterm: command not found
gnome-session: command not found
Then I installed above packages:
yum install xterm
yum install gnome-session
After I restarted vncserver, I can see desktop but no menu, no terminal window.
Then I replaced xstartup content with the following
After restart vncserver, now I have desktop + a terminal window running in it. It's all I need as I need to install Oracle from there
0
VNC to RH6.10 getting blank screen
0
wsappx process with high cpu usage
For people who has Windows Store
Start registry editor.
Window + R , Regedit
1) Make backup of the registry
files.
2) Change
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\SvcHost
Change string entry
wsappx from
AppXSvc
ClipSVC.dll
to
AppXSvc
Notfound
Restart.
The service will not find the
correct dll, and will not start.
You will get error messages about
this that can be logged in the event viewer.
0
My home network is behind ISP NAT (damn, yes no public IP for me and also port forwarding won't work in this case), but I still want to ssh into my Linux pc at home, so how to ssh into home LAN behind ISP NAT?
Here is how, use Hamachi
First install it on your linux box:
Back to the command line
Then you need to install LogMeIn Hamachi on your remote pc (you can get the download link from your LogMeIn web login page via Networks => Deployment => Add New Link). Then click Joining an existing network after install, login with your email address (after that will send a request to your LogMeIn account for approval if you configure your Mesh network this way). Sure you will approve yourself after LogMeIn online account receive the request.
Setup Hamachi to ssh from anywhere
My home network is behind ISP NAT (damn, yes no public IP for me and also port forwarding won't work in this case), but I still want to ssh into my Linux pc at home, so how to ssh into home LAN behind ISP NAT?
Here is how, use Hamachi
First install it on your linux box:
wget https://www.vpn.net/installers/logmein-hamachi_2.1.0.174-1_i386.deb sudo apt-get install lsb sudo dpkg -ilogmein-hamachi_2.1.0.174-1_i386.deb
Then login to hamachi page and create a new Mesh network. After created a Mesh network, remember the Network ID xxx-xxx-xxx since the hamachi do-login command needs it.Back to the command line
sudo hamachi login
sudo hamachi set-nick $HOSTNAME
sudo hamachi do-join XXX-XXX-XXX
Then back to the webpage again and allow the clients to be on this network.
(maybe need to have the client to login again)Then you need to install LogMeIn Hamachi on your remote pc (you can get the download link from your LogMeIn web login page via Networks => Deployment => Add New Link). Then click Joining an existing network after install, login with your email address (after that will send a request to your LogMeIn account for approval if you configure your Mesh network this way). Sure you will approve yourself after LogMeIn online account receive the request.
Now you can grab that virtual IP number (on your My Networks page) and ssh directly regardless if there is a NAT in the way!