Bedigit
  • Products
  • Add-Ons
  • Support
A Software Development Company A Software Development Company A Software Development Company
  • Products
  • Add-Ons
  • Support

Linux

0
By admin
In Bash, Linux
Posted September 17, 2018

How do I find all files containing specific text on Linux?

I have been using Linux for a while on my server and have a large collection of the text file everywhere. I’m interested in learning about searching a text string. Can you tell me – how do I find [...]

READ MORE
0
By admin
In Bash, Linux
Posted September 17, 2018

Unix – Remove folders recursively

To delete a whole folder and its content recursively, you can use: rm -rf foldername/ To delete all files and folders in the current directory, without deleting the directory itself, you would [...]

READ MORE
0
By admin
In Bash, Linux
Posted September 17, 2018

SSH – Copy a directory from a remote server

Use on a command line to copy a whole directory on a remote server down to your computer. Requires SSH access to remote server. scp -r username@www.remoteserver.com:/pathto/dir/ mycopy

READ MORE
0
By admin
In Bash, Linux
Posted September 17, 2018

Bash – Find files modified in the last week

Change / to the root directory you wish to search in. Change -7 to +7 for files changed more than a week ago. find / -mtime -7 -print

READ MORE
0
By admin
In Linux, Tools
Posted September 17, 2018

How to check if an email address exists without sending an email?

We have all been doing email address validation for a very long time to make sure that the email is correctly formatted. This is to avoid users entering wrongly formatted email address but still [...]

READ MORE
0
By admin
In Linux
Posted May 28, 2016

Cheat Sheet for Linux Admin Starters

The below are the most important Linux commands that is needed for Linux Adminstrators on their day2day work. Vi Cheat Sheet :set smd // Show Current mode "Command / Edit / Append". :%s/the/THE/g [...]

READ MORE
Categories
  • Apache (19)
  • Bash (9)
  • CSS/HTML (3)
  • Git (1)
  • JavaScript (7)
  • jQuery (4)
  • Laravel (18)
  • Linux (6)
  • MySQL (18)
  • Nginx (2)
  • PHP (42)
  • Programming (3)
  • Regex (6)
  • Tools (10)
  • Uncategorized (1)
  • Vue.js (1)
  • WordPress (1)




© Bedigit - All Rights Reserved.
  • Icon Generator
  • Support Policy
  • Terms and Conditions
  • Blog