tw 2017-03-02 02:46:08
make a VM.
foo357 2017-03-02 02:46:21
Hello, I'm trying to get an .inputrc binding to work on a debian box. Usually I use a rhel/centos box and it works fine there... the keybinding is: "\C- ": 'cd .. \015' (Ctrl+ to '..' )
foo357 2017-03-02 02:47:06
When I try it on the debian computer nothing much happens.
abishai 2017-03-02 02:47:12
hello guys
abishai 2017-03-02 02:47:26
I must be one of the few, but I really like Systemd
abishai 2017-03-02 02:48:13
is it possible to remove cron, atd, and any remnants of SysV init from Debian 8?
abishai 2017-03-02 02:48:52
any other systemd fans out there?
altyr 2017-03-02 02:50:20
systemd-cron is your friend
abishai 2017-03-02 02:50:45
I'd prefer to have everything in timer units
abishai 2017-03-02 02:52:30
but when looking at cron.daily it seems hell of a lot of work to convert to timer units
abishai 2017-03-02 02:53:17
this sucks, make it either full systemd or full SysV init, having both is bloaty
petn-randall 2017-03-02 02:54:11
abishai: Let us know how it goes.
hades099 2017-03-02 02:56:06
Hi, i need some help with xrdp and xfce4
tw 2017-03-02 02:57:42
I'd think making a perl script to convert crontab syntax to OnCalendar syntax, that'd be the majority of the work. Then testing the hell out of it. I'm sure I'm missing a ton of other stuff like environment, shell, runas user, etc.
hades099 2017-03-02 02:58:38
im trying to connect to a linux desktop that is using sesman x11rdp without vnc server but it s not working , anyone can help me ?
iresf 2017-03-02 03:06:01
i have installed openconnect on ubuntu 16.04 to before that i used sudo /sbin/modprobe tun and when i restart the system it automatically connect to cisco account
iresf 2017-03-02 03:06:04
how to disable it ?
petn-randall 2017-03-02 03:06:46
hi iresf, for Ubuntu support please ask in #ubuntu
jelly 2017-03-02 03:08:46
abishai: cron and atd have nothing to do with sysvinit, these are separate components and different functionality
abishai 2017-03-02 03:09:46
jelly: yes but they have overlaping functionality to systemd, I'd prefer having only systemd
jelly 2017-03-02 03:12:16
abishai: add the missing functionality to the packages you use?
abishai 2017-03-02 03:13:00
jelly: yeah.. that will be a long weekend :p
Milchy 2017-03-02 03:32:15
Im completely new to linux, I've decided to play with it on a virtual box, installed this cpanel type package called vestacp (it includes webserver stuff like apache, ftp, etc etc.). The problem is the virtualbox (with all its running software onboard) is on accesible from the internet on port 8083 (which is the vestacp panel login), stuff is also running on ports 80, 21, 443, but its not
Milchy 2017-03-02 03:32:16
accesible and i DONT KNOW WHY :( please help
petn-randall 2017-03-02 03:34:39
!cpanel
dpkg 2017-03-02 03:34:39
cPanel is a proprietary web hosting control panel. Ask me about for alternatives.
petn-randall 2017-03-02 03:35:45
Milchy: I personally wouldn't recommend cpanel for various reasons. But regarding your problem of several ports not being accessible, you probably have to ask in the virtualbox channel how to forward them properly to be accessible from the outside.
petn-randall 2017-03-02 03:36:19
Milchy: Which host OS are you using?
Milchy 2017-03-02 03:36:20
the problem is port 8083 is accesible
Milchy 2017-03-02 03:36:20
if tryed forwarding ports 80 21 443 to 8083 and its working
Milchy 2017-03-02 03:36:30
but if they are fowarded to the same values, e.g., 80 to 80, 21 to 21
Milchy 2017-03-02 03:36:32
then its not working
Milchy 2017-03-02 03:37:00
i have win10, running vbox with debian
Milchy 2017-03-02 03:38:15
so im really lost on whats wrong here
petn-randall 2017-03-02 03:38:25
!virtualbox
dpkg 2017-03-02 03:38:31
Oracle VM VirtualBox is an almost free software virtual machine solution. To install, see https://wiki.debian.org/VirtualBox or ask me about , . http://www.virtualbox.org/wiki/User_FAQ http://www.virtualbox.org/ #vbox on irc.freenode.net. See also , , , , , .
petn-randall 2017-03-02 03:38:46
Milchy: I recommend asking in this channel ^^^. Your port forwarding issues are not related to the guest OS.
Milchy 2017-03-02 03:39:12
but the vbox is passing the connection on to the linux
Milchy 2017-03-02 03:39:33
else, why would 80 forwarded to 8083 work, but 80 to 80 not?
Shadow_7 2017-03-02 03:40:08
Milchy: you need to be root priviledge to outbound to ports < 1024
Milchy 2017-03-02 03:40:23
Shadow_7 what does that mean exactly
Milchy 2017-03-02 03:40:39
i want thoes ports to be accesible for everyone, as its a kinda webserver
Shadow_7 2017-03-02 03:40:47
many things don't run as root, by design
jhutchins_wk 2017-03-02 03:42:07
Milchy: What webserver are you using?
Milchy 2017-03-02 03:42:55
apache i guess
jhutchins_wk 2017-03-02 03:44:41
Milchy: What are you using to forward?