Search:

Type: Posts; User: siddharth007; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    859

    [ubuntu] Re: Rsync mysql data directory in Ubuntu

    I have a better option available which is of taking incremental backups every 1 hr.However,that would mean i also risk loosing data upto 1 hr (time between two incremental backups).I cannot afford to...
  2. Replies
    6
    Views
    859

    [ubuntu] Rsync mysql data directory in Ubuntu

    Hi all.I am rsyncing the mysql data-directory (/var/lib/mysql) from one server(say A) to another (say B) in realtime.The backup server comes up only if the server A goes down (say power...
  3. Replies
    1
    Views
    332

    [ubuntu] manual upgrades for packages

    Hi everyone.I am using Ubuntu 12.04 for my servers.I have been updating/upgrading the packages using the `apt-get` utility.However,as part of some certification compliance,i am required to...
  4. [ubuntu] Automating mysql incremental backups with Percona Xtrabackup

    Hi everyone.I am using Percona Xtrabackup tool to take incremental backups for mysql databases.I manually take backups using terminal.However,i want to automate the backups using cronjobs for a daily...
  5. Replies
    0
    Views
    643

    Mysql trigger

    Hi everyone.I have written the following trigger

    DELIMITER $$


    CREATE TRIGGER copy_low_record
    AFTER INSERT ON ossec.data
    FOR EACH ROW BEGIN
    DECLARE X varchar(10);
    SET X=(select level from...
  6. [ubuntu] Re: Passing command line parameters in a cron job

    Thank you everyone for the response.I got it :p
  7. Replies
    1
    Views
    527

    [ubuntu] Can't send mails using Sendmail

    Hi everyone,

    I recently configured bugzilla on one of the servers.Now bugzilla needs to send a mail in case of a new account creation request.I have configured sendmail for this.However,while...
  8. [ubuntu] Passing command line parameters in a cron job

    Hi everyone,

    I have a bash script which takes incremental backup of mysql databases.However,i need to provide the database name and login credentials on command line when i run the...
  9. Thread: VI editor

    by siddharth007
    Replies
    6
    Views
    1,153

    Re: HELP!!! regarding vi editor!!

    Hey.I suggest you follow this link for a small tutorial on vi/vim editor.Here is the link
  10. [SOLVED] Re: Date in indicator bar shows weekdays and Months in Hindi

    Hi.It seems like you need to set English language as system-wide setting.To do so,click on 'System Settings' option on the Unity Dash and click on 'Language Support' icon.You can select your...
  11. Replies
    2
    Views
    382

    Install Ubuntu on UEFI

    Hey folks!! I have a Sony vaio e-series laptop which came with pre-installed Windows 7 Home basic edition.I wanted to install Ubuntu 12.04 alongside Win 7 (dual boot).However since the bios mode is...
  12. Replies
    18
    Views
    1,395

    [ubuntu] Re: How do I know if I have JAVA?

    To install openjdk package for Ubuntu,run this command from the terminal

    apt-get install openjdk-7-jdk
  13. Re: Please check that your locale settings are supported or installed on your system.

    You need to open the file /etc/environment and add this line

    LC_ALL="en_US.utf8"

    Save the file and reboot your system.This should solve your problem.
  14. Replies
    5
    Views
    426

    [ubuntu] Re: Can't loginto some websites

    Clear the history in firefox and try logging in again.
  15. [SOLVED] Re: how do I know which version of Linux is installed on computer?

    uname -a

    This will tell you a lot more than the previous commands.
  16. Replies
    7
    Views
    14,746

    [ubuntu] Re: mysql wont start

    changed mysql

    cd /var/lib# ls -al
    drwxrw---- 5 mysql root 4096 2013-06-19 03:47 mysql

    changed permissions
    sudo chmod -R 755 /var/lib/mysql/
    drwxr-xr-x 5 mysql root 4096...
  17. Replies
    8
    Views
    910

    [ubuntu] Re: Linux Screen Shot

    You can try Shutter.It is a feature-rich program for taking screenshots


    apt-get install shutter
  18. Replies
    8
    Views
    569

    [ubuntu] Re: Boot file only has 8 MB left

    I would recommend that you use the Ubuntu Tweak tool.It has the 'janitor' feature which can remove all junk from your system and also the older kernel versions safely. For more info on this tool see...
  19. Replies
    0
    Views
    426

    [ubuntu] Need help with nmon webifier tool

    Hey guys we are monitoring our systems with the nmon tool.The Command-line interface is nice and displays useful stats.However,to put those stats to a web form,i did some research on the internet and...
  20. [ubuntu] Re: How do I share a files/folders with different networks?

    Adding to rom3lol question.Is it possible to setup Samba server for sharing files between different networks??
  21. Replies
    1
    Views
    679

    [ubuntu] Need help with 'netstat' command

    Hi everyone.I just did this
    netstat -s

    The netstat threw up these statistics on my terminal

    Ip:
    90508 total packets received
    0 forwarded
    0 incoming packets discarded
    90508...
  22. Replies
    0
    Views
    373

    [ubuntu] Monitoring with Ossec-HIDS

    Hi everyone.I have several servers in my environment and i am monitoring them using OSSEC tool(Ossec manager-agent architecture).My requirement is that the agents(Ossec-clients) should report to the...
  23. Replies
    7
    Views
    3,144

    [ubuntu] Re: Postgresql backup Bash script

    From what i see in your script i guess you need to include the --password option as well.The password needs to be hardcoded in the script itself.
  24. Replies
    15
    Views
    13,119

    [ubuntu] Re: Is there a system clean feature of ubuntu

    Try TweakUI.Its a GUI tool which has features of Ccleaner.There are lot of other stuff to explore as well.For more info visit this link
  25. Replies
    2
    Views
    322

    [ubuntu] Re: Database tool

    Which database??? For MySQL databases check out this link
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4