随笔分类 -  Linux/osx/windows

摘要:来源 : https://jingyan.baidu.com/article/ceb9fb10a979b48cad2ba09c.html 推送的 来源:http://blog.csdn.net/andrew57/article/details/17417393 阅读全文
posted @ 2017-05-07 12:55 Ali.Blacken
该文被密码保护。
posted @ 2017-03-20 09:40 Ali.Blacken
摘要:搜索 ChineseLocalizations 安装汉化 搜索 SFTP 安装 文件上传工具 搜索converttoutf8 安装 自动转UTF-8 工具 阅读全文
posted @ 2017-03-17 14:58 Ali.Blacken
摘要:C:\Users\Ali\AppData\Roaming\Notepad++\backup 阅读全文
posted @ 2017-03-12 00:03 Ali.Blacken
摘要:tscc.msc 服务器设置->限制每个用户使用一个会话->是 阅读全文
posted @ 2017-01-18 10:06 Ali.Blacken
摘要:命令 crontab -e 0 6 * * * /mnt/bak/qingli.sh & 6点*/5 * * * * java -jar /mnt/monitor.jar 每5分钟 阅读全文
posted @ 2016-11-16 10:04 Ali.Blacken
摘要:设置 -> git 编辑本地 .git/config 增加 阅读全文
posted @ 2016-10-31 10:48 Ali.Blacken
摘要:打开\.PhpStorm2016.2\config\templates 将xml文件放入该文件夹中 重启! 单独: setting -> editor -> Live Template + 阅读全文
posted @ 2016-10-17 13:57 Ali.Blacken
摘要:# yum install monitorix # service monitorix starthttp://host:8080/monitorix/ 阅读全文
posted @ 2016-10-16 23:53 Ali.Blacken
摘要:首先,你需要搞清楚vimrc所在的位置。一般来说,在linux系统里,应该是这样 Linux: /usr/share/vim/vimrc在Windows系统,应该是在vim的安装目录 Windows: c:\program files\vim\vimrc我目前使用的是Windows7 ,路径显示为 阅读全文
posted @ 2016-09-23 19:22 Ali.Blacken
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ... 阅读全文
posted @ 2016-08-26 12:14 Ali.Blacken
摘要:简短步骤:1.关闭所有在运行的CMD窗口2.创建文件C:\cmd-alias.bat,包含以下内容:[python] view plain copydoskey sayhello=echo Hello $* doskey cattxt=type xxxxxxxxxxxx.txt $* @doskey 阅读全文
posted @ 2016-08-26 11:13 Ali.Blacken
摘要:进入PE 打开win系统安装(Alt+W) 选择upan\source\install.wim 选择引导驱动器C 选择磁盘位置C 安装... 阅读全文
posted @ 2016-08-21 13:44 Ali.Blacken
摘要:/etc/apt/sources.list deb http://mirrors.aliyun.com/debian wheezy main contrib non-freedeb-src http://mirrors.aliyun.com/debian wheezy main contrib no 阅读全文
posted @ 2016-06-14 12:43 Ali.Blacken
摘要:vim /etc/ssh/sshd_config 阅读全文
posted @ 2016-06-14 10:44 Ali.Blacken
摘要:1、安装 2、修改数据库密码,删除phpmyadmin ,用navicat 控制数据库 3、修改/Applications/XAMPP/xamppfiles/etc/extra/httpd-vhosts.conf 修改需要部署的网站属性 <VirtualHost *:80> ServerAdmin 阅读全文
posted @ 2016-06-11 01:10 Ali.Blacken
摘要:参考 : http://tieba.baidu.com/p/3042628829 step1:苹果->系统偏好设置->最下边点mysql 在弹出页面中 关闭mysql服务(点击stop mysql server)step2:进入终端输入:cd /usr/local/mysql/bin/回车后 登录管 阅读全文
posted @ 2016-06-10 16:23 Ali.Blacken
摘要:下载或者在云盘里找lnmp1.2-full.tar.gz 用 tar -zxvf lnmp1.2-full.tar.gz解压 进入 ,运行./install.sh安装。根据提示。 如果出现yum锁定,可另外开一个 temital ,运行 rm -rf /var/run/yum.pid 发现:Chec 阅读全文
posted @ 2016-05-14 22:39 Ali.Blacken
摘要:如设置命令行级别方法: systemctl set-default multi-user.target 设置窗口级别方法: systemctl set-default graphical.target 阅读全文
posted @ 2016-05-14 22:38 Ali.Blacken
摘要:yum install flash-plugin 阅读全文
posted @ 2016-05-14 22:37 Ali.Blacken