Friday, November 26, 2010

Tpo 100 Książki



Data is stored in / var / lib / mysql within this directory is the database we have, seen in folders, to support: 1. Compressed hot backup 1.1 Create a folder where the backups were created

# mkdir / home / backups

1.2 launch # tar-zcpf / home / backup / mysql.tar.gz / var / lib / mysql Here we have a backup of all databases To check run the following to unzip the file mysql.tar.gz # tar-zxvf mysql.tar.gz

2. Hot backup with mysqldump sql 2.1 execute the following statement # mysqldump-u root-pclave base_datos> / home / backup / nombre_respaldo.sql 3. We above done by a command. sh create low 3.1 # cd / etc / init.d # nano respaldomysql.sh 3.2 enter two lines in the file and save

tar-zcpf / home / backup / mysql.tar . gz / var / lib / mysql

mysqldump-u root-pclave base_datos> / home / backup / nombre_respaldo.sql 3.3 Changes the permissions # chmod + x respaldomysql.sh 3.4 We ran with # / etc / init. d / respaldomysql.sh 4. Now as the OSCI of each day is greater than that of Monday, we leave it as a task to run automatically using cron execute

# 4.1 crontab-e

4.2

We put in the file 01 01 * * * / etc / init.d / respaldomysql.sh> / dev / null 2> / dev / null Save and 4.3

ready

cron
The parameters are: Minutes (0 - 59) Month (1 - 12)
Day of week (0 - 6 0 = Sunday)
path to the script or program you want to run
In section 4.2 for example is the backup to 1:01 am on all days, weeks and months


Monday, November 15, 2010

Are You My Mother Book Planning Ideas For Baby

Data Backup Thunderbird in linux mysql


Installation








sudo apt-get install thunderbird




















To put it in English



sudo apt-get install thunderbird-locale-en-

Thursday, November 11, 2010

Does Any Where Do Online Layaways

10.04 Creation of. war without

addition to the Deployment Wizard that offers Genexus, there are other ways to upload the application to our server, this is a more and is to create the. war from the webapps folder where this application.
1. Apply the model and F5 Genexus check that everything is running well
2. Go to the tomcat folder should lodge the application on the local server and entered in webapps.
3. Right click and compress it to have it as. Zip
4. Then they realize we have a file compression similar to this
5. Rename the application, the command is rename, rename ejm aplicacion.zip aplicacion.war 6. Here I have a problem and it does not work if you unfold this. War is that in the root. War and I have a folder inside this folder is META-INF and WEB-INF static, what I do is cut files in the folder and paste in the root of . War.
7. Deploy the. War with the tomcat manager. 8. The application here
here and put

), this file is in / tomcat / webapps / application / WEB-INF.
web.xml also to modify the duration of the session, is in the same location as above.


Tuesday, November 9, 2010

Japan Groping In Train

Install Firewall deployment wizard "Arno-iptables-firewall" Don Mendoza

Source Adapted
centos,
comes from the installation guide for Debian

# yum install arno-iptables-firewall
Reading package lists ... Done Building dependency tree ... Done
Reading extended state information

Initializing package states ... Done
Reading task descriptions ... Done
Building tag database ... Done
automatically be installed following NEW packages

following packages will be installed NEW:

arno-iptables-firewall gawk

0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.

need to download file 792kb. After unpacking 2511kB will be used.
you want to continue? [Y / n /?]
and

writing extended state information ... Des
fact: 1 http://ftp.rediris.es etch / main gawk 1:3.1.5. Dfsg-4 [694kb]
Des: 2 http://ftp.rediris.es etch / main arno-iptables-firewall 1.8.8.c-1 [97.7 kB] Downloaded
792kb in 44s (17.8 kB / s).
2. Once installed, the following window will appear that asks if you want to configure the package with debconf.


ANSWER: yes
[ENTER]

3. In the next window we specify the network interface through which we access. As I connect through a modem / router and I have only one network card, the interface is "eth 0 ."

ANSWER: eth0
[ENTER]


4. Now we specify that we need to have TCP ports open on our firewall.
EXAMPLE:
- Amule: Open ports TCP 4661, UDP 4664 - SSH server: open port 22 NOTE:
our router's firewall must also open these ports.


A:
4661 22 [ENTER]

5. We ask that we want to open UDP ports:
A: 4664 [ENTER]


6.
The following window should only set it in case we have multiple network cards (eth0, eth1 ...) and one of them is set to our local network to which we allow any connection to our team.






A: dejar_en_blanco [ENTER]
7.
Finally we started our firewall.



ANSWER: yes
[ENTER]
Writing extended state information ... Done

configure packages ... Selecting
package arno-iptables-firewall previously selected.

(Reading database ...
88957 files and directories currently installed.) Unpacking
arno-iptables-firewall (from .../arno-iptables-firewall_1.8.8.c-1_all . deb) ... Configuring
arno-iptables-firewall (1.8.8.c-1) ...

Arno's Iptables Firewall Script v1.8.8c

----------------------------------- --------------------------------------------
Passed Sanity checks ... OK
Detected IPTABLES module ... Additional Loading IPTABLES modules: All
IPTABLES modules loaded!

Configuring /proc/.... settings:
Enabling anti-spoof with rp_filter
Enabling SYN-flood protection via SYN-cookies
Disabling the logging of martians
Disabling the acception of ICMP-redirect messages
Setting the max. amount of simultaneous connections to 16384
Enabling protection against source routed packets
Setting default conntrack timeouts
Enabling reduction of the DoS'ing ability
Setting Default TTL=64
Disabling ECN (Explicit Congestion Notification)
Enabling support for dynamic IP's
Flushing route table
/proc/ setup done...
Flushing rules in the filter table
Setting default (secure) policies
Using loglevel "info" for syslogd

Setting up firewall rules:
-------------------------------------------------------------------------------
Accepting packets from the local loopback device
Enabling setting the maximum packet size via MSS
Enabling mangling TOS
Logging of stealth scans (nmap probes etc.) enabled
Logging of packets with bad TCP-flags enabled
Logging of INVALID packets disabled
Logging of fragmented packets enabled
Logging of access from reserved addresses enabled
Setting up anti-spoof rules
Reading custom IPTABLES rules from /etc/arno-iptables-firewall/custom-rules
Loading (user) plugins
Setting up INPUT policy for the external net (INET):
Enabling support for a DHCP assigned IP on external interface(s): eth0
Logging of explicitly blocked hosts enabled
Logging of denied local output connections enabled
Packets will NOT be checked for private source addresses
Allowing the whole world to connect to TCP port(s): 4661 22
Allowing the whole world to connect to UDP port(s): 4664
Denying the whole world to send ICMP-requests(ping)
Logging of dropped ICMP-request(ping) packets enabled
Logging of dropped other ICMP packets enabled
Logging of possible stealth scans enabled
Logging of (other) connection attempts to PRIVILEGED TCP ports enabled
Logging of (other) connection attempts to PRIVILEGED UDP ports enabled
Logging of (other) connection Attempts to TCP ports enabled UNPRIVILEGED
Logging of (other) connection Attempts to UNPRIVILEGED UDP ports enabled Logging of
Other IP protocols (non TCP / UDP / ICMP) connection Attempts
enabled Logging of ICMP flooding enabled
Applying INET policy to external (INET) interface: eth0 (without an external subnet Specified)
Security is ENFORCED for external interface (s) in the FORWARD chain
23:36:20
April 1902 Applied All firewall rules .
We'll have our firewall configured.
We re-run the firewall configuration to following command: #
dpkg-reconfigure arno-iptables-firewall
If we want to temporarily disable the firewall: # / etc / init.d / arno-iptables-firewall stop
To enable it again :
# / etc / init.d / arno-iptables-firewall start
With package # tar-zxvf arno-iptables-firewall_1.9.2m.tar.gz
# cd arno-iptables-firewall_1.9.2m # cd arno-iptables-firewall_1.9.2m # iptables-L-n
# / etc / init.d / arno-iptables-firewall start

Saturday, October 30, 2010

Donate Blood Plasma In Orange County Ca




database backup
1. tar
2. mysqldump




programming tasks with cron


arno firewall


http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig3-p3


Thursday, October 28, 2010

Precision Xt Heart Rate Monitor

Problems playing WMV files

solution win32codecs problem:

http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
wget sudo mkdir / usr/lib/win32
sudo tar-essential-20061022.tar xvjf . bz2-C / usr/lib/win32 /
sudo mv / usr/lib/win32/essential-20061022 / * / usr/lib/win32 /
sudo rm-r / usr/lib/win32/essential-20061022 /

Tuesday, October 26, 2010

What To Do When Your Feeling Irritated

Firestarter - Error 500

From
http://www.wikilearning.com/tutorial/firestarter-firestarter_gui_para_iptables/5835-1

Wednesday, October 13, 2010

Shooting Pain Between Thumb And Finger

settings by source does not exist in


The message:

javax.servlet.
ServletException: java.lang. StringIndexOutOfBoundsExceptio
n: String index out of range: -1 at

java.lang.String.charAt ( String.java: 687) at
com.genexus.reports.
PDFReportItext.GxDrawText (
Unknown Source) at


arlabsol_impl.webExecute (
arlabsol_impl.java: 37) at

com.genexus. webpanels.
   at arlabsol.doExecute(arlabsol.  java:20)   
     at com.genexus.webpanels.  GXWebObjectStub.callExecute(  Unknown Source)     
   at com.genexus.webpanels.  GXWebObjectStub.doGet(Unknown Source)     
   at javax.servlet.http.  HttpServlet.service(  HttpServlet.java:617)     
   at javax.servlet.http.  HttpServlet.service(  HttpServlet.java:717)   
     at org.apache.catalina.servlets.  InvokerServlet.serveRequest( 
InvokerServlet.java:402)
        at org.apache.catalina.servlets.  InvokerServlet.doGet( 
InvokerServlet.java:134)
       at javax.servlet.http. 
HttpServlet.service(
 HttpServlet.java:617)          at javax.servlet.http. 
HttpServlet.service(
 HttpServlet.java:717)         
at org.apache.catalina.core.
 ApplicationFilterChain.  internalDoFilter(  ApplicationFilterChain.java:  290)     
   at org.apache.catalina.core.  ApplicationFilterChain.  doFilter(  ApplicationFilterChain.java: 
206)
       at org.apache.catalina.core.   StandardWrapperValve.invoke( 
StandardWrapperValve.java:233)
       at org.apache.catalina.core.  StandardContextValve.invoke( 
StandardContextValve.java:191)
       at org.apache.catalina.core.  StandardHostValve.invoke( 
StandardHostValve.java:128)
       at org.apache.catalina.valves.  ErrorReportValve.invoke( 
ErrorReportValve.java:102)
       at org.apache.catalina.core.  StandardEngineValve.invoke(  StandardEngineValve.java:109)   
   at org.apache.catalina.connector.  CoyoteAdapter.service(  CoyoteAdapter.java:286)          
at org.apache.coyote.http11.
 Http11Processor.process(  Http11Processor.java:845)         
at org.apache.coyote.http11.
 Http11Protocol$  Http11ConnectionHandler.  process(Http11Protocol.java:  583)     
   at org.apache.tomcat.util.net.  JIoEndpoint$Worker.run(  JIoEndpoint.java:447)     
   at java.lang.Thread.run(Thread.  java:619)        
 com.genexus.webpanels.  GXWebObjectStub.callExecute(  Unknown Source)  com.genexus.webpanels.  GXWebObjectStub.doGet(Unknown Source)  javax.servlet.http.  HttpServlet.service( 
HttpServlet.java: 617) javax.servlet.http.
 HttpServlet.service ( HttpServlet.java: 717) org.apache.catalina.servlets.  InvokerServlet.serveRequest ( InvokerServlet.java: 402) org.apache.catalina.servlets.  InvokerServlet.doGet (
InvokerServlet.java: 134) javax.servlet.http.
 HttpServlet.service ( HttpServlet.java: 617) javax.servlet.http.  HttpServlet.service ( HttpServlet.java: 717)  
 The Solution:   The problem was because the report has the font Microsoft Sans Serif, it is not supported by Linux, solved the problem, copying the source from windows (C: \\ windows \\ fonts \\ micross.ttf) to linux (/ usr / share / fonts / windowsfonts / micross.ttf), after that there PDFReport.ini to configure the file located under the folder (.../ used tomcat webapps / hostname / WEB-INF / PDFReport . ini)     

Friday, October 8, 2010

Vve.nintendo-center.de/forum/viewtopic.php?t=3099

Install linux in linux ubuntu chrome

Use the following statement:
  sudo apt-get install chromium-browser    
and put it in English
    
sudo apt-get install chromium-browser-l10n
 Phew 

Tuesday, September 14, 2010

Taking Bearings Out Of Metal Core Wheel

disappear 10.04 LTS Custom

today I had a disadvantage in a ubuntu machine, when crushed the minimize button, it disappeared and the command to run the program again, went out that it is already running, the solution: right mouse button on the panel. "Add to panel." You add "Window List."

Friday, August 27, 2010

Casting Colour Honey Blonde

minimized windows error pages in tomcat

You are not happy with the default error that appears in Tomcat? You can define your own error page in web.xml. In the example shown below, defines 2 websites: server_error.html and file_not_found.html that will be displayed when the server finds the error 500 or 400 respectively.
 
 

Tuesday, August 17, 2010

Blueprint Of A Computer Desk

Change openoffice menu English to Spanish



Command to change the menu in openoffice
sudo aptitude install openoffice.org-l10n-es

For help

Thursday, August 5, 2010

How To Inject Loracet

Video Configuration for Ubuntu

  • AGP Aperture Size 32MB
  • Prymary Integrated Video Adapter Frame Buffer Size 512KB


    Friday, July 30, 2010

    Urdu Funny Brain Question

    International Standard Classification of Occupations

    This information I have searched a lot and it seems that is the one that sticks in my case where I need to know the occupation of the characters that act in the tables, so need an organization of active employees to tasks.

    Consecutive Angle In Real Life



    We entered
    Manager modules

    new
    We We choose the Customize option HTML Enter the title
    • We location the image is inserted
    • If we want to put the link hyperlink
    • stocked and ready

    Thursday, July 29, 2010

    Maxine Cartoon To Print

    Banner in Joomla 1.5 Creating a Data View in SQL Server 2000 EV1 to



      0
    1. 21

    2. false false false

    3. MicrosoftInternetExplorer4

    defined in column Composition Internal Name attributes of the transaction that created and External Name the names of the fields in the source table.

    Note that if it is in Database Reverse Engineering is much better.

    Monday, July 26, 2010

    The Duck Song Poptrapica

    An example to Create Data View

      Source
    1. GX 8.0 and SQL Server 7.0 Tene in mind that we use SQL Server 7.0
    2. Steps to creating a Data View in GeneXus.
    3. A Below are steps to follow to successfully create Data View in GeneXus.
    4. In
    5. DESIGN 1. Edit the model and create a Data Store (only going to allow placing the name of the Data Store)
    6. 2. Create the Transaction which will then be connected to the Data View.
    7. 2.1. Is desirable but not necessary, that the names of the attributes of the Transaction are characteristic of GeneXus.
    2.2. It is necessary that the Transaction is defined the same keys that have the source table.
  • 3. From the definition of objects in order to create Data View.
  • 3.1. Name the new object with a meaningful name.
  • 3.2. In "Composition" add in the "Internal Name" attributes of the Transaction created in the previous section. In the column "External Name"
  • place same field names in the source table.
      3.3. In "Platform" search and add "SQL Server" and property "Name"
    1. put the name of the source table.
    2. 3.4. In "Index" to add an index to a meaningful name. Can not repeat the same index name for other Data View.
    3. 3.4.1. In "Composition" to place the attributes of the transaction that will be key.
    4. 3.4.2. In "Platform" search and add "SQL Server" and property "Name"
    5. place the name of the source table index.
    6. 4. Edit Properties Data View and "Associated table" look and put the name Transaction set (item 2) and "Data Store" search and place the Data Store created (step 1).

    In PROTOTYPE 5. In reorganizing the transaction must say that it is associated with the Data View you created in step 2. Otherwise return to design and verify the steps above.

    6. Edit the model and find the Data Store in the design created.

    6.1. Put SQL Server. Edit the properties of the Data Store in "Access technology to set" select one of the options set (iSeries Native / JDBC / ODBC), in "Database name" put the name of the source database and "Server Name" origin server name.

    6.2. If decicide in "Use trusted connection" seleccuinar not then "User ID" put the user name and "User password" for password. 7.1. Before reorganizing verify that the transaction is associated with the Data View. The Data View Generator I've used it and it works.
    As I am a novice user of GX, I prefer to manually create the Data View to have more control.


    H. Nelson Castillo
    Analyst - Systems Integrator

    How To Build A Horizontal Privacy Fence

    Security Issues in the Tomcat web server

    From:
    Problems with Tomcat Server



    has seen a vulnerability where an attacker could
    know the full path to the Tomcat web server.
    Tomcat web server is certainly one of the most used and estimated
    Java world. The servlet container and JSP (Java Server Pages
    ) is the reference implementation of these
    specifications.
    In the present case, this security issue is caused
    the default installation of Tomcat from a
    examples directory for users. This directory contains files like JSP and servlet,
    at this location are two servlets, the TroubleShooter
    snoopServlet and which are those that allow following a request
    know the path of servlets and JSP container and the operating system that runs
    by Tomcat. To solve this problem it is recommended the removal of files (SnoopServlet.class and TroubleShooter.class) in the directory
    "TOMCAT_HOME \\ webapps \\ examples \\ WEB-INF \\ classes."
    Exploit:
    http://localhost:8080/examples/servlet/SnoopServlet
    http://localhost:8080/examples/servlet/TroubleShooter
    Servlets differ from applets in that
    basically running on the server and who do not have any graphical interface
    since they are totally controlled by a network service
    as it could be a server Web.


    Sunday, July 25, 2010

    Does Fairy Tales Work?

    Logo ubuntu boot after upgrading to 10.4

    I've noticed on multiple computers after upgrade to 10.4, during boot the screen stays black for several seconds before the boot logo appears.

    To avoid this behavior, edit or create file:

    / etc / initramfs-tools / conf.d / splash

    and add the line:



    framebuffer = and then run: update-initramfs

    - u

    And the logo will appear at the beginning of charging.

    Friday, June 18, 2010

    Charging Lumix Batteries

    Install Flash Player on Xubuntu

    adobe
    unloaded from the installer, choosing the operating system can download . Deb or. Tar.gz
    deb sudo dpkg-i install_flash_player_10_linux.deb
    Installation. Tar.gz

    install_flash_player_9_linux.tar.gz
    tar xzvf cd chmod 777 install_flash_player_9_linux

    flashplayer-installer. / flashplayer-installer
    Download

    . deb install the Adobe website:

    http://www.adobe com / shockwave / download / download.cgi? P1_Prod_Version = ShockwaveFlash


    Uninstall Older versions (If installed):

    sudo apt-get remove flashplugin-nonfree Install


    . deb:

    sudo dpkg-i sudo dpkg-i install_flash_player_10_linux.deb

    / www.laconsolablog.com/2009/02/06/instalar-flash-player-10-en-ubuntu-64-y-32-bits/ # ixzz0rDpeBTkK Under Creative Commons License: Attribution Share Alike


    Download

    . deb install the Adobe website:

    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash Uninstall older versions (If installed):

    sudo apt-get remove flashplugin-nonfree Install

    . Deb:
  • sudo dpkg-i sudo dpkg-i install_flash_player_10_linux.deb
  • Read more:
  • http://www.laconsolablog.com/2009/02/06/instalar-flash-player-10-en-ubuntu-64-y-32-bits/ # ixzz0rDpeBTkK
    Under Creative Commons License: Attribution Share Alike

  • Download
  • . deb install the Adobe website:

    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
    Uninstall older versions (If installed): sudo apt-get remove flashplugin-nonfree Install
    . Deb:
  • sudo dpkg-i sudo dpkg-i install_flash_player_10_linux.deb
  • Read more:
  • http://www.laconsolablog.com/2009/02/06/instalar-flash-player-10-en-ubuntu-64-y-32-bits/ # ixzz0rDpeBTkK
    Under Creative Commons License: Attribution Share Alike

  • Download
  • . deb install the Adobe website:

    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
    Uninstall older versions (If installed): sudo apt-get remove flashplugin-nonfree Install
    . Deb:
  • sudo dpkg-i sudo dpkg-i install_flash_player_10_linux.deb
  • Read more :
  • http://www.laconsolablog.com/2009/02/06/instalar-flash-player-10-en-ubuntu-64-y-32-bits/ # ixzz0rDpeBTkK
    Under Creative Commons License: Attribution Share
  • Alike

  • Thursday, May 27, 2010

    Mysore Mallige Run Time Online

    file size in bash buttons YouTube

    If at any bash script need to check the size of a file, you can use the command:

    stat-c% s FILE

    Consutando the man see what we can get much more information of the file, permissions, user and group, etc.

    More here.

    Tuesday, May 25, 2010

    Mysore Mallige Actors



    If the flash gives us problems by capturing the mouse, such as the buttons on the player of youtube, we must modify the file:

    / usr/lib/nspluginwrapper/i386/linux/npviewer

    Y add the penultimate line:

    # / bin / sh
    TARGET_OS = linux
    TARGET_ARCH = i386
    export GDK_NATIVE_WINDOWS = 1
    . / Usr / lib / nspluginwrapper / noarch / npviewer

    More here.

    Sunday, May 2, 2010

    My Vagaina Is Leaking White Lequid

    Customer Sicronizar

    To synchronized the time of our system from the Internet, simply install the ntp package:

    apt-get install ntp

    In file:

    / etc / ntp.conf We

    set various options such as Internet time server, how often it syncs, etc. We can see the different options with man: man ntp.conf



    We may also use one of our teams as a server to synchronize multiple clients. All this and more in this interesting article .

    Red Dot On Tongue Pain

    when vnc, rdp, xdmcp, sftp

    With Remmina have a client for protocols fluid vnc, rdp, xdmcp and sftp.


    In my opinion is lighter than vinegar, also has several options to change the image quality, number of colors, etc.

    Convert Outboard To Electric

    Limiting the size of ~ /.

    in the directory ~ /. thumbnails thumbnails are stored all files. By default, this directory can get to get really big, so we may want to mark a boundary.
    This launched the configuration editor:

    gconf-editor

    sail through the directory tree to desktop -> gnome -> thumbnail_cache and modify variables and maximum_age maximum_size to the values \u200b\u200bwe want.

    If we have the Configuration Editor at hand, we can activate the system menu. We are going to System -> Preferences -> Main Menu, select Tools and activate System Configuration Editor.

    Motocross Track Cakes

    Delete thumbnails starting gdm in Ubuntu> 9.10

    saw a method to remove gdm ubuntu startup. But from version 9.10 has changed the way it starts and this method no longer works.
    From this version we have to do is edit the file:

    / etc / init / gdm.conf

    And replace the line:

    start on (filesystem

    For the lines:

    start on (runlevel [3]
    and filesystem

    Much more information here .

    Monday, March 29, 2010

    Sympathy Quotes Mother

    FAMOUS QUOTES TO THINK THAT IS AN ASANA


    "You can not choose when or how to die, only you can decide how to live." (Joan Baez)

    "Fear not the end of your life, afraid that it will never begin." (Grace Hansen)

    "Do not make mistakes, just learn." (Anne Wilson Schaef)

    "The only sense that remains in the long run is the sense of change ... that we all instinctively avoid." (EBWhite)

    "We can only see well with the heart, the more essential is invisible to the eye." (Antoine de Saint-Exupéry)

    "Where there is love, sow them and find love." (Juan de la Cruz)

    "If I live saying that all will go wrong, maybe you become a prophet. "(Isaac Singer)

    " I discovered that I have always opportunities, just about choosing the right attitude. "
    (Judith M. Knowlton)

    " When someone points to another person, you should remember that three of her fingers are pointing to it. "(Louis Nizer)

    " There is no greater failure, no retry. "(Elbert Hubbard)

    " If you want to be loved love, and inspires love. "(Benjamin Franklin)

    " Too often we forget that happiness does not come as a result of getting something you do not have, but to recognize and appreciate what they already have. "(Frederick Koenig)

    Saturday, March 27, 2010

    Ikusa-otome-valkyrie-2

    ?

    Asana: Place where to settle. Particular position to sit tight (Hatha Pradipika).
    stable and comfortable posture, firm and nice (Patanjali). Therefore

    Asana posture is all that remains for a long time, motionless, with relaxation in the effort, control of breathing and mental concentration. Maintaining the position to feel the effect. State of introspection.
    aims to get psycho-physical and spiritual.

    To reach a considered Asana posture requires patience, perseverance in the practice, and mental fitness, muscle tone, self-observation.
    Will benefit muscles and joints, organs and glands, all body systems.

    consists of a dynamic phase which comprises the steps for building and disarm the asana and a static phase where the position remains stable and comfortable place to relax muscles not involved in arming and reverse the position and that not involved in supporting it.

    mentalizing is recommended before the investigation, the learner will gain attention on proper technique.
    is running smoothly and slowly without straining or pulling muscles.
    In practice it is important to the state of the mind that seeks to further relax the body (as the rigidity of the body is accompanied by mental rigidity), the nervous system.
    be advanced bit by bit without comparing with others, no competition, or with oneself is the practice by the practice itself, is to go in while we spend our lives out, is seeing inside without judging, is trying to perceive and then to modify, is trying to live better.

    Tuesday, March 16, 2010

    How To Stitch Anarkali & Churidar

    Effects Use a webcam

    With WebcamStudio have a lot of fun effects to apply to images that capture our webcam.

    Sunday, March 14, 2010

    Running Pain At Ovulation

    rsync in cron scripts or Start

    saw how to use rsync to back remote, but if we use it in cron or within an automated script , we find the disadvantage that rsync us for the password of the remote system.

    To avoid this we can save the password in a file that contains only the password and that necessarily has to have permissions 600 (read and write only for the owner).

    Now we could use rsync as follows:

    rsync - password-file = / root / FICHEROCONTRASENYA USER @ IP:: RESOURCE

    much more detailed information in this article .

    Frequency For Indian Satellite



    There is a problem when we add the aMule on boot in System -> Preferences -> Applications in the beginning, and that is that aMule starts before the system to load the application bar and the icon is hidden from us the Applications menu.

    To solve, rather than add the aMule Applications to start we must create a script like this:


    sleep 60 / usr / bin / amule

    Wait a minute, then launches amule, we give Execute permissions and add it to applications at startup.

    This page have another more elaborate script takes to clear the lock file and check that all the configuration file.

    Can A Person Be Allergic To Feminine

    aMule on startup and Optimize MySQL

    To optimize MySQL can run the script MySQLTuner , which will give us valuable advice to modify of MySQL settings.
    can download and run it with: wget

    mysqltuner . Pl
    perl mysqltuner . Pl

    In the likely event that we recommend optimizing the tables, we can do with the command:

    mysqlcheck - optimize -A-u root-p

    24vbattery Charger Circuit

    ñ Accents in samba samba web interface

    view and write correctly filenames with accents, ñ and other special characters to mount a samba resource, we must be careful to mount it with the same set of characters with which share it.

    In linux I found basically two scenarios, depending on the character you use on the file system resource sharing.

    can also use the character set with the system variable $ LANG .

    echo $ LANG

    Answering: es_ES.ISO-8859-15

    must add in the "global" smb.conf:

    dos charset = 850 unix charset =
    ISO8859 -15

    and assemble resources:

    / / 192.168.0.XX/RECURSO / media / PUNTOMONTAJE smbfs auto, credentials = / root / smbpwd, dir_mode = 0777, file_mode = 0777, rw, uid = 1000 , gid = 1000, iocharset = iso8859-15 0 0


    If instead replied: en_US.UTF-8

    need not add anything to smb.conf and assemble the resources:

    / / 192.168.0.XX/RECURSO / media / PUNTOMONTAJE smbfs auto, credentials = / root / smbpwd, dir_mode = 0777, file_mode = 0777, rw, uid = 1000, gid = 1000, iocharset = utf8 0 0

    lot more information in this article and this other .
     

    Sunday, March 7, 2010

    Generator Coil Cleaner



    With swat we have a full web interface to create and manage resources samba.


    can install with:

    apt-get swat install

    from your browser then we go through port 901:

    http://localhost:901

    introduce user root and password, and we manage all resources samba from your browser.

    Monday, February 1, 2010

    Catchy Ice Cream Slogans

    IS YOGA?


    Yoga is a philosophy of life, which acts on the psychological, physical, spiritual, aims to harmonize these 3 planes.
    can be practiced by people of all ages, (fits every case.)
    Breathing properly is very important and so more oxygen enters the lungs, purifying the blood, organs and glands benefit.
    addition to the yoga breathing techniques taught relaxation techniques, concentration and meditation. To relax decreasing the heart rate, blood pressure, are less tense, breathing becomes slower time making sense of peace and inner serenity.
    All these tools it provides, allows us to better connect with our emotions in order to face problems more objectively.
    With practice the body becomes more flexible, the column will remain healthy through the years organs and glands have a good performance, better energy circulate through the body, there will be a further increase in memory, attention and concentration.
    Yoga emphasizes nonviolence starting one, for it is necessary to recognize and respect the body, rhythm and limitations "Part of what I am and what I have," and from there it works without forcing or competing.

    Tuesday, January 26, 2010

    New Employee Announcement Memo

    alsamixer

    If you need to enable or change any audio device you can use alsamixer. Sudo alsamixer





    With the tab change between views Playback - Capture - All, with the arrows left / right select the device and the up / down the volume. To escape exit. Viewed

    here (in paragraph Fixing Audio problems).