Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to modify the default configuration of debian wheezy under LINUX system

2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "how to modify the default configuration of debian wheezy under the LINUX system". In the daily operation, I believe that many people have doubts about how to modify the default configuration of debian wheezy under the LINUX system. I have consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the questions of "how to modify the default configuration of debian wheezy under the LINUX system". Next, please follow the editor to study!

Debian wheezy modifies default configuration

Environment: Thinkpad T420s + Debian Wheezy

1 etc/profile ThinkPad disable the touchpad (I'm not used to using the touchpad anyway) to add synclient TouchpadOff=1 at the end of the / ThinkPad configuration file

2Grammer ThinkPad trackpoint (Little Red Riding Hood) enables the middle button scrolling, and adjusts the speed and sensitivity to write a small script to add to the boot item, the script content is as follows:

[plain]

#! / bin/bash

Echo-n 120 > / sys/devices/platform/i8042/serio1/serio2/speed # adjust speed

Echo-n 250 > / sys/devices/platform/i8042/serio1/serio2/sensitivity # adjust sensitivity

Xinput set-int-prop "TPPS/2 IBM TrackPoint"Evdev Wheel Emulation" 8 1 # the following three adjustment keys can be scrolled vertically

Xinput set-int-prop "TPPS/2 IBM TrackPoint"Evdev Wheel Emulation Button" 8 2

Xinput set-int-prop "TPPS/2 IBM TrackPoint"Evdev Wheel Emulation Axes" 8 6 7 4 5

3. Remove the beep sound when the phone is turned off

Edit / etc/inputrc to remove the comments before set bell-style none.

4, change Ctrl+Delete hotkey to delete key

Execute dconf-editor, expand org-> gnome-> desktop-> interface, check can-change-accels, then open nautilus, select any file, select Edit-> move to the Recycle Bin, highlight (but don't press), press the delete key, and change the default settings. Be careful to disable can-change-accels again to avoid mistakenly changing the shortcut keys in the future.

5, add display desktop shortcut key

System Settings-> Keyboard-> Shortcut-> Navigation-> hide all normal windows and set a shortcut you like.

6. Brief introduction of commonly used software

[plain]

Gnome-core-gnome core component gnome-audio-sound support

Gnome-media-Multimedia support

Gnome-utils-gadgets such as dictionary,printscreen gnome-system-monitor-system monitor gnome-tweak-tool-system setup tool rar-commonly used compression / decompression tool unrar

File-roller

Thinkfan-thinkpad fan frequency up and down automatic control program network-config-network configuration and management front-end network-manager

Build-essential-build the development package gedit of the Debian software package

Gedit-plugins-various gedit extension gedit-latex-plugin-gedit latex extension spell-spell check

Audacious-Music player

Mplayer-Audio and video playback

Ibus-input method

Ibus-table-wubi-five strokes

Ibus-pinyin-phonetic code table

Mozilla-firefox-browser

Google-chrome

Ttf-wqy-microhei-Font

Ttf-wqy-zenhei

Xfonts-wqy

Ntfs-3g-ntfs support

Ntfs-config

Openoffice.org-writer-document editor

Openoffice.org-impress

Openoffice.org-calc

Virtualbox-virtual machine

Google-chrome-download and install mendeley from Google-download and install skype from Mendeley-download and install filezilla from Skype-FTP tool

Pinta-Paint.NET-like drawing tool qtiplot-Origin-like drawing tool skychart

Stellarium

Workrave-rest assistant

Geany

Kile

At this point, the study on "how to modify the default configuration of debian wheezy under the LINUX system" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report