Lab Environment:Mac OS: OS X 10.9.4 MavericksMac IP 192.168.1.106xquartz:2.6.7Virtual machine version: VirtualBox 4.3.12Virtual Machine ip:192.168.1.112Virtual machine Operating system version: Oraclelinux 5.7Oracle database version: ORACLE11GR2 11.2.0.31, open XquartzDouble-click the Xquartz icon to appear with a terminal-like window with black lettering on the white background.2,ssh to the virtual machine's operating systembash-3.2$ ssh-xy [email pr
1: Modify Mac OS system time2:mac OS system via proxy InternetVMware 12 Install Mac OS X 10.10 virtual machine Optimization TipsVirtual video card mishap, so it must be optimized to use, the principle of optimization is able to streamline the simplification, can close the effect on the off, do not duang, the following are some optimization settings:1. Remove Dash
In Windows, many people choose to install Xmanager+xshell, and then remotely connect to Linux, you can directly invoke the GUI interface of the software, easy and convenient.
But a lot of people have not tried to access the GUI of the Linux server by the SH connection on the Mac terminal. The following methods are described below
Brief introduction:
To achieve remote graphics access, you must forward the picture with the help of the X11 protocol. X11
Before I wrote a MAC address plus minus 1 conversion of the article, there are some less comprehensive, here I re-a blog to explain.The real address of the Mac should be: ADCF4D5FD3CF, this, not AD:CF:4D:5F:D3:CF, this is the artificial colon, in order to look convenient;How about the MAC address minus 1? In fact, since the M
Background:Mac via [terminal]SSH login Linux and display Linux graphics on MacMAC Host ip:10.2.1.1Linux host ip:192.168.1.1DescriptionTo SSH access and display the Linux host graphics, here, first use the Xquartz tool. Second, you need to tell the Linux host where to display the graph (display), and also open access on the Mac side (Xhost)Steps:1-mac Installing
件版本,若出现提示,表明MAC系统中JAVA软件已经卸载干净
Download the Java SE Development Kit 8U171.JDK to the Java website and install it after the download is complete.
1.2 Xquartz and Python toolkit
Open terminal and execute the following statement:>> cd ~>> brew cask install xquartz>> sudo easy_install pip #pip是安装python包的工具>> sudo -H pip install pyserial empy toml nu
Why do you want to bind IP? Can you specify the IP can not be on the network? The reason to bind IP is because he will change the IP. For example, I am the IP on this computer is 192.168.1.11 this IP has been done in the firewall above the setting can not be online, but if I know that there is an IP is 192.168.1.30 IP can surf the internet, then I will not change the 192.168.1.11 replaced by 192.168.1.30 can be online?So the binding IP is to prevent him from changing IP. Because the
Script Purpose: Find the Mac blacklistDate: August 20, 2015Contact e-mail: [Email protected]Q q Group: 1851 1570151CTO Blog Home: http://990487026.blog.51cto.comOpen source community, have you more exciting!Brief introduction:Traverse the MAC address inside the switch, compare with the company registered Mac legitimate MAC
Download Libjpeg and zlib:
Http://www.ijg.org/files/jpegsrc.v6b.tar.gz
Http://www.zlib.net
or download the collection package I uploaded.
http://download.csdn.net/detail/zkdemon/7862399
Install Libjpeg:
[python] view plain copy$ tar zxvf jpegsrc.v7.tar.gz $ cd jpeg-7 $./configure--enable-shared--enable-static $ make $ sudo make install
The default installation is:/usr/local/lib.
Install Zlib:
[plain] view plain copy$ tar zxvf zlib-1.2.7.tar.gz $/configure $ make $ sudo make install
The defaul
code, but it still compiles. At this time I think of a very simple way, since the high version is not possible, I will install a low version of the chant. Since the latest OS X cannot be installed in the lower version of Xcode (with Xcode installed LLVM), so go to a 10.8 OS X installed in the virtual machine, and then install a Xcode4.4, the address is appended.After installing Xcode, you should manually download the LLVM installation. Open Xcode, create an empty project, then open preferences
In October 29, a very bad day, XP went on strike for a year and a half. Okay, this is not a problem. Just reinstall the system.
Restart the system and enter Mac OS X. Start boot camp and put it into the XP system disk. As a result, the system disk was rejected by my Mac when I heard the sound of a choppy sound from the optical drive.
I have also encountered Mac d
Apache Configuration
In Mac OS 10.10.1 comes with Apache software, we just need to start the corresponding service, the following command is the operation of Apache commonly used in several commands:
// 启动Apache服务sudo apachectl start// 重新启动Apache服务sudo apachectl restart// 关闭Apache服务sudo apachectl stop// 查看Apache的版本httpd -v
sudoI don't have to say more about the order. Start the Apache service first, then enter localhost in the browser. The appearance
Today when I use Tomcat configuration, I use a Mac that uses some commands to configure Tomcat.Here's the problem:I am particularly troublesome to start the Tomcat service every time, because I have to go to the file directory where Tomcat is located, or not to use ~/, but because I put Tomcat in a more "deep" folder, the command looks ugly and long.Problem Solutions:1. Use environment variables (methods for modifying. BASHRC)A. First look at what she
Tags: need title bin View Download left and right Modify height pathUnlike the Linux system, the MAC system is not equipped with the Apt-get package tool by default, so you need to install it yourself if you want to use the handy apt-get on your Mac.Here we need a powerful tool for-fink.First we need to download it, click on the right link to download, fink related file downloadThere are two files, one is Fink, the other is
Debugging some of the content of the network, always avoid the need to catch the package, tcpdump is a very suitable tool, this tool can be installed on the server, all the content you need to grasp down, but after the capture it? We also need a tool that can read this package, which is the Wireshark to be introduced.Wireshark is an open source tool, and powerful, easy to use, but under the Mac must have X11 to run, directly installed DMG is not able
Use Wireshark to listen for data on the network under MacIn three steps:1.wireshark InstallationWireshark running on a system that requires a Mac to install X11,mac 10.8 is not X11 by default. First go to http://xquartz.macosforge.org/landing/download the latest Xquartz installation, installation is X11.Wireshark download, there are many download sources online.
Use a terminal under OS X, such as Iterm,ssh to a Linux machine, and then use Gnuplot on a Linux machine to draw.First, the project configurationI'm using OS X Yosemite 10.10, going to ssh RedHat Linux, and these are all done under these prerequisites.1. Mac OS X System installation x11. When you use the OS X system search function (Control+space) to try to find X11, will be prompted to install X11, choose to continue, will be taken to the online stor
Like the author of the book, I compiled the OPENJDK 7. The process is also encountered a lot of pits, consulted a lot of information, tried to use JDK8,JDK7,JDK6, the final use of jdk7u71 compiled successfully, the following record the process, so that others can learn from. First, the preparatory work:
1. Install Xcode, download directly from the App Store, and command line tools
2. Download Ant,mac will bring Ant, in/usr/local/cellar/ant/1.9.7, if
windows.
16. Key string access (pre-installed)
Function: Password memory
Introduction: helps you store passwords and provides access management
17. Airport (pre-installed)
Function: Mac user interconnection Software
Introduction: other Mac users in a relatively small scope can connect to each other
18. Console (pre-installed)
Function: Console
Introduction: CMD in windows and terminal in Linux
19. ISTA
Capture and analyze iphone data packets on mac, maciphone
Mac system version: mac 10.10 Yosemite
Xcode version: 6.3.1
It is necessary to capture packets when Tracking bugs or analyzing app communication ideas of other companies. The following describes how Wireshark intercepts iphone data packets.
Install wireshark
Wireshark depends on x11, so first confirm th
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.