• Breaking News

    [Android][timeline][#f39c12]

    Friday, January 3, 2020

    Linux Installed a package at /usr/local/bin/ but i can't run it outside of /usr/local/bin/ even having this path added into $PATH ...

    Linux Installed a package at /usr/local/bin/ but i can't run it outside of /usr/local/bin/ even having this path added into $PATH ...


    Installed a package at /usr/local/bin/ but i can't run it outside of /usr/local/bin/ even having this path added into $PATH ...

    Posted: 03 Jan 2020 03:28 AM PST

    I've installed youtube-dl this way:

    sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl 

    If i'm in /usr/local/bin and run ./youtube-dl --version it works fine. If i'm not in /usr/local/bin , then it don't recognizes the command. Also, how can i make it executable by default without the need of add ./

    echo $PATH /home/kmms/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin 
    submitted by /u/Don-g9
    [link] [comments]

    Having problems installing Popos on my lenovo ideapad 320s. What is this error?

    Posted: 03 Jan 2020 08:05 AM PST

    Recommended Linux course(s) for beginners?

    Posted: 03 Jan 2020 09:07 AM PST

    I am looking to up my Linux game. I have a very, very basic set of Linux skills and can Google but I don't feel confident at all. I'd like to get as confident in a Linux environment as I am in a Windows environment. What are some of your recommended courses? I prefer ones that are a bit hands-on as well. I don't mind paying money for a really good course either. Looking for fundamentals and up to fill in any gaps in my knowledge and get a really solid foundation if that makes sense? Thank you!

    submitted by /u/notlarryman
    [link] [comments]

    From WIN10 to a Linux based operating system: Questions from a Noob

    Posted: 03 Jan 2020 08:22 AM PST

    Hello, I would like to have some advice as I would like to switch from WIN10 to a Linux based operating system. As I write this, I'm still in a process to learn what and how I should do to make this change. When I was kid, my dad had installed Ubuntu on my computer, and I liked it a lot. This was the article that made me think about switching to Linux.

    What kind of Linux would you recommend for me?

    What I should take into an account? Like some compatibility issues, maybe?

    What kind of knowledge would help me to get started?

    How much storage space will a Linux operating system take compared to WIN10?

    My know-how is quite limited: in high school I did manage to code a calculator with C++ on Notepad, and I bought my first computer parts and put it together with my boyfriend. Now think that I have a basic knowledge of computers and its components. I would love to know how to install a Linux system by myself, but alas I believe it is mandatory for me to ask my boyfriend to help me (has no experience on Linux but is capable with Windows, often helps others). But I still would like to know what I could do with my skills. I + we will look at the introductory links from the sidebar!

    How I use my computer: I like to play games from Steam and stand-alone client. I binge on Reddit, YouTube and Netflix. I also do a bit schoolwork, mainly writing essays with Word and do PowerPoint presentations (school provided access from home, we need to use Office360).

    My view on privacy: privacy is golden in these days and it is one of the reasons I would like to make this change. I try to use google etc. as little as I can, but sometimes feel that privacy-oriented tools like DuckDuckGo have a bit limited search outcomes.

    CPU: Intel Core i7 3770 @ 3.40GHz

    RAM: 16,0GB Single-Channel DDR3 @ 802MHz

    Motherboard: ASUSTeK Computer INC. Maximus IV GENE-Z

    Graphics: G2420HDBL (1920x1080@60Hz), Intel HD Graphics 4000 (ASUStek Computer Inc), 4095MB NVIDIA GeForce GTX 1070 (Gigabyte)

    Storage: 232GB Crucial CT250BX100SSD1 (SSD), 465GB BUFFALO HD-PCTU3 USB Device (USB (SATA))

    Please do ask, if any info needs clarifying as I do not know the appropriate lingo well. I will do my best.

    submitted by /u/joSSain
    [link] [comments]

    Black screen after resuming from suspend.

    Posted: 03 Jan 2020 04:27 AM PST

    My laptop seem to have black screen after resuming from suspend. My laptop is Asus Vivobook X505ZA with Ryzen 5 2500u. I have faced this issue in KDE distros like Manjaro, Fedora, Kubuntu, Opensuse etc. So I believe its a issue with plasma-desktop. Any fix will be highly appreciated.

    Current distro is Fedora 31.

    Edit: issue resolved by changing compositor renderer from opengl to xrender. Credits to u/TheSilentStar.

    submitted by /u/Bayonet786
    [link] [comments]

    Google Drive/OneDrive client

    Posted: 03 Jan 2020 07:57 AM PST

    Hi everybody,

    I am currently using Manjaro KDE on my Mini PC just for some office and research stuff. I need to use a cloud service in order to sync my uni files which I have stored on GDrive and OneDrive (both have free plans with my uni account).

    I have been searching for a Linux client for these two services but my experience has been awful:

    • GNOME is the only DE that syncs properly GDrive (access from file manager etc), but I don't like how GNOME performs on my PC.
    • kio-drive doesn't work on KDE, I think it's all about this issue
    • I don't want to pay apps like InSync and others. Rclone is not working properly after reboot. JuT works the first time I set it up.

    Can someone give me any idea about what to do?

    Thank you!

    submitted by /u/ivbcnlock
    [link] [comments]

    What kind of permissions does this Linux command provide? "chmod 765 name"

    Posted: 03 Jan 2020 02:39 AM PST

    Hi Guys,

    Is the below correct and in this case is it for a file or a folder?

    Thanks.

    The owner has read, write and execute permissions on the "name"

    The group has only read and write permissions on the "name"

    The other users have read and execute permissions on the "name"

    submitted by /u/ruadus
    [link] [comments]

    Antivirus on Fedora 31? Which one?

    Posted: 03 Jan 2020 11:21 AM PST

    Hi everyone, I'm newbie on linux and I use Fedora as my daily driver. Should I install an antivirus? Should it be real-time or on demand? I don't know what can I do. I had bad experiences on Windows in the past.

    submitted by /u/big_palmeira
    [link] [comments]

    After updating my OS my Wi-Fi adapter stopped working and the name changed.

    Posted: 03 Jan 2020 10:49 AM PST

    I know the WiFi adapter works because I just booted back into windows to submit this and it works on my other laptop running parrot os. I created a function in /etc/.bash_aliases called apt updater it looked like this:

    function apt-updater { apt-get update && apt-get dist-upgrade -Vy && apt-get autoremove -y && apt-get autoclean && apt-get clean && reboot } 

    Somewhere in the process it failed, I belive it was during autoremove, because it stopped running and then my PC never rebooted, I'm currently dual booting parrot os and windows 10 and it was working completely fine for a while. When I try to run autoremove again I get the same error that I got before and it stops working. Now when I boot into Parrot and run ifconfig I see my adapter has changed to wlx(Mac Address) instead of wlan0, it also does this with any other adapters I plug in, I'm not sure what to do, if I run the live version of Parrot OS on a USB everything works fine. Any idea on how to fix this? When I click the WiFi symbol and attempt to connect to my network it just says "configuring interface" with a spinning wheel for a while before stopping and nothings happens, I've tried removing the network and reconnecting with that adapter and a different one but nothing works. I know the drivers are installed because it works out the box and was working fine before I updated everything. Any help would be appreciated thanks in advance.

    submitted by /u/BrodyStone21
    [link] [comments]

    This pops at every update or install tries.

    Posted: 03 Jan 2020 10:41 AM PST

    Why Wayland is still considered unstable?

    Posted: 02 Jan 2020 11:04 PM PST

    I'm about to take the next step and install Linux on my main machine.

    Though it's 2~3 old PC with i7-7700, 16GB RAM and GTX1080 performance even on GNOME shouldn't be an issue I guess.

    So what is up with Wayland? As I checked on wiki it's in development since 30 September 2008 and... still unstable?

    Just to be clear I AM A NOOB. I just read it on Ubuntu release notes, both in Known Issues and Other highlights/notes.

    The only thing I presume is known for sure is to avoid new ZFS as it's just slow and brings nothing to regular users table.

    Many thanks in advance!

    submitted by /u/KubaRarytas
    [link] [comments]

    I love manjaro but I want to explore other distros and learn more. Also I'm extremely new to the whole linux thing. Can anyone give some advice to a noob?

    Posted: 03 Jan 2020 10:08 AM PST

    wine installation problem

    Posted: 03 Jan 2020 09:18 AM PST

    Printing to PDF in CUPS - any way to have it ask for directory ?

    Posted: 03 Jan 2020 09:15 AM PST

    Is there a way to have CUPS ask for save directory when printing to PDF ?

    Or, any alternative PDF printer ?

    I often print somewhat sensitive info (financial, medical) and having to manually clean up Home/PDF directory is a chore.

    Mint 19

    submitted by /u/SurrenderMonkey2017
    [link] [comments]

    Debian on my machine doesn't boot.

    Posted: 03 Jan 2020 08:37 AM PST

    Hello! Zorin OS user here. I decided to switch to Debian because while Zorin is cool, I want something new. However when I try to boot into the live Debian image it gives the following errors:

    Does anyone know why this might be happening. I have a Sony Vaio E Series with an Intel Core I5 and 8 gigabytes of ram.

    submitted by /u/AnotherRetroGameFan
    [link] [comments]

    Problem with dual booting windows 10 and Ubuntu 16.04

    Posted: 03 Jan 2020 04:47 AM PST

    A little background before I go into the main problem - I have windows installed in a 256GB nvme ssd that came with the laptop. Then I added a 2.5" SSD manually (Samsung Evo 860) for additional space and installing linux in it. The ssd is detected in windows and I was even able to store files in it.

    So then I tried dual booting my system with windows 10 and Ubuntu 16.04, while windows running in the nvme and linux in the 2.5" ssd. I made a bootable usb device with rufus, then shrunk the volume of the ssd which I wanted to install linux in by 100GB using Gparted. Then when I tried the install Ubuntu option I got the following error Force UEFI Installation? with following error message

    This machine's firmware has started this installer in UEFI mode but it looks like there maybe existing operating systems already installed using BIOS compatibility mode, If you continue to install Debian in UEFI mode,it might be difficult to reboot into any BIOS-mode operating system.

    But the BIOS mode of my laptop is UEFI and no other OS other than windows is installed. Windows 10 came with the laptop, so I assume they must have installed it UEFI mode, since as far as my understanding goes the newer laptops don't use legacy mode anymore. Here is the info of my MSinfo32, which you can check for additional information.

    So coming back to the error, I clicked on the continue in UEFI mode , which lead me to the partitioning window, where I chose Something else (NOTE: during the previous times when I dual booted, I usually see an option called Install ubuntu along with windows, but I couldn't see it this time and I assumed it is because I am installing in a separate hard drive other than the one in which windows was installed). So I allocated 20 GB for root, 8 GB for swap and rest for home.( I did this with Use as ext4 and during my first time of installation I gave the type for the new parition as primary and when this failed I tried again with logical, but still no luck) So the partitioning went well then during half of the installation process I got the error GRUB installation failed and the following error message

    The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot

    And when I pressed ok, the installation process quit. I don't know what to do after this. Is this happening because of trying to dual boot in two seperate ssds? Could someone please help me with this?

    submitted by /u/DrDewDrop
    [link] [comments]

    Hi Folks! New poster here with Ubuntu story and question

    Posted: 03 Jan 2020 04:44 AM PST

    Extending Logical volume?

    Posted: 03 Jan 2020 07:47 AM PST

    I am running Arch Linux on my desktop and have just reinstalled my base image and started my software setup when I noticed I'm running out of disk space.

    I've installed Arch countless times, but I haven't familiarized myself with LVMs too much and must have messed up when setting up my system.

    Here's what it looks like right now:

    df -h

    dev 7,8G 0 7,8G 0% /dev run 7,8G 1,6M 7,8G 1% /run /dev/mapper/vg0-root 33G 29G 2,1G 94% / tmpfs 7,8G 982M 6,9G 13% /dev/shm tmpfs 7,8G 0 7,8G 0% /sys/fs/cgroup /dev/sdb2 243M 77M 154M 34% /boot tmpfs 7,8G 172K 7,8G 1% /tmp /dev/sdb1 99M 134K 99M 1% /boot/efi /dev/loop0 63M 63M 0 100% /var/lib/snapd/snap/rambox/11 /dev/loop1 157M 157M 0 100% /var/lib/snapd/snap/gnome-3-28-1804/110 /dev/loop2 45M 45M 0 100% /var/lib/snapd/snap/gtk-common-themes/1353 /dev/loop3 182M 182M 0 100% /var/lib/snapd/snap/spotify/36 /dev/loop5 90M 90M 0 100% /var/lib/snapd/snap/core/8268 /dev/loop4 55M 55M 0 100% /var/lib/snapd/snap/core18/1288 /dev/loop6 23M 23M 0 100% /var/lib/snapd/snap/snapd/5754 tmpfs 1,6G 52K 1,6G 1% /run/user/1000 /dev/sdc1 627M 627M 0 100% /mnt/usb 

    As you can see, my root partition is almost full at 94% of 33GB used. The root partition is on a 500GB SSD and should use 100% of the free space after 250MiB for boot and 16 GiB for swap substracted. Clearly that's not the case so I looked into extending the logical volume and stumbled upon lvresize.

    It actually looks like it worked as you can see here:

    lvdisplay /dev/mapper/vg0-root

     --- Logical volume --- LV Path /dev/vg0/root LV Name root VG Name vg0 LV UUID lYHsKr-0Kgq-Bq1e-X0kp-BA1Q-0Www-dXC1ro LV Write Access read/write LV Creation host, time archiso, 2019-12-31 15:27:59 +0100 LV Status available # open 1 LV Size 416,59 GiB Current LE 106648 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 254:2 

    It seems to me like, somehow, that change didn't make it into 'production' and I'm stuck with just a few gigs on root. I would very much appreciate if you could tell me where my mistake is. I'd rather not have to do a reinstall.

    To give you everything you might need, here's the output of pvdisplay, vgdisplay, lvdisplay and my fstab:

    pvdisplay

     --- Physical volume --- PV Name /dev/mapper/luks VG Name vg0 PV Size 465,40 GiB / not usable 1016,50 KiB Allocatable yes PE Size 4,00 MiB Total PE 119143 Free PE 8399 Allocated PE 110744 PV UUID KgAhWT-UIJF-6CAt-CUZ0-xBI2-cCCZ-1nt894 

    vgdisplay

     --- Volume group --- VG Name vg0 System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 5 VG Access read/write VG Status resizable MAX LV 0 Cur LV 2 Open LV 2 Max PV 0 Cur PV 1 Act PV 1 VG Size 465,40 GiB PE Size 4,00 MiB Total PE 119143 Alloc PE / Size 110744 / 432,59 GiB Free PE / Size 8399 / <32,81 GiB VG UUID 3R20cd-hOss-Bk6P-wedQ-WvEx-CSMy-v3sQXX 

    lvdisplay

     --- Logical volume --- LV Path /dev/vg0/swap LV Name swap VG Name vg0 LV UUID y44Ks2-fwA3-MPhr-brND-B2Pw-KV11-jIsWWf LV Write Access read/write LV Creation host, time archiso, 2019-12-31 15:27:40 +0100 LV Status available # open 2 LV Size 16,00 GiB Current LE 4096 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 254:1 --- Logical volume --- LV Path /dev/vg0/root LV Name root VG Name vg0 LV UUID lYHsKr-0Kgq-Bq1e-X0kp-BA1Q-0Www-dXC1ro LV Write Access read/write LV Creation host, time archiso, 2019-12-31 15:27:59 +0100 LV Status available # open 1 LV Size 416,59 GiB Current LE 106648 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 254:2 

    /etc/fstab

    # Static information about the filesystems. # See fstab(5) for details. # <file system> <dir> <type> <options> <dump> <pass> # /dev/mapper/vg0-root UUID=c9abc60f-8fd1-496e-baf7-7b890b423348 / ext4 rw,noatime 0 1 # /dev/sdb2 UUID=0fd426dc-d559-477c-87b3-197b58e9f3b5 /boot ext2 rw,noatime 0 2 # /dev/sdb1 UUID=9BB7-3C2C /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2 # /dev/mapper/vg0-swap UUID=bb5167c4-089b-42d5-874b-dc723a1a63e4 none swap defaults 0 0 # /tmp tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 
    submitted by /u/zeratuul
    [link] [comments]

    Steam play on Manjaro Linux can’t launch games

    Posted: 03 Jan 2020 03:56 AM PST

    OS: Manjaro (updated everything just an hour ago or so) CPU: i5 4690k GPU: AMD R9 290 GPU driver: AMDGPU

    The games I've tried are Risk of Rain 2, Oblivion and Chris Sawyer's Locomotion.

    I've ran into similar problems with all of them: missing executables.

    Executing steam in the terminal shows that the game launch was aborted for Oblivion and Locomotion die to the .exe not being found. Navigating to the game files showed the .exe in question, though, and running Loco.exe in wine even launched the game.

    For Risk of Rain 2 I get a prompt stating the .exe couldn't be found. Navigating to the game files reveals that there indeed are no game files. Verifying integrity and reinstalling didn't solve the issue.

    Can anyone make sense out of this?

    submitted by /u/Odostolon
    [link] [comments]

    What's the purpose of fancy colored squares in neofetch?

    Posted: 02 Jan 2020 04:07 PM PST

    I mean these ones. Also, why is there sometimes two rows of them and sometimes only one? Their number in a row also seems to vary.

    submitted by /u/pebahh
    [link] [comments]

    open apps

    Posted: 03 Jan 2020 06:30 AM PST

    hi guys

    i want to know if there is a way to close apps like the triangle thing in windows

    i have apps like MEGA Sync and telegram that stay active in background and having only 4g ram is bad

    so what can i do aside from opening system monitor and end the task for that app i have gnome so is the an extension for this?

    and im on pop os

    thanks for your help guys

    submitted by /u/LevkaAMatt
    [link] [comments]

    What is byobu

    Posted: 03 Jan 2020 02:25 AM PST

    Is it useful or helpful? I see online that it is a terminal multiplexer but idk what that means or if I'd ever need one ( I use Ubuntu on virtualbox as my programming environment since I'm a CS Undergrad, in case that's useful)

    submitted by /u/Milk_No_Titties
    [link] [comments]

    Regarding linux filesystem

    Posted: 03 Jan 2020 05:29 AM PST

    When i list the files(hidden ones too) in my home directory with : ls -a What does "." And ".." mean

    submitted by /u/th3_riseable
    [link] [comments]

    MPV has no sound at all

    Posted: 03 Jan 2020 05:03 AM PST

    It plays the video fine but there's just no sound playing. Might've been in regards to me installing a version from the git, is there a way I can remove the git version and go back to the original? Here's an error.

    Passing more than 1 argument to ovcopts is deprecated!

    and also:

    [ao/oss] Can't open audio device /dev/dsp: No such file or directory

    submitted by /u/Croistewa
    [link] [comments]

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel