Search:

Type: Posts; User: 0N3; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Thread: Ubuntu 20.04

    by 0N3
    Replies
    2
    Views
    3

    Ubuntu 20.04

    Does installing Ubuntu 20.04 daily builds require to reinstall Ubuntu 20.04 final when it's finally released or is it like a rolling release in theory?
  2. Replies
    1
    Views
    2

    [ubuntu] Bash - password cracking

    Sorry if this is in the wrong place. I am trying to legally crack passwords as part of an assignment using three files....... 1) A file containing salted hashed passwords filename = ds_passwd 2) A...
  3. Replies
    2
    Views
    3

    [ubuntu] Re: Remote Mouse Failed to start

    Shouldn't need sudo to run it. I've downloaded the program and moved it ti /opt/ and start the application on login to my desktop. Edit startup applications and in command I use:

    ...
  4. Replies
    2
    Views
    3

    [ubuntu] Re: Remote Mouse Failed to start

    sudo apt install libappindicator0.1-cil libappindicator3-0.1-cil-dev

    Should solve your problem.
  5. Replies
    0
    Views
    1

    Snap applications to use GTk theme

    As the titles says is there any way of getting snap applications to use the GTK theme?
  6. Replies
    3,657
    Views
    326,043

    Re: Things that you dislike in Ubuntu

    I thought Football Manager was available for Linux under Steam?
  7. Re: how can i hide the launcher/dock on the side?

    Ubuntu 16.04 was running Unity Desktop nand 18.04 is running gnome ....... there is several extensions on https://extensions.gnome.org that might do it...... I haven't tried 18.04 as don't like Gnome...
  8. [SOLVED] Re: Cannot install Ubuntu 18.04 LTS on Acer ES after following almost all help in for

    Are you installing in UEFI or CSM / Legacy?
  9. Thread: Laptop Mode Tools

    by 0N3
    Replies
    2
    Views
    3

    [SOLVED] Re: Laptop Mode Tools

    I personally found no benefit of using laptop mode tools. My preferred choice is Tlp.

    http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html
  10. [ubuntu] Cron log error with pulseaudio connection refused

    Connection failure: Connection refused
    pa_context_connect() failed: Connection refused

    My custom crontab script works fine but doesn't produce any sound. Any help appreciated! Runnig the script...
  11. Replies
    1
    Views
    2

    [SOLVED] Re: Ubuntu 16.04 Crontab issue

    Solved it changed my code around.
    Changed:

    OUT=`upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage`

    To:


    OUT=`upower -i /org/freedesktop/UPower/devices/battery_BAT1 |...
  12. Replies
    1
    Views
    2

    [SOLVED] Ubuntu 16.04 Crontab issue

    I followed a tutorial here on crontab checking your battery status to alert you when it was low and high. I want it to alert me when it is less than or equal to 10% and not on ac power and greater...
  13. Re: deleted Ubuntu partition in Windows and broke boot...

    I'm guessing you had secure boot disabled in your bios to boot Ubuntu and Windows? Turn on secure boot should boot into your windows.
  14. Thread: cron issue

    by 0N3
    Replies
    1
    Views
    2

    [SOLVED] Re: cron issue

    Got it!



    #!/bin/bash


    OUT=`upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage`
    IFS=':' read -ra P <<< "$OUT"
    PERCENTAGE="%"
  15. Replies
    5
    Views
    6

    [ubuntu] Re: Windows Partition Not Mounting

    Are you using windows 10 on the partition not mounting? If so by any chance and have you fast startup turned on?
  16. Thread: cron issue

    by 0N3
    Replies
    1
    Views
    2

    [SOLVED] cron issue

    1) My laptop when plugged in charges to 90% or greater I want unity to notify me of this (Works)
    2)When it reaches 90% or greater after I've plugged the laptop out it keeps reminding me to unplug...
  17. [ubuntu] Re: Attaching External HDD to my router for network attached storage

    271340


    271341


    The first pic is the free space of my network device and the second is router page showing the connected device and the correct amount of space.
  18. [ubuntu] Attaching External HDD to my router for network attached storage

    I have been trying to attach my external HDD to my router Technicolor T7230 as it has a USB port at the back of it and it allows for shared storage. It has 1.74TB of storage available on it but both...
  19. [ubuntu] Re: Ethernet / LAN Keeps disconnecting roughly 5 or 6 mins after plugging it in

    Thanks to both of you for your help. Although my issue in general is solved I still feel as though it's a bug as I've never had this issue before I was always able to have both connections connected...
  20. [ubuntu] Re: Ethernet / LAN Keeps disconnecting roughly 5 or 6 mins after plugging it in

    No joy! Still the same issue! Only way my ethernet works is by disabling wifi via the network manager!
  21. [ubuntu] Re: Ethernet / LAN Keeps disconnecting roughly 5 or 6 mins after plugging it in

    ughhh!!! I remember my conky config I had to change the same eth0 and wlan0 to what you posted! I am now more hopeful! Thank you again!
  22. [ubuntu] Re: Ethernet / LAN Keeps disconnecting roughly 5 or 6 mins after plugging it in

    Ubuntu 16.04 64bit

    ifconfig; iwconfig:


    ifconfig; iwconfig
    enp7s0 Link encap:Ethernet HWaddr 00:26:6c:1d:c9:d1
    inet addr:192.168.0.12 Bcast:192.168.0.255 Mask:255.255.255.0...
  23. [ubuntu] Re: Ethernet / LAN Keeps disconnecting roughly 5 or 6 mins after plugging it in

    Only way my ethernet remains stable is b disabling the wifi via the network app indicator
  24. [ubuntu] Re: Ethernet / LAN Keeps disconnecting roughly 5 or 6 mins after plugging it in

    My wifi is fine it works perfectly if I disable the wifi completely by unchecking it via the network app indicator I have no issues via ethernet enablin wifi causes an issue with the ethernet...
  25. [ubuntu] Re: Ethernet / LAN Keeps disconnecting roughly 5 or 6 mins after plugging it in

    Won't let me set it to 8192


    sudo ifconfig eth0 mtu 8192

    SIOCSIFMTU: No such device
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4