器
nedwons
这人很懒,啥也不懂。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
system_shift: useful tool and necessary tips
before shift your system,or backup your system from older to new,you should upload it to bdp:https://blog.csdn.net/hunter___/article/details/88866014 baidupandelete it after done.https://blog...原创 2019-04-07 10:36:33 · 224 阅读 · 0 评论 -
器:输入法及firefox 插件必备列表
电脑上交,使用同事好心给用的旧电脑,,,,极度不适应:先随便恢复一下环境:1。输入法:搜狗https://pinyin.sogou.com/linux/?r=pinyinhttps://pinyin.sogou.com/linux/help.phpsudo apt install libopencc1 fcitx-libs fcitx-libs-qt fonts-d...原创 2019-05-31 09:36:50 · 729 阅读 · 0 评论 -
器:为rm命令添加一个垃圾回收站
将linux下的rm命令改造成移动文件至回收站https://blog.csdn.net/hj605635529/article/details/80712415背景用rm删除文件的同时会删除inode信息,这使得使用rm删除的文件很难恢复。特别是带有-rf参数时,一定要慎之又慎。我希望用rm删除的文件(夹)可以在回收站找到。本文就教你实现这个功能。方法:1. 在/h...转载 2019-05-28 18:54:03 · 368 阅读 · 0 评论 -
器:git配置(在新机器配置git, github上添加新的pubkey)
git命令:全局设置用户名邮箱配置.git..Permission denied (publickey). fatal: Could not 420 ssh-keygen -t rsa -C "...@gmail.com" 421 ssh -v git@github.com 422 ssh-agent -s 423 ssh-add ~/.ssh/id_rsa...转载 2019-06-12 20:04:46 · 1577 阅读 · 1 评论 -
器:win firefox 环境恢复
最基本的插件:其他:Firefox vimperator快捷键(掌握这些就可以丢鼠标了)原创 2019-06-18 21:05:34 · 263 阅读 · 0 评论 -
器:huawei matebook 14 安装ubuntu 16.04(暂未解决)
1.无wifi--->升级内核?然而:wifi没有,usb共享网络没有,网线没有,一个难题啊。蓝牙也打开不了,这不就是砖头吗?难道要换18.04或者19.04的试试吗?这是个难题啊,你倒先让我连上个网啊。思路与假设:1.网卡没启动?启动试试?Ubuntu重启网卡的三种方ubuntu server 16.10 启用无线网卡Ubuntu16.04LTS无...原创 2019-06-18 22:32:35 · 1976 阅读 · 0 评论 -
器:环境恢复之vim配置
插件管理:vundle: vim插件管理安装之错误总结 -转载 2019-06-09 20:45:14 · 370 阅读 · 0 评论 -
器:huawei matebook 14 安装ubuntu 16.04(进步)
器:huawei matebook 14 安装ubuntu 16.04(暂未解决)手动升级成4.16内核后,声卡,触摸板,蓝牙,亮度都正常了,然而,wifi还是不行。有进步,不错。干得漂亮,usb共享网络可以正常使用了。我先直接升级成4.19内核试试。可以用网上的很多方法了。进步不错。。use the methold:ubuntu18.04系统安装完之后显示未发...原创 2019-06-20 20:35:12 · 6767 阅读 · 2 评论 -
器:huawei matebook 14 安装ubuntu 16.04 无法使用wifi,有线,蓝牙,触摸板等问题记录(完成)
shit ,i cannot use chinese input yet...how to fix the bug of no wifi avalible:先来说原因:内核版本太低导致的。想办法升级到4.20。(当然可能4.19也可以,我没试)推测:如果安装ubuntu 系统出现无法使用wifi等,很可能是因为内核版本低导致的。看了很多网友教程,跟ubnutu wifi不可用相关的都可...原创 2019-06-20 21:32:28 · 3630 阅读 · 0 评论 -
器:first day in db,,,enviroment setting(debian)
这边喜欢debian,,,,弱鸡,队友都好厉害,,,英文只听得懂80%,恢复英文吧,,,好好学习。1.输入法:sogouhttps://www.jianshu.com/p/424fe8e7109ehttps://silentming.net/blog/2015/11/16/add-chinese-in-english-debian/安装好之后,使用shift切换。...原创 2019-07-01 14:37:27 · 155 阅读 · 0 评论 -
器:source dir of debian
the source dir of debian:if something like:Hit:13 http://mirrors.aliyun.com/debian stretch ReleaseErr:15 http://mozilla.debian.net jessie-backports Release 404 Not FoundErr:16...原创 2019-07-02 11:26:34 · 199 阅读 · 0 评论 -
tools: enviroment setup and project build
error note:the error of :Error 1:pip fails with "TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'"fix it by install them one by one.123 sudo -u "$USER" pip install n...原创 2019-07-02 12:27:17 · 172 阅读 · 0 评论 -
tools: git reference
1.create new branch in remote:git push upstream xxx:feature/xxxthis means that base onupstream ,you push xxx to feature/xxxandgit branch -ato show your remote branchand git push:git pu...原创 2019-07-08 18:50:28 · 172 阅读 · 0 评论 -
tools: about vscode, shortcut collection,plugins
Visual Studio Code Tips and Tricksfold all :ctrl + a ctrl +0visual studio code 代码折叠快捷键- 简书Visual Studio Code 快捷键大全(Windows) - 叙帝利- 博客园推荐VSCode注释翻译插件,方便快速阅读源码- CNode技术社区...原创 2019-07-03 15:22:49 · 619 阅读 · 0 评论 -
tools : debian tools
Debian Network Interface Setup – Linux Hintifconfig--> ip addr show原创 2019-07-04 16:51:59 · 244 阅读 · 0 评论 -
tools : git checkout remote branch
git checkout -agit checkout -b sage remotes/sagethis well create a new branch sage ,,,,原创 2019-07-04 18:57:15 · 504 阅读 · 0 评论 -
器:远程拷贝 rsync
rsync -P --rsh=ssh /sys_backup_20190416-145811.tar.gz yourhostname@192.168.1.1(your host ip):/home/yourhostname/BackupStation/原创 2019-05-30 09:09:06 · 182 阅读 · 0 评论 -
器:gnome-system-monitor 快捷键
老是忘,,,这就是写笔记的意义了。漂亮。系统监控gnome-system-monitor器:自定义ubuntu 快捷键 -CSDN博客原创 2019-05-26 10:39:02 · 1133 阅读 · 0 评论 -
器:neoterm ,android下的命令行工具
尴尬,现在只会用现成的,lj,少年,努力呀!https://github.com/NeoTerm/NeoTerm/releasesAndroid 运行本 BaiduPCS-Go 程序参考示例另一个:termux原创 2019-04-08 09:32:33 · 6426 阅读 · 0 评论 -
器:备份,分区,ubuntu系统下安装windows双系统等
https://blog.csdn.net/zhangxiangweide/article/details/74779652 ubuntu16.04分区设置https://blog.csdn.net/gsl371/article/details/79308166#ubuntuwindows_40 ubuntu系统下安装windows双系统及问题处理https://blog.csdn.n...转载 2019-04-08 10:34:45 · 269 阅读 · 0 评论 -
器:各工具常用命令置顶贴归总(vim linux git ffos...)
链接有问题,,,skills:经常忘记的vim 删除重复部分的行 vim 技巧git basicgeeker 操作:vim:vim常用命令总结vim:powerful operationsfirefox os :ffos basic skillsbasic Linux (code) skills...原创 2019-04-02 15:50:41 · 303 阅读 · 0 评论 -
器:ubnutu系统完美克隆至新硬盘,系统备份迁移至新硬盘(机器)
一切皆为文件,这个理念真酷!很好!ubuntu16.04 系统备份还原迁移至新机器。亲测可用,刚刚克隆完毕。1.打包整个系统:sudo sucd /tar czvpf sys_backup.tar.gz --exclude=/proc --exclude=/lost+found --exclude=/mnt --exclude=/sys --exclude=/home...原创 2019-04-08 15:38:00 · 6754 阅读 · 1 评论 -
器:win backup ,dism++
利用Dism++备份系统文件的方法_百度经验https://bbs.kafan.cn/thread-2054040-1-1.html转载 2019-04-16 10:38:05 · 386 阅读 · 0 评论 -
器:deepin wine qq etc
头脑发热,想安个qq,https://blog.csdn.net/qq_40325734/article/details/84934960https://blog.csdn.net/u014132947/article/details/84556034转载 2019-04-09 23:47:15 · 186 阅读 · 0 评论 -
器:ubuntu firefox 下载文件名乱码,用插件Download Filename Encoding
之前一直懒,,,默默忍受,乱码,,,无脑解决法,打开extension :搜索:Download Filename Encodingadd 之后:打钩:detect XXX 3个再下载,正常了。。。参考:https://www.jianshu.com/p/927f2c5d4d7c...原创 2019-04-22 18:46:36 · 779 阅读 · 0 评论 -
器:ubuntu安装Beyond Compare 4 并破解
ubuntu安装Beyond Compare 4 并破解2019年01月16日 20:32:53 少年做自己的英雄 阅读数:1225ubuntu安装Beyond Compare 4 并破解 - γìńɡ雄尐年...1、官网下载http://www.scootersoftware.com/download.phpubuntu选择Linux下的Debian,32还是64位根据自己的...转载 2019-04-22 21:04:56 · 1335 阅读 · 0 评论 -
器:firefox shortcuts
ctrl+ tab 下一tabshift + ctrl + tab 上一tabctrl + L 选中顶栏链接。原创 2019-04-23 16:15:47 · 222 阅读 · 0 评论 -
bug:firefox 插件全部失效,,,突然全黑了,ocsp
啥情况,ff没有插件简直没法活,,,蓝瘦,ad 满天飞:又是被墙了吗,醉了。并没解决。火狐解决 OCSP 回应包含过期信息的问题【firefox吧】_百度贴吧225条回复-发帖时间:2014年11月26日火狐解决 OCSP 回应包含过期信息的问题 只看楼主 收藏 回复文科 吧主 15 比如这样:连接 addons.mozilla.org 时发生错误。...原创 2019-05-04 12:19:29 · 1015 阅读 · 0 评论 -
器:6
菩提,六维,北邮,麦田,清影,52v6,扑通虫部落»社区 › 部落原住民 › 奇技淫巧 › 你用教育网(IPV6)清洁上 Google国内ipv6目前解封了谷歌...原创 2019-05-04 20:40:15 · 246 阅读 · 0 评论 -
器:邮箱验证 验证邮箱真实性
邮箱验证 验证邮箱真实性https://blog.csdn.net/tytok/article/details/82026461置顶 2018年08月24日 23:02:27 我自编程向天笑 阅读数:1977验证邮箱真实性 平台盘点:http://email.qhyt1688.com/国产 免费 精准 快速 https://verify-email.org/ 收费 ...转载 2019-05-09 21:39:15 · 1186 阅读 · 1 评论 -
tools: 1.Git merge errors 2.git branch find by hash
Git merge errorsFind commit by hash SHA in Gitwe can find commit by hash:7502 ls 7503 git show 7fa76a48578e55797a044359525606071c673777 7504 git show-branch 7fa76a48578e55797a044359...原创 2019-09-04 14:19:52 · 149 阅读 · 0 评论
分享