You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate button.
Portas comuns:
27 Hits
<code>
Application TCP Ports UDP Ports
1st SMTP Server 25
3-In-A-Bed 4871 4871
360Share <-- Click t... ,6112 6112
Blockland 28000-28030 28000-28030
Blueserver 6112-6119 6112-6119
Bomberman Online 8864-887... aseball 32158
Digi-Watcher 5003 5003
DINA DVR Server 5000
DINA RMC 1099,5000-5001,8080
DirectX 7
Services:
18 Hitsng for long periods of time. If you are running a server look into which schedulers you require. Most like... vices and services on local network without a DNS server. This is also the same as mDNS. Most likely this ... ible printer that works in Fedora.
dc_client, dc_server
Distcache is for distributed session caching. It
SSL:
9 Hits==
openssl genrsa -des3 -rand file1:file1 -out server.key 1024
=== Remove pass ===
openssl rsa -in server.key -out server.pem
=== Sign Cert Request ===
openssl req -new -key server.key -out server.csr
Comodo:
openssl req -new -nodes -keyout myserver.key -out server.csr
==== Certificado ===
OpenVPN:
7 Hits====== OpenVPN =====
===== Server =====
<code>
;local a.b.c.d
port x
proto tcp
dev tun
ca keys/ca.crt
cert keys/server.crt
key keys/server.key # This file should be kept secret
dh keys/dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist /etc/openvpn/ipp.txt
;server-bridge 10.8.0.4 255.2
Formatting Syntax:
4 Hits==== Windows Shares ====
Windows shares like [[\\server\share|this]] are recognized, too. Please note tha... orate [[wp>Intranet]].
Windows Shares like [[\\server\share|this]] are recognized, too.
Notes:
* Fo... 'A logo generated by PHP:';
echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PH
FleX SSL:
4 HitsTTPChannel">
<endpoint
uri="https://{server.name}:{server.port}/{context.root}/messagebroker/... AMFChannel">
<endpoint
uri="https://{server.name}:{server.port}/messagebroker/amfsecure"
Flex Compiler:
4 Hits
Sets the maximum number of fonts to keep in the server cache. For more information, see Caching fonts an... number of character glyph-outlines to keep in the server cache for each font face. For more information, s... ader class.
This is an advanced option.
headless-server=true|false
Enables the headless implementation
Mail:
4 Hitsrelayhost = [gateway.my.domain]
#relayhost = [mailserver.isp.tld]
#relayhost = uucphost
#relayhost = [an.i... h_only = yes
smtp_tls_key_file = /etc/ssl/private/server.key
smtp_tls_cert_file = /etc/ssl/certs/server/crt
smtpd_tls_cert_file = /etc/ssl/certs/server.crt
smtpd_tls_key_file = /etc/ssl/private/server.key
s
GIT:
2 Hitsojeto/.git projeto.git
scp -r projeto.git user@server:/var/repo/x
Ou, server:
$ mkdir /var/git/myapp... d ~/Sites/myapp
$ git remote add origin ssh://myserver.com/var/git/myapp.git
$ git push origin master
ArchTrack ('AT'):
2 Hits3.37 SMB Bruteforcer
1.3.38 SMB Client
1.3.39 SMB Serverscan
1.3.40 SMB-NAT
1.3.41 SMBdumpusers
1.3.42 SMBgetserverinfo
1.3.43 SNMP Scanner
1.3.44 SNMP Walk
1.3.45 SQL Inject
1.3.46 SQL Scanner
1.3.47 SQLLi... CryptCat
1.6.5 HttpTunnel Client
1.6.6 HttpTunnel Server
1.6.7 ICMPTX
1.6.8 Iodine
1.6.9 NSTX
1.6.10 Privo
PKGBUILDs Legais:
2 Hitsbuild() {
cd $startdir
msg "Connecting to SVN server...."
if [ -d $_svnmod/.svn ]; then
(cd $_s... pkgver $_svnmod
fi
msg "SVN checkout done or server timeout"
msg "Starting make..."
svn export $
MySQL:
2 Hitsatibility package).
old_passwords=1
character-set-server=utf8
default-character-set=utf8
[mysql.server]
user=mysql
basedir=/var/lib
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysql
PostgreSQL:
2 Hits""
sudo port install postgresql83 postgresql83-server postgis
sudo mkdir -p /opt/local/var/db/postgr... /Library/LaunchDaemons/org.macports.postgresql83-server.plist
Manual
/opt/local/lib/postgresql82/bi
Capistrano:
1 Hits|
desc "#{t.to_s.capitalize} the mongrel appserver"
task t, :roles => :app do
#invoke_... ploying to /u/apps/#{application} on the target
# servers (which is the default), you can specify the actu... address: 127.0.0.1
pid_file: tmp/pids/mongrel.pid
servers: 3
</code>
=== Example ===
<code ruby>
# This