Questions tagged [remove]
64 questions
2
votes
1 answer
Delete extra . in filename on a OpenVMS system
I've downloaded, with ftp, a file which contains too many .s for a OpenVMS system.
swing-layout-1^.0.jar
How can I remove the extra dot?

michelemarcon
- 671
- 1
- 7
- 14
2
votes
2 answers
Remove a Linux user with only his UID
I would like to remove (or rename) an Ubuntu user I created but the usual solutions don't work as there is a question mark in the username.
$ sudo usermod -l myuser my?user
usermod: user 'my?user' does not exist
I tried with the usual quotes and/or…

Cimm
- 133
- 1
- 7
2
votes
2 answers
I can't get rid of apache2
It's obvious that I am a newbie with server administration; my goal is to reach the knowledge needed to working with web services.
I played with my Debian server, and I messed up apache2; Now I want to completely* remove it from the server and then…

Strae
- 457
- 1
- 8
- 22
1
vote
1 answer
Linux File System - Folder Removal with Special Charakters
we have an Linux Debian Server in our House as Developer Machine.
One of our developers has created accidental an Folder Called Ð?оваÑ? папка
How can I Remove this folder.
I have tried Several things such as Wildcard, Delete via inode…

Nicolay Braetter
- 11
- 1
1
vote
1 answer
Remove Specific Recycling Time For IIS With PowerShell
We need to keep an IIS application pool alive as long as possible for long processing. The app pool in our std config has a 03:00AM restart in the array. I need to remove this. I can do it manually via the UI but it needs to be scripted.
I can…

James Jennett
- 71
- 6
1
vote
2 answers
Remove 2nd DC role from Exchange 2016
I have an Exchange 2016 server with the DC role installed (server 2016).
This DC is the 2d DC.
Now a want to remove de DC role from the Exchange 2016 server.
I have already installed an 3th DC.
Are there problemen to remove the DC role from the…

Evert Blankestijn
- 11
- 1
1
vote
3 answers
remove originally installed linux kernel, when custom one has been deployed
How do I remove last, the originally installed kernel?
Goal: I am trying to configure smallest possible linux server install (Debian 9) machine which will be running application server (PHP7) in a Nginx-PHP7-Database chain.
My PHP7 app server(s)…

Michal Kupczyk
- 11
- 2
1
vote
1 answer
How to remove pacemaker, corosync and pcs thoroughly on CentOS 7?
Using two nodes:
node1: 192.168.0.1
node2: 192.168.0.2
Installed HA tools on both servers:
yum install pacemaker pcs
(It will include install corosync)
On both servers:
passwd hacluster
Set same password for cluster.
On both servers:
systemctl…

cloud_cloud
- 165
- 2
- 4
- 15
1
vote
1 answer
Removing a recursive folder that's not recursive in windows fails with "Source Path Too Long"
I seem to have managed to get an Application Data folder recurse into itself somehow, doesn't look recursive but somehow still is and now I find myself unable to remove that folder. The folder itself is merely a subfolder in a backup folder from an…

Lieven Keersmaekers
- 303
- 1
- 12
1
vote
1 answer
Is a HDD removed from RAID 1 bootable?
I'm having a problem with my RAID. It has gone wrong during a power outage of the server.
I have a server with 2x 500 GB WD HDDs on Hardware RAID1(SuperMicro Server) with a Linux OS installed on it. My RAID status is "Rebuild" and as I see the…

Boiken Simixhiu
- 11
- 3
1
vote
2 answers
Best way remove old log without blocking cpu
I have 3 AWS EC2 machines, using each 500G of EBS storage.
On them I have SolrCloud search engine running on Jetty, and serving lots of queries.
In time the jetty logs have grwn hugely, up to ~200G in size.
I would like to remove that, but without…

maephisto
- 131
- 4
1
vote
1 answer
nginx + regex, remove all parts of URI except the last one
With an URI like
/a-part/some-part/another-part/last-part/?some_param=some_value
how do I go about removing everything up to the last part with params and ultimately rewrite it to look like
/index.php?id=last-part&some_param=some_value
?. I tried…

Everyone
- 21
- 5
1
vote
2 answers
Remove X-Powered-By: PHP on IIS7
We have a Win2008 server running IIS7 and php 5.3.17 installed.
For pentesting & other security purposes we would like to remove the header response: "X-Powered-By: PHP/5.3.17", so we've tried turn Off the "expose_php" option in the c:\php\php.ini…

jDSL
- 11
- 1
- 2
1
vote
3 answers
Uninstall Ruby on Rails on CentOS 6
How can I remove Ruby on Rails and all associated gems?
I tried yum remove ruby but get this response:
yum remove ruby
Loaded plugins: fastestmirror, security
Setting up Remove Process
No Match for argument: ruby
Loading mirror speeds from cached…

Stefan
- 111
- 1
- 2
- 4
1
vote
1 answer
Can I safely remove _vti folders added by my host or cpanel?
I notice user accounts on my cpanel server came with some _vti folders installed by default.
_vti_bin
_vti_cnf
_vti_log
vti_pvt
_vti_txt
_private
As I understand these are some kind of Front Page related folders. Is it safe to delete them if I…

giorgio79
- 1,837
- 9
- 26
- 36