Anyone here running Arch can tell me why I have to install libgl, wayland, mesa and cairo when trying to install openMPI? Is there some dependency broken?
Looks like it requires hwloc, which pulls cairo, which pulls libgl.
Anyone here running Arch can tell me why I have to install libgl, wayland, mesa and cairo when trying to install openMPI? Is there some dependency broken?
Looks like it requires hwloc, which pulls cairo, which pulls libgl.
It's Ubuntu release day if anyone cares.
Any handy reviews? Did they ever fix the broken LibreOffice desktop integration? (Keyboard shortcuts didn't work, which is a deal breaker for someone like me.)
Arch is GOAT. That is all.
Arch is GOAT. That is all.
Truth,
I just need to figure out steam via wine and I'm good
Truth,
I just need to figure out steam via wine and I'm good
Why do you need it via Wine? Does that give you access to more games?
I have mixed Windows / Linux network at home, and while I have had success with Samba to share the Linux file server with my Windows stations, I'm trying to set up NFS to share the drives among the Linux machines.
I seem to be running in trouble though, I'm not sure what I missed, but I keep getting "access denied by server while mounting". I'll cover what I did:
1) On the file server (LUbuntu) I installed the NFS server (sudo apt-get install nfs-kernel-server).
2) I added a simple share to the /etc/exports file:
/media/oracledragon/datadrive/backup 192.168.0.0/255.255.255.0(ro)
3) Restart the NFS server (service nfs-kernel-server restart)
4) Even though the restart indicates it udpates the export, I did it again anyways (exportfs -a).
5) On the client machine (XUbuntu) I install the NFS client tools (apt-get install nfs-common).
6) I check what is being offered by the remote machine and it indicates the export is ok:
showmount -e 192.168.1.100
/media/oracledragon/datadrive/backup 192.168.0.0/255.255.255.0
7) Finally, I try and mount the remote share, not in fstab, just in the shell for the time being:
mount 192.168.1.100:/media/oracledragon/datadrive/backup ~/Backup
(the ~/Backup directory exists on my client machine).
8) This fails:
"mount.nfs: access denied by server while mounting 192.168.1.100:/media/oracledragon/datadrive/backup"
Has anyone set up an NFS share before? I feel like I'm probably missing something basic, but so far aside from the above steps I have not seen anything extra on the various articles and Ubuntu community postings, etc., that I have read.
http://www.quora.com/How-do-I-upgrade-from-Elementary-OS-Luna-to-Freyaso is there no way to upgrade from my preexisting elementaryOS Luna to the new Freya? don't really feel like starting from scratch...
so is there no way to upgrade from my preexisting elementaryOS Luna to the new Freya? don't really feel like starting from scratch...
So, while using Spotify on Ubuntu (14.04) on some reason, the app doesn't show sections in my music library like Artists, Albums, etc that I have included in my favorites, just leaving me with bare options. I find this very odd given that the rest of the devices that I use (like on OSX) the app shows my music library without any kind of problems... I unistalled and reinstalled the app and still doesn't let me access my library, so I'm left to wonder if I did something wrong?
Ah, I thought I replied to you. Sorry!So, while using Spotify on Ubuntu (14.04) on some reason, the app doesn't show sections in my music library like Artists, Albums, etc that I have included in my favorites, just leaving me with bare options. I find this very odd given that the rest of the devices that I use (like on OSX) the app shows my music library without any kind of problems... I unistalled and reinstalled the app and still doesn't let me access my library, so I'm left to wonder if I did something wrong?
Aaaand up and running.Fedora 22 next week. Woo!
I thought Fedora was a rolling release? Do they just have fast updates?Aaaand up and running.
Somehow fonts manage to still look terrible in Chrome. What the heck, people?
GNOME fonts look fine. Got to find some site that explains how to fix this ... again.
I usually do clean installs, keeping /home on a separate partition and just moving my data over to a new user. So my settings are not retained from install to install.I thought Fedora was a rolling release? Do they just have fast updates?
Fedora has releases normally about 6 months apart, though people can turn it into a kind of rolling release using a 'rawhide' repository.I thought Fedora was a rolling release? Do they just have fast updates?
Considering Mint is an Ubuntu derivative it seems unlikely that you'd run into driver issues. But it's easy enough to test just by using a bootable CD or bootable USB stick and trying it out as a live CD. Or if your laptop's hard drive is easily accessible, just install to a spare drive and experiment with it that way.I've been considering either Mint or Arch, but I don't want to deal with driver issues; I will need video/audio support to work flawlessly for Skype/Hangout conferences, etc.
What say you guys?
I've been considering either Mint or Arch, but I don't want to deal with driver issues; I will need video/audio support to work flawlessly for Skype/Hangout conferences, etc.
What say you guys?
I wanted to report in as a new Linux user. I was visiting my parents last week and my father was about to take an old computer to recycle. I decided to save it as i'm changing career paths and I was accepted into a special 1 year business oriented IT infrastructure management program and figured I should start learning linux.
I installed Ubuntu 14.04 on it and my god is it snappy on this old Athlon 64 machine. I'm really impressed. I had some fun messing around in the GUI but i'm more interested in some of the more serious stuff to prepare myself for my program and I have some questions:
Is there any good guides for learning terminal commands?
I installed LAMP and was wondering if anyone had any recommended guides on setting up an apache & mySQL servers?
Is there any good general linux noob sites or youtubers I should watch?
Sorry for the bump, its just a lot of the information i've been findings looks to be quite outdated, things move so much faster in linux that some 2 or 4 year old guides I found aren't really helping me. Also I love the first page with people saying "never run as root", I accidentally ran firefox as root in terminal, and afterwards couldn't run it again unless I was root, so I had to reinstall Ubuntu. Learning this OS is making my head-spin but I'm having a lot of fun doing it!
Hey! Welcome to Linux community and enjoy your stay.
Good to hear that Unity runs well on old rig since it's well known for being broken.
Doug Rumbaugh did an amazing series about terminal and stuff around it as well.
Also, there are some other YouTube channels worth watching:
Just out of curiousity: Why do you want to setup a LAMP stack?
There's a section of my program that will focus on SQL. I figured setting up a SQL server and messing around with database entries and learning some of the basic commands. might be beneficial. Make me more comfortable at least before classes start, considering I don't have any programming knowledge. It's a 2 year program condensed into a year with a 4 month practicum so I really don't want to fall behind.
I also am interested in setting up Apache server and trying to do some kind of web based frontend like rutorrent, and use it for a plex media server. I'm basically just looking for things to mess around with and trying out some system admin monitoring tools. I'm not sure on the usefulness for an infrastructure management program but I think it will be fun to learn.
So far i'm having a lot of fun, even learning about UUID and configuring fstab, setting up where my partitions will mount. Just having a blast. I've been messing around with Samba and only running into some issues with my windows 8.1 laptop recognizing my shared directories. I'm actually thinking about setting up a partition on my gaming rig and trying out Mint and checking out KDE and/or Gnome, and trying some of my linux steam library. I wish I would have done this years ago, I am really really impressed with whole experience.
I think I messed up my Debian 8 install.
My system has a 120GB SSD with Windows 7 on it, a 1TB HDD with games and whatnot on it, and a 60GB SSD I bought to experiment with (currently have Debian 8 on it). When I installed GRUB, I chose to put the loader on my 120GB Windows 7 SSD after misinterpreting the wording.
Tried booting directly to C/120GB SSD from Bios, but it just takes me to GRUB with Debian 8 as the only option.
How screwed am I?
I do love yum.Delta RPMs reduced 432 M of updates to 40 M (90% saved)
Lots, and lots of people have. You'll be fine. Linux installers play friendly with existing Windows installations, though you may need to resize your Windows partition to make space first.Anyone done a GNU/Linux and Windows 8.1 dual install? I'm about to try it out on s new Dell laptop.
So far so good. Thanks for the positive thoughts. I did automatic partitioning with resizing and it looks great. Haven't rebooted into Windows, but honestly I'm pleased with the snappy feel of Fedora 22 on this new laptop.Lots, and lots of people have. You'll be fine. Linux installers play friendly with existing Windows installations, though you may need to resize your Windows partition to make space first.
This is a change in Gnome 3.16, if you mean things like the drop down when you click on the clock.I have to say, Fedora 22 looks a lot different than Fedora 21. It seems like they randomly tweak the appearance between each release. It seems like just a couple releases ago, they made everything curved. This time flat and pointy is in.
Wanted to do a LFS build. Any advice or recommendations? I was originally going to do it on a VM but I might just buy a cheap chromebook for it.
I have to say, Fedora 22 looks a lot different than Fedora 21. It seems like they randomly tweak the appearance between each release. It seems like just a couple releases ago, they made everything curved. This time flat and pointy is in.
Speaking of Fedora 22 appearance, I'm using the xfce spin, and for some reason evince doesn't use the system window decoration/borders. Does anyone know how to fix this?