[linux]一些常用的命令(2)
1、man命令 该命令可以显示指定命令的用法和描述。 语法: man <command name> man ls root@nicholas:~# man ls LS(1) User Commands ...标签: linux
[linux]一些常用的命令(1)
1 ‘who -r’ 和 ‘runlevel’ 命令可以用来查看当前的Linux服务器的运行级别。 2 用 “route -n” 和 “netstat -nr” 命令,我们可以查看默认网关。除了默认的网关信息,这两个命令还可以显示当前的路由表。 3 在CentOS 5.X / RHEL 5.X中,可以用mkinitrd命令来创建初始化内存盘文件,举例如下: # mkinitrd -f -v /boot/initrd-$(uname -r).img $(uname -r) 如果你想要给特定的内核版本创建初始化内存盘,你就用所需的内核名替换掉 ‘uname -r’ 。 在Cent...标签: linux
[ubuntu]安装ssh服务
1.安装 Ubuntu缺省安装了openssh-client,所以在这里就不安装了,如果你的系统没有安装的话,再用apt-get安装上即可。 安装ssh-server sudo apt-get install openssh-server 安装ssh-client sudo apt-get install openssh-client 2.确认sshserver是否安装好 ps -e | grep sshd 450 ? 00:00:00 sshd 如果看到sshd那说明ssh-server已经启动了。&nbs...标签: ubuntu
[ubuntu]ubuntu启动过程及禁用图形界面
首先要做的,就是阻止lightdm的进程开机启动。 做法: 一、查看文件/etc/init/rc-sysinit.conf,在第14行附近:确认“env DEFAULT_RUNLEVEL=2”。2是新装系统默认的,确保不被修改。 二、编辑文件 /etc/init/lightdm.conf,在第12行附近,原句“ and runlevel [!06]” 改为“ and runlevel [!026]”。 解释:linux系统都有一个运行级别(runlevel)的概念,不同的运行级别配置将导致系统的启动过程有很大差异,比如当配置 runlevel 为 1 是,是不进入图形界面的。系统启动过程...标签: ubuntu
[ubuntu]U盘安装ubuntu后无法引导的解决办法
采用u盘安装Ubuntu12.04,安装完成之后,拔掉u盘无法启动,插上u盘之后,可以重启,系统启动信息做到u盘了(其实就是mbr),解决办法是: 把grub安装到硬盘中,先用u盘进入ubuntu系统,然后... 安装grub命令: sudo grub-install /dev/sda 更新grub命令: sudo update-grub标签: ubuntu
[embeded] Port u-boot to mini2440 (1)
Step one -> Make fold for mini2440: 1.cp board/sbc2410 board/mini2440 2.touch board/mini2440/nand_read.c /* * nand_read.c: Simple NAND read functions for booting from NAND * * This is used by cpu/arm920/start.S assembler code, * and the board-specific linker script must make sure this ...标签: embedded
[embeded]在Win7 64位机上安装Mini2440 USB驱动
1.首先,下载SuperVivi-USB-Transfer-Tool软件; 2.为无法识别的SEC S3C2410X Test B/D更改驱动程序,重新加载驱动, 将路径指定到刚下载的SuperVivi文件夹下的DRIVER路径下进行更新,在更新的过程中Windows会弹出无法验证驱动程序软件的红色对话框, 选择"始终安装此驱动选项"; 3.成功后会显示设备驱动为: libusb-win32 devices -->Mini 2440 Dev Board 4.连接好开发板的串口线,开发板跳线设置为NOR端,在确保线连接好的情况下,为开发板上电。在S...标签: embedded
[embeded]Install arm-linux-gcc by crosstool
1.Download crosstool-0.43.tar.gz 2.tar -zxvf crosstool-0.43.tar.gz 3.cd crosstool-0.43 4.vim demo-arm9tdmi.sh TARBALLS_DIR=$HOME/arm/downloads RESULT_TOP=/opt/crosstool ... eval 'cat arm9tdmi.dat gcc-4.1.0-glibc-2.3.2-tls.dat' sh all.sh -notest ... 5.vi...标签: embedded
[ubuntu]/usr/bin/ld: cannot find -lgcc_s
-lgcc_s 通常对应文件为 libgcc_s.so 自己到/usr/lib/gcc/i486-linux-gnu/3.4.6/文件夹下查找libgcc_s.so文件。libgcc_s.so是一个链接文件,链接到对应目录的 libgcc_s.so.1文件。打开libgcc_s.so弹出提示链接已损坏。接下来在终端下输入: locate libgcc_s.so.1 以寻找库文件实际路径 弹出: /lib/i386-linux-gnu/libgcc_s.so.1 于是重定向3.4版编译的的libgcc_s.so链接 ln...标签: ubuntu
[ubuntu]How to install gcc-3.4 in ubuntu
wget http://old-releases.ubuntu.com/ubuntu/pool/universe/g/gcc-3.4/gcc-3.4-base_3.4.6-6ubuntu3_amd64.deb dpkg --force-depends -i gcc-3.4-base_3.4.6-6ubuntu3_amd64.deb wget http://old-releases.ubuntu.com/ubuntu/pool/universe/g/gcc-3.4/gcc-3.4_3.4.6-6ubuntu3_amd64.deb dpkg --force-depends -i gcc-...标签: ubuntu
日历
最新微语
- 有的时候,会站在分叉路口,不知道向左还是右
2023-12-26 15:34
- 繁花乱开,鸟雀逐风。心自宁静,纷扰不闻。
2023-03-14 09:56
- 对于不可控的事,我们保持乐观,对于可控的事情,我们保持谨慎。
2023-02-09 11:03
- 小时候,
暑假意味着无忧无虑地玩很长一段时间,
节假意味着好吃好喝还有很多长期不见的小朋友来玩...
长大后,
这是女儿第一个暑假,
一个半月...
2022-07-11 08:54
- Watching the autumn leaves falling as you grow older together
2018-10-25 09:45
分类
最新评论
- Goonog
i get it now :) - 萧
@Fluzak:The web host... - Fluzak
Nice blog here! Also... - Albertarive
In my opinion you co... - ChesterHep
What does it plan? - ChesterHep
No, opposite. - mojoheadz
Everything is OK!... - Josephmaigh
I just want to say t... - ChesterHep
What good topic - AnthonyBub
Certainly, never it ...