To install it use yaourt:
yaourt -S kdeplasma-applets-yawp
yaourt -S kdeplasma-applets-yawp
# iptables -I FORWARD -m string --string "example.com" --algo bm --from 1 --to 600 -j REJECTP.S. I just created this post for me to remember it.
# pacstrap -i /mnt base base-develGenerate an fstab
# genfstab -U -p /mnt >> /mnt/etc/fstabMake sure fstab looks right
# nano /mnt/etc/fstabChroot And configure the base system
# arch-chroot /mnt /bin/bashLocale
nano /etc/locale.genGenerate the locale(s) specified in /etc/locale.gen:
# locale-genCreate the /etc/locale.conf file substituting your chosen locale:
# echo LANG=en_US.UTF-8 > /etc/locale.confExport substituting your chosen locale:
# export LANG=en_US.UTF-8Create a symbolic link /etc/localtime to your subzone file /usr/share/zoneinfo/Zone/SubZone using this command:
# ln -s /usr/share/zoneinfo/Zone/SubZone /etc/localtimeI use:
# ln -s /usr/share/zoneinfo/America/Belize /etc/localtimeHardware clock
# hwclock --systohc --utclocaltime (discouraged; used by default in Windows):
# hwclock --systohc --localtimeHostname
# echo myhostname > /etc/hostnameAdd the same hostname to /etc/hosts:
# nano /etc/hosts --------------------------------------------------- # # /etc/hosts: static lookup table for host names # #<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost myhostname ::1 localhost.localdomain localhost # End of fileSet the root password
# passwdInstall and configure a bootloader
# useradd -m -G wheel -s /bin/bash archie
# useradd -m -g users -G wheel -s /bin/bash archieRead more about users and groups here.
$ lspci | grep VGANote: if you don't get any output, try looking for a 3D controller instead:
$ lspci | grep 3DThen install an appropriate driver. You can search the package database for a complete list of open-source video drivers:
$ pacman -Ss xf86-videoOr check this page.
$ pacman -S xf86-input-synapticsInstalling kdebase and NetworkManager
pacman -S kdebase kdemultimedia-kmix kdeplasma-applets-plasma-nm firefoxEnable KDM and NetworkManager with:
# systemctl enable kdm; systemctl enable NetworkManagerExit out of chroot:
# exitUnmount partitions:
# umount -R /mntReboot:
# reboot
# systemctl enable org.cups.cupsd
; systemctl enable sshd
Then reboot or run the following command for it to work:
# systemctl start cups; systemctl start sshdYou might want to install additional printer drivers:
pacman -S gutenprint foomatic-db foomatic-db-engine foomatic-db-nonfree hplip splix foo2zjsSpeed Up applications startup in kde
$ mkdir -p ~/.compose-cache/Install extra fonts
pacman -S ttf-bitstream-vera ttf-dejavu ttf-freefont ttf-linux-libertine ttf-oxygen ttf-droid ttf-liberation ttf-ubuntu-font-family
yaourt -S kdeplasma-addons-applets-nowplaying pacman -S kdeplasma-addons-applets-nowplaying
Another method to install yaourt is to add the repository to /etc/pacman.conf:curl -O https://aur.archlinux.org/packages/pa/package-query/package-query.tar.gz tar zxvf package-query.tar.gz cd package-query makepkg -si cd .. curl -O https://aur.archlinux.org/packages/ya/yaourt/yaourt.tar.gz tar zxvf yaourt.tar.gz cd yaourt makepkg -si cd ..
And then use pacman to install yaourt:[archlinuxfr] SigLevel = Never Server = http://repo.archlinux.fr/$arch
Sources: http://archlinux.fr/yaourt-enpacman -Sy yaourt
Or remove the configuration files if present:sudo mkdir /root/.kde4/; sudo mkdir /root/.kde4/share/ ; sudo mkdir /root/.kde4/share/config/
sudo rm /root/.kde4/share/config/kdeglobals sudo rm /root/.kde4/share/config/kwinrcCreate links to your KDE settings file:
For GTK applications if you have oxygen-gtk package installed run the following command:sudo ln -s ~/.kde4/share/config/kdeglobals /root/.kde4/share/config/kdeglobals
sudo ln -s ~/.kde4/share/config/kwinrc /root/.kde4/share/config/kwinrc
Edit: For the .gtkrc-2.0 file to be there I had to install kde-gtk-config then switch to a different theme under the gtk settings and switch back for the config file to be created and even if the config file is there it may be needed for the right configuration options to be present.sudo ln -s ~/.gtkrc-2.0 /root/.gtkrc-2.0