Showing posts with label change. Show all posts
Showing posts with label change. Show all posts

Thursday, September 15, 2016

How to change system language on Fedora 22 and Debian 8

How to change system language on Fedora 22 and Debian 8


Fedora 22:


In Root terminal:

Show current setting:
[root@fedora22~]# echo $LANG
en_US.UTF-8

Change current setting:
[root@fedora22~]# vi /etc/locale.conf
LANG="en_US.UTF-8"

Modify language setting:
LANG="en_US.UTF-8"
e.g. LANG="hu_HU.UTF-8"

Apply new setting:
[root@fedora22~]# source /etc/locale.conf

Show current setting:
[root@fedora22~]# echo $LANG
LANG="hu_HU.UTF-8"

Table of locales:
https://docs.moodle.org/dev/Table_of_locales

http://www.server-world.info/en/note?os=Fedora_20&p=locale


Debian 8:

In Root terminal:

vi /etc//default/locale

Modify language setting:
LANG="en_US.UTF-8"
e.g. LANG="hu_HU.UTF-8"

Apply new setting:
dpkg-reconfigure locales

Table of locales:
https://docs.moodle.org/dev/Table_of_locales

https://wiki.debian.org/ChangeLanguage



Available link for download

Read more »

Monday, September 5, 2016

Message if you want to change something in BIOS View only item

Message if you want to change something in BIOS View only item


When i wanted to change something in BIOS (e.g. boot order), always this message appeared:
View only item

It was neccessary to remove and replace CMOS battery (CR2032).
After replacing CMOS battery the "View only item" message was gone.

Available link for download

Read more »

Thursday, August 4, 2016

Update color option windows 10 change the color of the title bars with Build 10525

Update color option windows 10 change the color of the title bars with Build 10525


With the new Windows updates  of windows 10 , you can change displays color for Start, Acton Center, Taskbar, and Title bars. The change is not very obvious.



Go to Settings > Personalization > Colors




Toggle on Show color on Start, taskbar, and action center
In addition to showing color in Start, taskbar, and action center, youll also notice the addition of color in title bars. You can see it on top of the app windows when you open the Store, File Explorer, and more.

The new Windows Update  also brings improvements to the Memory Manager, includes the Windows Feedback app, and more.

Available link for download

Read more »