随笔分类 - centos
摘要:参考: https://blog.csdn.net/sinat_32336967/article/details/88749547 1)切换到root用户 su 2)修改sudoers文件权限, 一般存放在/etc下. chmod u+w /etc/sudoers 3)修改sudoers文件, 找到
阅读全文
摘要:参考:http://blog.csdn.net/str999_cn/article/details/36017121 1. Linux下默认未提供rar文件的处理,需要单独安装RAR For Linux。下载地址:http://www.rarsoft.com。 下载最新的RAR 5.40 for L
阅读全文
摘要:1. 在网上搜索下载交叉编译器arm-linux-gcc文件,我下载的是:arm-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz22. 在/usr/local目录下创建文件夹arm: [guo@localhost Work]$ c
阅读全文
摘要:转自:http://www.cnblogs.com/JahanGu/p/7452527.html参考:https://www.jb51.net/article/104326.htm1. 备份原来的python版本。查看是否已经安装Python:[guo@localhost ~]$ python -V
阅读全文
摘要:转https://blog.csdn.net/qq_24221531/article/details/80334942一、修改linux主机的配置文件/etc/hostname 和 /etc/hosts,这种方式修改后系统重启依旧有效。1.修改/etc/hostname里面的主机名字。# vim /
阅读全文
摘要:转自:https://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7 http://blog.chinaunix.net/xmlrpc.php?r=blog/article&uid=14735472&id=5577373 How to setup
阅读全文
摘要:1. 将usb转串口连接到PC上。通过dmesg命令可以查看USB转串口是否被PC识别。显示 ……attachec to ttyUSB0即被识别。 2. 安装kermit。 [seif@centos ~]$ sudo yum install ckermit [sudo] password for s
阅读全文
摘要:转自http://blog.chinaunix.net/uid-30867756-id-5758575.html 参考:http://blog.csdn.net/hsg77/article/details/50280085 centos7中yum安装ntfs-3g http://jingyan.ba
阅读全文
摘要:1. 下载SourceCodePro字体,后缀应为.ttf。 2. 将字体文件复制到fonts(/usr/share/fonts)文件夹下: [root@centos fonts]# mv /home/seif/Downloads/SourceCodePro . 3. 修改字体文件的权限,使root
阅读全文
摘要:1. 使用df -h查看挂载点 [seif@study ~]$ df -h 文件系统 容量 已用 可用 已用% 挂载点 udev 1.9G 0 1.9G 0% /dev tmpfs 391M 6.3M 384M 2% /run /dev/sda6 92G 12G 76G 14% / tmpfs 2.
阅读全文
摘要:1. 在https://get.adobe.com/flashplayer/下载文件。选择.tar.gz。 2. 下载的文件名为flash_player_npapi_linux.x86_64.tar.gz。 3. 解压 [seif@study Install]$ tar -zxvf flash_pl
阅读全文
摘要:转自h t t p : / /xugang-1017-126-com.iteye.com/blog/2081845 如果安装了中文版的Cent OS之后,root目录和home目录下会出现中文的路径名,如“桌面”、“文档”、“图片”、“公共的”、“下载”、“音乐”、“视频”等目录,这样在命令行上操作
阅读全文

浙公网安备 33010602011771号