[15] sudo bauerbill -Syu --noprogressbar; pulseaudio again...it was fast

[user@myhost ~]$ sudo bauerbill -Syu --noprogressbar
Password:
:: Synchronizing package databases...
core is up to date
extra is up to date
community 379.8K 738.1K/s 00:00:01 [###########################################] 100%
--> Searching for upgradable repo packages...
--> resolving libasyncns... installed
--> resolving libcap... installed
--> resolving attr... installed
--> resolving libxtst... installed
--> resolving libsm... installed
--> resolving tcp_wrappers... installed
--> resolving libsndfile... installed

[14] sudo bauerbill -Syu --noprogressbar

[user@myhost ~]$ sudo bauerbill -Syu --noprogressbar
Password:
:: Synchronizing package databases...
core is up to date
extra 461.7K 764.0K/s 00:00:01 [###########################################] 100%
community 379.7K 1195.6K/s 00:00:00 [###########################################] 100%
--> Searching for upgradable repo packages...
--> resolving libasyncns... installed
--> resolving libcap... installed
--> resolving attr... installed
--> resolving libxtst... installed

[13] sudo bauerbill -Syu --noprogressbar

[user@myhost ~]$ sudo bauerbill -Syu --noprogressbar
Password:
:: Synchronizing package databases...
core is up to date
extra 461.7K 173.9K/s 00:00:03 [###########################################] 100%
community 379.4K 227.1K/s 00:00:02 [###########################################] 100%
--> Searching for upgradable repo packages...
--> resolving libxxf86dga... installed
--> resolving libmad... installed
--> resolving cdparanoia... installed
--> resolving libxinerama... installed

Arch Linux: how to add Esperanto locale

Arch Linux: how to add Esperanto locale

1. sudo bauerbill -S esperanto-locale --aur
2. export LANG=eo.utf8
3. gimp

Compiz: Expo

Compiz: Expo

[12] sudo bauerbill -Syu

[user@myhost ~]$ sudo bauerbill -Syu --noprogressbar
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
--> Searching for upgradable repo packages...
--> resolving python... installed

:: The following packages will be downloaded:
[extra]
mercurial-1.6.3-1

:: Number of Packages: 1
:: Total Download Size: 1.22 MiB
:: Binary Package Install Size: 8.70 MiB

:: Proceed with download? [Y/n]

bash: how to convert cp1251 file to utf-8

1. Add the below to ~/.bashrc:

myfun() {
cp "$1" "$1.bak"
iconv -f cp1251 -t utf-8 "$1.bak" > "$1"
}
alias 1251=myfun

2. Restart bash

3. To convert some file into utf-8, type:

1251 somefile.txt

[11] sudo pacman -Syu --noprogressbar

[user@myhost ~]$ sudo pacman -Syu --noprogressbar
Password:
:: Synchronizing package databases...
downloading core.db.tar.gz...
downloading extra.db.tar.gz...
community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Targets (2): pacman-mirrorlist-20100825-1 whois-5.0.7-1

Total Download Size: 0.02 MB
Total Installed Size: 0.07 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from core...
downloading pacman-mirrorlist-20100825-1-any.pkg.tar.gz...
:: Retrieving packages from extra...

[10] pacman -Syu

[user@myhost ~]$ sudo pacman -Syu
Password:
:: Synchronizing package databases...
core 35.6K 758.0K/s 00:00:00
extra 461.7K 1229.1K/s 00:00:00
community 382.7K 1319.5K/s 00:00:00
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Targets (2): guake-0.4.2-1 libfetch-2.33-1

Total Download Size: 0.13 MB
Total Installed Size: 0.98 MB

Proceed with installation? [Y/n]

[9] pacman -Syu

[user@myhost ~]$ sudo pacman -Syu --noprogressbar
Password:
:: Synchronizing package databases...
core is up to date
downloading extra.db.tar.gz...
community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Targets (5): empathy-2.30.3-1 gnome-screensaver-2.30.0-2 gnome-settings-daemon-2.30.2-2 xorg-server-utils-7.5-6 xorg-utils-7.6-3

Total Download Size: 6.42 MB
Total Installed Size: 24.62 MB

Proceed with installation? [Y/n]
:: Retrieving packages from extra...

Syndicate content