会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
70
71
72
73
74
75
76
77
下一页
2017年7月23日
linux下通过命令行上传文件到百度网盘
摘要: 一.环境: centos release 6.9 python 2.7.13 二.安装工具bypy sudo pip install bypy 三.使用bypy 3.1 授权 3.2 上传文件 bypy upload (在某个文件夹下就会将文件夹下的内容全部上传到云端) 3.3 下载文件 bypy
阅读全文
posted @ 2017-07-23 20:31 Jello
阅读(1612)
评论(0)
推荐(0)
2017年7月22日
linux下设置软件使用socks5代理
摘要: 1.为wget使用代理,可以直接修改/etc/wgetrc,也可以在主文件夹下新建.wgetrc,并编辑相应内容,本文采用后者。 直接往~/.wgetrc(自行创建此文件)添加如下内容: https_proxy = http://127.0.0.1:8087/http_proxy = http://
阅读全文
posted @ 2017-07-22 17:15 Jello
阅读(9275)
评论(0)
推荐(0)
2017年5月29日
ubuntu14.04禁止触摸板和恢复触摸板
摘要: 1.使用xinput list查看与触摸板相关的id,以下是本机的输出,没搞清楚为什么是Mouse!!! jello@jello:~$ xinput list⎡ Virtual core pointer id=2 [master pointer (3)]⎜ ↳ Virtual core XTEST
阅读全文
posted @ 2017-05-29 21:35 Jello
阅读(1826)
评论(0)
推荐(0)
2017年5月20日
linux安装shadowsocks客户端和服务端
摘要: 首先需要知道的是linux 版本的shadowsocks包含了客户端和服务端,因此在linux下安装了shadowsocks就是安装了客户端和服务端,因此下文只需介绍安装shadowsocks客户端 1.安装shadowsocks (主机是ubuntu 14.04) 1.1先安装pip sudo a
阅读全文
posted @ 2017-05-20 20:03 Jello
阅读(16)
评论(0)
推荐(0)
linux下获取本机的获取内网和外网地址
摘要: 1.获取内网地址(私有地址) ifconfig -a 2.获取外网地址(公网地址) curl members.3322.org/dyndns/getip
阅读全文
posted @ 2017-05-20 19:12 Jello
阅读(5140)
评论(0)
推荐(1)
2017年5月19日
ubuntu搭建discuz论坛
摘要: a.安装mysql database 1.安装mysql服务端 sudo apt-get install mysql-server (在此过程中要求为mysql的root用户设置一个密码) 2.安装mysql客户端 sudo apt-get install mysql-client 3.安装mysq
阅读全文
posted @ 2017-05-19 00:53 Jello
阅读(2751)
评论(0)
推荐(0)
2017年5月14日
linux下的下载之道
摘要: a.场景: 平时会使用百度网盘下载电影,但是用ios版的百度云实在是有点慢,而平时不用windows,因此只能在linux上寻找解决之道. b.背景(我正在使用中): linux:ubuntu 14.04 64bit 浏览器:firefox41.0.2 c.安装详情: 1.安装火狐插件flashgo
阅读全文
posted @ 2017-05-14 13:50 Jello
阅读(320)
评论(0)
推荐(0)
2017年5月13日
在linux下管理iphone
摘要: 场景: linux发行版:ubuntu 14.04 64bit 3.13.0-67-generic(内核版本) iphone型号:iphone 5c (ios 8.1.3 已越狱) 准备工作(一定要先做好这两步): 1.在iphone弹出信任窗口一定要信任; 2.把iphone的密码关掉.(挂载上了
阅读全文
posted @ 2017-05-13 15:27 Jello
阅读(4818)
评论(0)
推荐(0)
2017年3月11日
在terminal下的快捷键
摘要: 1.回到行首的快捷键:ctrl + esc 2.ctrl+[可以替代esc
阅读全文
posted @ 2017-03-11 16:24 Jello
阅读(230)
评论(0)
推荐(0)
2016年12月17日
ubuntu14.04下解压zip文件乱码解决之道
摘要: unzip -O cp936 zip文件名
阅读全文
posted @ 2016-12-17 17:43 Jello
阅读(162)
评论(0)
推荐(0)
上一页
1
···
70
71
72
73
74
75
76
77
下一页
公告