脚踏实地,仰望天空. https://talenhao.github.io/
默认sudo的过期时间过短,经常要输入密码. htf@linux-rzt3:~> sudo visudo Defaults env_reset,timestamp_timeout=20 在后面添加timestamp_timeout参数,数值是分钟.
git log 默认使用less 显示结果,有时觉得不是很方便 可以使用直接打印到屏幕的方式,使用cat代替
Django的密码发信人是'webmaster@localhost', 参见官方文档settings.py DEFAULT_FROM_EMAIL? Default: 'webmaster@localhost' Default email address t...
1.安装mongodb-server [alerta@SUSE ~]$ curl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel62-3.
free是linux系统上常用的查看内存的命令,新版本的free添加了 -/+ buffer/cache一行 它们显示的值的计算方式如下: htf@linux-rzt3:~> free -V free from procps-ng 3.
zabbix自带了‘DejaVuSans.ttf’字体文件,但无法显示中文,如图: 可以在linux系统中安装中文字体 [root@localhost etc]# yum install google-noto-sans-cjk-fonts.
我试图在openSUSE 42.2系统的根分区创建一个swap文件,却无法正常挂载。 经过查询应该是btrfs系统这种类型的文件系统不支持swap文件。 另外还有一个btrfs-swapon的项目可以在btrfs上挂载swap文件,但文档里说不太适合在copy-on-write文件系统中创建swap,除非不得已,不建议使用。
logstash配置文件如下: 点击(此处)折叠或打开 input{ kafka{ bootstrap_servers => "xxxx:9092,xxxx:9092,dw72.
Django项目打包 这是目前开发完成的project目录树。我们要打包其中的polls app。 (v_python3.6) thinkt@linux-pw37:~/PycharmProjects/mysite> tree .
首先系统中需要安装vlc或mplayer 使用cvlc,不需要界面,另外配置播放后立即退出。-q表示quiet。 直接赶写mplayer也可以。
Django开发环境搭建 thinkt@linux-pw37:~/.virtualenvs/v_python3.6/bin> ./pip install django thinkt@linux-pw37:~/.
In [15]: a = [1,2,3,4,5,5,6,7,7] In [16]: a.index(5) Out[16]: 4 In [17]: a.index(6) Out[17]: 6 In [18]: b = collect_common.unique_list(a) In [19]: a.index(5) Out[19]: 4 In [20]: a.index(6) Out[20]: 5 可见list去重后index相应的也进行了变化。
# yum search --showduplicates salt ... salt-2015.5.10-2.el6.noarch : A parallel remote execution system salt-2015.5.10-2.el6.noarch : A parallel remote execution system salt-2016.11.3-1.el6.noarch : A parallel remote execution system ... # yum downgrade salt 降级指定版本后面写查询到的软件包全名。
pytho 2.6 salt state模块pip报AttributeError: 'Requirement' object has no attribute 'project_name' pip install --upgrade pip DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6 回退到0.7版本解决。
安装python-devel包解决这个问题 # pip install netifaces DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python.
[root@sys_228 ~]# salt --versions-report Salt Version: Salt: 2015.8.8.2 ... 这个版本的nodegroup会有匹配问题 配置文件的定法上也有些许不同
线上rundeck从2.6.9升级到2.6.10后无法启动,日志也没有打印任务有用的信息,一头雾水。 只有从配置文件开始着手,一看还真发现了一点不同。 我是yum源升级的,在rundeck的配置目录/etc/rundeck下发现profile文件被升级了,对比了一下新产生的文件与...
参考:https://wiki.archlinux.org/index.php/TrackPoint 默认设置97,移动相当的慢,而且手感比较重,调整了 thinkt@linux-pw37:~> sudo vim /etc/udev/rules.
任务列表不显示任何正在运行的任务,切换到历史任务,显示Got error 28 from storage engine. 补判断为Mysql数据库问题。 最终为mysql临时空间满造成。
不错的入门书Learning ELK stack 第三章: Logstash插件类型分为四类: Input Filter Output Codec Logstash input类的file插件维护了一个sincedb文件追踪监控操作文件的当前位置。
KDE对多点触控屏的支持没有windows那么优秀,只能使用类似鼠标的单击操作。 下面是直接使用xinput禁用。 thinkt@linux-pw37:/usr/share/X11/xorg.
对于经常接AC的用户来说,电池保持在40%-80%之间可以让电池生命周期更长久 由于我的t460s有两块电池,分别设置 linux-pw37:~ # cat /etc/default/tlp # Battery charge thresholds (ThinkPad only...
thinkt@linux-pw37:~> sudo tlp-stat 。。。 +++ ThinkPad Extended Battery Functions tp-smapi = inactive (kernel module 'tp_smapi' not installed) tpacpi-bat = inactive (kernel module 'acpi_call' not installed) 。
lenovo thinkpad t460s升级bios版本,造成opensuse linux 引导丢失修复 原来的eps分区还在的,只是boot manager中的efi引导选项被清除了。
系统使用centos7.1 官方下载hadoop,hive,jdk的安装包,解压在新建用户hive的目录下,安装mariadb-server(mysql-server) [hive@localhost ~]$ ll total 544900 drwxrwxr-x 9 hive hive 4096 Sep 10 07:31 apache-hive-2.
Exception in thread "main" java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: ${system:java.
Hadoop、MapReduce、YARN和Spark的区别与联系 转载:http://www.aichengxu.com/view/1103036 2015-03-17 16:37 本站整理 浏览(454) (1) Hadoop 1.
转载:: http://www.cnblogs.com/sunss/archive/2010/09/09/1822300.html 提高IO性能(只需要设置 noatime) 相信对性能、优化这些关键字有兴趣的朋友都知道在 Linux 下面挂载文件系统的时候设置 noatime 可以显著提高文件系统的性能。
修改.bashrc 中加入一行 export TERM=xterm 之后退出vim 不再显示内容. t@localhost ~$ vim systemd t@localhost ~$
使用yum 安装完rundeck后服务配置完成. 在浏览器中输入访问网址: youhost:4440, 页面跳转至http://localhost:4440/menu/home # su - rundeck $ vim /etc/rundeck/rundeck-config.
t@localhost webapp$ tree . ├── cgi-bin │ ├── athletemodel.py │ ├── generate_list.py │ ├── generate_timing_data.
点击(此处)折叠或打开 #!/usr/bin/env python3 # -*- coding:utf-8 -*- import os clas...
使用函数 点击(此处)折叠或打开 #!/usr/bin/env python3 # -*- coding:utf-8 -*- #函数与处理的数据打包一起.
点击(此处)折叠或打开 #!/usr/bin/env python3 # -*- coding:utf-8 -*- def filetolist(file,listna...
t@localhost .ssh$ ssh -vT git@github.com OpenSSH_7.2p2, OpenSSL 1.0.2h-fips 3 May 2016 ...
文件结构 webapp_temlate.py templates/ ├── form.html ├── home.html └── signok.html webapp_temlate.
点击(此处)折叠或打开 #!/usr/bin/env python3 #-*- coding:utf-8 -*- ''' ''' ...
html wsgi web server 点击(此处)折叠或打开 #!/usr/bin/env python3 #-*- coding:utf-8 -*- ''' ...
客户端socket 点击(此处)折叠或打开 #!/usr/bin/env python3 #-*- coding:utf-8 -*- ''' ...
task_master.txttask_worker.txt 点击(此处)折叠或打开 #!/usr/bin/env python3 #-*- coding:utf-8 -*- ...
APACHE -VS- NGINX. 2015 EDITION The choice used to be clear: You want convenience – go with Apache I...
服务器提供服务的方式 网络服务器由于要同时为多个客户提供服务,就必须使用某种方式来支持这种多任务的服务方式。一般情况下可以有三种方式来选择,多进程方式、多线程方式及异步方式。
点击(此处)折叠或打开 #!/usr/bin/env python3 #-*- coding:utf-8 -*- ''' ''' ...
项目目录下存在与系统模块名称冲突的os.py文件,删除即可. 注意文件名称命名时不能与系统模块名称相同.
http://genggeng.iteye.com/blog/1290458 staticmethod 基本上和一个全局函数差不多,只不过可以通过类或类的实例对象(python里光说对象总是容易产生混淆, 因为什么都是对象,包括类,而实际上类实例对象才是对应静态语言中所谓对象的东西)来调用而已, 不会隐式地传入任何参数。
在saltstack原码salt-2015.8.8.2/salt/version.py中 点击(此处)折叠或打开 if __name__ == '__main__': print(_...
t@localhost ~$ pycharm-professional OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.
转载自:http://www.cnblogs.com/harrychinese/p/python_future_package.html?utm_source=tuicool&utm_medium=referral python __future__ package的几个特性...
WEB前端性能优化: 1.浏览器: http:无状态应用协议,每次都要建立连接。 减少http请求:合并CSS,图片,javascript。图片合并,通过CSS鼠标偏移响应URL 使用浏览器缓存:CSS,图片,javascript等静态数据变更比较少,可以在首部中cache-control,expires属性控制。