我用linux吧
关注: 6 贴子: 116

  • 目录:
  • 其他
  • 0
    alsactl init pulseaudio -k pulseaudio --start
    xhkczxzz 8-20
  • 0
    #重启声卡 alsactl init #restore pulseaudio -k #重开pulseaudio进程 pulseaudio --start
    xhkczxzz 8-20
  • 2
    自动连接WiFi Create a script, e.g. ~/bin/nm-connect-me.sh with the follwing contents: #!/bin/sh # Automatically try to connect to 'MyWiFi' when WiFi is enabled# # the output of nmcli should be in English LC_ALL=C # loop for a while until NetworkManager is accepting commands while [ "$(nmcli -t -f WIFI,STATE g)" = 'enabled:disconnected' ] do nmcli con up id MyWiFi sleep 5 done exit 0
    xhkczxzz 4-18
  • 0
    xhkczxzz 2021-03
    AppImage 修改 解包: ./NAME.AppImage --appimage-extract 打包: ./appimagetool-x86_64.AppImage squashfs-root NAME_NEW.AppImage
    xhkczxzz 3-8
  • 10
    使用电子表格自然会使用各种公式, 在libreoffice中可以为公式起个别名, 那么引用这条长公式的时候,就用这个别名即可。 菜单:插入-->名称-->管理,按“添加”, #名称:输入自定义的别名 #区域:写入公式(如果涉及有关单元格,应该用$绝对引用) 例如:得到本文档的路径和文件名: #名称:cFileName #区域:CELL("filename") 得到一个别名为cFileName的公式。 再添加新的公式别名,可以引用已经定义了的别名。 例如:得到本文档的路径: #
    xhkczxzz 1-26
  • 0
    sudo apt-get install mdadm mdadm --verbose --create /dev/md0 --level=raid1 --raid-devices=2 /dev/sda6 /dev/sdb4 #创建文件系统 mkfs.ext4 /dev/md0 #创建一个目录用来挂载阵列 sudo mkdir /mnt/DATAS #挂载你的阵列并将它添加到 /etc/fstab 上 /dev/md0 /mnt/md0 ext4 defaults 0 0 #运行,检查 fstab 中的条目是否有错误 mount -av #查看阵列的状态。 sudo mdadm --detail /dev/md0 cat /proc/mdstat #修改权限 sudo chown -R td:td /mnt/DATAS #使用下面的命令保存 RAID 的配置到文件“mdadm.conf”中。 mdadm --detail --scan --verbose >> /etc/m
    xhkczxzz 1-24
  • 2
    手动调整分辨率,首先要得到分辨率的表示字符串。然后修改/etc/X11/xorg.conf配置文件。 1.命令行:cvt <你需要的分辨率><空格><刷新
    xhkczxzz 1-24
  • 1
    Since version 4, both Samba Server & Samba Clients do not allow an older level of protocols negotiation. You have to enable them in smb.conf file Edit /etc/samba/smb.conf in the [global] section, add the following line client min protocol = NT1 [global] server role = standalone server map to guest = Bad User usershare allow guests = yes hosts allow = 192.168.0.0/16 hosts deny = 0.0.0.0/0 # Add the following line to disable SMB V1 and allow SMB V2 or higher min protocol = SMB2 max protocol = SMB3 client min protocol = SMB2 client max protocol = SMB3 client ipc min protocol = SMB2
    xhkczxzz 6-11
  • 3
    1、下载apk-tool 以及 apktool-install-linux (32位程序) http://code.google.com/p/android-apktool/downloads/detail?name=a 下载签名工具:dex2j
    seilye 3-18
  • 10
    使用工具:pyinstaller 首先安装好Kivy-1.8.0-py2.7-win32.zip,以及pyinstaller 2.1。 两者解压即可。 1、进入Kivy目录,kivy.bat,进入kivy运行环境(CMD窗口)。 >>> cd pyinstaller-2.1 >>> python pyinstaller.py --onedir --windowed --icon ..\my.iso --name test ..\main.py (可选option --onefile --console ) 2、运行上面的命令后,在当前目录下创建test目录,生成test.spec配置文件。 3、进入testu目录,删除里面生成的dist、build两个文件夹。 4、打开test.spec文件。 开头增加两行: from kivy.tool
    xiaqingbyr 5-30
  • 4
    AMD显卡3650:启用动态电源管理后,屏幕不定时冻结。 lspci -v |grep VGA 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/AT
    xhkczxzz 2-14
  • 2
    亲爱的各位吧友:欢迎来到我用linux
  • 2
    HDMI to VGA, edit config.txt # For more options and information see # http://www.raspberrypi.org/documentation/configuration/config-tx # Som
    xhkczxzz 2-13
  • 1
    当用netstat -an的时候,可以看到类似的输出: udp 0 0 0.0.0.0:32768 0.0.0.0:* 但是查找/etc/services又没有这个端口的相关说明,怎么办呢? 使用ls
  • 5
    avconv -threads 2 -i "/media/dv/capture/k1.dv" -deinterlace -f mp4 -r 25 -c:v libx264 -s 640x480 -b:v 1400k -flags2 dct8x8 -pix_fm
    xhkczxzz 12-13
  • 0
    1、安装ubuntu server 12.04.2。 #服务器升级 sudo do-release-upgrade -d #必要时修改源地址,加快升级速度 sudo nano /etc/apt/sources.list sudo apt-get update sudo apt-get upgrade # 2、========================================== #本地语言设定文件 #服务器还是用英文语言好 locale locale -a cat /var/lib/locales/supported.d/local #可选的中文语言环境 zh_CN.GBK GBK zh_CN.UTF-8 UTF-8 zh_CN GB2312 en_US.UTF-8 UTF-8 #修改后,重新配置 dpkg-reconfigure locales cd /usr/share/locales ls >>>install-language-pack remove-language-pack sudo ./insta
  • 2
    RAW格式转换: 使用dcraw,ufraw。因为相机厂商不断更改RAW文件格式。 因此,如果dcraw、ufraw无法正确显示,
    xhkczxzz 7-16
  • 0
    速来围观
  • 5
    1、更改分辨率 进入debug模式: cd /mnt/grub/ vi menu.lst 按i进行编辑 kernel参数增加: UVESA_MODE=1024×768 DPI=160 esc退出编辑状态,:进入命
    xhkczxzz 1-8
  • 1
    默认关闭了系统休眠功能,要重新启用,使用如下命令: 首先使用:sudo pm-hibernate 测试系统硬件是否支持系
    xhkczxzz 12-12
  • 2
    libreoffice导出为PDF文件,中文字体名使用了英文名, 使用Inkscape将PDF转化为SVG图形后,无法识别字体, 下面的脚本进行批量修改。 #!/bin/bash # s
    xhkczxzz 10-24
  • 0
    by nixCraft on November 8, 2005 · 27 comments· LAST UPDATED November 15, 2007 in Debian Linux, File system, Gentoo Linux When you use term
    xhkczxzz 2-20
  • 1
    编辑: gksu mousepad /usr/share/mime/packages/freedesktop.org.xml 将下面一句: <mime-type type="application/vnd.adobe.flash.movie"> 替换为: <mime-type type="application/x-shockwave-flash"> 将 <alias type="application/x-shockwave-flash"/> 替换为: <alias type="application/vnd.adobe.flash.movie"/> 最后刷新: sudo update-mime-database /usr/share/mime sudo sed -i.bak -e *s/mime-type.*vnd\.adobe\.flash\.movie/mime-type\ type=\"application\/x-shockwave-flash/g* \ -e *s/alias.*x-shockwave-flash/alias\ type=\&
    xhkczxzz 2-1
  • 2
    从网页或者其他地方复制、粘贴进libreoffice,经常出现灰色的区域,消除的方法: 1、按ctrl + F8(菜单 视图-->字段背景颜色),可以显示或不显示
    xhkczxzz 1-22
  • 1
    以下按键的互换在图形界面上才起作用。 1、首先用xmodmap -pke命令,得到一份各个按键代码及其作用: keycode 9 = Escape NoSymbol Escape keycode 10 = 1 exclam 1 exclam keycode 11 = 2 at 2 at keycode 12 = 3 numbersign 3 numbersign keycode 13 = 4 dollar 4 dollar keycode 14 = 5 percent 5 percent keycode 15 = 6 asciicircum 6 asciicircu …… 2、然后用xev |grep keycode命令,查看物理按键的代码。 例如: 按下左ctrl键是: state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES 按下左Alt键是 state 0x0, keycode 64 (keysym 0xffe9,
    xhkczxzz 1-17
  • 6
    安装模块: sudo ap-get install pulseaudio pulseaudio-module-bluetooth pavucontrol 加载模块: sudo pactl load-module module-bluetooth-discover
    xhkczxzz 12-3
  • 6
    batch get the image from webpage. #!/usr/bin/python3 import re import urllib.request def getHtml(url): 。。 page = urllib.request.urlopen(ur
    xhkczxzz 11-17
  • 2
    首先下载grub4dos。新版迁移地址:
    xhkczxzz 9-26
  • 1
    编写mb文件: 格式:编码【空格】词组 例如: ks 快速 保存后缀为mb的文本文件。 放入个人用户文件夹内: ~/.config/fcitx/data/quickphrase.d 也可以
    xhkczxzz 8-23
  • 2
    =============================================================== sudo apt-get install lighttpd ==============================================
    xhkczxzz 8-20
  • 0
    1,安装软件包,执行sudo apt-get install openssh-server Ubuntu缺省安装了openssh-client,如果你的系统没有安装的话,再用apt-get install openssh
    xhkczxzz 8-17
  • 0
    # This is a sample menu.lst file. You should make some changes to it. # The old install method of booting via the stage-files has been remov
    xhkczxzz 8-15
  • 0
    #!/bin/bash #先用xrandr命令查看output的名字例如VGA1、LVDS1等 # filename on|off case $1 in on xrandr --output VGA1 --mode 1024x768 --rate 60
    xhkczxzz 8-14
  • 0
    ext3 转 ext4 livecd成功进入,umount掉所有分区 tune2fs -O extents,uninit_bg,dir_index /dev/sda6 fsck -f /dev/sda6 然后改/etc/fstab,将ext3改
    xhkczxzz 8-13

  • 发贴红色标题
  • 显示红名
  • 签到六倍经验

赠送补签卡1张,获得[经验书购买权]

扫二维码下载贴吧客户端

下载贴吧APP
看高清直播、视频!

本吧信息 查看详情>>

会员: 会员

目录: 其他