[02:27] is there a way to configure a ubuntu box to boot within a second? [02:35] depends on what hardware & what you want to have running on it, I guess... [02:36] JanC: Seems like some people in #ubuntu are helping me out, perhaps we can talk about this there? [02:37] I'm going to sleep now :) [02:40] JanC: G'nite [03:07] codepython777: why bother about those seconds? [07:34] Good morning [07:49] if any ops are present, could they please remove the last sentence from the topic? === Guest52985 is now known as patstoms === patstoms is now known as patsToms [09:41] What are block devices And how it works? [13:16] in 16.04.1 ,if i dont configure any thing in /etc/network/interface still i should get ip from dhcp server ? [13:33] samba35, Yes, my understanding is that by default, any eno adapters are auto up [13:33] and defaulted to dhcp [13:33] ic [13:33] ip addr, do you see the interface? [13:33] either an EthX or enoxxxxx [13:33] enp ? [13:34] the naming of the nics [13:34] changed to default eno for some reasons.. [13:34] yes i can see with ip addr and ifconfig -a [13:35] http://askubuntu.com/questions/689070/network-interface-name-changes-after-update-to-15-10-udev-changes [13:35] So it worked? [13:35] enoxxxxx has an IP? [13:36] if i am using bridge with openvswitch where i should see ip address in bridge (br0 ) of enpxx interface ? [13:37] I haven't used openvswitch.. but does it change the configuration on the eno interface to attach it to the bridge? [13:37] If so, should see br0 with an IP [13:37] if not, than you need to configure it in your /etc/network/interface [13:37] I have some bridges and taps built using the interface file. Works pretty well lol [13:38] thanks [13:38] If your just trying to build a bridge, no additional software needed. [13:38] can you please please tell me what is difference in bridge and tap interface ? [13:38] https://help.ubuntu.com/community/NetworkConnectionBridge [13:39] yes i use linux bridge but i just want to understand openvswitch as people say it give more features over linux bridge [13:39] https://help.ubuntu.com/community/NetworkConnectionBridge [13:39] errr [13:39] http://www.innervoice.in/blogs/2013/12/08/tap-interfaces-linux-bridge/ [13:40] Gives you a pretty good breakdown [13:40] k ,thanks [13:40] ok [13:40] Like 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 lol [13:41] yes true but my hardware it doesnt support vmware esxi ? [13:41] :/ [13:42] vmware is costly also :) [13:42] kvm is free :) [13:42] right sir [13:43] k2gremlin: have you tryed ubuntu maas or juju or lxd ? [13:43] nope [13:43] ok === Thorn__ is now known as Thorn [15:04] how do i install a local package with depedancy fix ? aptitue ?or dpkg ? [15:04] samba35: could you please be more specific? [15:05] i 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 bit [15:07] samba35: could you please join #ubuntu ? they will be able to help you a lot more than I can. :) [15:07] ok [15:08] teamviewer is pretty horrible, and there are versions that are cracked and spu on you [15:08] *spy [15:17] 'sudo apt install ./package.deb' this way it was fix :) [16:17] if 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 download [16:17] i am trying to download image from/for maas [16:23] samba35, ~/Downloads <-- guess [16:24] or ~/Desktop/Downloads [16:24] no ,sorry ,its not there [16:25] i am trying... yes trying to understand maas [18:51] I 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 text [18:51] does anyone know what could be the problem? [18:51] http://thekaeway.com === NetworkingPro is now known as dnf === dnf is now known as NetworkingPro === med_ is now known as Guest14517 [19:40] coetry: show your configuration, using [19:40] !pastebin [19:40] For 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:41] (you can edit / redact sensitive info) [19:52] How to hide/mask url extensions [19:55] How to hide/mask extensions for sub-folders/path so that www.example.com will always display in the address bar [19:57] you could use an iframe for this. but that's technically ugly, and easily worked around. [19:57] what'S the use case? [19:57] I would pretty sure using iframes [19:57] I want it the Apache way [19:58] mod_rewrite, but which way ? [19:58] I ...*avoid* ... iframes [19:58] why do you want to do this in the first place? it's not really a good idea. [19:59] is it about 'protecting content'? [19:59] is it about 'clean urls'? [20:33] tomreyn: Security reasons [20:33] Blackboxish [20:49] daniela_perez: this is not a security mechanism [20:53] if 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:54] if 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.