SVN Ignore folder
svn propset svn:ignore “*” /path/to/dir This command will ignore specific paths from committing into svn.
svn propset svn:ignore “*” /path/to/dir This command will ignore specific paths from committing into svn.
This solution is from stackexchange.com- http://dba.stackexchange.com/questions/9306/how-do-you-mysqldump-specific-tables DBTODUMP=mydb SQL=”SET group_concat_max_len = 10240;” SQL=”${SQL} SELECT GROUP_CONCAT(table_name separator ‘ ‘)” SQL=”${SQL} FROM information_schema.tables WHERE table_schema=’${DBTODUMP}’” SQL=”${SQL} AND table_name NOT IN (‘t1′,’t2′,’t3’)” TBLIST=`mysql -u… -p… -AN -e”${SQL}”` mysqldump -u…...
<VirtualHost www.website.com:80> ServerAdmin root@localhost DocumentRoot /var/www/website/www_website_com/ ServerName www.website.com ServerAlias www.website.com ErrorLog /var/www/website/logs/www.website.com.error_log CustomLog /var/www/website/logs/www.website.com.access_log common <Directory /var/www/website/www_website_com/> AllowOverride All Order allow,deny Allow from all Require all granted </Directory> </VirtualHost>
If you want to add alias in apache, place this code in apache.conf or httpd.conf (depending on your OS) Alias /alias_name/ “/var/www/alias_dir/” <Directory “/var/www/alias_dir”> Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from...
1. Take A 10-30 Minutes Walk Every Day and While You Walk, Smile. 2. Sit In Silence For At Least 10 Minutes Each Day. 3. Sleep For 7 Hours. 4. Live With The...
[Copy-pasted] Today, email has become the easiest and most popular means of communication. But most of us fail to get it right. It is rather easy to send ineffective, unnecessary emails and end up...
Just in case you are facing downtime issues on MySQL on CentOS try these. Check if disk is full df -h if disk is full check which folder is occupying lot of space. cd...
ఆచార్య దేవా! యేమ౦టివి యేమ౦టివి జాతి నెపమున సూతసుతునకి౦దు నిలువ అర్హత లేద౦దువా…. ఎ౦త మాట ఎ౦త మాట??? ఇది క్షాత్ర పరీక్షయే కాని క్షత్రియ పరీక్ష కాదె? కాదు కాకూడదు.. ఇది కుల పరీక్షయే అ౦దువా….నీ త౦డ్రి భరధ్వాజుని జననమెట్టిది? అతి జుగుప్సాకరమైన నీ స౦భవమెట్టిది?...
This playlist of 41 videos on youtube.com has tutorial on PMI – ACP exam. This is from Edureka.co