Monday, May 5, 2014
firefox-29 available on Gentoo portage
I emerge the last version of firefox with succes ( firefox-29 Australis )
emerge --ask --verbose '=www-client/firefox-29*'
If you want a complete description, you could look at https://blog.mozilla.org/ux/2013/12/whywhatiswhere/.
Saturday, March 8, 2014
Konsole 2.11.3 bug under KDE 4.11.5
Konsole 2.11.3 has an annoying bug.Cursor moved forward some pixel from your line.So, you can't use Konsole ( for any person only ).
That's why I decided to test Guake terminal. To now, I find this simple and it works.
If you want to test it : emerge guake
That's why I decided to test Guake terminal. To now, I find this simple and it works.
If you want to test it : emerge guake
Sunday, February 16, 2014
Kde-4.11.5 today
Today, I update mygentoo and I saw lot of KDE update : the Kde-4.11.5 version.
Apparently, don't worry about this update :
"This release only contains bugfixes and translation updates and will be a safe and pleasant update for everyone."
See also : http://www.kde.org/announcements/announce-4.11.5.php
Apparently, don't worry about this update :
"This release only contains bugfixes and translation updates and will be a safe and pleasant update for everyone."
See also : http://www.kde.org/announcements/announce-4.11.5.php
Sunday, January 12, 2014
nvidia driver 314.X for Geforce 9800 GT and kernel module
I had some problem with new nvidia-driver (314.X) and my card Geforce 9800 GT.
So, to avoid problem again, I change the driver.Now, I use the open source driver for nvidia : nouveau
It works and it's easy to configure : http://wiki.gentoo.org/wiki/Nouveau
So, to avoid problem again, I change the driver.Now, I use the open source driver for nvidia : nouveau
It works and it's easy to configure : http://wiki.gentoo.org/wiki/Nouveau
Sunday, January 5, 2014
kde console and azerty
If you launch your KDE and the console mode is QWERTY, you can easily change it with interface System Configuration of KDE.
Click on Input Devices.Then choose keyboard and go on the Layouts tabs.
Click on the configure layouts checkbox.
Then you have to click Apply.
If you restart your KDE console, the mode should be change.
Note : I used KDE 4.11.2.
Click on Input Devices.Then choose keyboard and go on the Layouts tabs.
Click on the configure layouts checkbox.
Then you have to click Apply.
If you restart your KDE console, the mode should be change.
Note : I used KDE 4.11.2.
Tuesday, December 31, 2013
eth0 does not exist ( renamed in enp2s0 )
I upgraded my gentoo and I had a problem with internet connection.
The following command told me that eth0 didn't exist :
I checked if my network card exists by making :
It exists because I had a line similary to:
So, I checked all my network interface :
In the result list, there was no eth0 interface. However, there was enp2s0 interface.
I solved my problem by creating a symbolic link ( you could see this good wiki : https://wiki.archlinux.org/index.php/Dhcpcd#Dynamic_IP_address )
The following command told me that eth0 didn't exist :
/etc/init.d/net.eth0 restart
I checked if my network card exists by making :
dmsg -v | less
It exists because I had a line similary to:
02:00:00 Ethernet controller : .....
So, I checked all my network interface :
ls /sys/class/net
In the result list, there was no eth0 interface. However, there was enp2s0 interface.
I solved my problem by creating a symbolic link ( you could see this good wiki : https://wiki.archlinux.org/index.php/Dhcpcd#Dynamic_IP_address )
ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules
Friday, September 20, 2013
emerge and less
When you use emerge, you want cetainly use less.
But, if you want it work, you have to do the following :
emerge -p system 2>&1 | less
But, if you want it work, you have to do the following :
emerge -p system 2>&1 | less
Subscribe to:
Posts (Atom)