Ubuntu13.04Web development starts from Zero Configuration to full equipment note (Environment Construction guide) 1. set the root password sudopasswdroot and enter the password. switch to the install software suroot3. install five pen: Note: Networking is required, please use this command: sudoapt-getinstallibus-table-wubi4. wireless installation according to this method successfully: http://www.linuxidc.com
Ubuntu 13.04 Web development from Zero Configuration to full equipment note (Environment Building Guide)
1. Set a password for the root user
Sudopasswd root, enter the password.
2. Switch to root to install the software.
Suroot
3. installation:
Note: The network must be connected. Use this command: sudo apt-get install ibus-table-wubi
4. install wireless
According to this method successfully: http://www.linuxidc.com/Linux/2013-06/86100.htm
Using the command lspci on the terminal will display information that your computer is connected to all PCI devices. To display only the Broadcom (including the WiFi card) manufacturing device, apply to "14e4" as follows: a filter.
Step 2.
Open the Application> attachment> terminal under the desktop menu in a terminal window, and enter the following command:
Lspci-vvnn | grep 14e4
Result:
[14e4: 432b]
. 0 Network controller [0280]: Broadcom Corporation BCM4322802.11a/B/g/n Wireless LAN Controller [14e4: 432b] (rev 01
Card/model-BCM4322
1. The 432B in pci id-[14e4: 432B] is the wireless network device model.
Run the following command:
~ $ Sudo apt-get update
~ $ Sudo apt-get installbcmwl-kernel-source
After running the preceding command, the operation is successful.
Update the system and add another source
~ $ Sudo modprobe-r b43 ssb wl
~ $ Sudo modprobe wl
Install driver
Finally, restart the computer.
Turn the wireless switch on and off several times. Wait a moment to see the wireless network.
5. Remote Access to windows Desktop
Built-in software: Remmina
6. jdk
Http://www.linuxidc.com/Linux/2013-03/80347.htm
---> Installation path:/usr/lib/fanjv
7. Install myeclipse
Http://www.linuxidc.com/Linux/2013-06/86102.htm
A. a new folder: mkdir
B. Change the permissions of an On-premise file to facilitate operations by other users.
The chmod + ow file name method is changed to all users.
Because after the download was completed, I could not move it and said I didn't have the permission. You have to change the permission. (For details, refer to Baidu)
C. If the sudosh Method for executing a script is incorrect, it means that jdk is under root and the permission of jdk 1.7.0 _ 21 should be changed to the normal user. Note that you must modify the changes in batches. You can use chmod o + a jdk1.7.0 _ 21/* to modify the changes. You can also use jdk
Pluse-one-32 error reported
8. Timed Shutdown
Sudo shutdown + 100 indicates that the computer will shut down after 100 minutes.
Sudo shutdown-c to cancel the automatic shutdown (concel)
Sudo shutdown-h now shut down immediately (halt)
9. php document storage directory
---> Web storage directory: var/www
10. Why http: // localhost/wms5/index. php cannot be accessed
Because the folder has no access permission