Linux Distro for persistent mode USB? |
- Distro for persistent mode USB?
- What do bootable USB makers like Rufus actually do?
- Scripts in cron.daily/ are not being run everyday
- Idea for Linux Noob
- Touchpad not working properly on Dell XPS 9370
- I need to move/copy a folder into my /usr/ and I'm not seeing a way around it other than logging in as root user, because I can't cd to /root without being root user?
- Mint 19 - change default save location to second hard drive
- sh vs bash and posix compliance (force POSIX compliance)
- Multiple Linux Distros - shared ESP and Bootable options
- Where do I need to place third-party Python modules so IDLE can access them?
- Linux Mint 19.1 Freezes When Opening the Mumble Client
- Computer isn't utilizing all of my ram
- "yank" command in Ranger doesn't copy anything to clipboard
- Get the Name of a Font for Suckless Terminal
- What filesystem should I use for home and root?
- Im not a smart man ... Apt purge related ... Isc-dhcp-relay
- Can anyone explain the meaning of "&>" in this line?
- Can't run any commands after I've logged as root in using `sudo -i`
- Is it safe to say that apt-get has all the same commands as apt and more? As in apt is just a streamlined version of apt-get? Is there really more to it than that?
- Help with adding a user profile for Arch Linux / KDE Plasma
- Why are so many programs only available to install through tarballs even though there's a Windows equivalent installer?
- any way to wipe "read-Only" corrupted SD card in linux Mint?
- Trying to Boot a Live USB
- What does the -y prefix do? For example, when used in `apt-get install -y pkg-config`? I can't Google it for some reason
Distro for persistent mode USB? Posted: 01 Jan 2019 06:46 AM PST Hi, my PC died on me so I have to use my family's stuff, so the only way I can use Linux is from a persistent USB install. I want to use it for light gaming (strategy titles and old FPS, all is Linux compatible) office work, programming and learning Linux. Can you recommend me a distro for this? (I used Arch/Arch derivatives up until this point, but that is only compatible with the 64bit architecture.) [link] [comments] |
What do bootable USB makers like Rufus actually do? Posted: 01 Jan 2019 10:00 AM PST I know that they take an ISO image and put it on your USB so that it (somehow) is bootable. Is there any special process that is happening here? What is Rufus actually doing? [link] [comments] |
Scripts in cron.daily/ are not being run everyday Posted: 01 Jan 2019 11:50 AM PST I checked syslog and nothing about cron.daily (but for cron.hourly yes) I can run the scripts with And here is my /etc/crontab (modified) [link] [comments] |
Posted: 01 Jan 2019 10:48 AM PST I want to learn more Linux for my job and have an idea for a project at my house. I want to monitor network bandwidth in real time so that when I play PS4 online I can see if we cap out our 6mbps. I would like to build it on headless Linux but would like it to have a graphics display of the monitoring. Any ideas? [link] [comments] |
Touchpad not working properly on Dell XPS 9370 Posted: 31 Dec 2018 11:50 PM PST Happy new year everyone!! I've just recently installed Kubuntu on my Dell XPS 9370. I've never used Linux before, but decided to take the plunge and dual boot (although Windows isn't booting anymore, but that's a question for another day). Anyway, I've noticed that my touchpad has been very...crappy. It's not smooth, scrolling accelerates too quickly and decelerates to fast etc furthermore sensitivity whilst typing is horrendous. Now, in my touchpad settings I've noticed that several options are greyed out. Doing some digging around I saw that it was problem with libinput, and that I should install synaptics, which I did. However, these options are still greyed out and my problems still exist. Not sure what to do. I really want to start using Linux as my daily driver, but I can't continue with a problem like this. For reference, I'm not a computer programmer or data scientist or anything like that, so I am very green on this stuff. [link] [comments] |
Posted: 01 Jan 2019 05:01 AM PST I'm trying to copy a desktop theme to a folder with the path: /usr/share/plasma/desktoptheme I can't use my GUI because I get denied access when I drag/paste it in there. Naturally my next thought was to use the terminal. But apparently to navigate anything other than /home/ using the terminal, I have to log in as root user. I found this out because I tried As far as I can tell, there's no way to move a file/folder to the usr/ folder from the home/ folder without being in the root. Is this true? I'm wondering because I'm often told that being root user is bad since you can break things, and it seems like a suboptimal solution to this problem. [link] [comments] |
Mint 19 - change default save location to second hard drive Posted: 01 Jan 2019 09:17 AM PST Hello. I toyed a little with Mint 17 a couple years back on another computer but never got too deep into it. Now I've decided to take the plunge to Mint 19 on my main computer, as Win7 is getting old and hard to keep updated. No desire to go to Win10. At any rate, I've (for now) set up a dual boot with my old Win7 in case anything goes horribly wrong with my Mint 19 install. I have both OSes on an SDD and all my data on a secondary HDD. I disconnected the HDD during Mint install (abundance of caution/paranoia). The install seems to have gone okay so far, so I've reconnected the HDD and now I want to change the default file save location to point to my existing Documents, Downloads, Music, Videos, Pictures folders on the HDD. It is formatted NTFS. Everything I've found online so far seems to be for older versions of Mint. If I've learned anything so far, it's that there can be significant process changes from version to version! I'm not too good at the Terminal yet but I am usually okay at following directions. ;) If there's a GUI way to do it, even better. How can I accomplish this in Mint 19? Thanks. [link] [comments] |
sh vs bash and posix compliance (force POSIX compliance) Posted: 01 Jan 2019 11:24 AM PST I read in a book that If Is If it is not, then why does my script work fine? I read that in some distributions, sh is linked to bash. Is it possible for me to run a script and force POSIX complaince and give me an error when the script is not compliant. [link] [comments] |
Multiple Linux Distros - shared ESP and Bootable options Posted: 01 Jan 2019 12:55 PM PST Hello, all. I signed up on Reddit today for the express purpose of seeking help on Linux. I have installed Manjaro alongside BlackArch. BlackArch has its bootloader in /boot which is a separate partition. Manjaro has three partitions, one for root(/), one for /boot, and one for /boot/efi. Now, let's say I want to install Fedora. Will there be any problem if I point Fedora's /boot/efi to Manjaro's /boot/efi partition? Also, I currently have only two OSes: BlackArch and Manjaro. However, in UEFI, there are 4 bootable options listed: One "Linux Boot Manager" entry, one "Manjaro" entry and two "UEFI OS" entries. How should I get rid of the duplication? Here is the pic of the UEFI bootable menu: https://imgur.com/a/yUVQ9Rh PS. I installed Kali Linux (which uses GRUB) just to see what exactly happens, and this is the efibootmgr results after Kali's installation:
[link] [comments] |
Where do I need to place third-party Python modules so IDLE can access them? Posted: 01 Jan 2019 12:36 PM PST Hi, super ultra noob here. I'm trying to learn to program with Python on my laptop running Lubuntu 18.10, specs are i7-3520M, 8GB of memory and a 500GB SSD if that matters. I am trying to import third-party modules into the IDLE shell using the guide as described here: https://automatetheboringstuff.com/appendixa/ So I installed pip with sudo apt install python3-pip, then I attempted to install the pyperclip module with sudo pip3 install pyperclip. This resulted in the following message: "The directory '/home/chris/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/chris/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. " However, it still claimed that it was successfully installed. But, when I go into the IDLE shell and type import pyperclip, I get the following error: "Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import pyperclip ModuleNotFoundError: No module named 'pyperclip'" I'm assuming that the module is being installed the wrong directory but I'm not sure what directory it should be installed to or how to find the module so I can move it. I tried installing the module without using sudo to see if that would change the result, and while the initial error message about the installation didn't pop up, I'm still unable to properly import the module into IDLE. Bearing in mind I am super nub, does anybody know what's going on here? Thanks! EDIT: for reference I am running Python 3.7.1 [link] [comments] |
Linux Mint 19.1 Freezes When Opening the Mumble Client Posted: 01 Jan 2019 11:39 AM PST I've been having an issue with my computer freezing when trying to open Mumble since I upgraded to 19.1, and I was hoping someone would be able to help shine some light on it. I tried updating to cinnamon 19.1 the day it was released. After installing it, whenever I tried to open a Mumble client the system froze, requiring reboots. I reverted the update with Timeshift, but got antsy to upgrade again. So I tried re-upgrading, and Mumble ran perfectly for a few hours. Then after a shutdown, trying to open the Mumble client resulted in the same system freeze. When the freeze happens, my mouse still works, but neither input from clicks nor keyboard input registers. Interestingly, when I mouse over the edge of windows the cursor still changes to the appropriate window resize icon, but I am not able to click on the window. While frozen, I am able to restart X (ctrl+alt+backspace), and I am able to access the tty consoles (ctrl+alt+F1-6). However, trying to exit the tty console back to the desktop (ctrl+alt+F7) results in a black screen, still with a moveable mouse. Here's what I've learned/tried:
I'm hoping that someone has some insight on any part of this issue. Even if you know, for example, why the mouse still has contextual window-resizing icon changes, it may help me track down the source of/solution to the problem. Thanks in advance. My specs are: OS: Linux Mint 19.1 Cinnamon 64-bit Cinnamon Ver: 4.0.8 Linux Kernel: 4.15.0-43-generic GPU Driver: nvidia-driver-390 Ver 390.77-0ubuntu0.18.04.1 CPU: i5-8600K CPU @ 3.60GHz × 6 Mobo: ASRock Z370 Extreme4 Memory: 2x8 GB DDR4 @ 2666Mhz GPU: GeForce GTX 1070 [link] [comments] |
Computer isn't utilizing all of my ram Posted: 31 Dec 2018 11:11 PM PST Just like the title says. So, I have 32GB of Ram currently installed but my computer only see's 16gb I've tried removing the sticks and placing them back in the slots just to be sure they were actually in, but nothing even the bios is showing 16gb Is there a way to fix this? MOBO: Asus Maximus V Gene Ram: HyperX Fury 8gb (x4) CPU: i7-4770k @ 3.50 [link] [comments] |
"yank" command in Ranger doesn't copy anything to clipboard Posted: 01 Jan 2019 11:03 AM PST |
Get the Name of a Font for Suckless Terminal Posted: 31 Dec 2018 10:08 PM PST I am ricing a mint PC and came across these lovely babies: https://int10h.org/oldschool-pc-fonts/fontlist/#ibm_pc_bios from another thread, and I want to use the Edit: NVM I got it, first run edit: I would actually prefer to set this one Here's the error: In file included from x.c:65: ./config.h:4:36: warning: unknown escape sequence '-' [-Wunknown-escape-sequence] static char font = "Px437 IBM BIOS-2y::pixelsize=8:antialias=true:autohint=true"; / font settings */ [link] [comments] |
What filesystem should I use for home and root? Posted: 31 Dec 2018 10:34 PM PST I plan to use Linux mint 19 mate on my workstation PC for programming, and I'm deciding between ext4 and btrfs. Which one should I use? Should I perhaps use a different file system? Any opinions are really helpful. Thanks! [link] [comments] |
Im not a smart man ... Apt purge related ... Isc-dhcp-relay Posted: 01 Jan 2019 08:55 AM PST So I had built my Ubuntu Server 18.10 up to be, amongst other things, a PiHole DNS Server, NextCloud/Collabora server, and Plex server. I was trying to turn the box into a non-dhcp serving firewall. So, I tried isc-dhcp-relay. This did not serve my purpose (another issue for another day) so I moved on and decided to keep the box as is for now, as described above. Problem was, Collabora suddenly stopped working (rotating circle of death). In my ignorance, I thought the relay was the problem. So, rather than disable, I purged. Now the server won't resolve DNS requests and my NextCloud is down. What happened? EDIT: Also, in my state of idiocy, I did an apt autoremove after the purge :/ [link] [comments] |
Can anyone explain the meaning of "&>" in this line? Posted: 01 Jan 2019 08:49 AM PST I'm solving the bandit challenges on overthewire.org and noticed this symbol in this line: [link] [comments] |
Can't run any commands after I've logged as root in using `sudo -i` Posted: 01 Jan 2019 04:51 AM PST I'm trying to move something from my Desktop to a folder in my /usr/ directory and I need to be root to do that, as I have to start from the root in order to access both home/ and usr/ simultaneously (at least, this is the only thing I can think of). I was denied access when I tried For example, I'll type Anyone know what's happening? Is the output of my commands just not showing or something? Note that I'm using Dolphin, so I can't solve this problem by running Any help is appreciated [link] [comments] |
Posted: 31 Dec 2018 09:22 PM PST I've been going a lot of reading on trying to figure out the difference between apt and apt-get, and it's explained very differently in different places, and imo it's made out to be more complicated than it is. Isn't apt simply a streamlined version of apt-get? As in, a couple of apt-get's commands (the most commonly used ones) were chosen, and those commands are now available by just prefixing apt, instead of having to do Is there more to it than that? Am I missing anything? Sorry if this is a stupid question, just wanting to see if I'm understanding correctly [link] [comments] |
Help with adding a user profile for Arch Linux / KDE Plasma Posted: 01 Jan 2019 06:44 AM PST Hello! I finally decided I'm just about done with Windows, and am trying to move into Arch Linux. (I know it's not the easiest one to start off on, but I have a tech background and am very willing to learn) I've set up the distro with the KDE Plasma desktop environment and the Grub bootloader. The Plasma login screen has loaded, but is empty, as I have forgotten to use the 'useradd' command before exiting the command line interface. Is there a way I can interact with the Plasma GUI to create my user profile or return to the terminal to use the 'useradd' command? Simple problem, but I've done a good amount of researching to no avail. Please help a newbie out! [link] [comments] |
Posted: 01 Jan 2019 05:59 AM PST For example: https://www.qbittorrent.org/download.php To build this I had to extract the tarball and manually install all the dependencies and then build it, and for some reason it took way longer than it took to install on Windows (specifically the On the other hand, the Windows installer is just a couple clicks and boom you have the program Don't mean to bitch, I still like Linux over Windows, but this just seems like a outdated and really inconvenient method for installing programs. Does this method have any advantages over a simple installer/package? [link] [comments] |
any way to wipe "read-Only" corrupted SD card in linux Mint? Posted: 31 Dec 2018 10:16 PM PST
[link] [comments] |
Posted: 31 Dec 2018 06:30 PM PST |
Posted: 31 Dec 2018 09:32 PM PST I can't google it for some reason. I think Google excludes things with a - before them? In any case, I can't figure out what the -y (or any of those prefix/argument organizing letters) do. Could anyone clarify or maybe point me to a resource where the function of these letters are made clear? [link] [comments] |
You are subscribed to email updates from Linux 101 stuff. Questions are encouraged, noobs are welcome!. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment