Search:

Type: Posts; User: rubo77; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Re: Community-Wiki Discussion: Show Hidden Startup Applications

    I would add a note to the Wiki page, that you should be aware, that you should undo those changes before you upgrade your system, otherwise you will get a question if you want to keep the edited...
  2. [ubuntu] Re: Fingerprint GUI doesn't recognize Synaptics WBDI under Ubuntu 17.10

    Did you find a solution?
  3. Replies
    7
    Views
    6,050

    [ubuntu] Re: HOWTO use Workrave inside Unity

    I uploaded your attached Image here:
    http://i.imgur.com/IW1VUUU.png


    I managed to compile workrave from source:
    http://askubuntu.com/questions/554724/compile-workrave-from-source

    But still...
  4. [SOLVED] Re: Lenovo Yoga 2 Pro, Intel 7260 chipset: Wireless issue

    I created a full Guide how to install Ubuntu un Lenovo Yoga 2 Pro
  5. Replies
    14
    Views
    26,536

    [ubuntu] Re: Can't play midi files

    just install


    sudo apt-get install vlc-plugin-fluidsynth
  6. Re: Unable to read help in Eclipse 3.8.1 on Ubuntu 13.04 [server error 500]

    Did you find a solution by now without reinstalling Eclipse?
  7. Replies
    5
    Views
    18,083

    [ubuntu] Re: Easy Question about compiling error

    use cmake instead:

    this shows how to install keepassx from source:
    http://askubuntu.com/a/280155/34298
  8. Replies
    21
    Views
    5,208

    Re: Error on updating system

    maybe it worked for me cause i restarted the system before i installed the extras:


    sudo apt-get remove --purge ttf-mscorefonts-installer
    sudo restart
    sudo apt-get install...
  9. Replies
    21
    Views
    5,208

    Re: Error on updating system

    I had the same Problem and the solution was this:



    sudo apt-get remove --purge ttf-mscorefonts-installer
    sudo apt-get install ubuntu-restricted-extras


    see...
  10. Replies
    2
    Views
    8,610

    [lubuntu] Re: Failure to download extra data files

    I had the same Problem and the solution was this:



    sudo apt-get remove --purge ttf-mscorefonts-installer
    sudo apt-get install ubuntu-restricted-extras


    see...
  11. Replies
    62
    Views
    117,235

    [ubuntu] Re: downgrade php / installing php5.2 next to php 5.3

    yes, it is disabled if you deleted the php5_2 "stopper" file
    sudo rm /etc/apt/preferences.d/php5_2
  12. Replies
    62
    Views
    117,235

    [ubuntu] Re: downgrade php / installing php5.2 next to php 5.3

    the easyest way to upgrade again is

    sudo apt-get dist-upgrade

    but you can also delete the php5_2 file
    sudo rm /etc/apt/preferences.d/php5_2
    and then just
    sudo apt-get upgrade
  13. [kubuntu] root passwordlength minimum with libpam-cracklib

    i installed libpam-cracklib to enable passwordstrength to userpasswords in my kubuntu 12.04

    see http://ubuntuforums.org/showthread.php?p=10908420#post10908420 and...
  14. [ubuntu] Re: Unable to modify password length in common-password

    is there a way to make the root user obey the rules too?
  15. Replies
    17
    Views
    3,149

    [ubuntu] Re: password too short ... arr

    so it is still possible as root to give out insecure short passwords.

    if you want to make it more secure,


    as root:

    apt-get install libpam-cracklib

    change the one line in...
  16. Replies
    17
    Views
    3,149

    [ubuntu] Re: password too short ... arr

    this seems to have changed: it is now minlen=4 instead of min=4

    in Ubuntu 11.10 it is like this:
    If you want to bork the security on your system so you can enter shorter, less secure passwords,...
  17. Replies
    7
    Views
    2,774

    [xubuntu] Re: Wine and Teamviewer Not working

    i have the same problem.


    did you solve it?
  18. Replies
    62
    Views
    117,235

    [ubuntu] Re: downgrade php / installing php5.2 next to php 5.3

    i created a new bash script with the new sources in my initial post here:
    http://ubuntuforums.org/showthread.php?p=9201854#post9201854

    php5_2-downgrade_with_historical_karmic_sources.sh
  19. [other] Re: can i host several domains virtualhosts on one ip with apache

    cool thank you,

    i just added

    NameVirtualHost *:443

    to the top of my last conf file in

    /etc/apache2/sites-enabled
  20. [other] can i host several domains virtualhosts on one ip with apache

    i want to host several domains on a private root server, on the same IP. is this possible?
    (i know its not 100% secure, but i dont care about the warning, that it has no valid certificate, i just...
  21. Replies
    62
    Views
    117,235

    [ubuntu] Re: downgrade php / installing php5.2 next to php 5.3

    the sources of karmic are gone on most mirrors, but you can still use the historical sources:

    deb http://old-releases.ubuntu.com/ubuntu/ karmic main restricted
    deb-src...
  22. Replies
    62
    Views
    117,235

    [ubuntu] Re: downgrade php / installing php5.2 next to php 5.3

    thats not the question, 11.10 is Oneiric Ocelot
  23. Replies
    62
    Views
    117,235

    [ubuntu] Re: downgrade php / installing php5.2 next to php 5.3

    i don't dare to upgrade my ubuntu to Oneiric Ocelot 11.10, cause the support of karmic was only until april.
    i guess, if i upgrade, then it will install php 5.3 again and no karmic sources are left...
  24. Replies
    62
    Views
    117,235

    [ubuntu] Re: downgrade php / installing php5.2 next to php 5.3

    yes,

    i had to select one of the options aptitude offers, where the main php packages are still 5.2 and then it worked
  25. Replies
    62
    Views
    117,235

    [ubuntu] Re: downgrade php / installing php5.2 next to php 5.3

    you must add all php-packages to


    sudo nano /etc/apt/preferences.d/php5_2

    maybe you dont have php5-curl in it?
Results 1 to 25 of 48
Page 1 of 2 1 2