会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shinedream
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2018年7月19日
Windows怎样共享文件夹给Virtualbox 里面的Ubuntu
摘要: 主要命令 1. sudo mount -t vboxsf Share /media/sf_Share 2. sudo adduser shinedream vboxsf
阅读全文
posted @ 2018-07-19 23:38 shinedream
阅读(127)
评论(0)
推荐(0)
2018年5月9日
Write a makefile to compile *.c and link to executable target
摘要: https://wenku.baidu.com/view/b1ec946027d3240c8447ef9a.html GNU+make中文手册V3.8 < From Docs > 一般我们可以使用“$(wildcard *.c)”来获取工作目录下的所有的.c 文件列表。复杂一些用法;可以使用“$(p
阅读全文
posted @ 2018-05-09 15:09 shinedream
阅读(139)
评论(0)
推荐(0)
2018年4月18日
树莓派配置无线打印机
摘要: 经测可用 https://www.ncnynl.com/archives/201608/742.html
阅读全文
posted @ 2018-04-18 19:19 shinedream
阅读(180)
评论(0)
推荐(0)
2018年4月12日
Ubuntu setup ftp server.
摘要: http://www.cnblogs.com/bcsflilong/p/4200139.html Steps 1. Install vsftpd sudo apt-get install vsftpd 2. backup the config file sudo cp /etc/vsftpd.con
阅读全文
posted @ 2018-04-12 16:33 shinedream
阅读(104)
评论(0)
推荐(0)
2018年3月22日
Ubuntu 查找文件夹中内容包含关键字的文件,路径为当前文件夹
摘要: From CSDN http://blog.csdn.net/lizhenmingdirk/article/details/44834997 grep -rl "keyword" ./ 1、 find / -name '*' | xargs grep 'route' 在根文件夹下查找含有关键字rou
阅读全文
posted @ 2018-03-22 15:57 shinedream
阅读(569)
评论(0)
推荐(0)
2017年7月24日
树莓派3(Raspberry pi 3)刷OpenWrt
摘要: 原文在 https://my.oschina.net/wangandi/blog/687389 1.下载镜像,这个lede好像是openwrt的一个分支,openwrt本身还没有支持pi3,https://downloads.lede-project.org/snapshots/targets/br
阅读全文
posted @ 2017-07-24 14:55 shinedream
阅读(3820)
评论(0)
推荐(0)
2017年5月16日
python里面的encode和decode函数
摘要: 转自 http://www.cnblogs.com/evening/archive/2012/04/19/2457440.html 总结一句话 encode: 字符串打算输出(给别人用)比如print时候encode成gbk不会乱码 decode: 字符串打算(用别人的做)输入,比如打开文本文件比如
阅读全文
posted @ 2017-05-16 13:41 shinedream
阅读(933)
评论(0)
推荐(0)
2017年5月15日
Ubuntu 安装第一步,打开ssh
摘要: http://blog.csdn.net/u010447234/article/details/53557795 1.检查是否有ssh在运行 ps -e | grep ssh* 2.安装openssh apt-get install openssh-server apt-get install op
阅读全文
posted @ 2017-05-15 16:38 shinedream
阅读(199)
评论(0)
推荐(0)
Ubuntu上使用vnc服务
摘要: http://www.aichengxu.com/linux/8479752.htm 1. sudo apt-get install x11vnc 2. sudo x11vnc -storepasswd 3. sudo cp /%root%/.vnc/passwd /etc/x11vnc.pass
阅读全文
posted @ 2017-05-15 16:35 shinedream
阅读(352)
评论(0)
推荐(0)
屏蔽 139 , 445 端口
摘要: 4 屏蔽 139 , 445 端口 由于没有以上两个端口的支持,是无法建立 ipc$ 的,因此屏蔽 139 , 445 端口同样可以阻止 ipc$ 入侵。 1 ) 139 端口可以通过禁止 NBT 来屏蔽 本地连接- TCP/IT 属性-高级- WINS -选‘禁用 TCP/IT 上的 NETBIO
阅读全文
posted @ 2017-05-15 10:07 shinedream
阅读(528)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告