-
Published Question
Hello Everyone,
Has anyone idea how to get started to use proxmox api for controling clusters, vms, etc to stop and all kind of commands that it provides. I have tried but i don't have idea how it works. Can anyone he...
1
•
•
By
ymeriergi
API
PHP
-
Published Question
Hello everyone i want your help about inputing a command in ubuntu terminal but i am in trouble because i want keep open my terminal. Has any way how to solve this so to keep excuting for example this ./hldsrun -cond...
Accepted Answer:
Hi @ymeriergi
You can run it within the screen command:
screen halflife ./hlds_run .....
https://forums.alliedmods.net/showthread.php?t=271879
1
•
•
By
ymeriergi
Linux Commands
Ubuntu
-
Published Answer
Not a lot @jtittle i mean to add for example useradd username password like this
Accepted Answer:
Not a lot @jtittle i mean to add for example useradd username password like this
•
By
ymeriergi
-
Published Question
Hello everyone has anyone idea how to add a user with only one line in ubuntu 16.04 with useradd. I want this for creating an web app using php. Thanks for replying.
Accepted Answer:
Not a lot @jtittle i mean to add for example useradd username password like this
2
•
•
By
ymeriergi
Linux Commands
Ubuntu
-
Published Answer
ok thank you too much @hansen it works for me :)
•
By
ymeriergi
-
Published Answer
Thanks for replying @hansen first but i have tried before and remember that when i write in search example.com it redirects only t…
•
By
ymeriergi
-
Published Question
I want to redirect my domain from <^>"<^>http://example.com<^>"<^> to <^>"<^>https://www.example.com<^>"<^> and if right in search example.com to redirect to https://www.example.com or when you search www.example.com ...
Accepted Answer:
Hi @ymeriergi
Depending on how your vhost configuration is made, you simply change the config:
<VirtualHost *:80>
ServerName www.example.com
ServerAlias example.com
Redirect / https://www.example.com/
</Vir...
4
•
•
By
ymeriergi
Apache
Ubuntu
-
Published Answer
hey @nowabalimondol1 can you explain what you want to do clearly ?
•
By
ymeriergi
-
Published Answer
You have installed it to the ubuntu server ?
•
By
ymeriergi
-
Published Answer
I suggest to turn (compress) them in WinRar for example film.zip or film.rar when you upload to your web, is a simple way to do it …
•
By
ymeriergi
-
Published Answer
First of all change this line
<Directory /home/clerck/Downloads/>
Options Indexes FollowSymLinks
AllowOverride None
Req…
•
By
ymeriergi
-
Published Answer
damlen396 are you sure that your editor supports SFTP or port 22, i belive it supports only FTP with port 21
•
By
ymeriergi