=== Lcawte is now known as Lcawte|Away === zz_DenBeiren is now known as DenBeiren [03:14] hi [03:15] I've just installed a ubuntu 14.04 vm and was wondering why the dynamic motd doesn't show the memory usage anymore [03:15] does anyone know the reason behind that? [03:25] doesnt on 12.04 either [03:27] really? i thought it looked like that by default [03:27] https://scotte.github.io/images/dynamic-motd.png [03:29] it's never looked like that for me [03:31] i see thanks === genii is now known as ChristmasPresent === ChristmasPresent is now known as genii === abcd7z is now known as linocisco [09:58] Hi Everyone, I just want to confirm if i'm in the right channel. I'm currently trying to set up a webserver using Ubuntu Server 14.04 & LAMP and having some issues. Is this the channel were I should ask for help about this issue? [09:58] And Merry Christmas btw ;) [09:59] This is the channel to ask - merry christmas :) [09:59] Excellent :) I will be back later (Time for breakfast noms) :) [10:00] Tobbe82: What issues are you facing? [10:01] Well I am following a guide and I update /etc/apache2/sites-available/000-default.conf & /etc/apache2/apache2.conf to reflect my vsftpd priviliages to basically try and set the webserver site folder to my /home/user/www folder from the standard default /var/ folder. [10:02] now with the standard folder I can access the website from the webbrowser. [10:02] when I change it I get an "Access not permitted" issue in the browser [10:02] Is running a webserver from your /home directory disappreciated in Ubuntu server 14.04? [10:03] (I'm guessing there might also be a permission issue but I'm rather new to Ubuntu to troubleshoot myself) [10:28] any ideas on how to fix this? [10:29] gaming4life [10:29] lolz that was wrong chat window [11:10] Hello. Where can I find tasks to do as a volunteer Ubuntu sysadmin? [11:13] Tobbe82: For home dir shares you might want to look into the userdir module: http://httpd.apache.org/docs/2.4/mod/mod_userdir.html [11:18] lordievader: thanks I'll look into that :) [12:39] merry christmas! [13:13] Hi [13:16] I have apache2 but want different users to see different websites. I think pointing apache for each site to a /home/user/www directory would be a good idea, where /home/user is the directory of that user who can view / change site files?. Ok, If I have a site.com at some /home/user1/www and want to point site.com/demo2 to /home/user2/www; is it possible? [13:18] look at using virtualhost [13:18] or maybe hmm, what is that plugin [13:18] yes, I know [13:18] is it possible by using virtaul hosts? [13:18] mod_vhost_alias [13:18] heh? [13:18] that is the definition of virtualhost [13:19] I thought it was only possible for subdomains [13:19] site.com/dir2 and site.com/dir2 can be of difference places. entirely different I mean [13:19] ? [13:19] what do subdomains have to do with anything? [13:20] hm [13:20] apache can only serve websites to ip addresses and hostnames [16:11] I am installing a software that requirest json_extention. How can I install it on ubuntu? http://php.net/manual/en/function.json-decode.php [16:24] nevermind ^ [17:09] my ubuntu 14.04 x64 server showing 69 packages can be updated 30 updates are security updates [17:09] how to do thsi [17:09] how to do this [17:10] please anyone help me [17:11] This? http://serverfault.com/questions/270260/how-do-you-use-apt-get-to-only-install-critical-security-updates-on-ubuntu [17:12] sorry but i am new in this can you please give command :) [17:13] i read that article before [17:13] Never did it myself, have just duck-duck-go'ed it for you [17:14] As far as I see there's no simple command to install only security updates [17:16] Ah, there's a one-liner in the end of this article: http://kx.cloudingenium.com/linux/ubuntu/install-security-updates-command-line-ubuntu/ [17:16] apt-get -s dist-upgrade | grep "^Inst" | grep -i securi | awk -F " " {'print $2'} | xargs apt-get install [17:18] kaka: or just "apt-get update && apt-get -y dist-upgrade && apt-get -y autoremove" [17:18] kaka: you can run those commands (separated by &&) separately if you like, and -y isn't needed for the last two, but I'm lazy [17:19] i find this command somewhere on internet apt-get update && apt-get upgrade [17:19] is this right [17:19] it is [17:19] kaka, it will update everything, not only security updates [17:20] but I tend to use dist-upgrade [17:20] kaka: see the apt-get manual to see the difference [17:20] what about this apt-get update && apt-get upgrade && apt-get dist-upgrade [17:21] overkill [17:21] kaka: dist-upgrade implies upgrade [17:21] dist-upgrade implies upgrade [17:21] ha [17:21] :) [17:21] :) [17:21] Has been typing and not reading :D [17:21] hehe [17:22] I know that theoretically dist-upgrade may cause some troubles. Never faced them though [17:22] haven't seen it either [17:22] and I manage a few servers... [17:28] thanks for your help @queeq, @royK [17:28] welcome [17:31] actually, it is often a good idea to do an upgrade before you do a dist-upgrade [17:32] JanC: how come? [17:33] less likely to get conflicts in dependency solving, I guess? [17:33] in any case, it's what Debian's distro upgrade manual recommends IIRC [17:34] {{citation-needed}} [17:34] or at least, they did in the past [17:37] I believe they still do. 'citation' would be 4.4.5 in https://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.en.html#upgrading-full [17:39] """In some cases, doing the full upgrade (as described below) directly might remove large numbers of packages that you will want to keep. We therefore recommend a two-part upgrade process: first a minimal upgrade to overcome these conflicts, then a full upgrade […]""" [17:40] thanks [17:45] if APT doesn't propose to remove package on dist-upgrade it should be fine to use it immediately [17:45] (and sometimes removing packages is right, of course) [18:03] the only time removing a package matters, is if you installed software not under the control of apt [18:03] like download/compiled/... [18:04] you might remove a dependence for it [18:21] In ubuntu 14.04 x64 server how to run below command as root [18:21] apt-get update apt-get -y upgrade [18:21] sudo [18:22] you mean to say sudo apt-get update and sudo apt-get -y upgrade [18:22] sure [18:25] i use digitalocean with ubuntu 14.04 x64 so how i reboot droplet by command [18:26] ask digitalocean? [18:29] thanks @pardk-lap === Lcawte|Away is now known as Lcawte === Lcawte is now known as Lcawte|Away === svteoi is now known as __svteoi === Lcawte|Away is now known as Lcawte [22:11] привет! [22:12] есть кто русский? [22:14] !ru | kris|2 [22:14] kris|2: Пожалуйста наберите /join #ubuntu-ru для получения помощи на русском языке. | Pozhalujsta naberite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke. [22:26] I can read Russian and communicate. But I dont have russian fonts. Would be cool if I could get those. === pHcF_ is now known as pHcF