随笔分类 -  Linux

快速改变文件hash值的方法
摘要:查看哈希值命令 Linux : md5sum + 文件名 Windows : certutil -hashfile 文件名 MD5 创建一个空文本 合并 Linux Windows (请使用windows自带终端,比如 cmd) 此时再查看文件的hash值,应该已经改变了。这里以图片为例,其他文件同 阅读全文

posted @ 2019-07-19 17:21 wpjamer 阅读(6343) 评论(0) 推荐(1) 编辑

Ubuntu 下无法Tab键自动补全功能解决办法
摘要:在Ubuntu下 使用Tab键报错:cannot create temp file for here-document: no space left on device 解决办法: 后来发现导致这个报错的根本原因是,磁盘满了! 阅读全文

posted @ 2019-04-06 23:26 wpjamer 阅读(1659) 评论(0) 推荐(0) 编辑

ubuntu 16.04 编译安装 amule (开启GUI)
摘要:安装依赖 下载libgd 编译安装 下载wxWidgets 编译安装 这里wxWidgets 必须使用 3.0,不能使用 3.0 以上,比如 3.1,会报错 extern/wxWidgets/listctrl.cpp:4864:23: error: ‘OnScroll’ is not a membe 阅读全文

posted @ 2018-11-21 12:25 wpjamer 阅读(2632) 评论(0) 推荐(1) 编辑

Ubuntu 安装 uget
摘要:PPA方式 二进制包方式 包管理器方式 注:这里的uget一般是作为aria2的前端,要正常使用uget,请安装aria2。 参考: https://ugetdm.com/downloads/ubuntu/https://ugetdm.com/downloads/ 阅读全文

posted @ 2018-11-19 13:52 wpjamer 阅读(360) 评论(0) 推荐(0) 编辑

Linux 安装aria2
摘要:Ubuntu/Linux Mint/Debian CentOS/Fedora Manjaro/Arch 关于是否要支持ed2k协议 作者的回答是: Primary reason is because I'm not interested in ed2k. Don't get me wrong, bu 阅读全文

posted @ 2018-11-19 13:42 wpjamer 阅读(1423) 评论(0) 推荐(0) 编辑

ubuntu apt 安装 mpv
摘要:安装 参考文档:https://mpv.io/installation/ 快捷键 键盘快捷键: https://mpv.io/manual/stable/#keyboard-control 鼠标快捷键: https://mpv.io/manual/stable/#mouse-control 文档: 阅读全文

posted @ 2018-11-17 19:32 wpjamer 阅读(2173) 评论(0) 推荐(0) 编辑

linux ps 按进程消耗内存资源大小排序
摘要:linux ps 关于sort的解释 ps 命令排序说明 阅读全文

posted @ 2018-11-14 14:24 wpjamer 阅读(5264) 评论(0) 推荐(0) 编辑

如何找出当前活动桌面背景图像的位置/路径(Ubuntu 18.04,GNOME)?
摘要:启动终端并运行以下命令 显示当前设置为桌面背景图片的完整路径。 阅读全文

posted @ 2018-11-12 20:49 wpjamer 阅读(2712) 评论(0) 推荐(0) 编辑

linux怎么实时查看目录下是否有文件生成
摘要:inotify-tools 是为linux下inotify文件监控工具提供的一套c的开发接口库函数,同时还提供了一系列的命令行工具,这些工具可以用来监控文件系统的事件。 inotify-tools是用c编写的,除了要求内核支持inotify外,不依赖于其他。inotify-tools提供两种工具,一 阅读全文

posted @ 2018-11-06 17:57 wpjamer 阅读(6154) 评论(0) 推荐(0) 编辑

两款不错的Linux密码生成工具
摘要:先介绍最简单的方法,Linux自带的 -c 参数调整密码长度 pwgen 项目地址:https://sourceforge.net/projects/pwgen/ 安装 使用 使用案例: 解释: fold -w1 将字符串拆分,一行一个字符shuf 打乱字符串tr -d '\n' 将一个个字符拼起来 阅读全文

posted @ 2018-11-06 09:56 wpjamer 阅读(3409) 评论(0) 推荐(0) 编辑

crunch--字典生成工具
摘要:Crunch是一种创建密码字典工具,按照指定的规则生成密码字典,可以灵活的制定自己的字典文件。使用Crunch工具生成的密码可以输出到屏幕,保存到文件、或另一个程序。crunch程序在2004年及以前由email为 mimayin@aciiid.ath.cx 的作者编写,后续版本由 bofh28@g 阅读全文

posted @ 2018-11-06 09:43 wpjamer 阅读(22350) 评论(0) 推荐(0) 编辑

在LINUX上查询哪个用户从哪个IP登录,登录时间,执行了什么命令?
摘要:在/etc/profile里面加入以下代码 source /etc/profile 使脚本生效,退出用户,重新登录 上面脚本在系统的/tmp新建个login_data目录,记录所有登陆过系统的用户和IP地址(文件名),每当用户登录/退出会创建相应的文件,该文件保存这段用户登录时期内操作历史,可以用这 阅读全文

posted @ 2018-10-28 22:43 wpjamer 阅读(4582) 评论(0) 推荐(0) 编辑

youtube-dl 使用小记
摘要:0.官网地址 youtube-dl官网:https://yt-dl.org/项目地址:https://github.com/rg3/youtube-dl 1.文档简略翻译,具体请以官方文档为准 2.安装python youtube-dl使用Python编写的工具,所以系统里没有Python的话,先安 阅读全文

posted @ 2017-08-18 23:07 wpjamer 阅读(18591) 评论(0) 推荐(1) 编辑

CentOS中yum安装ffmpeg
摘要:1.升级系统 2.安装Nux Dextop Yum 源由于CentOS没有官方FFmpeg rpm软件包。但是,我们可以使用第三方YUM源(Nux Dextop)完成此工作。1) CentOS 7 2) CentOS 6 3.安装FFmpeg 和 FFmpeg开发包 4.测试是否安装成功 5.如果你 阅读全文

posted @ 2017-08-18 20:10 wpjamer 阅读(39101) 评论(4) 推荐(9) 编辑

logging
该文被密码保护。

posted @ 2017-08-08 11:18 wpjamer 阅读(3) 评论(0) 推荐(0) 编辑

Nginx配置https的wordpress站点,wp-content目录下资源404解决方案
摘要:wordpress 下配置 ssl证书, http访问的时候,/wp-content/下的资源一律为404: 后将配置修改为 所有资源请求正常! 阅读全文

posted @ 2017-06-23 00:34 wpjamer 阅读(2266) 评论(0) 推荐(0) 编辑

如何在Ubuntu/Linux内使用 zip 压缩隐藏文件?
摘要:假设你的当前目录结构为: A文件--B文件夹--C文件等 | | D文件夹-E文件 | | 等等文件(含隐藏) 那么在使用zip命令时加上 -r 即可包含整个目录结构和隐藏文件: zip -r B.zip B/ 注意 B.zip 在 B/ 的前面哦... 假设你的当前目录结构为: A文件--B文件夹 阅读全文

posted @ 2017-06-21 05:23 wpjamer 阅读(2621) 评论(0) 推荐(0) 编辑

make clean,make distclean与make depend的区别
摘要:make clean仅仅是清除之前编译的可执行文件及配置文件。 而make distclean要清除所有生成的文件。 Makefile 在符合GNU Makefiel惯例的Makefile中,包含了一些基本的预先定义的操作: make 根据Makefile编译源代码,连接,生成目标文件,可执行文件。 阅读全文

posted @ 2017-06-16 01:33 wpjamer 阅读(2159) 评论(0) 推荐(0) 编辑

阿里云CentOS中vsftp安装、配置、卸载
摘要:1--卸载查看当前服务器中的vsftpdrpm -qa|grep vsftpd 例如结果为:vsftpd-2.2.2-13.el6_6.1.x86_64执行卸载rpm -e vsftpd-2.2.2-13.el6_6.1.x86_64返回:卸载时自动备份vsftp的用户列表文件warning: /e 阅读全文

posted @ 2017-06-09 21:55 wpjamer 阅读(524) 评论(0) 推荐(0) 编辑

vsftp管理脚本(CentOS6用)
摘要:#!/bin/bash # ### BEGIN INIT INFO # Provides: vsftpd # Required-Start: localfsnetwork namedremote_fs syslog # Required-Stop:local_fs networknamed remotefssyslog # Short-Description: ... 阅读全文

posted @ 2017-06-09 21:08 wpjamer 阅读(498) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示