419 solutions found in server-admin
Page 6 of 21votes
I want to rename all files and directories that contain the word "special" to "regular". It should maintain case sensitivity so "Specia...
votes
I'd like to add to PATH the value ":/home/me/play/" for the installation of Play! framework. so I ran this command: PATH=$PATH:/hom...
votes
This is the way I installed [nodejs][1] in ubuntu 14.04 LTS: sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get install nodejs When I c...
votes
I want to configure both Apache and nginx to run together on Ubuntu because I want to develop on both nginx and Apache. I have read that I have to edit the conf...
votes
In the windows environment you will have .m2 folder in C:\Users\user_name location and you will copy your settings.xml file to it in order to setup your proxy s...
votes
I recently installed Ubuntu on a VirtualBox VM it installed just fine (much easier than on VirtualPC). However I'm unable to get internet access from the g...
votes
I am running Dotnet Core 2.2 in a Linux container in Docker. I've tried many different configuration/environment options - but I keep coming back to the...
votes
I'm getting this error `ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysql.sock' (2) ` even t...
votes
I am kind of new to both, Mercurial and Ubuntu. I seem to have awkwardly installed a few other software packages already, so I wanted to see how others would...
votes
I'm fairly new to Linux (Ubuntu 10.04) and a total novice to assembler. I was following some tutorials and I couldn't find anything specific to Linux....
votes
I am trying to reset the root password following [MysqlPasswordReset][1] but when I try to start the server with --skip-grant-tables the server doesn't star...
votes
Is it possible to run SSH using another `known_hosts` file than the standard `$HOME/.ssh/known_hosts` for the user? Note, that SSH uses `$HOME` original for...
votes
How can I uninstall Ruby 1.9.2dev (2010-07-02) [i486-linux] on ubuntu? Need to reinstall - please help
votes
I've tried to add the Canonical Partner repository, but I still can't find the `sun-java6-jdk` package. What is the right way to install the Oracle Sun...
votes
> **Possible Duplicate:** > [Starting iPhone app development in Linux?](https://stackoverflow.com/questions/276907/starting-iphone-app-development-in-li...
votes
$ sudo pip install --upgrade pyOpenSSL Traceback (most recent call last): File "/usr/local/bin/pip", line 9, in <module> loa...
votes
I used this [sh file][1] to install Nginx. When I modify the `nginx.conf` and try to reload or restart Nginx it didn't restart. I used below command....
votes
Logging into my Ubuntu machine, I get a warning that I am running out of disk space. Tracing back, I find that it is the syslogs, especially the kern.log(s) tha...
votes
I just started to build a ubuntu server on DigitalOcean. When I start the nginx service, it gives the following error: /etc/nginx/sites-enabled$ service...
votes
Well I am currently trying to get my django application served using nginx and uwsgi. I am currently using a virtual environment to which uwsgi is installed. Ho...