随笔分类 - Linux
摘要:向一个环境内通过FTP推一个包,其中遇到不能在目标文件夹建立文件和文件夹的麻烦,关闭Passive mode就好了,记录一下。[root@yw ~]# ftp x.x.x.xConnected tox.x.x.x.220 Serv-U FTP Server v6.2 for WinSock ready...500 'AUTH': command not understood.500 'AUTH':...
阅读全文
摘要:ref: http://fendou.org/2009/01/14/ubuntu-pdf-encode/刚刚用PDF查看了一下别人windows上共享的文件,发现左边的书签是正常的中文,内容居然是乱码,想了一下,大概是缺少CJK字符集支持,于是apt-cache search CJK fonts找到一个poppler-data,接着sudo apt-get install poppler-data...
阅读全文
摘要:1. $ rmmod pcspkr --or write it ot /etc/rc.local2. $ e /etc/inputrc --uncomment: set bell-style none, then reboot3. setterm -blength 0
阅读全文