Search found 176 matches
- Fri Dec 16, 2016 5:38 pm
- Forum: Chat about Linux Mint
- Topic: Stupid nVidia drivers........again
- Replies: 5
- Views: 844
Re: Stupid nVidia drivers........again
No need to use nvidia unless your gaming. Sadly nouveau is still about 50% less fps when running games
- Wed Dec 24, 2014 5:04 pm
- Forum: Software & Applications
- Topic: Evolution email program asking for password
- Replies: 5
- Views: 937
Re: Evolution email program asking for password
I agree that thunderbird "may" function better but I do not like the interface (looks sort of juvenile) and does not have some of the features that Evolution has. There is no penalty for having both installed, perhaps at least trying under thunderbird to see if the same issue happens. If ...
- Thu Oct 23, 2014 2:44 pm
- Forum: Chat about Linux
- Topic: systemd removal from the system
- Replies: 25
- Views: 8841
Re: systemd removal from the system
I don't want any systemd-related thing in my system still think most people that are against systemd have never actually touched a system with systemd. or they dont do any type of system administration. systemd might not be the best thing, but right now its the only thing and until someone actually...
- Thu Oct 23, 2014 1:44 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: No Video Drivers and Proprietary Drivers
- Replies: 1
- Views: 476
Re: No Video Drivers and Proprietary Drivers
I think, not 100% sure, that intel graphics cards are all supported and driver support are done though the kernel therefore there wont be any "proprietary" drivers to install unlike NVidia and AMD
- Fri Sep 26, 2014 4:36 pm
- Forum: Chat about Linux
- Topic: systemd removal from the system
- Replies: 25
- Views: 8841
Re: systemd removal from the system
Borrowed from another page but this pretty much sums it up.. I can see where some dont like systemd if your on older systems or only one server but in retrospect if were wanting to delopy hundreds if not 1000's of servers really until someone comes up with something better its pretty pointless to gr...
- Fri Sep 19, 2014 2:17 pm
- Forum: Software & Applications
- Topic: Graphical Remote Desktop
- Replies: 6
- Views: 845
Re: Graphical Remote Desktop
guessing you mean RDP client, have you tried like Remmina? is similiar to windows Remote desktop... to access linux from windows you probably need to install something like xrdp which might be on there under mint already being based on ubuntu, im on a mac currently so cannot check a this time
- Fri Sep 12, 2014 5:08 pm
- Forum: Open chat
- Topic: Windows 9 Preview
- Replies: 26
- Views: 3073
Re: Windows 9 Preview
gtsfer wrote:Microsoft has come up with some brand new technology for W9. Virtual desktops!
Virtual Desktop? Wow So useful, suppose I need to toss away my Linux virtual desktops I've had since the 90's because this is so new and innovating

- Fri Sep 12, 2014 12:43 pm
- Forum: Chat about Linux
- Topic: systemd removal from the system
- Replies: 25
- Views: 8841
Re: systemd removal from the system
I'm not opposed to any developer trying to make thing easier; I'm instead opposed to anyone that want to change GNU/LINUX, creating huge and unuseful big chunks of software willing to do everything instead of having little versatile pieces of software that do WELL just a single thing; that's totall...
- Fri Jul 25, 2014 12:01 pm
- Forum: Newbie Questions
- Topic: Create a linux web server
- Replies: 27
- Views: 4368
Re: Create a linux web server
eanfrid - you suggested ssh but I do not find a link for it. Could you please provide one? sudo apt-get install openssh-server Though you will need something like Putty for windows to ssh into your machine as windows doesnt really have an ssh client http://www.putty.org/ Terminal command is ssh use...
- Thu Jul 24, 2014 9:11 pm
- Forum: Newbie Questions
- Topic: Create a linux web server
- Replies: 27
- Views: 4368
Re: Create a linux web server
you said - "afterwards you have to run i believe the mysql-secure-installation or something like that but youll be good to go afterwards" my bad been awhile since i done a mariadb install had to fire up a vm and run the apt-get command.. mint/debian sorta do that during install and run a ...
- Thu Jul 24, 2014 3:08 pm
- Forum: Newbie Questions
- Topic: Create a linux web server
- Replies: 27
- Views: 4368
Re: Create a linux web server
sudo apt-get install mariadb-serverSee I get the message "unable to locate package mariadb-serverSee" Might double check that dont think see at the end is correct might just try mariadb-server.. might try mariadb then press "tab" might give you choice or autocomplete idk if it w...
- Thu Jul 24, 2014 3:03 pm
- Forum: Newbie Questions
- Topic: Create a linux web server
- Replies: 27
- Views: 4368
Re: Create a linux web server
I do prefer working from the GUI if possible. If I could log in as root in the GUI from time to time it would be helpful. Is there a way? For Apache i havent really found any GUI like IIS for configuring.. But like i mentioned Webmin is amazing tool can do 99% of the config for apache.. There maybe...
- Wed Jul 23, 2014 2:55 pm
- Forum: Software & Applications
- Topic: What are some good open source video editors?
- Replies: 4
- Views: 520
Re: What are some good open source video editors?
Hey guys. I'm looking for some good FOSS video editors. I want to fork one, and then hopefully improve upon its design, add features, etc. If someone could list or link me some video editors and their respective websites/github/source code links, that'd be fantastic. Thank you, and happy linux codi...
- Wed Jul 23, 2014 1:43 pm
- Forum: Newbie Questions
- Topic: Create a linux web server
- Replies: 27
- Views: 4368
Re: Create a linux web server
sudo gedit /var/www/html/testphp.php I came up with this looking at the file system. I tried to move the file with the GUI but it would not let me saying I am not the owner. Why? Can I change this? Well this is because linux security and filesystem is alot better than windows, though you might see ...
- Mon Jul 21, 2014 12:57 pm
- Forum: Newbie Questions
- Topic: Create a linux web server
- Replies: 27
- Views: 4368
Re: Create a linux web server
My question here is: Should I use the mariadb 5.5 or the newer 10.0 version? Not sure if Mint repos has 10 yet as default as my server is plain old debian.. 5.5 is considered most stable as been out for awhile. however 10 is considered a stable release. There is newer features in 10 as well as perf...
- Mon Jul 21, 2014 12:45 pm
- Forum: Newbie Questions
- Topic: Create a linux web server
- Replies: 27
- Views: 4368
Re: Create a linux web server
On an headless machine to be remotely controlled, ssh is the king's road :) Agreed, but webmin is a good middle road versus relying on rdp and as this seems tobe the first linux server the op is setting up.. I typically use SSH but the webmin web-interface is nice and light resources versus using s...
- Mon Jul 21, 2014 11:33 am
- Forum: Newbie Questions
- Topic: Create a linux web server
- Replies: 27
- Views: 4368
Re: Create a linux web server
From Windows => Linux : Use xrdp sudo apt-get install xrdp I would suggest looking at webmin versus doing rdp especially if this machine is more or less headless sitting in a closet or server room.. Gives you a nice web access with a whole slew of tools for manging apache mysql and tons of others v...
- Mon Jun 30, 2014 1:40 pm
- Forum: Hardware Support
- Topic: Graphics Card Or Not
- Replies: 4
- Views: 502
Re: Graphics Card Or Not
Depends how much video editing you plan on doing, but also plan for the future. Light weight video eiditing you probably could get away with the integrated video card but your cpu will be doing more work and your system will bog down more. But also suppose what financial limits are imposed too.. tbh...
- Mon Jun 30, 2014 10:56 am
- Forum: Newbie Questions
- Topic: ssd partitioning scheme
- Replies: 53
- Views: 11378
Re: ssd partitioning scheme
It worked Fine seems no different than ext4 although i wouldnt expect to see a difference I think mint is on 3.13 kernel not sure but I know Kernel 3.13, 3.14, 3.15 btrfs has gotten alot of love and improvements and speed enhancements 3.16 is supposed tobe another good boost to btrfs which should b...
- Mon Jun 30, 2014 10:48 am
- Forum: Chat about Linux
- Topic: Linux = more maintenance time?
- Replies: 16
- Views: 2331
Re: Linux = more maintenance time?
I work for a small business, we have to replace our old WinXP computers. There are some computers which doesnt run Win only programs, just emails, word, excel, etc. I suggested the Linux, but our sysadmin surprised me. He doenst want to mess with it. Linux Mint and generally Linux really need more ...