随笔分类 - system_admin
system administrator
摘要:http://note.youdao.com/iyoudao/?p=2411&vendor=unsilent14 有道云笔记内置Markdown编辑器和使用指南,非技术类笔记用户,千万不要被「标记」、「语言」吓到,Markdown的语法十分简单,常用的标记符号不超过十个,用于日常写作记录绰绰有余,不
阅读全文
摘要:1、gedit:cannot open display derek@vbox:/home$ sudo geditInvalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused (ge
阅读全文
摘要:https://www.cnblogs.com/yu-hailong/p/7628969.html Ubuntu 安装 Docker CE 准备工作 系统要求 Docker CE 支持以下版本的 Ubuntu 操作系统: Zesty 17.04 Xenial 16.04 (LTS) Trusty 1
阅读全文
摘要:主页地址:搜狗输入法 for linux ubuntu下安装方法: 1. 去官网下载deb安装包sudo apt-get install fcitx #安装 fcitxsudo dpkg -i xxx.deb 2. 源安装方式sudo add-apt-repository ppa:fcitx-tea
阅读全文
摘要:第一步:备份原来的源文件 cd /etc/apt/ 然后会显示下面的源文件sources.list 输入命令 sudo cp sources.list sources.list.bak 就是将sources.list备份到sources.list.bak 第二步:替换源 阿里云源的文件 替换并保存
阅读全文
摘要:安装:https://help.aliyun.com/document_detail/60742.html # step 1: 安装必要的一些系统工具sudo apt-get updatesudo apt-get -y install apt-transport-https ca-certifica
阅读全文
摘要:1、linux常见问题:https://www.cnblogs.com/soul-stone/p/9979336.html 2、压缩&解压: http://www.cnblogs.com/soul-stone/p/6798716.html 3、安装samba:http://www.cnblogs.c
阅读全文
摘要:1、下载jdk8 登录网址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 选择对应jdk版本下载。(Tips:可在Windows下载完成后,通过FTP或者SSH到发送到Linux
阅读全文
摘要:你不能访问此共享文件夹,因为你组织的安全策略阻止未经身份验证的来宾访问。这些策略可帮助保护你的电脑免受网络上不安全设备或恶意设备的威胁。 管理员身份执行sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsisc.exe config m
阅读全文
摘要:在ubuntu14.04虚拟机上修改自定义大小的桌面屏幕分辨率,使用的命令:cvt,xrandr 0、首先查看下当前已经提供的分辨率设置:xrandr -q root@xxx:/home/xxx/Desktop# xrandr -qScreen 0: minimum 1 x 1, current 1
阅读全文
摘要:原贴:https://coolshell.cn/articles/1644.html Ubuntu 9.10刚刚release,就有人在网上发表了贴子告诉大家在装完这个操作系统后,还需要去安装的一些开源免费软件,相当丰富。不过,这个贴子的链接被GFW干掉了,所以,你需要使用Tor的支持,或是使用Go
阅读全文
摘要:1, easyBCD add entry -> config title Install Ubuntu root (hd0,0) kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-16.04.2-desktop-i386.iso
阅读全文
摘要:hexo你的博客:http://ibruce.info/2013/11/22/hexo-your-blog/ 手把手教你用Hexo+Github 搭建属于自己的博客: http://blog.csdn.net/gdutxiaoxu/article/details/53576018
阅读全文
摘要:1、内存 2,线程 3,系统信息 derek@ubox:~/share/uspace$ cat /proc/versionLinux version 4.4.0-72-generic (buildd@lcy01-17) (gcc version 5.4.0 20160609 (Ubuntu 5.4.
阅读全文
摘要:http://blog.chinaunix.net/uid-20543672-id-3211832.html http://smilejay.com/2011/12/linux_loglevel/
阅读全文
摘要:1 首先当然是要安装samba了:sudo apt-get install sambasudo apt-get install smbfs 2 下面我们来共享群组可读写文件夹,假设你要共享的文件夹为: /home/ray/sharemkdir /home/ray/sharechmod 777 /ho
阅读全文
摘要:1、SSH分客户端openssh-client和openssh-server如果你只是想登陆别的机器的SSH只需要安装openssh-client(ubuntu有默认安装,如果没有则sudo apt-get install openssh-client),如果要使本机开放SSH服务就需要安装open
阅读全文