fbsender's blog linux

linux command grep

linux command tr

linux command cut

linux command paste

linux command join

linux command uniq

linux command sort

linux command awk

linux command sed

linux command split

linux command wc

03 Feb 2015

nginx重定向

04 Nov 2014

ubuntu 设置root密码

系统环境ubuntu13.04,root用户默认是没有密码的,一般情况下使用sudo执行一些需要root权限的指令,如果要使用root账户,可以按下面的方式操作:

14 Sep 2014

postgresql install

sudo apt-get install postgresql

安装完成...
因为在哥们的ubuntu上这个指令直接就安装成功了,故没有在尝试其他的安装方式...
如果是非ubuntu环境或安装失败,再搜一下别的帖子吧~

命令行第一登陆postgresql

postgresql 默认的一个role为 ‘postgres’,第一次从命令行登陆可以用下面的指令:
bash sudo -u postgres psql 然后就可以执行一些简单的查询指令了:
sql select 1 as row1 查询server中的数据库信息:
sql select * from pg_database; 从命令行中退出:
bash \q

07 Sep 2014

cd 目录跳转 change dictionary

cd .. #上一层目录
cd ~ #家目录
cd #家目录
cd / #根目录
cd - #返回上一个目录
cd . #当前目录
pwd #显示当前目录
pwd -P #显示完整路径
mkdir #创建目录
rmdir #删除一个空目录

使用zsh时,目录跳转通常无需输入cd

03 Sep 2014

ubuntu 安装 curl

sudo apt-get install curl   

01 Jul 2014

显示所有的环境变量

env

27 Jun 2014

vim常用指令

20 Jun 2014

rails vim 使用的插件

vim插件管理:pathogen 在其管理下使用到的一些插件:
1. 目录跳转 The Nerd Tree
2. html编辑器 emmet-vim
3. rails.vim vim-rails
4. 配色方案 vim-color
5. 代码自动补全 vim-snipmate

20 Jun 2014

kill 包含keywordscript 关键字的进程: ps aux | grep keywordscript | grep -v grep | cut -c 10-15 | xargs kill

12 Jun 2014

How To Setup Your Own VPN With PPTP inShare Intro One of the commonly asked questions from our users is how to add another IP address to their server. You can assign your own private IP address to your droplet by creating a VPN tunnel. Whether you want to build your own Virtual Private Network (VPN), or assign an SSL certificate to that IP address, you have several options. From all of the possible options, the most optimal ones are between PPTP and OpenVPN. A Point-To-Point Tunneling Protocol (PPTP) allows you to implement your own VPN very quickly, and is compatible with most mobile devices. Even though PPTP is less secure than OpenVPN, it is also faster and uses less CPU resources.

28 Apr 2014

stunnel需要在服务器端以及客户端同时安装:

服务器端安装 yum install stunnel apt-get stunnel 配置stunnel其实很简单,多看看官方的文档:http://www.stunnel.org/static/stunnel.html 服务端的配置只需要两个文件(这两个文件都放在/etc/stunnel文件夹下): 1)stunnel.pem 问网页http://www.stunnel.org/pem填写相关信息后,点击生成,在服务器上创建文件/etc/stunnel/stunnel.pem,并将生成的内容复制到pem文件中,pem文件内容如下 ......

28 Apr 2014

1、什么是Squid Squid是一个高性能的代理缓存服务器,Squid支持FTP、gopher和HTTP协议。和一般的代理缓存软件不同,Squid用一个单独的、非模块化的、I/O驱动的进程来处理所有的客户端请求。

28 Apr 2014

制作U盘为启动盘的软件ultralso

bios设置从USB启动,引导方式FDD HDD ZIP等,制作启动盘时可以尝试不同的写入方式

Y510对于HDD引导方式不支持,设置为ZIP+后引导成功,但是安装fedora还是出错,于是安装了ubuntu

不同型号,容量不同的U盘对于各种bios的兼容性也不同

不同种厂家主板的bios支持的usb启动引导方式也不尽相同

大体来讲新机器怎么着都OK,相对旧的机器就需要通过尝试来制作能够使用的启动盘

28 Apr 2014

标准输入,输出和错误

文件文件 描述符

输入文件—标准输入 0 输出文件—标准输出 1

错误输出文件—标准错误 2

28 Apr 2014

添加Path export PATH=$PATH:/home/mengchen/shell 查看Path $PATH

28 Apr 2014

记录配置过程 保留表创建脚本 1.安装 ubuntu下 apt-get install mysql-server apt-get install mysql-client 验证安装是否成功: 服务器端验证:netstat -nat 端口3306为MySql 客户端验证: 登陆Mysql mysql -p 然后输入密码

28 Apr 2014

因为apt-get软件源不包含mono源,所以直接apt-get获取不到mono-xsp4包,首先需要添加源: 参考:http://badgerports.org/lucid.html 先执行:apt-key adv --keyserver keyserver.ubuntu.com --recv 0E1FAD0C,添加源的key 然后编辑文件/etc/apt/sources.list,在其中添加一行“deb http://badgerports.org lucid main“,就是网址中提到的软件源地址,最后需要执行apt-get update刷新缓存中的数据, 安装apache: apt-get install apache2 启动: service apache2 start/stop/restart

28 Apr 2014

linux命令后台运行 有两种方式:

28 Apr 2014

linux下IPTABLES配置详解 如果你的IPTABLES基础知识还不了解,建议先去看看. 开始配置 我们来配置一个filter表的防火墙.

28 Apr 2014

linux crond服务简介: 定时执行系统命令 查看crond服务状态: [root@www ~]# /sbin/service crond status 启动、停止、重启crond服务: [root@www ~]# /sbin/service crond start [root@www ~]# /sbin/service crond stop [root@www ~]# /sbin/service crond restart

28 Apr 2014

command

dhclient eth0

28 Apr 2014

验证安装版本: [root@singledb ~]# svnserve --version svnserve, version 1.4.2 (r22196) compiled Aug 5 2009, 19:03:56

Copyright (C) 2000-2006 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

23 Apr 2014