1.修改用户密码:
命令:andy@andy-desktop:~$ sudo passwd andy
2.实现VM上Ubuntu 与XP的文件夹共享:
VM 主菜單 VM->Settings->Options->Shared Folders
在外操作框add 執行相應XP上的共享目錄即可。
设置后会在/mnt/hgfs/目录下挂载。
3.SVN
SVN info 可看到相应的SVN当前的信息,比如:URL 版本号等。。。
SVN -h 帮助
SVN co url checkout 新的代码
svn up 更新代码
4.gvim (vim)这个文本开发工具不错。
5.gcc ---for c
example: gcc -o "targetFile" "sourcesFile.c"
6. g++---- for cpp file
7. make ------for mainfile encode
8.查看ubuntu当前版本是多少位系统
终端下输入命令:
$file /bin/ls
32 bit 系统会显示:
/bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), stripped
64 bit 系统会显示:
/bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), stripped