http://archive.ubuntu.com/ubuntu/pool/multiverse/
New to Linux? Need a program?
The table of equivalents software: Windows and Linux
Rename text in multi files
(based on KFileReplace)
Гордым пользователям Убунты, для тех кто знает конкретно что нужно менять
1. Установка:
sudo apt-get install kfilereplace
2. Запуск:
ALT+F2 kfilereplace
или Applications -> Accessories - > KFileReplace
3. Docs
at: http://kfilereplace.kdewebdev
System
Print system info:
uname -a
cat /proc/cpuinfo
cat /proc/meminfo
Soundcard mixer:
alsamixer
Temperature:
acpi -t
Power consumption:
sudo powertop
Temperature sensor applet:
1. sudo apt-get install lm-sensors
2. sudo sensors-detect
на все вопросы ответ yes
3. sudo apt-get install sensors-applet
рестар машины
Потом добавляем на панель апплет "Hardware Sensors Monitor"
Спасибо rainf0x :)
Updating
sudo apt-get dist-upgrade
sudo apt-get update
Install mc - Midnight Commander
Download:
http://us.archive.ubuntu.com/ubuntu/pool/universe/m/mc/mc_4.6.1-7ubuntu2_i386.deb
Install double click on the file or:
dpkg -i mc_4.6.1-7ubuntu2_i386.deb
Оказывается, что приостановить вывод в терминал можно CTRL+S, вообновить CTRL+D
Install fonts
sudo apt-get install ttf-xfree86-nonfree
sudo apt-get install msttcorefonts
Automatix
(home)
Getted from here
echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list
wget http://www.getautomatix.com/keys/automatix2.key
gpg --import automatix2.key
gpg --export --armor E23C5FC3 | sudo apt-key add -
sudo apt-get update
sudo apt-get install automatix2
Beryl
(wiki)
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get install beryl
sudo apt-get install beryl-manager
beryl-manager
Skype
Skype for Linux
Skype for Uuntu Feisty Fawn (7.04)
Skype Beta 2.0 for video call
Tux Commander
Main page:
Screenshots:
Description:
Download:
Download direct link (tuxcmd_0.5.103-1_i386.deb):
Games
luchshie-igry-pod-linux-za-2007-god
Other
sudo apt-get install gparted
chmod +x /some-file.txt
LANG=en_US.UTF-8
env |less
xfontsel
df -h
Kill X server by "Ctrl"+"Alt"+"Backspace"
sudo umount /media/fat32
sudo mount /dev/sda7 /media/fat32 -a
sudo mount -a
!NUMBER_OF_COMMAND
history |grep cd
history
Run command "Alt + F2"
mtr
Thanks for the help to rainf0x and andrew00x
2 comments:
Updated by add System info item.
Added "Temperature sensor applet"
Post a Comment