sudo service lightdm stop
sudo ./NVIDIA-Linux-x86_64-310.19.run
sudo ./cuda_5.0.35_linux_64_ubuntu11.10-1.run
vim ~/.bashrc
export PATH=/usr/local/cuda-5.0/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-5.0/lib:$LD_LIBRARY_PATH
mkdir mnt sudo mount -o loop ubuntu-9.04-desktop-i386.iso mnt
mkdir extract-cd sudo rsync --exclude=/casper/filesystem.squashfs -a mnt/ extract-cd
sudo unsquashfs mnt/casper/filesystem.squashfs sudo mv squashfs-root edit
sudo mksquashfs edit extract-cd/casper/filesystem.squashfs -b 1048576
Operators
|
Associativity
|
()
[] → . |
Left
to right |
!
~ ++ – + - * & (type) sizeof |
Right
to left |
*
/ % |
Left
to right |
+
- |
Left
to right |
<<
>> |
Left
to right |
<
<= > >= |
Left
to right |
==
!= |
Left
to right |
& |
Left
to right |
^ |
Left
to right |
| |
Left
to right |
&& |
Left
to right |
|| |
Left
to right |
?: |
Right
to left |
=
+= -= *= /= %= &= ^= != <<= >>= |
Right
to left |
, |
Left
to right |