All Questions
0
votes
0answers
3 views
Cygwin shell with built in mv command — speed up lots of file renames
I've got some complex unixy scripts that I use on Windows under cygwin which need to perform lots (100,000+) of file renames.
Continually spawning /bin/mv is taking too much time and I need to speed ...
0
votes
0answers
3 views
Simple solution to get notification when certain events appear in Windows logs
What is the most simple way to get a notification when specific events appear on Windows logs - anywhere on a windows network.
0
votes
0answers
14 views
OpenSSH is crashing
I recently did a release upgrade of my ubuntu server (from 14.04 to 16.04, using do-release-upgrade). And since then, my OpenSSH service gets hung up overnight. Other services, namely Apache, works ...
0
votes
0answers
17 views
How to increase server security? [on hold]
I have few servers in my office and they have several Wordpress websites hosted. few weeks ago some wordpress websites was hacked (lucky we had full backup so we restore those websites). But yesterday ...
0
votes
0answers
7 views
How to delete google cloud project?
I can't delete existing google cloud projects. When I click delete project in administration panel, nothing happens. No errors, no notifications.
-3
votes
0answers
17 views
Pictorial Representation Of Protocols [on hold]
Background
I was working on Tcp/Ip stack and i think that learning these protocols(L5 down to L1 protocols) will be fast and easier if one could focus on the Pictorial representation of the Message ...
-1
votes
0answers
15 views
google not crawling my site even after submitting robots.txt & sitemap.xml files [on hold]
Few days before (Friday night) I launched a new website. Also created robots.txt and sitemap.xml files. I submitted robots & sitemap xml file to google and bing search engines. But still google ...
0
votes
0answers
17 views
Centos 7 Port 80 blocked even after opening via firewall-cmd
I'm trying to set up a new Centos 7 web server, and can't seem to get port 80 open to the outside. Apache is installed and running. I'm just trying to get the startup page so that I can move on with ...
0
votes
0answers
5 views
Strongswan not routing between two subnets
My ipsec.conf configuration on 192.168.2.192 (left):
config setup
conn sample-self-signed
left=192.168.2.192
leftsubnet=192.168.2.0/24
leftid=cbw
right=192.168.2.20
rightid=control
...
2
votes
1answer
15 views
Updating a paid domain or subdomain to a dynamic ip [on hold]
i was wondering if there was a service that is totaly free that can update the subdomain registered IP adress in the registry automaticly ?
Like if i had a update script on the server that checks in ...
0
votes
0answers
14 views
Setting up an Inter VLAN for new building
Have added a building to our existing motel business setup and looking to utilise a fibre trunk to share a single internet connection between an open guest network (LAN and WiFi to guest rooms) and ...
0
votes
0answers
5 views
Is there a variable in error_page that can make this multiline nginx error config into one line
This is my current config
location =/error.css {
root /web/belldandu/data/SYFEP;
}
location =/error.php {
root /web/belldandu/data/SYFEP;
include /web/belldandu/cfg.d/fastcgi;...
0
votes
0answers
7 views
SMTP doesnt allow me to login (dovecot postfix SSL)
So i followed an tutorial to setup a mailserver but sadly SMTP doesnt seem to work. It also doesn't show any errors in /var/log/mail.log or /var/log/dovecot.log.
Seems like im the only one that has ...
1
vote
1answer
10 views
VSFTPD - How to jail users in his own dir
I want to "jail" the user in his respective directory but they are being jailed at /var/www having permissions to "walk" and write in any directory at www.
Vsftpd on CentOS 7 - System details:
SITE ...
0
votes
0answers
11 views
How to add reverse DNS to Microsoft Azure using Python Azure shell?
I have python azure-cli shell installed. However, I think I need some sort of DNS group. I've looked around and I'm confused by how complicated it is to do this. Can someone help? I was using this ...