/srv/irclogs.ubuntu.com/2016/09/18/#ubuntu-server.txt

codepython777is there a way to configure a ubuntu box to boot within a second?02:27
JanCdepends on what hardware & what you want to have running on it, I guess...02:35
codepython777JanC: Seems like some people in #ubuntu are helping me out, perhaps we can talk about this there?02:36
JanCI'm going to sleep now  :)02:37
codepython777JanC: G'nite02:40
RoyKcodepython777: why bother about those seconds?03:07
lordievaderGood morning07:34
ducasseif any ops are present, could they please remove the last sentence from the topic?07:49
=== Guest52985 is now known as patstoms
=== patstoms is now known as patsToms
bipulWhat are block devices And how it works?09:41
samba35in 16.04.1 ,if i dont configure any thing in /etc/network/interface  still i should get ip from dhcp server ?13:16
k2gremlinsamba35, Yes, my understanding is that by default, any eno adapters are auto up13:33
k2gremlinand defaulted to dhcp13:33
samba35ic13:33
k2gremlinip addr, do you see the interface?13:33
k2gremlineither an EthX or enoxxxxx13:33
samba35enp ?13:33
k2gremlinthe naming of the nics13:34
k2gremlinchanged to default eno for some reasons..13:34
samba35yes i can see with ip addr and ifconfig -a13:34
k2gremlinhttp://askubuntu.com/questions/689070/network-interface-name-changes-after-update-to-15-10-udev-changes13:35
k2gremlinSo it worked?13:35
k2gremlinenoxxxxx has an IP?13:35
samba35if i am using bridge with openvswitch  where i should see ip address in bridge (br0 ) of enpxx interface ?13:36
k2gremlinI haven't used openvswitch.. but does it change the configuration on the eno interface to attach it to the bridge?13:37
k2gremlinIf so, should see br0 with an IP13:37
k2gremlinif not, than you need to configure it in your /etc/network/interface13:37
k2gremlinI have some bridges and taps built using the interface file. Works pretty well lol13:37
samba35thanks13:38
k2gremlinIf your just trying to build a bridge, no additional software needed.13:38
samba35can you please please tell me what is difference in bridge and tap interface ?13:38
k2gremlinhttps://help.ubuntu.com/community/NetworkConnectionBridge13:38
samba35yes i use linux bridge but i just want to understand openvswitch as people say it give more features over linux bridge13:39
k2gremlinhttps://help.ubuntu.com/community/NetworkConnectionBridge13:39
k2gremlinerrr13:39
k2gremlinhttp://www.innervoice.in/blogs/2013/12/08/tap-interfaces-linux-bridge/13:39
k2gremlinGives you a pretty good breakdown13:40
samba35k ,thanks13:40
samba35ok13:40
k2gremlinLike I said never used openvswitch. I assume its like any other virtual switch. I use the vSwitches in VMWare and love them. So easy to use lol13:40
samba35yes true but my hardware it doesnt support vmware esxi ?13:41
k2gremlin:/13:41
samba35vmware is costly also :)13:42
samba35kvm is free :)13:42
samba35right sir13:42
samba35k2gremlin: have you tryed ubuntu maas or juju or lxd ?13:43
k2gremlinnope13:43
samba35ok13:43
=== Thorn__ is now known as Thorn
samba35how do i install a local package with depedancy fix ? aptitue ?or dpkg ?15:04
tsimonq2samba35: could you please be more specific?15:04
samba35i have package with teamviewer but i am not able to install it ,i have downloaded package from web site and its 386 and i am on 64 bit15:05
tsimonq2samba35: could you please join #ubuntu ? they will be able to help you a lot more than I can. :)15:07
samba35ok15:07
compdocteamviewer is pretty horrible, and there are versions that are cracked and spu on you15:08
compdoc*spy15:08
samba35'sudo apt install ./package.deb' this way it was fix :)15:17
samba35if i am downloading some iso from internet but i am now aware where it is going to save ,in that case how do i check where the file is getting download16:17
samba35i am trying to download image from/for maas16:17
PryMar56samba35, ~/Downloads <-- guess16:23
PryMar56or ~/Desktop/Downloads16:24
samba35no ,sorry ,its not there16:24
samba35i am trying... yes trying to understand maas16:25
coetryI have enabled php5-fpm on apache 2.4 and have set the forwarding rules for my vhost accordingly, yet it doesn't render the .php, it just displays it as plain text18:51
coetrydoes anyone know what could be the problem?18:51
coetryhttp://thekaeway.com18:51
=== NetworkingPro is now known as dnf
=== dnf is now known as NetworkingPro
=== med_ is now known as Guest14517
tomreyncoetry: show your configuration, using19:40
tomreyn!pastebin19:40
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.19:40
tomreyn(you can edit / redact sensitive info)19:41
daniela_perezHow to hide/mask url extensions19:52
daniela_perezHow to hide/mask extensions for sub-folders/path so that www.example.com will always display in the address bar19:55
tomreynyou could use an iframe for this. but that's technically ugly, and easily worked around.19:57
tomreynwhat'S the use case?19:57
daniela_perezI would pretty sure using iframes19:57
daniela_perezI want it the Apache way19:57
daniela_perezmod_rewrite, but which way ?19:58
daniela_perezI ...*avoid* ... iframes19:58
tomreynwhy do you want to do this in the first place? it's not really a good idea.19:58
tomreynis it about 'protecting content'?19:59
tomreynis it about 'clean urls'?19:59
daniela_pereztomreyn: Security reasons20:33
daniela_perezBlackboxish20:33
tomreyndaniela_perez: this is not a security mechanism20:49
tomreynif you want to harden your web application then use firewalling and access restrictions (htbasic / htdigest password authentication, source ip access restrictions, ...), use secure passwords securely, use multi-factor authentication, read the OWASP secure web application development guide (if you're developing it yourself).20:53
tomreynif you're not developing it yourself, use web applications which are known to have undergone extensive security review and testing only, and make sure you follow their installation and configuration guides (documentation) closely.20:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!