Poll

What's your Desktop Enviroment?

Gnome
KDE
XFCE
LXDE
Unity (why not)
MATE
Other
None/WM

Author Topic: linux_megathread_3.pkg.tar.xz -- Post your desktop!  (Read 51042 times)

ok so i just realized that my owncloud host on my website is really slow so i need a file hosting server thing or something to host on my vps now
pls suggest stuff

ok so i just realized that my owncloud host on my website is really slow so i need a file hosting server thing or something to host on my vps now
pls suggest stuff
Sorry, but I don't know stuff about file hosting. I'm just now getting into Linux servers.

you could probably write up a simple file uploading script in PHP

Why would you choose manjaro net but install xfce.

EDIT: Nvm, I was looking at the wrong page.
If you were talking to me, that's not xfce, lol.

Dude, a vps is a remote server. I don't think it's a good idea to host any kind of server from an android phone.

EDIT: Speaking of SSH connections, remember that Minecraft server that I set up and I'm hosting locally using tmux? I want to access it remotely with an SSH client from my phone and laptop. Anyone have any idea what I run on the server computer to achieve this?

Install the SSH daemon package and forward port 22 (iirc that's the correct port)

then from any other device you could just do ssh username@ipgoeshere

My username on my computer or the server computer?
« Last Edit: May 11, 2014, 02:23:39 PM by blueblur121 »

you could probably write up a simple file uploading script in PHP
oh yeah i could probably make a passworded webpage and have a upload script set up there and it would upload them to a seperate dir
ill dig into that

ok so i just realized that my owncloud host on my website is really slow so i need a file hosting server thing or something to host on my vps now
pls suggest stuff
you could probably write up a simple file uploading script in PHP

I recommend Encode Explorer.
http://encode-explorer.siineiolekala.net/?lang=en

Hey, I connected to my server fine with putty, but idk how to get into the tmux session that is currently running.
How do I do that? I named the session 'Server' BTW.

EDIT: NVM I figured it out. Now I have a local Minecraft server at my house that I can access from my laptop or phone! I am actually very impressed with how easy it was to set this all up.
« Last Edit: May 11, 2014, 03:06:07 PM by blueblur121 »

I recommend Encode Explorer.
http://encode-explorer.siineiolekala.net/?lang=en
oh yeah i could probably make a passworded webpage and have a upload script set up there and it would upload them to a seperate dir
ill dig into that

Also, I am having this problem where I can't set up the loving password with .htaccess
Both my .htaccess and .htpasswd are chmod 777'd and I wrote the .htacess properly
Please tell me if you can see the password window

Also, I am having this problem where I can't set up the loving password with .htaccess
Both my .htaccess and .htpasswd are chmod 777'd and I wrote the .htacess properly
Please tell me if you can see the password window


Nope, it's still the "It works!" page.

Ironic, considering that your password box doesn't work.

forget
guys help
this is my .htaccess file:
Quote
AuthUserFile ./.htpasswd
AuthName "Enter Login Credentials"
AuthType Basic
require valid-user

.ht* are chmod 777

what do i do
yes i set my htpasswodr prperly with htpasswd -bc /var/www/.htpasswd querry forgetyou

Is this a machine you set up or cloud hosting?