@location.best
Forgot Password? | Admin | Store
Register Now! - [ Click Here ]
  
 Contact - 0 Input | List | Passport | Visa
Travel
Places - 0Cities - 0People - 0
Search Address
1530 Polaris Pkwy, Columbus, OH, USA (U)
0 Events0 Messages
Search by City
Country

United States
Sunrise:
 06:10 AM EDT
Sunset:
 08:46 PM EDT
StateOhio
CountyDelaware
City
ChatPoliceFireHospitalJailSocial Service
Movie TimeRadio Station
Shopping ListSeeds
Ingredients
RestaurantPizza
SuperMarketBeverage
Prev
 May 2024
Next
SMTWTFS
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Stock Market
Dow Jones
39911.72
S&P 500
4441.50
NASDAQ
16708.50
NYSE
18317.40
Secure ShellOff
Herbsters 
WalletFaucetCasinoExplorerPool
 Drug
Marijuana 
StrainsRoll PapersPipes ( GlassMetal )
SeedGrowLegal States420
AlcoholNicotineVapeRecovery
Basic Instructions Before Leaving Earth
And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters.
 - [ Submit | Index ]

Product Catalog

Description
 Java | Unix Toolbox | Repository | How to remove ^M Character with VI | set your prompt |
 Email host | hostname | host | Port Service | Default Route |
 mail server | crontab | cvs update | web server | FreeBSD Operating System |
 burncd | PortManager | Port Upgrade | Flash Plugin | Gnome |
 Firefox | zipping and compression files | Change Shell | NetBSD, FreeBSD, OpenBSD | Single User Mode |
 MIPS Operating System | HP-UX Operating System | VAX Operating System | What is an operating system? | Wireless Setup |
 Messanger: Pidgin |
# install apache from port
cd /usr/ports/www/apache22
make install

# vi /etc/rc.conf
apache22_enable="YES"

# cd /boot ; vi loader.conf
accf_http_load="YES"

# edit httpd configuration file
vi /usr/local/etc/apache22/httpd.conf
ServerName 192.168.0.1:80
DirectoryIndex index.php index.html index.htm
AddType application/x-httpd-php .php

# Apache 2.x
LoadModule php5_module libexec/apache/libphp5.so

# install mysql
cd /usr/ports/database/mysql51-server
make install

# vi /etc/rc.conf
mysql_enable="YES"

# mysql -u root
# SET PASSWORD FOR ''@'localhost' = PASSWORD('password');
# SET PASSWORD FOR ''@'host.example.com' = PASSWORD('password');

# mysql -u root
# SET PASSWORD FOR 'root'@'localhost' = PASSWORD('password');
# SET PASSWORD FOR 'root'@'host.example.com' = PASSWORD('password');

# install php
pkg_add -r libxml2
-----------------------------------------------------------------
cd ../php-NN
./configure --with-apxs2=/usr/local/sbin/apxs --with-mysql --with-imap=/usr/local/libexec/imapd --with-imap-ssl --enable-ftp
make
make install
cp php.ini-dist /usr/local/lib/php.ini
vi /usr/local/lib/php.ini^M
register_globals=On^M
; Whether to use cookies.
session.use_cookies = 0
LoadModule php5_module modules/libphp5.so
-----------------------------------------------------------------
# Password protecting a directory
vi /usr/local/etc/apache22/httpd.conf

Options Indexes FollowSymLinks
AllowOverride AuthConfig
Order deny,allow


# Create an .htaccess file
AuthName "My Secret Directory"
AuthType Basic
AuthUserFile /usr/local/www/htaccess/.mypassfile
Require valid-user

# Generating a password
# htpasswd -c /usr/local/www/htaccess/.mypassfile username

# Wireless Markup Language
#WML/WAP types
AddType text/vnd.wap.wml .wml
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc
AddType image/vnd.wap.wbmp .wbmp
# public_html
edit httpd.conf uncomment httpd-userdir.conf
# sudo
cd /usr/ports/security/sudo
make install
Store Vendor 
  Create Thread 
Subject / MessageStarted byViewLast PostOption
Products
# Coffee Mug# FreeBSD Books
# HP-UX Books# MIPS Books
# OpenBSD Books# Secure Shell Books
# Sun Solaris Books# Unix Books
# VAX Books
Photo Gallery
Suggested Items
Keyword

ASCII | Disclaimer | Network Health | moderator
© Location.best LLC 2024 - 1716149785