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 12 changed 3 lines
** htop
** sensors-applet
** flashplugin-installer
** gimp
** vim
** gmpc
** git
At line 16 changed 7 lines
** sun-java6-jdk sun-java6-source sun-java6-plugin (first synaptic => repos => other repos => enable lucid partner)
*** since 11.10 sun is also not anymore in the partner repo's, download from java.sun.com, extract to /opt/jdk1.6_...., and add it to the PATH in /etc/profile
** checkgmail
** download and install eclipse
** play an mp3, and you get prompted to install the required codecs....
** vlc and few more "ugly" and "bad" gstreamer packages
** subversion
** sun-java7-jdk (and add it to the PATH in /etc/profile)
At line 24 removed 3 lines
** libdvdcss2 from [http://download.videolan.org/pub/libdvdcss/1.2.8/deb]
** nethogs %%small (show per process bandwith usage ) %%
** iftop
At line 28 removed 11 lines
** libnss3-tools (certutil)
** chmsee (viewing windows help files , .chm)
** guake terminal
** virtualbox-ose virtualbox-guest-additions
** acroread
** wammu (phone management)
** XSane (scanner software)
** bluez-utils
** alacarte (11.10 and up, for changing your menu's)
** ssh-askpass (kubuntu only)
** p7zip-full
At line 44 changed 2 lines
** ia32-libs (if running 64bit OS, you need it for android sdk for example)
** keepassx
** keepass2
At line 28 added 4 lines
** btsync
** lib32z1 lib32ncurses5 lib32stdc++6
** dconf-editor (elementary os) (lid close action should not suspend laptop setting)
At line 49 changed 2 lines
{{{
sudo add-apt-repository ppa:alexeftimie/ppa
{{{sudo add-apt-repository ppa:alexeftimie/ppa
At line 57 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 63 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 65 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 70 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 83 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 85 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 91 changed 2 lines
{{{
.......
{{{.......
At line 99 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 135 changed one line
! Eclipse
! Eclipse
At line 137 changed 2 lines
{{{
java.lang.IllegalArgumentException: invalid qualifier: 11+drm33
{{{java.lang.IllegalArgumentException: invalid qualifier: 11+drm33
At line 140 changed one line
at org.osgi.framework.Version.<init>(Version.java:92)
at org.osgi.framework.Version.(Version.java:92)
At line 143 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 148 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 153 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 169 changed 2 lines
{{{
xdg-desktop-menu install intellij-idea.desktop
{{{xdg-desktop-menu install --novendor intellij-idea.desktop
At line 162 added 5 lines
To identify the value for {{StartupWMClass}} you issue the command {{xprop WM_CLASS}} and click the IntelliJ window.
I also attached a similar [desktop file|sublime.desktop] for Sublime Text Editor
At line 169 added 2 lines
 
At line 180 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 187 changed 2 lines
{{{
options iwlagn 11n_disable=1
{{{options iwlagn 11n_disable=1
At line 193 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 196 changed one line
! Suspend resume fix
! Suspend resume fix
At line 198 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 203 removed one line
{{{
At line 205 changed one line
#!/bin/sh
{{{#!/bin/sh
At line 208 changed 3 lines
# tidied by tqzzaa :)
VERSION=1.1
# tidied by tqzzaa :)VERSION=1.1
At line 216 changed 3 lines
BIND_WAIT=0.1
unbindDev() {
BIND_WAIT=0.1unbindDev() {
At line 227 changed 3 lines
}
bindDev() {
}bindDev() {
At line 245 changed 3 lines
}
case "$1" in
}case "$1" in
At line 252 removed one line
%%
At line 240 added 2 lines
/%
At line 245 added one line
At line 247 added one line
At line 259 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 272 changed one line
The keys do not work, so the following workaround.\\
The keys do not work, so the following workaround. \\
At line 274 removed 2 lines
{{{
User_Alias ALLEN = gast,metskem
At line 277 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 284 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 288 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 290 removed one line
%%
At line 276 added 2 lines
/%
At line 295 changed 2 lines
{{{
root@gneisenau:/var/log# setkeycodes e016 93
{{{root@gneisenau:/var/log# setkeycodes e016 93
At line 302 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.
 
! keepass2
{{{$ sudo add-apt-repository ppa:dlech/keepass2-plugins
$ sudo apt-get update
$ sudo apt-get install keepass2-plugin-application-indicator
}}}