Skip to content

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

  • Home
  • Web Stories
  • Get in touch
  • About
    • Home
    • linux
apache aws linux web development

Copy file from one server to another using scp on linux

Vinod Ram April 26, 2024 0 Comments

If you have to copy any files from one server to another, you normally copy the same using FTP or wget. But some time wget function is disabled on server…

apache General linux mac Uncategorized web development

How to search string in all files in a folder and sub folder recursivelly

Vinod Ram October 8, 2022 0 Comments

How to use “grep” command in linux or macos to find text inside all files in a folder and including subdirectories Command for the same is grep -rl "string to…

apache htaccess Setting linux web development

How to create date wise apache error log and access log

Vinod Ram April 14, 2020 0 Comments

By default apache write the access log and error log in the single file. Later it grow in sizes over days and then when you have to debug you find…

linux Mysql PHP web development

export mysql database – mysql dump

Vinod Ram April 14, 2020 0 Comments

When you have access to the command line and you have the export large database, you will not be able to export from phpmyadmin. Hence mysql provide you handy method…

linux PHP Uncategorized web development

How to change the php version for the console

Vinod Ram November 18, 2019 0 Comments

Many a times when you view the php version in the browser by displaying the phpinfo() information and the php version that is displayed when you see by typing the…

CMS linux MVC PHP web development yii yii2

Yii2 how to set custom value for checkbox in gridview widget

Vinod Ram August 4, 2019 0 Comments

In Yii2, while you use gridview widget to display your table data, for performing any operation on the record by selecting the checkbox, gridview assign the value of the first…

linux mac PHP Uncategorized web development

How do I gunzip all files .gz recursively in a target directory?

Vinod Ram November 24, 2018 0 Comments

The solution is very simple gunzip -r * This will extract all .gz file in the respective directory and sub directory and remove the .gz files as well. Vinod RamVinod…

General htaccess Setting linux mac others web development

How to display hidden files in Mac OS

Vinod Ram April 3, 2018 0 Comments

Use “Command”+”Shift”+”.(dot)” to enable display of hidden files To hide just press the above three button again. Vinod RamVinod Ram has been in Software Industry since 2006 and has experience…

linux Uncategorized web development

How to untar or uncompress tar or tar.gz file

Vinod Ram January 19, 2018 0 Comments

Untar files in Current Directory tar xvf whatevername_yougive.tar If you want to untar in specified directory tar xvf whatevername_yougive.tar -C /path/of/directory/to/un-archive Check how to compress or create tar file here…

linux others

How to create tar archive file in linux

Vinod Ram January 19, 2018 0 Comments

The below command will create a tar archive file whatevername_yougive.tar for a directory /path/of/directory/to/archive in current working directory. See the example below. tar cvf whatevername_yougive.tar /path/of/directory/to/archive The options detail are…

Posts navigation

1 2

Next Page »

Tags

amazon amazon on strike 2024 Anita Bryant Australia bitcoin content Cricket date date validation David Dobrik Death in Paradise delivery Staff donald trumph form validation France gateway timeout Hollywood htaccess javascript jquery Karate laravel Melbourne Cricket Ground microsoft movie Muay Thai Murielle Hilaire netflix ninja form Notre-Dame fire online Shopping Paris php-fpm Singer squid game Stardom suspense Sydney Sweeney thriller usa politics validation website development wordpress yii2 youtuber

Archives

You Missed

General Knowledge International News

Microsoft Makes OpenAI’s $200/Month AI Free for All Copilot Users

General Knowledge International News

अमेरिका-चीन व्यापार युद्ध बढ़ा: नए टैरिफ और जवाबी उपायों से वैश्विक बाजार में उथल-पुथल

International News

Dick Button The Trailblazer Who Revolutionised Figure Skating

Hollywood International News

Selena Gomez was criticised for posting a tearful video on Instagram

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Copyright © All rights reserved | Blogus by Themeansar.

  • Terms and Condition
  • Disclaimer
  • Privacy Policy
  • Get in touch