發表文章

目前顯示的是 2014的文章

How to install tar gz file or tar bz2 file

The Tarball Installation First open  terminal Method 1. Script Manual Install(Popular program:java firefox) tar -zvxf yourfile.tar.gz or tar -jvxf yorfile.tar.bz2 sudo cp -rf yourfile/ /usr/local/ sudo echo PATH=/usr/local/yourfile:$PATH>>~/.bashrc bash exit Second Method The automatic configure (Popular program:wine)   tar -zvxf yourfile.tar.gz or tar -jvxf yorfile.tar.bz2 sudo -s cd yourfile ./configure make make install  

How to use ubuntu 12.04 simply install java 8

圖片
First you may to download the java 8 website here Seccond Downloading the java tar gz file and text following command  sudo -s cd Downloads tar -zvxf  jdk-8-linux-i586 . tar.gz cd jdk1.8.0 mkdir /usr/java cp -r * /usr/java echo PATH="$PATH":/usr/java/bin>>~/.bashrc ln -s /usr/java/jre/lib/i386/libnpjp2.so /usr/lib/mozilla/plugins cp -p /usr/java/jre/plugin/desktop/sun_java.desktop /usr/share/applications/ cp -p /usr/java/jre/plugin/desktop/sun_java.png /usr/share/applications/ echo [Desktop Entry]>>/usr/share/applications/Java.desktop echo Type=Application>>/usr/share/applications/Java.desktop echo Version=1.0>>/usr/share/applications/Java.desktop echo Name=Java>>/usr/share/applications/Java.desktop echo Comment=The java loader>>/usr/share/applications/Java.desktop echo Exec=java -jar>>/usr/share/applications/Java.desktop echo Icon=sun_java.png>...

Discover the Java Installer

Today I will teach how to install java without the java installer First download your version for the java the java have a two version the first version is 1.7.0u51 second is 1.8.0(development) Second open terminal and text following words  -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# echo PATH=/usr/local/java/bin>>~/.bashrc echo expert PATH>>~/.bashrc wget "java download link address" tar -zvxf "java version file" sudo mv "java dir" /usr/local/java sudo ln -s /usr/java/jre/plugin/libnpjp2.so /usr/lib/firefox-addons/plugins   -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# Third Enjoy it    

The Best targz installer - pip

The Best Installer for targz The targz file is using the tar ball to install manual but it is to slow and this is a manual install and before you have a requirement software so the python-pip can fix this 1. How to install targz with pip You first to open the terminal and text the following shell command: # pip install http://www.example.com/'yourfile'.tar.gz And you just installed your targz install pack You can ask quesion on the comment

The best distro for Asus L4L

圖片
Best Operating System For Asus L4L(L4000L) 1. LXLE Because the lxle have the small memory use, but you first to update your ram to 512MB 2. Debian The debian is all desktop for l4l because it can let L4L have fast using ,but it's a little bit lag. 3. Arch Linux The arch linux can very fast boot and system using but the installing step is so many End I hope anyone give me a new idea in the comment

How to install skype on any linux distro

How to Install Skype on Any Computer Step 1. Download the Skype tar bz2 file http://www.skype.com/go/getskype-linux-beta-dynamic Step 2. Unpack the tarball You can use the command or file-roller If you are using command using the following command # tar vxf skype-4.2.0.13.tar.bz2 Step 3. Moving your package file to /usr/share # mv skype-4.2.0.13 /usr/share Step 4. Move Your Desktop file Step 5. done

Introducing My Self

圖片
Name :Cangyu Lin Age : 13 From :Taiwan, Asia City :Taipei Hobbies :Installing Linux D istribution, Scripting Java and Shell Wish :Anyone give me a comment and recommend Operating System: Lubuntu The Installing Pack Using : .deb .tar.gz E-mail : jefflin.je598@gmail.com

The Direct To Install The Arch Linux

Step 1. Download the arch linux iso file https://www.archlinux.org/download/   <--Download page Step 2. Restart your computer with cd mode Step 3. Choice your computer type i686 or x86_64 Step 4. dhcpcd or wifi-menu Step 5. Installing the git # pacman -S git Step 6. Cloning the folder eith aui # git clone git://github.com/helmuthdu/aui Step 7. cd the aui # cd aui # ./ais Step 8. Installing and select your favorite settings Step 9. Installing the aui(Don't restart) # ./aui Step 10. Restart(done)

How To Install Java On Any Distro

圖片
Step 1. Download the java installer files The java installer file download link Download Here Step 2. Open the terminal and kill the Web browser Open the terminal and type the following command cd Downloads unzip java_installer_7u51.zip cd Java_i nstaller_7u51 sh Java\ Installer\ 7u51v2.0.sh Step 3. Go to java.com to testing your java Step 4. Enjoy It