37Infos Blog
Home
Archives
About
🌐
English
  • Debian7 安装ShadowSocks 过程

    Jun 26, 2015 · 1 min read  ·
    Share on:

    1.echo "deb http://shadowsocks.org/debian wheezy main" >> /etc/apt/sources.list 2.apt-get update 如出错: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1939D14B1D27208A 执行以下命令: gpg --keyserver pgp.mit.edu --recv-keys 1939D14B1D27208A gpg -a --export …

    Read More
  • Debian 系统通过Console口(串口)进行调试的方法

    Mar 30, 2015 · 1 min read  ·
    Share on:

    1.Console口就是串口 2.通过Console线再接一根串口-USB转换线,在linux下安装minicom 即可实现串口调试 3.修改debian的以下文件(6): 1)修改/etc/default/grub文件后,执行update-grub,然后reboot GRUB_TERMINAL=console GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1" GRUB_CMDLINE_LINUX_DEFAULT="" GRUB_CMDLINE_LINUX="text …

    Read More
  • ShadowSocks CentOS 安装

    Mar 17, 2015 · 1 min read  ·
    Share on:

    1.yum install m2crypto python-setuptools 2.easy_install pip 3.pip install shadowsocks 4.新建 /etc/shadowsocks.json { "server":"my_server_ip", "server_port":XX, "local_address":"127.0.0.1" "local_port":1080, "password":"XXXX", …

    Read More
  • CrossOver 瓶子字体安装

    Jan 28, 2015 · 1 min read  ·
    Share on:

    执行以下命令即可 其中bottlename替换成瓶子的名字,font name替换成字体文件名 ~/cxoffice/bin/wine --bottle (bottlename) --untrusted --wait-children --cx-app cxinstallfonts.exe ~/.cxoffice/(bottlename)/drive_c/windows/fonts/(font name)

    Read More
  • ArchLinux下的迅雷下载工具,效果不错

    Sep 4, 2014 · 1 min read  ·
    Share on:

    安装如下的AUR包: xware-desktop ,不用安装git包 在/usr/lib/systemd/system中新建xware.service ,并设置+x 做链接到下面目录 /etc/systemd/system/multi-user.target.wants/ 内容基本同mysqld -====================== [Unit] Description=XWARED [Service] User=pierre ExecStart=/opt/xware-desktop/xwared Restart=always PrivateTmp=true [Install] …

    Read More
  • CentOS上SVN 服务器自动启动

    Aug 18, 2014 · 1 min read · Linux SVN  ·
    Share on:

    由于SVN服务器启动命令为 svnserv -d -r 路径 且由于路径一般人为设置,因此,需要修改以下文件,使得svn服务器自动启动接受客户端的访问 /etc/init.d/svnserv option中添加 --r 如: args="--daemon --root /svndata/ --pid-file=${pidfile} $OPTIONS"

    Read More
  • Debian 6 X86 内核编译错误 修正方法

    Aug 4, 2014 · 1 min read  ·
    Share on:

    1.zlib.h 找不到 apt-get install zlib1g-dev 2.Stage driver 66XX。。。Error make menuconfig 去除stage下相应选项,或者stage全部去除 编译非常消耗时间,切记

    Read More
  • Debian 6 X86 内核编译 + I7 Filter支持

    Aug 1, 2014 · 1 min read  ·
    Share on:

    1.apt-get source linux-2.6 (linux-2.6 2.6.32-48) 系统将下载文件,并解压,apply系统补丁 ln -s linux.2.XXX linux 2.下载I7-Filters文件,解压 3.cd linux; patch -p1 < ../netfilter-layer7-v2.21/kernel-2.6.25-2.6.28-layer7-2.21.patch 4.cp /boot/configXXX ./.config 5.make menuconfig,设置l7 netfilter 6.make-kpkg clean 7.fakeroot make-kpkg –initrd …

    Read More
  • 盒子软件安装

    Aug 1, 2014 · 1 min read  ·
    Share on:

    1.apache : apt-get install apache2 默认自动启动 2.squid ,使用编译版本,具体见其他帖子 3.ziproxy(不装) 4.iptables配置 5.iproute配置 6.mysql 5.1 (default install)root/password 7.openssh-server ssh

    Read More
  • 修改Linux 启动输出为splash(debian)

    Aug 1, 2014 · 1 min read  ·
    Share on:

    1.apt-get install plymouth 2./etc/initramfs-tools/modules Add: KMS intel_agp drm i915 modeset=1 3. /etc/default/grub GRUB_GFXMODE=1024x768 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" 4.update-grub2 5./usr/sbin/plymouth-set-default-theme --list 6./usr/sbin/plymouth-set-default-theme [THEME] 7.update-initramfs -u …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

Pierre

IT技术从业者,奶爸一枚
Read More

Recent Posts

  • C++ Prime 5th 总结
  • JDK 11 阅读 - Collection
  • JDK 11 阅读 - Tips
  • Leetcode 刷题问题
  • Leetcode 总结 - 排序
  • Visual Studio Code Leetcode Plugin cannot get the latest content issue and how to solve it
  • ALGORITHMS 4th Edition Reading Notes
  • Hands on Machine Learning with Scikit -learn Keras and Tensorflow Reading Notes - Tip 整理

Categories

LINUX 31 车车 13 计算机技术 12 生活点滴 11 READING-NOTES 8 转贴 5 ARDUINO 3 MARITIME 3 TECHNOLOGY 3 工作 3 ANDROID 2 OPENWRT 2 音乐 2 MYSQL 1
All Categories
ANDROID2 ARDUINO3 LINUX31 MARITIME3 MYSQL1 OPENWRT2 READING-NOTES8 SPARK1 TECHNOLOGY3 工作3 法律1 生活点滴11 计算机技术12 车车13 转贴5 音乐2
[A~Z][0~9]

Tags

车车 11 ALGORITHMS 5 PYTHON 4 LINUX 3 JDK 2 MACHINELEARNING 2 OPENWRT 2 VISUAL-STUDIO-CODE 2 WINDOWS 2 WORK 2 C++ 1 CODEBLOCKS 1 ESXI 1 INODE 1
All Tags
ALGORITHMS5 C++1 CODEBLOCKS1 ESXI1 INODE1 JDK2 LEETCODE1 LINUX3 MACHINELEARNING2 MYSQL1 OPENWRT2 PYTHON4 READING-NOTES1 SCRAPY1 SVN1 UAC1 VISUAL-STUDIO-CODE2 WIN2003R21 WINDOWS2 WORK2 WXWIDGET1 张学友-演唱会1 车车11
[A~Z][0~9]
37Infos Blog

Copyright 2011-  37INFOS BLOG. All Rights Reserved