分类: 个人日志
thumbnail

♞树莓派之WIFI热点开启

№ 1 修改硬件配置 # interfaces(5) file used by ifup(8) and ifdown(8) # Please note that this file is written to be used with dhcpcd # For static ……
thumbnail

♞CentOS Read-only file system 错误修改

最近一次因为树莓派非正常关机引起系统错误 [root@MiWiFi-R1CM-srv ~]# systemctl status httpd ● httpd.service - The Apache HTTP Server Loaded: load……
thumbnail

♞转换工具

♞转换工具
thumbnail

♞文件转BASE64

♞文件转BASE64
thumbnail

Sublime Text3 状态栏显示文件编码

点击菜单“设置”☛“首选项”,在“Preferences.sublime-settings-user”中加入如下代码。 // Display file encoding in the status bar "show_encoding": true, /……
thumbnail

♞Crayon Syntax Highlighter插件更改为中文

1、使用FTP登陆服务器,找到Crayon Syntax Highlighter插件位置"wp–content/plugins/crayon–syntax–highlighter/" 找到语言文件目录:trans 下载中文文件: cr……
thumbnail

♞HTML5 直接提取本地图片BSAE64数据

首先我们在先创建两个控件,一个file控件,用来选择本地图片文件,再来创建一个img,用来存放转换后的数据。 <!doctype html> <html> <head&g……
thumbnail

⚜便捷访问

内容已加密,请输入密码以后查看
thumbnail

♞Centos 7☢Samba

1、yum list | grep samba* 查看与Samba相关的软件包。 2、yum install samba samba-client samba-common 安装Samba软件 可以在yum后面带参数 -y ……
thumbnail

树莓派3安装Centos 7后的SD扩容

好长时间没有鼓动树莓派了,前段时间出点的小问题SD卡坏掉了,昨天新的SD卡回来,重新烧入Centos 7,但是发现我的可用空间只有2G,这怎么够用呢! 下面是我自己……