In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to decompress the Ubuntu 8.10 installation desktop, the editor thinks it is very practical, so share it with you for reference. I hope you can get something after reading this article.
Ubuntu 8.10 has been widely used but also constantly updated. Here is an introduction to the installation settings of Ubuntu 8.10 to help you install and update Ubuntu 8.10 systems. First of all, you can download it naturally. The download address can be transferred to http://Ubuntu.com.cn/getUbuntu/download, to choose an appropriate location, and then you can start downloading. After downloading, there is an iso file called Ubuntu 8.10-desktop-i386.iso. You can use things like Daemon_Tools to build a virtual optical drive for installation, or you can record it to a CD for installation. It is recommended to use VCDControlTool, a virtual tool provided by Microsoft, which can virtualize CD images such as ISO, JO, CDFS, ROCK, UDF, etc., without installation, can be run directly after decompression, and can dynamically load / uninstall virtual drives.
Then find a disk on your hard disk, which can provide more than 4G free space without redoing any partitions and so on. Just click on the wubi.exe in the newly built virtual drive like click setup under Windows, and fill in the relevant information all the way to Next.
After the installation is complete, there are two systems to choose from when you start the computer, xp and Ubuntu, and the default is xp. Move the cursor to Ubuntu 8.10 and press enter to use the Ubuntu system and enter the user password to log in to the system.
If the computer is in the local area network, it is very likely that you cannot access the Internet, but your original xp can access the Internet. The solution to this situation is to enter it at the terminal:
1. Sudo-I
Change the user permissions and use the root operation.
2 、 gedit / etc/network/interfaces
Edit the network card configuration, static IP settings, enter in the open file:
Auto lo
Auto eth0
Iface lo inet loopback
Ifact eth0 inet static
Address 10.6.5.201
Netmask 255.255.0.0
Gateway 10.6.1.8
Exit after saving
3 、 gedit / etc/resolv.conf
Edit and modify DNS and enter in the open file:
Nameserver 10.6.1.31
Nameserver 10.6.1.33
Save exit
4 、 / etc/init.d/networking restart
Restart network services
Open Firefox and you should be able to surf the Internet at this time. If not, there is nothing I can do. It took me a long time to get the above steps done.
Install QQ and so on, this is also the first need to download the official website of the QQ for Linux http://im.qq.com/qq/linux/download.shtml, installation, you can use, this installation is not difficult, as in windows, Ubuntu 8.10 is really easy!
Install adobe flash player, which can use firefox to find the missing plug-ins to install, feel free to find a video on Ku6, you must be prompted to install, just install it. At this point, I suddenly found that I could not type in Chinese characters. Of course not. Next, install * * Wubao. It's just a habit. Download wnwb.bin and decompress it to get a wnwb.bin, then mv it to / usr/share/scim/tables, and then execute pkill scim & & scim-d heavy account scim on the terminal. If not, for example, your system may not even support Chinese, then it may not be installed successfully. You need to execute the following command to install the Chinese support language first:
Sudo apt-get install language-pack-gnome-zh language-pack-gnome-zh-base language-pack-zh language-pack-zh-base language-support-zh
Of course, support for Chinese can also be achieved directly through system-> system Administration-- > language support, and there are also some systems that do not seem to need to do this step. For example, after a simple wubi installation of the xp sp2 system of one of my desktops, directly copy the wnwb.bin to / usr/share/scim/tables, press and hold ctrl+alt+backspace and then you can apply five strokes. Ha ha, the reason I do not know, I also just started to use linux, later understand, and then update this article. I will often update this article under Ubuntu 8.10.
Next, let's configure LAMP (Linux+Apache+MySQL+Php) and enter:
Apt-get install apache2 php5 php5-mysql php5-gd php5-dev mysql-server
I mean go on, if you don't use root users, you have to add the sudo (super-user do) command in front of it. It looks like this:
Sudo apt-get install apache2 php5 php5-mysql php5-gd php5-dev mysql-ser
Waiting for the installation to complete, write a document on the desktop and name it Defaut.php. For some reason, I wanted to build it under / var/www, but I had no permission to build it, so I had to build it on the desktop. And then mv over there.
Enter in the newly created Default.php. After the terminal mv, type http://localhost/Default.php in firefox to view, and you should be able to see the version information. (there seems to be no pattern under the firefox, no more. Hehe.)
Install ZendStudio.5_5_1 search "ZendStudio for linux" to download a tar.zip file, extract an installation file in bin format, cp to my user directory home/ibm, directly enter. / ZendStudio-5_5_1.bin in the terminal, and the installation will be carried out automatically. But unfortunately, when you start Zendstudio, it's just a whiteboard with nothing, so you need to find Zend_Development_Environment under / home/ username / ZendStudio-5.5.1, and then the editor adds the following sentence in line 1693:
Options= "$options-Dawt.toolkit=sun.awt.motif.MToolkit"
Then start ZDE again, there is no problem, in fact, it is not really without problems, you type Chinese characters to see, all do not know the box, , the solution is
Create a new folder called fallback under / home/ user name / Zend/ZendStudio-5.5.1/jre/lib/fonts, and then copy a file called simsun.ttc under your Windows/fonts/ to this directory.
It can be regarded as an episode. The simplified Chinese version of vista ultimate sp1 originally installed on my notebook had to renew the Vista of GhostC disk due to a misoperation. After completion, there was naturally no choice of multi-system menus. If you want to recover, there are plenty of online materials, but it seems that many of them are not installed by wubi. * find a solution under http://forum.Ubuntu.org.cn/viewtopic.php?f=139&t=165105. Follow the steps: copy the three menu.lst,wubildr,wubildr.mbr files under ~\ Ubuntu\ winboot to the root directory of disk C, then run CMD as an administrator, and follow the steps to execute the following commands, which run directly under my Vista:
Vista Ultimate sp1 cmd
Microsoft Windows [version 6.0.6001] copyright (C) 2006 Microsoft Corporation. All rights reserved.
C:/create / d "Ubuntu 8.10" / zapplication bootsector entry {4a0a235d-0662-11de-a48a-00218656b612} was created successfully.
C:\ Windows\ system32 > bcdedit / set {4a0a235d-0662-11de-a48a-00218656b612} device partition=C:
The operation completed successfully.
C:\ Windows\ system32 > bcdedit / set {4a0a235d-0662-11de-a48a-00218656b612} path\ wubildr.mbr
The operation completed successfully.
C:\ Windows\ system32 > bcdedit / displayorder {4a0a235d-0662-11de-a48a-00218656b612} / addlast
The operation completed successfully
Xp is much easier. Find the boot.ini file on disk C and add it at the end of the file.
C:\ wubildr.mbr= "Ubuntu 8.10"
* to the wubildr,wubildr.mbr under ~\ Ubuntu\ winboot, copy the two files to the root directory of disk C.
Restart the computer, see Ubuntu 8.10, start
This is the end of this article on "how to decompress the Ubuntu 8.10 installation Desktop". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.