Search:

Type: Posts; User: bkvaluemeal; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    7
    Views
    625

    Re: Reconnect to xsession

    Like this:

    if [[ -z $DISPLAY ]]; then temp=$(tty) && exec startx -- :${temp:8} vt${temp:8}; fi

    What's different between ~./bashrc and ~/.bash_profile?
    Edit: After reading this I think I should...
  2. Replies
    7
    Views
    625

    Re: Reconnect to xsession

    I didn't realize it did that. I understand now, but how could I make it start on tty1 and not tty7? Is that a wise thing to do?


    I'm using a Debian base install, but between Ubuntu and Debian the...
  3. Replies
    7
    Views
    625

    Re: Reconnect to xsession

    I should clarify that I'm trying to build my own personal distro from the ground up. I've installed xorg, openbox, tint2 and configured my .bashrc to automatically run startx. I want the gui to start...
  4. Replies
    7
    Views
    625

    Reconnect to xsession

    When I run startx and then change to a new tty the gui closes, but the server is still running. How do I make it so that I return to the gui on that tty?
  5. Replies
    2
    Views
    225

    Re: WPA2 username and password

    I run Ubuntu Server. I don't have a gui. I will research enterprise connections.
  6. Replies
    2
    Views
    225

    WPA2 username and password

    I have an AppleTV that I run Ubuntu server on. I use ndiswrapper to connect to wireless networks. I can connect to networks, but here at college we need to authenticate with a username and password....
  7. Replies
    1
    Views
    1,888

    Re: vsftpd users can't connect

    Solved my own problem. I should have created accounts with adduser.
  8. [ubuntu] Re: How I got Samba working with Ubuntu 14.04 server and Win 7

    There is a commented share for all home directories. Why not use that?
  9. Replies
    1
    Views
    1,888

    vsftpd users can't connect

    I have an external hard drive mounted to /mnt

    I created a new user...

    sudo useradd -d /mnt/Justin -m Justin
    sudo passwd Justin


    ... but can't login to ftp.
    My user account works perfect,...
  10. Replies
    0
    Views
    327

    External VNC as local display

    Is there a way I can "mount" another computer's VNC as a local display? My plan is to use xdotool on those displays. I'm trying to automate things on an Android phone.
  11. Replies
    0
    Views
    636

    Multiboot USB Proxmox

    I'm trying to add the Proxmox ISO to grub2 that I'm running on a flash drive, but don't really know what I'm doing. How do I make it work?

    This is what I've got:

    set timeout=-1
    set default=0
    ...
  12. Replies
    8
    Views
    554

    [SOLVED] Re: Fresh server install, no internet

    Working with wireless, I have installed ndiswrapper and the driver. wlan0 just won't show up like it should. What do I need to do?

    Edit:
    It appears that the wireless keeps loading ssb and not...
  13. Replies
    8
    Views
    554

    [SOLVED] Re: Fresh server install, no internet

    Thank you for your help. I was just trying to get the thing online and use a normal consumer router. Nothing fancy. I do however want to implement vpn in the future.
  14. Replies
    8
    Views
    554

    [SOLVED] Re: Fresh server install, no internet

    How do I enable this on boot?

    Edit:
    I fixed that. I edited /etc/udev/rules.d/70-persistent-net.rules to make eth1 eth0.

    # This file was automatically generated by the...
  15. Replies
    8
    Views
    554

    [SOLVED] Re: Fresh server install, no internet

    lshw -class network told me that the ethernet was eth1 and disabled. So I enabled it with ifconfig eth1 up and now it shows up in ifconfig. I'm trying to figure out how to use dhcp, I think that's...
  16. Replies
    8
    Views
    554

    [SOLVED] Re: Fresh server install, no internet

    Like I said, Debian had no issues connecting to the internet. I know it isn't the cable, and my router hasn't had any problems either.

    ifconfig

    Link encap:Local Loopback
    inet addr:127.0.0.1...
  17. Replies
    8
    Views
    554

    [SOLVED] Fresh server install, no internet

    I've been at this for 3 days now trying to turn an old Apple TV 1st gen into a server. I installed Ubuntu Server 12.04.2 32bit without a problem, but sadly I haven't any internet. I've been following...
Results 1 to 17 of 17