Search:

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

Page 1 of 7 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    2

    [ubuntu] Unable to run Android SDK sdkmanager

    Hi,

    I unable to run Android SDK because of this error message:


    $ ./sdkmanager --update
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema
    at...
  2. Replies
    4
    Views
    5

    [ubuntu] Re: How to install MariaDB alongside MySQL

    Good point. Both suggestions may become pain in the ass because I use MariaDB for remote access so I'm afraid of poor performance and the complicated configurations.



    In my installation steps...
  3. Replies
    4
    Views
    5

    [ubuntu] How to install MariaDB alongside MySQL

    I want to install MariaDB alongside MySQL. Under Windows install it is very easy because it only needs to change the port. While under Ubuntu it's a different story.

    I did the following steps for...
  4. [ubuntu] Re: Unable to upgrade MySQL server - Access denied for user 'debian-sys-maint'

    May I get some help guys? This annoying issue still occurs :(
  5. [ubuntu] Re: Unable to upgrade MySQL server - Access denied for user 'debian-sys-maint'

    The nearest result I got is the following but it didn't work for my problem
    https://mirzmaster.wordpress.com/2009/01/16/mysql-access-denied-for-user-debian-sys-maintlocalhost/
  6. [ubuntu] Re: Unable to upgrade MySQL server - Access denied for user 'debian-sys-maint'

    Actually I googled a lot before posting this thread but unfortunately I got nothing about this issue :(

    Any way, I triied your suggestion before and I get this result:

    # apt-get install -f...
  7. [ubuntu] Re: Unable to upgrade MySQL server - Access denied for user 'debian-sys-maint'

    The result:


    root@cpp-tech:~# df -h
    Filesystem Size Used Avail Use% Mounted on
    udev 7.9G 0 7.9G 0% /dev
    tmpfs 1.6G ...
  8. [ubuntu] Re: Unable to upgrade MySQL server - Access denied for user 'debian-sys-maint'

    When I run the following I got nothing


    SELECT User FROM mysql.user WHERE user='debian-sys-maint';
  9. [ubuntu] Re: Unable to upgrade MySQL server - Access denied for user 'debian-sys-maint'

    I tried to execute the following query

    GRANT ALL PRIVILEGES ON *.* TO ‘debian-sys-maint’@'localhost’ IDENTIFIED BY ‘pasw’ WITH GRANT OPTION;

    Where I took pasw from /etc/mysql/debian.cnf but it...
  10. [ubuntu] Unable to upgrade MySQL server - Access denied for user 'debian-sys-maint'

    Hi,

    Recently I upgraded my server as shown below but unfortunately MySQL server couldn't upgrade :(

    How can I fix this issue?


    # apt-get update && apt-get -y upgrade && apt-get -y...
  11. Replies
    7
    Views
    428

    [SOLVED] Re: unable to install gdebi

    After days of working around this issue I didn't expect to fix it by using a single line!!!


    apt-get purge colord

    That's it.. Thanks guys.
  12. Replies
    7
    Views
    428

    [SOLVED] Re: unable to install gdebi

    Both of them aren't exist!
  13. Replies
    7
    Views
    428

    [SOLVED] Re: unable to install gdebi

    Guys, May you please help me to fix this issue? My server became unable to upgrade anything :( :( :(


    Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
    Setting up colord (1.0.6-1) ......
  14. Replies
    7
    Views
    428

    [SOLVED] Re: unable to install gdebi

    I didn't install anything new except gdebi!
  15. Replies
    7
    Views
    428

    [SOLVED] Re: unable to install gdebi

    BTW, I tried to call the following but I unfortunately it didn't fix it :(

    # apt-get -f install
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0...
  16. Replies
    7
    Views
    428

    [SOLVED] unable to install gdebi

    Hi,

    I use Ubuntu Server 14.04 when I tried to install gdebi I get this error message and I'm unable to fix it!


    Setting up colord (1.0.6-1) ...
    groupadd: cannot open /etc/group
    addgroup:...
  17. Replies
    3
    Views
    429

    Re: mytop db characters of name

    No. it's the same (still display 10 chars,)
  18. Replies
    3
    Views
    429

    mytop db characters of name

    Hi,

    I'm monitoring MySQL server 5.7.12 using mytop but unfortunately it doesn't display database name more than 10 characters while most of my database names are more than 20 characters.

    How...
  19. Replies
    5
    Views
    738

    [all variants] Re: Convert all videos from HD to SD

    Thanks FakeOutdoorsman for great advice. I'll definitely replace avconv with ffmpeg depending on your suggestion but your suggestion doesn't serve the main purpose of my thread,

    I want to know how...
  20. Replies
    5
    Views
    738

    [all variants] Re: Convert all videos from HD to SD

    Thanks but this isn't what I'm looking for because it finds all *.mp4 files while I want only HD files (some files are HD while others are not)
  21. Replies
    5
    Views
    738

    [all variants] Convert all videos from HD to SD

    Hi,

    I've 6TB of videos and I want to convert only HD (or above) videos to SD for reducing the free space of my hard disk.

    How can I do that?

    I'm thinking about writing a shell script for...
  22. Replies
    2
    Views
    705

    [SOLVED] How to block from ipv6 in ufw

    Hi,

    I want to block all from IPs in ipv6. How can I write the right rule for it?
  23. Replies
    7
    Views
    550

    [SOLVED] Re: How to make sure ufw works?

    That's it guys. After enabling ufw over ipv6 I'm no longer see the stupid spammer.
  24. Replies
    7
    Views
    550

    [SOLVED] Re: How to make sure ufw works?

    I may discovered the problem.

    I think ufw works fine on ipv4 so some attack attempts come from ipv6 for that I see failed access attempts. Now I'm adding some rules for ipv6 as following hope...
  25. Replies
    1
    Views
    248

    Spell checker for Turkish

    Hi,

    Is there any spell checker for Turkish?

    I tried to find it using apt but unfortunately I couldn't find anything. I googled about it and once again I failed but I noticed that Arch has...
Results 1 to 25 of 158
Page 1 of 7 1 2 3 4