This page (revision-80) was last changed on 23-Apr-2022 17:06 by 84.55.164.213

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
80 23-Apr-2022 17:06 10 KB 84.55.164.213 to previous
79 23-Apr-2022 17:05 11 KB Harry Metske to previous | to last
78 23-Apr-2022 17:05 11 KB Harry Metske to previous | to last
77 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
76 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
75 23-Apr-2022 17:05 10 KB 10.0.0.138 to previous | to last
74 23-Apr-2022 17:05 11 KB 10.0.0.138 to previous | to last
73 23-Apr-2022 17:05 11 KB Harry Metske to previous | to last
72 23-Apr-2022 17:05 11 KB Harry Metske to previous | to last Intellij keep in dock
71 23-Apr-2022 17:05 11 KB Harry Metske to previous | to last
70 23-Apr-2022 17:05 11 KB Harry Metske to previous | to last
69 23-Apr-2022 17:05 11 KB Harry Metske to previous | to last no more kernel compile required
68 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
67 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
66 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last nonobis
65 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
64 23-Apr-2022 17:05 10 KB HarryMetske to previous | to last
63 23-Apr-2022 17:05 10 KB HarryMetske to previous | to last
62 23-Apr-2022 17:05 9 KB HarryMetske to previous | to last
61 23-Apr-2022 17:05 9 KB HarryMetske to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added one line
At line 5 changed one line
\\(also used for Maverick Meerkat, Natty Narwhal and Oneiric Oncelot)
(also used for Maverick Meerkat, Natty Narwhal and Oneiric Oncelot)
At line 17 changed one line
** sun-java7-jdk (and add it to the PATH in /etc/profile)
** sun-java7-jdk (and add it to the PATH in /etc/profile)
At line 33 changed 2 lines
{{{
sudo add-apt-repository ppa:alexeftimie/ppa
{{{sudo add-apt-repository ppa:alexeftimie/ppa
At line 41 changed one line
* powermanagement settings can be found by searching for "preferences" in the application.
* powermanagement settings can be found by searching for "preferences" in the application.
At line 44 added one line
 
At line 47 changed one line
%%warning With my latest 13.10 install I noticed that kernel compile is not required, you can do it [with grub2|patching dsdt with grub2] %%
%%warning With my latest 13.10 install I noticed that kernel compile is not required, you can do it [with grub2|Patching dsdt with grub2] /%
At line 49 changed 2 lines
Because my HP 6830s laptop has a buggy DSDT, I have to change that. Since Linus decided that kernels no longer accept custom DSDT's I have to recompile the kernel to get this done.\\
I found a useful link here : [http://ubuntuforums.org/showthread.php?t=1341580]\\
Because my HP 6830s laptop has a buggy DSDT, I have to change that. Since Linus decided that kernels no longer accept custom DSDT's I have to recompile the kernel to get this done. \\
I found a useful link here : [http://ubuntuforums.org/showthread.php?t=1341580] \\
At line 54 changed 2 lines
{{{
dpkg -i /home/metskem/Downloads/linux-source-2.6.35_2.6.35-22.34_all.deb
{{{dpkg -i /home/metskem/Downloads/linux-source-2.6.35_2.6.35-22.34_all.deb
At line 67 changed one line
click in left pane on ACPI, and then double click in right pane on custom DSDT and fill in the fullname of your custom dsdt (for example {{/home/metskem/dsdt/dsdt.hex}}.\\
click in left pane on ACPI, and then double click in right pane on custom DSDT and fill in the fullname of your custom dsdt (for example {{/home/metskem/dsdt/dsdt.hex}}. \\
At line 69 changed 2 lines
{{{
export CONCURRENCY_LEVEL=3 # put both intel cores to work :-)
{{{export CONCURRENCY_LEVEL=3 # put both intel cores to work :-)
At line 75 changed 2 lines
{{{
.......
{{{.......
At line 83 changed 2 lines
{{{
metskem@gneisenau:~/src$ sudo dpkg -i linux-image-3.0.6dh_3.0.6dh-10.00.Custom_i386.deb
{{{metskem@gneisenau:~/src$ sudo dpkg -i linux-image-3.0.6dh_3.0.6dh-10.00.Custom_i386.deb
At line 117 added one line
 
At line 119 changed one line
! Eclipse
! Eclipse
At line 121 changed 2 lines
{{{
java.lang.IllegalArgumentException: invalid qualifier: 11+drm33
{{{java.lang.IllegalArgumentException: invalid qualifier: 11+drm33
At line 124 changed one line
at org.osgi.framework.Version.<init>(Version.java:92)
at org.osgi.framework.Version.(Version.java:92)
At line 127 removed 2 lines
Solved by adding ''-vmargs -Dorg.osgi.framework.os.version=2.6.32.11+drm33.2dh01'' to /usr/local/eclipse/eclipse.ini.\\
Also added ''-Djava.library.path=/usr/lib/jni'' to eclipse.ini to get subversion working.
At line 131 added 5 lines
Solved by adding
''-vmargs -Dorg.osgi.framework.os.version=2.6.32.11+drm33.2dh01'' to /usr/local/eclipse/eclipse.ini. \\
Also added ''-Djava.library.path=/usr/lib/jni'' to eclipse.ini to get subversion working.
At line 132 changed 2 lines
The tab font is very large by default, you can change it by tweaking the css :
''/usr/local/eclipse/plugins/org.eclipse.platform_4.2.0.v201206081400/css/e4_default_gtk.css''
The tab font is very large by default, you can change it by tweaking the css :''/usr/local/eclipse/plugins/org.eclipse.platform_4.2.0.v201206081400/css/e4_default_gtk.css''
At line 137 changed 4 lines
__ Create icon in taskbar __
Create file {{.local/share/applications/opt_eclipse.desktop}} with the following contents:
{{{
[Desktop Entry]
__ Create icon in taskbar __Create file {{.local/share/applications/opt_eclipse.desktop}} with the following contents:
{{{[Desktop Entry]
At line 153 changed 2 lines
{{{
xdg-desktop-menu install --novendor intellij-idea.desktop
{{{xdg-desktop-menu install --novendor intellij-idea.desktop
At line 166 added one line
At line 169 added 2 lines
 
At line 168 changed 2 lines
Install the Citrix receiver .deb file from the Citrix download site.
Additionally I had to download a "Verisign Class 3 Public Primary CA - G5" from [http://www.verisign.com/repository/roots/root-certificates/PCA-3G5.pem] and download it to ''/opt/Citrix/ICAClient/keystore/cacerts/PCA-3G5.pem''
Install the Citrix receiver .deb file from the Citrix download site.Additionally I had to download a "Verisign Class 3 Public Primary CA - G5" from [http://www.verisign.com/repository/roots/root-certificates/PCA-3G5.pem] and download it to ''/opt/Citrix/ICAClient/keystore/cacerts/PCA-3G5.pem''
At line 178 added one line
At line 181 added 2 lines
 
At line 175 changed 2 lines
{{{
options iwlagn 11n_disable=1
{{{options iwlagn 11n_disable=1
At line 181 changed 2 lines
Running Eclipse with the OpenJDK, it requires excessive amounts of storage (I don't mean heap storage), run top command, and it will have "VIRT 1.8G" and "RES 1.1G", leaving hardly any memory left for anything else (I only have 2G in my laptop)
I removed openjdk and downloaded the sun6 jdk, now I get "VIRT 911M" and "RES 310M".
Running Eclipse with the OpenJDK, it requires excessive amounts of storage (I don't mean heap storage), run top command, and it will have "VIRT 1.8G" and "RES 1.1G", leaving hardly any memory left for anything else (I only have 2G in my laptop)I removed openjdk and downloaded the sun6 jdk, now I get "VIRT 911M" and "RES 310M".
At line 184 changed one line
! Suspend resume fix
! Suspend resume fix
At line 186 changed 2 lines
For my wife's ASUS X54L I had to tweak some for the suspend/resume to work.
Thanks to the guy who posted: [http://thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-not-working-bug/comment-page-8]
For my wife's ASUS X54L I had to tweak some for the suspend/resume to work.Thanks to the guy who posted: [http://thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-not-working-bug/comment-page-8]
At line 197 added one line
At line 191 removed one line
{{{
At line 193 changed one line
#!/bin/sh
{{{#!/bin/sh
At line 196 changed 3 lines
# tidied by tqzzaa :)
VERSION=1.1
# tidied by tqzzaa :)VERSION=1.1
At line 204 changed 3 lines
BIND_WAIT=0.1
unbindDev() {
BIND_WAIT=0.1unbindDev() {
At line 215 changed 3 lines
}
bindDev() {
}bindDev() {
At line 233 changed 3 lines
}
case "$1" in
}case "$1" in
At line 240 removed one line
%%
At line 240 added 2 lines
/%
At line 245 added one line
At line 247 added one line
At line 247 removed 6 lines
to turn it off. echo a higher number to turn it on (higher = more light)
* suspend with on/off button, if you press the power button when the laptop is on, you get a nice prompt:\\
[samsung-poweroff.png]
\\ , clicking the suspend option does nothing. What does work is clicking the right most button and selecting suspend.
This link to [nonobis|http://blog.nonobis.nl/?p=11/] describes an excellent update to udev to make the backlit fn-keys work perfectly.
At line 250 added 4 lines
to turn it off. echo a higher number to turn it on (higher = more light) * suspend with on/off button, if you press the power button when the laptop is on, you get a nice prompt: \\
[samsung-poweroff.png] \\
, clicking the suspend option does nothing. What does work is clicking the right most button and selecting suspend. This link to [nonobis|http://blog.nonobis.nl/?p=11/] describes an excellent update to udev to make the backlit fn-keys work perfectly.
At line 260 changed one line
The keys do not work, so the following workaround.\\
The keys do not work, so the following workaround. \\
At line 262 removed 2 lines
{{{
User_Alias ALLEN = gast,metskem
At line 265 changed 3 lines
Cmnd_Alias NETBOOK_CMDS = /usr/local/sbin/kbdlight *
ALLEN ALL=(ALL) NOPASSWD: NETBOOK_CMDS
{{{User_Alias ALLEN = gast,metskemCmnd_Alias NETBOOK_CMDS = /usr/local/sbin/kbdlight *ALLEN ALL=(ALL) NOPASSWD: NETBOOK_CMDS
At line 267 added one line
At line 272 changed 3 lines
{{{
Oct 15 20:01:22 gneisenau kernel: [22026.303943] atkbd serio0: >Unknown key pressed (translated set 2, code 0x97 on isa0060/serio0).
Oct 15 20:01:22 gneisenau kernel: [22026.303954] atkbd serio0: >Use 'setkeycodes e017 <keycode>' to make it known.
{{{Oct 15 20:01:22 gneisenau kernel: [22026.303943] atkbd serio0: >Unknown key pressed (translated set 2, code 0x97 on isa0060/serio0).
Oct 15 20:01:22 gneisenau kernel: [22026.303954] atkbd serio0: >Use 'setkeycodes e017 ' to make it known.
At line 276 changed one line
Oct 15 20:43:15 gneisenau kernel: [24030.623370] atkbd serio0: >Use 'setkeycodes e016 <keycode>' to make it known.
Oct 15 20:43:15 gneisenau kernel: [24030.623370] atkbd serio0: >Use 'setkeycodes e016 ' to make it known.
At line 278 removed one line
%%
At line 276 added 2 lines
/%
At line 283 changed 2 lines
{{{
root@gneisenau:/var/log# setkeycodes e016 93
{{{root@gneisenau:/var/log# setkeycodes e016 93
At line 290 changed one line
But found this [http://blog.nonobis.nl/?p=11/] an excellent description of how to fix the backlight issue by correcting udev.
But found this [http://blog.nonobis.nl/?p=11/] an excellent description of how to fix the backlight issue by correcting udev.
At line 290 added one line
 
At line 295 changed 2 lines
{{{
$ sudo add-apt-repository ppa:dlech/keepass2-plugins
{{{$ sudo add-apt-repository ppa:dlech/keepass2-plugins