Tag Archives: The installation

Error box (2)


I have been searching for a long time for my newly bought laptop, dropbox has not been installed, and I have tried many methods, but all of them are not successful!
One way to try it is to download the offline dropbox installer, and it doesn’t work!
Alternatively, install an earlier version of the Dropbox installer, which some say might work!
 
Finally, the problem I found was the system driver. After I reinstalled various drivers with the master 360 driver, after a restart,
Amazingly, Dropbox is finally installed!

Fatal IO error 11

Installation of cenos-6.6 using VMware Workstation8.0 prompts the following error:
fatal io error 11 on x server:1
Method one:
In VMware Workstation8.0, set as follows:
1. Create the virtual machine as shown in the figure below

2. Modify the virtual machine hardware compatibility 6.5-7.x,

3. At least 1G of virtual machine memory

4. The resolution of the virtual machine is at least 800*600, and I set it to 1024*768

After the above four steps, fatal IO Error 11 on X Server :1 of Cenos-6.6 installed on the virtual machine can be resolved

Method 2:
Set the memory on the virtual machine to be less than 1024M, and I generally set the memory to be 512M, so as to skip the installation of X Server related services and solve the fault.

Installing swig on Linux

git clone https://github.com/swig/swig.git
cd swig
sudo apt-get install automake
./autogen.sh
./configure
sudo apt-get install bison flex
make
sudo make install
When following the above steps,
sudo: apt-get: command not found
reports an error. The high probability is due to the CentOS system being used. When downloading, change the apt-get to yum