Tag Archives: linux

ubuntu 禁止gdm自动启动,启动到字符终端模式

方法1,使用tengcy的方法,永远启动到字符终端模式 要修改 “/etc/init/gdm.conf” 将第13行: “stop on runlevel [016]”

Posted in linux | Tagged , | Leave a comment

vsftpd-ubuntu-ftp

因为需要,给开一个FTP。之前一直没有去研究,现在要求来了,就顺道学习学习。看了看服务器是VSFTPD,就上网搜了一大堆,搞定了,在这发帖纪录下来,顺便也给需要的朋友一些参考。 至于配置VSFTPD就不说了。

Posted in linux | Tagged , , | Leave a comment

Using Texmaker to write Latex document on Ubuntu

In order to run Texmaker under Ubuntu. You need to install the following packets. sudo apt-get install texmaker

Posted in linux | Tagged , , | Leave a comment

ubuntu 11.04 win7 can’t start

手贱,ubuntu 10.10好好的升级11.04,直接导致没了windows系统,而且ubuntu也不稳定,更糟糕的是系统无法识别windows的c partition,无法mount…..

Posted in linux | Tagged | Leave a comment

chsh tcsh

Install csh / tcsh In case csh is not installed, type the following command at shell prompt: $ sudo apt-get install tcsh

Posted in linux | Tagged | Leave a comment

ubuntu su 密码

不想注销系统登录root用户,想切换到su,总是显示不成功,也许是初次使用,即需要设定一下: 使用sudo $:sudo passwd

Posted in linux | Tagged | Leave a comment

Linux常用命令之二

继之前学习,linux bc命令使用,十个你可能不知道的ubuntu快捷键,LINUX常用命令(基础),查看ubuntu的系统版本,linux检查目录空间大小-du等,现在进一步学习新知识点。 du:du命令可以显示某一个目录使用了多少磁盘空间 -h。

Posted in linux | Tagged | Leave a comment

grub2

grub2的启动配置文件grub.cfg是/boot/grub/grub.cfg,而不是以前的memu.lst。 如果你是多系统,有Ubuntu和 windows,那么用下面的命令,可以使grub2得到所有可以启动的系统。 sudo update-grub 实际就是让系统自己生成合适的grub.cfg文件。 这个grub.cfg文件是只读属性,so如果你要修改它,需要权限。 在此建议首先备份grub。

Posted in linux | Tagged | Leave a comment

ubuntu 10.04 源

#ubuntu 10.04 源1: deb http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse deb http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted deb-src http://tw.archive.ubuntu.com/ubuntu/ … Continue reading

Posted in linux | Tagged | 1 Comment

ERS-2 精密轨道数据下载

Manipulation of orbits (optional but recommended) Updating of the orbital state vectors in the MSP processing parameter file is required for correct geocoding and if the SLC will be used for interferometry. 用到DELFT_proc2或PRC_proc

Posted in linux | Tagged | Leave a comment
Pages: 1 2 Next