YICHAO XU
  • Home
  • Blog

Executing file on NTFS partition in Ubuntu 

4/29/2014

0 Comments

 
sudo gedit /etc/fstab

add a line
# <file system>  <mount point>    <type>      <options>       <dump>  <pass>
Ex: 
/dev/sda5         /media/Data      ntfs       utf8,uid=1000,gid=1000,umask=000    0      0
0 Comments

Install CUDA 5.0 in Ubuntu 12.04

5/23/2013

1 Comment

 
1. The order of installing the Nvidia driver and CUDA 5.0 is not important.
2. The CUDA 5.0 requires Nvidia driver 304 or later.
3. Nouveau should be blocked so that Nvidia driver can be actived.
4. Dependent library should be installed, such as libxmu-dev.

Problem:
After I installed Nvidia driver, tty1-tty6 is not working. 
When I push ctrl+alt+F1~F6, only a blinking cursor on the screen.
Current solution:
If I need to use tty1-tty6, I first boot to recovery mode, and then normally strat Ubuntu. From this way, tty1-tty6 can be accessible again.
1 Comment

Save Command Window text to file in Matlab

5/22/2013

0 Comments

 
We can use "dairy" command to save the text in command window.

Syntax:
diary
diary('filename')
diary off
diary on
diary filename


The file can be in a network disk, then we can check the result when we at home.
0 Comments

First post from android

4/24/2013

0 Comments

 
This is the first post from my phone.
0 Comments

The 1st blog

11/25/2012

0 Comments

 
This is the 1st blog I post here. Welcome to my homepage.
0 Comments

    Author

    Please refer to other pages to know more about the author.

    Archives

    April 2014
    May 2013
    April 2013
    November 2012

    Categories

    All
    Android
    Cuda
    Matlab
    Programming

    RSS Feed

Powered by Create your own unique website with customizable templates.
  • Home
  • Blog