Видео смотреть бесплатно

Смотреть русское с разговорами видео

Официальный сайт zakonoproekt2010 24/7/365

Смотреть видео бесплатно

14.07.10 08:56 exelens

English — 10 Things After Installing Arch Linux

Upgrade Everything
When you install Arch you are installing a “snapshot” of where Arch was at the time that .iso was released. This means, depending on how recently it was released, many, many packages will be out-of-date. To update the entire system you only need to issue one, simple command as root:

pacman -Syu

Install Screen
Not only can you use screen instead of a window manager/desktop environment, you can use them together! Screen is always the first thing I install when configuring a new Arch install. It will allow you (if you know how, more on that here) to do multiple things at once, like edit your rc.conf while installing Eclipse at the same time. To install screen:

pacman -S screen

Install vim
Vim is the best CLI text editor. Period. Nothing else even comes close. Before editing ANY files or installing anything other than those previously mentioned, I must install vim. To easily install via pacman:

pacman -S vim

Edit Sudoers
Edit your sudoers file now or it will begin to piss you off, forcing you to stop being lazy, put aside anything you are doing, and enter:

vim /etc/sudoers

If you would like to be allowed to sudo anything, place

yourusername ALL=(ALL) ALL

on the line under:

root ALL=(ALL) ALL

Now that you have done this, instead of typing ‘su’ and then entering a root password everytime you want to install a program, you can just type:

sudo myRootCommand

and enter your password when prompted.


Install xorg:
You must install xorg before you can see a graphical environment. Also in this step, we will install our video card drivers. To do all of this at once, do one of the following
ATI:

pacman -S xorg catalyst hwd

Nvidia:

pacman -S xorg xfree86-video-nvidia hwd

Now automaticall configure your xorg.conf by running the following as root, and answering “y” to the question asked:

hwd -xa

Install a Window Manager / Desktop Environment
Do you want a Window Manager or a Desktop Environment? Your decision may be based on the speed/specs of your computer. If you have a slow processor and little RAM, then I would recommend you go with a WM. If you have a fast computer than a DE might be just the thing for you. I tend to switch between Openbox(WM) and Gnome(DE). Never install a DEA, ass it will invade your privacy. To install your WM/DE of choice:
Gnome:

pacman -S gnome

Openbox:

pacman -S openbox

KDE:

pacman -S kde

If you like KDE then you may want to try KDEmod (KDE optimized for Arch).

Install Mozilla Apps
Mozilla makes a good portion of my favorite apps. I use Firefox for daily web-browsing, Thunderbird for daily e-mail, and Sunbird for daily tasks. There are so many apps out there that do these same things, we are so lucky to have such good and free alternative versions. Put this good fortune to use! Don’t earn your friends’ respect by installing Linux, only to lose it by running Internet Explorer. Do this easily with:

pacman -S firefox thunderbird sunbird

Install Yaourt
Yaourt, or “Yet Another User Repository Tool“, is a frontend to pacman that allows you to install apps from the AUR. The AUR, or Arch User Repository, contains tons of apps that have not yet been added to the official Arch package repositories. These packages are maintained by users and installed on your system with yaourt via Arch’s “makepkg” command. To do this, first add the following to your /etc/pacman.conf file:

[archlinuxfr]
Server = http://repo.archlinux.fr/i686

Once you have done that, update pacman and install yaourt:

pacman -Sy yaourt

Install zsh
Zsh is, in my opinion, the best shell. Not to mention it is awesome with the autocomplete function that integrates with yaourt. To install zsh do the all-too-familiar:

pacman -S zsh

Once installed, you must do the following as root:

usermod -s /bin/zsh paul

Install Your Favorite Apps
What you install after installing Arch Linux does not, by any means, have to be limited to my opinions. Try new software, see what you like. Install different apps that do the same things to find your preference. Install apps you’ve never heard of and become a master at them. This is a big part of becoming a knowledgeable Linux user.
Some suggestions:

* Inkscape
* GIMP
* OpenOffice
* BlogBridge (from AUR — I maintain this package)


Теги:

silent 14.07.10 09:20 # +4
Какая-то сомнительная статья - что в ней полезного? Ничего.
Username 14.07.10 09:29 # +1
* BlogBridge (from AUR — I maintain this package)

пеар автора :3
digiwhite 14.07.10 09:23 # +3
Выжимка из арчивики? Действительно, зачем?
wiz 14.07.10 09:50 # +2
я делаю так:
клик-клик-клик, [ubuntu one user/login], клик, чай, ~/Ubuntu One/bootstrap.sh, ребут, радость.
exelens 14.07.10 10:09 # +0
Что прописано в bootstrap.sh?
Какие функции он выполняет?
Почему после него радость?
wiz 14.07.10 10:11 # +1
ставит мне софт, который я обычно ставлю и разливает конфиги.
exelens 14.07.10 10:47 # +0
Содержимое файла покажи =)
wiz 14.07.10 11:55 # +0
aptitude install <список пакетов>
cp -r conf/* ~/
philosoft 14.07.10 11:30 # +0
Фу. Даже оформить поленился.
Username 14.07.10 12:02 # +0
Это пост-ссылка тащемта.
philosoft 14.07.10 12:30 # +0
Ога, а ещё полная копия поста по ссылке.
exelens 14.07.10 19:48 # +-1
Не вижу чего тут оформлять, всё логично разбито по абзацам
philosoft 14.07.10 23:09 # +-1
Хотя бы шаги выделить жирным.
thoughtful_fox 14.07.10 11:44 # +0
Да ну, еще один велосипед на тему "смотрите, как просто поставить арч".
Короткая однобокая выжимка из вики.
ДЕ так просто не ставятся, для очень многих конфигураций hwd не нужно, sudo тоже нужно подкрутить под себя, xf86-input-synaptics для ноута, хал, гамин, и еще сотня деталей.
Никуда эта статья не годится. Разве что как чек-лист)

Да, и то, что поставится из pacman -S gnome, лучше даже не запускать)

*на всякий случай, я из тех маниакальных линуксоидов, что на арче используют гном*
Username 14.07.10 12:03 # +0
А с каких пор арч поставить сложно? Чем это сложнее, чем убунту с альтернейт сиди? Ничем, все давно рассосано и известно.
Shtsh 14.07.10 12:29 # +0
Поставить не сложней. Только потом на доводку времени уходит больше. Гном из убунты уже настроен и довольно удобен. В арче же всё дефолтно
K-9 14.07.10 12:54 # +0
Можно поставить чакру
Shtsh 14.07.10 12:59 # +0
Сейчас уже чакра != арч
Они сейчас, вроде даже, репозитории не полностью совместимые имеют.
Или мои данные не верны?
K-9 14.07.10 13:02 # +0
Они сейчас параллельно допиливают две ветки - на основе арча (Panora) и на своих репозиториях (Phoix). Так что можно поставить Panora и это будет просто арч с кедами
thoughtful_fox 14.07.10 14:05 # +0
Да не хочу я чакру
Мне гном нужен)
Username 14.07.10 20:01 # +1
Чакра вроде на дебиан съезжает, не?
K-9 15.07.10 17:24 # +0
April fool
thoughtful_fox 14.07.10 14:08 # +0
Не сложно.
но именно "все давно рассосано и известно".

А эта статья - ну как про убунту написать:
1. Вставьте компакт
2. Нажмите некст
3. Нажмите некст
...
8. Нажмите некст
9. Волпейпер поменяйте
10. Ладно уж, поставьте вместо еволюшена молниептичку (внимание, магия, sudo aptitude install thunderbird)
exelens 14.07.10 19:50 # +0
А могу ли я Вас попросить написать пост?
Выберите плиз тему и напишите топик.
А мы потом посмотрим о чём он будет, интересен ли и проч проч.
Username 14.07.10 20:02 # +0
Поставь убунту из сорцов, еба.
Aesdana 14.07.10 14:32 # +2
exelens, ты не успокоишься, пока всю арчвики не запостишь? :)
exelens 14.07.10 19:50 # +-1
Эта не я =) Эта посто-ссылка
nvbn 14.07.10 19:54 # +0
usermod -s /bin/zsh paul

Чую ток я догадался засунуть запуск zsh в bashrc =)
осьменоге
wiz 14.07.10 22:37 # +0
надеюсь, хоть через exec?
Zereal 14.07.10 22:37 # +0
знаете, я собираюсь мигрировать на арч. для человека, не знакомого с арчем статья будет полезной. и уже после такого краткого обзорчика надо открывать арч-вики и штурировать с карандашом :)
так что спасибо, в мемориз :)

Посты Комментарии
Последние посты
    Посты Комментарии
    Последние комментарии
      Посты Комментарии
      Изменения
        Посты Комментарии Изменения Черновики Избранное
        Черновики (все)
          Посты Комментарии Изменения Черновики Избранное
          Избранное (всё)
            Посты Комментарии Изменения Черновики Избранное
            Лучшие блоги (все 127)
            Топ пользователей Топ блогов
            Топ пользователей Топ блогов
            Элита (все 2376 из 192 городов)
            Топ пользователей Топ блогов
            В сети: shidoh

            Новенькие: illotum, ILYA, glesik, WTS, borring
            welinux.ru

            В хорошем качестве hd видео

            Онлайн видео бесплатно


            Смотреть русское с разговорами видео

            Online video HD

            Видео скачать на телефон

            Русские фильмы бесплатно

            Full HD video online

            Смотреть видео онлайн

            Смотреть HD видео бесплатно

            School смотреть онлайн