`
jarpy
  • 浏览: 22186 次
最近访客 更多访客>>
社区版块
存档分类
最新评论

Linux 杂记

阅读更多

71.putty 无法粘贴

   可以通过 shift+Insert

2.在ubuntu 上建立快捷方式 ,press Shift and Ctrl + drag

3.查询linux版本

cat /etc/*-release

 

4.安装 apt-get RHEL4

http://dbanotes.net/Oracle/How_To_Maintain_RHEL_with_APT.htm

http://anilinux.blogspot.com/2007/09/apt-get-install-for-rhel4.html

1. download http://apt.sw.be/redhat/el4/en/i386/dag/RPMS/apt-0.5.15lorg3.1-4.el4.rf.i386.rpm

2. rpm -ivvh  ....rpm

3.#vi /etc/apt/sorces.list.d/os.list (add following mirror )
repomd http://apt.sw.be redhat/el4/en/x86_64/dag/

4.set proxy, sudo export http_proxy=http://ip:8080/  http://不能忘, 我就是没有加这个搞了半天

5. 查看那个端口被那个进程打开

   netstat -anp : grep 852

6. 观察内存使用情况

   方法1

top -d 1
然后shift + m(Sort by memory usage), 其中RES就是内容使用值

  方法二

  ps -av

7.重启Xwidnow

sudo /etc/init.d/gdm stop

sudo /etc/init.d/gdm start

8. grub file error unknown filesystem

http://www.dedoimedo.com/computers/grub-2.html#mozTocId842078

9. startdict 字典

http://reciteword.cosoft.org.cn/stardict-iso/stardict-dic/zh_CN/

http://wiki.ubuntu.org.cn/index.php?title=Stardict&variant=zh-cn

 

10. 挂载onda

sudo mount -t vfat /dev/sdb onda -o uid=1000,gid=100

sudo umount /media/onda

 

11. change current work dir

currentDir=$(cd `dirname $0` && pwd)
cd $currentDir;

 

12 ffmpeg Unknown encoder ‘libmp3lame’

when i try to convert avi to mp3 via ffmpeg,  the above error occur. 

 

http://lembra.wordpress.com/2009/12/04/ffmpeg-unknown-encoder-libmp3lame/

 

http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz; tar -xvf lame-3.97.tar.gz; cd lame-3.97;./configure; sudo make && make install

13. ubuntu 32bit 支持 4G内存

  sudo apt-get install linux-image-server linux-headers-server linux-server

 

14. uninstall VMplayer

sudo vmware-installer -u vmware-player

sudo chmod+x ****.bundle

sudo ./****.bundle

 

15, install yum on RHEL 4

I got this tip from Babar Haq’s Blog with a little modification since I am using RHEL 4.

1. Download yum by using wget

# wget http://linux.duke.edu/projects/yum/download/2.0/yum-2.0.8-1.noarch.rpm

2. Install the rpm

# rpm -ivh yum-2.0.8-1.noarch.rpm

3. Configure /etc/yum.conf to use compatible repository

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1

[base]
name=CentOS-$releasever – Base
baseurl=http://mirror.centos.org/centos/4/os/i386/
gpgcheck=1

[updates]
name=Red Hat Linux $releasever – Updates
baseurl=http://mirror.centos.org/centos/4/updates/i386/
gpgcheck=1

4. Download and install the CentOS GPG Key

# wget http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4

# rpm –import RPM-GPG-KEY-CentOS-4

5. Test yum to see if it works (I tested by running full update on my machine)

# yum update

 

I got this tip from Babar Haq’s Blog with a little modification since I am using RHEL 4.

1. Download yum by using wget

# wget http://linux.duke.edu/projects/yum/download/2.0/yum-2.0.8-1.noarch.rpm

2. Install the rpm

# rpm -ivh yum-2.0.8-1.noarch.rpm

3. Configure /etc/yum.conf to use compatible repository

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1

[base]
name=CentOS-$releasever – Base
baseurl=http://mirror.centos.org/centos/4/os/i386/
gpgcheck=1

[updates]
name=Red Hat Linux $releasever – Updates
baseurl=http://mirror.centos.org/centos/4/updates/i386/
gpgcheck=1

4. Download and install the CentOS GPG Key

# wget http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4

# rpm –import RPM-GPG-KEY-CentOS-4

5. Test yum to see if it works (I tested by running full update on my machine)

# yum update

 

http://www.pinoytux.com/linux/howto-install-yum-on-rhel-4

 

16. when installing websphere 7.   the installation precess is always blocked, importconfigarchive

 

Because Ubuntu uses dash as its default shell instead of bash, this breaks WAS’ installation routine when it comes to setting up the domain profile. (It hangs for ages at 31% when executing the importConfigArchive script, and the fails silently, which is nice.) To fix this you need to relink back to bash (according to Graham, this actually fixes a number of third-party software installation issues):


sudo -i
cd /bin
unlink sh
ln -s /bin/bash sh


分享到:
评论

相关推荐

    redhat linux杂记

    【Redhat Linux杂记】 在Linux系统管理中,Red Hat Enterprise Linux(RHEL)是一个广泛使用的发行版。本文主要关注的是在Redhat EL4中如何将系统设置为文本启动模式,以及如何配置和使用Telnet服务,同时也涉及到...

    linux学习杂记.pdf

    Linux学习杂记 本文档总结了Linux学习的要点,涵盖了Linux基础知识、命令操作、文件系统、桌面环境、服务器安装等方面的知识点。 一、Linux基础知识 1. 文本模式密码不显示输入的字符,输入的密码不会出现星号或...

    基于Html语言的Linux知识杂记文档设计源码

    该项目是一个基于HTML语言的Linux知识杂记文档设计源码,共包含39个文件,涵盖33个reStructuredText和Markdown文档、1个许可协议、1个HTML页面、1个JavaScript脚本、1个Python脚本以及2个Markdown文件。内容主要包括...

    Linux 内存杂记(01)1

    在Linux系统中,内存管理是操作系统的核心功能之一。本文主要探讨了Linux内存管理的一些关键概念,包括malloc()函数的工作原理、虚拟内存与物理内存的区别、内存分配策略以及页框管理和Slab缓存机制。 首先,malloc...

    Linux基础命令杂记

    【Linux基础命令杂记】 在Linux环境中,掌握基础命令对于日常运维和开发工作至关重要。这里列举了一些常用的Linux命令,以及如何在Linux系统中与MySQL数据库交互。 1. **登录远程MySQL**: 使用命令 `mysql -h ...

    MartinHub-notes::hundred_points:大数据开发笔记(包括:Hadoop,Hive,HBase,Phoenix,Scala,Spark,Flink,Kafka,Azkaban,Flume,Sqoop,Oozie,DataX等)。Java开发笔记(Java基础,Spring Boot, Spring Cloud,Spring Security,MyBatis-plus,Swagger-UI,Druid,JWT,Lombok)

    Linux 杂记 :bullseye: :hot_beverage: :floppy_disk: :cloud: :memo: :black_nib:本仓库有来源自己总结,网上收集,视频笔记,如果有区别之处,可以联系我进行删除。 :scroll:笔记仓库: GitHub上: ...

    mynane#web-problem#杂记-45.Golang 在 Mac、Linux、Windows 下如何交叉编译1

    Mac 下编译 Linux 和 Windows 64位可执行程序Linux 下编译 Mac 和 Windows 64位可执行程序Windows 下编译 Mac

    liunx操作杂记

    ### Linux操作杂记 在日常使用Linux的过程中,我们经常会遇到各种各样的问题,也需要掌握一些基本的操作技巧来提高工作效率。本文将围绕“liunx操作杂记”这一主题,总结并详细解释一些实用的命令和技巧,包括但不...

    Android平台搭建杂记

    安装NDK时,你可能需要安装Cygwin,这是一个提供Linux命令行环境的工具,对于在Windows下运行NDK命令很有帮助。下载cygwinsetup.zip并安装,选择所有软件包进行安装。安装完成后,打开Cygwin终端,并通过vi编辑器...

    杂记

    【标题】:“杂记”涉及了多个IT领域的知识点,包括数据库、Unix服务、Unix工具、Linux系统管理和配置、密码学以及开发运维。 【数据库】:PostgreSQL和MySQL是两种广泛使用的开源关系型数据库管理系统(RDBMS)。...

    Docs:关于所有事物的杂记

    在“Docs:关于所有事物的杂记”这个压缩包中,我们可以期待找到一系列与软件开发、IT基础架构和数据科学相关的个人笔记。这些笔记可能是作者在长期的学习和实践中积累的知识结晶,涵盖了广泛的IT主题,旨在帮助读者...

    matlab有什么好玩的代码-Blogs:记录一些学习历程与思考的blogs

    matlab有什么好玩的代码 title date categories tags README 2019-11-12 14:39:57 -0800 Blogs 今天(10/21/2017)突然发现我的github不能这样子用,我完全把这玩意儿当成博客网站了,代码...这里是一些杂记:) Matlab 这

    赫夫曼树matlab代码-myBlog:我的博客

    杂记 算法 编程练习题 [Leetcode-19-删除链表的倒数第 n 个节点](./Leetcode-19-删除链表的倒数第 n 个节点.md) [蓝桥杯 基础练习(上)](./蓝桥杯 基础练习(上).md) [蓝桥杯 基础练习(下)](./蓝桥杯 基础练习(下).md)...

    Miscellany:杂项脚本和工具

    杂记 旨在作为Datadog的各种脚本和工具的存储库,以供公众共享。 免责声明 这些项目不是Datadog订阅服务的一部分,仅出于示例目的提供。 不保证它们没有错误,也不是生产质量。 如果您选择使用它们以使其适合在生产...

    谷歌去年玩。调频Scrobbler「Google Play Last.fm Scrobbler」-crx插件

    **当前与Linux媒体密钥支持有关,因此Linux的默认快捷方式分别是previous_song,toggle_play和next_song的Ctrl + Shift + {7,8,9}。 ------------------------------问题:请通过GitHub报告问题。 我以这种方式收到...

    [Python3.X全栈开发]---- 入门与进阶视频教程.docx

    2. **Python环境安装**:涵盖如何在不同操作系统(如Windows、MacOS、Linux)上安装Python解释器,设置环境变量,以及安装集成开发环境(IDE)如PyCharm或VSCode等。 3. **理解写代码与Python的基本类型**:讲解...

    全面系统Python3入门+进阶课程

    此章节详细介绍了如何在不同的操作系统(如Windows、macOS、Linux)上安装Python运行环境。此外,还会涉及如何配置环境变量,以便可以在命令行工具中方便地使用Python。这一章节对于初学者来说至关重要,因为它确保...

    Python3入门到进阶课程

    - **课程目标**:教会学生如何在不同操作系统(Windows、MacOS、Linux)上安装Python环境。 - **核心知识点**: - 下载Python官方安装包 - 安装过程中的注意事项 - 配置环境变量 - 检查安装是否成功 ### 第3章 ...

    CDH5.5.7离线部署文档

    - 下载JDK-7u71-linux-x64.tar.gz,该文件将用于安装Java运行环境,是运行Hadoop及Cloudera Manager的前提条件之一。 3. **CDH下载** - Cloudera Manager的tar.gz文件可以从Cloudera的归档服务器下载,具体文件...

Global site tag (gtag.js) - Google Analytics