3G-IOT how I installed linux 看全部

  • 6# ekim
  • 2019-7-6 14:48:59
Edited by ekim at 2019-7-6 14:51

Ok, things are going slowly...
I finally got a static IP sorted...

vim /etc/network/interfaces

to open vim editor
Type i then edit the file


# interfaces(5) file used by ifup(8) and ifdown(8)auto lo wlan0
iface lo inet loopback
iface wlan0 inet static      
address xxx.xxx.xxx.xxx(enter your ip here)      
netmask xxx.xxx.xxx.xxx        
gateway xxx.xxx.xxx.xxx(enter gateway ip here,usually the address of your router)

Then esc
next  :wq
and reboot

https://www.howtoforge.com/tutorial/howto-set-a-static-ip-on-ubuntu/

  • 7# ekim
  • 2019-7-6 16:11:52
Install & Access Graphical Desktop on Ubuntu/Debian VPS
Note: It is better not to run these commands as root user. Add a new user and give them sudo permission. Install and run these from the user account, more secured.
Check and do system update with the two following commands
sudo apt-get updatesudo apt-get upgrade
Installing the required packages.
sudo apt-get install nano xorg lxde-core tightvncserver
We can start our tightvncserver with the following command.
vncserver
This will ask you for a password. When it asks if you want read only access, type ‘n‘ and press Enter. The server will start at your_ip_or_domain:1. Don’t try to access it yet. First kill the vncserver using the following command.
vncserver -kill :1
Then we need to change the config file.
nano ~/.vnc/xstartup
Add the following two lines at the end of the file.
lxterminal & /usr/bin/lxsession -s LXDE &
After the edit the config file will look like this:
#!/bin/shxrdb $HOME/.Xresourcesxsetroot -solid grey#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &#x-window-manager &# Fix to make GNOME workexport XKL_XMODMAP_DISABLE=1/etc/X11/Xsessionlxterminal &/usr/bin/lxsession -s LXDE &
Save and close the file by pressing ctrl + x, then y and press Enter. Restart your vncserver with the following command:
vncserver
Now use any VNC-client software in your computer, phone or tablet to connect to your Linux VPS. You can use your domain name or ip ending with :1 and the password your entered earlier. And, the here you go. GUI enabled on your Ubuntu / Debian server or VPS.
https://techloverhd.com/2015/05/install-lxde-vnc-gui-on-ubuntu-debian-server/





Hi there!
Thanks for your post. Would you tell me please what are the maximum bandwidths of its uplink and downlink?
This post was finally edited by DyadyaGenya at 2023-4-1 05:45

Can you re-take screenshots, because for some reason your old ones do not open for me?
Thanks for the blog loaded with so many information. Stopping by your blog helped me to get what I was looking for.        https://wartasatu.id/wp-content/news/
1234.. 5NextPage