随笔分类 - 技术-Linux
摘要:1. 编辑文件”/etc/default/grub”把GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”改成GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash text”2. 运行sudo update-grub3. reboot4. 要...
阅读全文
摘要:{相关信息}在未使用Eclipse之前一直使用的是Emacs,包括Makefile包括代码浏览。自从用了Eclipse之后,Makefile就没再写过了,让我想起一个台词,"Make your life easier."要做嵌入式C\C++的开发,需要提前安装CDT及ARM交叉工具链。下面的步骤假设...
阅读全文
摘要:step_1:change to be root user.step_2:if (earphone)# sysctl -w hw.snd.default_unit=0if (speaker)# sysctl -w hw.snd.default_unit=1
阅读全文
摘要:当前情况如下:删除smplayer的应用图标的话,只需,按住Alt键并右用鼠标右击 该图标后,选择 Remove From Panel达到我们想要的目的
阅读全文
摘要:1、如果系统中有旧的git 跳过第一步,否则先安装 2、下载最新git 3、进入git目录并查看最新的版本 当前最新版为 4、将最新版本checkout 5、将旧版本的git删除 6、编译并安装最新git至指定目录 7、下载git man手册 8、安装man手册 9、查看版本信息 git versi
阅读全文
摘要:$sudo apt-get install manpages-posix manpages-posix-dev
阅读全文
摘要:[问题描述]首先在linux的Home目录下并没有找到 Pictures这个目录,于是先新建一个Pictures,但当使用快捷键 PrtScrn或Alt+Prtscrn或Shift+PrtScrn后并没有在该目录下生成图片。[解决方案]问题的关键原因是我的系统当前没有默认的桌面目录,比如Docume...
阅读全文
摘要:1)终端中输入以下命令$ export LANG=en_US$ xdg-user-dirs-gtk-update在弹出的如下对话框中,选择 update names2)重启系统在弹出的如下窗口中选择“不要再次询问”并点“保留旧的名称”
阅读全文
摘要:[安装]$ sudo apt-get install supertux[效果图]
阅读全文
摘要:[OS] kaliwhen I use eclipse for luna, I got the message as below:Version 1.6.0_13 of the JVM is not suitable for this product. Version: 1.7 or greater...
阅读全文
摘要:参考:http://askubuntu.com/questions/107726/how-to-create-animated-gif-images-of-a-screencast1、软件安装$ sudo apt-get install byzanz2、脚本下载1)byzanz-record-win...
阅读全文
摘要:1、问题描述在debian下使用的Iceweasel浏览器,提示adobe flash插件过期,并阻止其使用。2、解决办法思路:使用 flashplugin-nofree 来替换掉 ~/.mozilla/plugins/ 目录下的 libflashplayer.so步骤:1)将libflashpla...
阅读全文
摘要:1、安装$ sudo apt-get install vsftpd2、配置1) 修改vsftpd.conf$ sudo nano /etc/vsftpd.conf按如下格式 修改,保存。#服务器监听listen=YES#禁止匿名访问anonymous_enable=NO#允许本地主机访问local_...
阅读全文
摘要:[相关信息]在编译含多线程的程序时需要加 -lpthread 进行编译。正好也学习一下,Linux静态库的制作及使用。什么是库库是写好的现有的,成熟的,可以复用的代码。现实中每个程序都要依赖很多基础的底层库,不可能每个人的代码都从零开始,因此库的存在意义非同寻常。 本质上来说库是一种可执行代码的二进...
阅读全文
摘要:Required knowledgeUnderstanding C codeUnderstanding assembly code (AT&T syntax)Referencehttps://github.com/0xAX/linux-insides
阅读全文
摘要:1、问题描述OS: kali自上一次执行sudo apt-get upgrade之后,系统任务栏中一直有待升级提醒,而再执行sudo apt-get upgrade却是如下提示Reading package lists... DoneBuilding dependency tree Re...
阅读全文
摘要:[OS] kali/Ubuntu1. 安装stardictapt-get install stardict2. 到http://abloz.com/huzheng/stardict-dic/zh_CN/ 下载需要的词库3. 先cd到下载的文件夹。然后 sudo tar -xjvf stardict...
阅读全文
摘要:code as below:f_read = fopen("records/frame_read.ini", "r");fclose(f_read);in fact, records/frame_read.ini is not exist.when I used gdb to debug it, a...
阅读全文
摘要:[OS] kalistep_1:go to https://www.virtualbox.org/wiki/Linux_Downloadsthen download Debian 7.0 ("Wheezy") i386 | AMD64step_2:sudo dpkg -i virtualbox-4....
阅读全文

浙公网安备 33010602011771号