recursion
How to use Grep command – Linux Popular Command
Grep is by far the most popular command that exists in Unix. Though some may argue about that, but once you begin using grep, it would always be present in all your complex commands that you think of executing at the shell prompt. grep stands for ‘global regular expression printer‘ . Which makes no sense [...]
Linux Backup, check, command, directory, execution, file, grep, group, help, ignore, linux, listing, names, pipes, recursion, recursively, scripts, settings, shell, system, systems, tools, understanding, unix, user, what, 0
How to Configure your DNS to protect against DoS attacks and Cache Poisoning
Somewhat similarly to Open Mail Relays, Open DNSs are not a good thing in this modern world. What used to be a friendly and neighbourly action, an Open DNS, may now be – inadvertently – placing yourself and others at risk for three major reasons
Tech Guru bad guys, dns servers, firewall, global options, mail relays, port 53, recursion, recursive queries, risk, s, spoof, traffic, 1
Ways to compress and uncompressed files in linux
Here are simple ways to package, compress and uncompressed files in linux. For simplicity, only the basic parameters were used from the sample issued commands. Let us change folder first and go to /tmp temporary and create 3 zero-sized files. # cd /tmp # touch file1 file2 file3 Now, do our thing # zip zipped.zip [...]
Linux command, compress, create, directory, file, folders, linux, recursion, recursively, unzip, zip, 0
How to find and delete files recursively
Quick and dirty way of deleting a file named “vertito” recursively starting from / . Let’s find those files named “vertito” and list them out first: # find / -name vertito -exec ls -la {} \; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -rw-r–r– 1 root root 0 2007-07-17 22:52 /home/ver/vertito -rw-r–r– 1 root root 0 2007-07-17 22:52 /home/folder2/vertito -rw-r–r– 1 [...]
IT-Tips, Linux command, file, folders, listing, recursion, recursively, roots, 0
50 quick linux command tips
1. How to you change file ownership and chown files recursively? # chown user:user folder -R 2. How to view queued mail in sendmail or postfix? # mailq 3. How to show which alternative binary program does your machine executes first? # alternatives –display program-name 4. How to create public/private rsa key pair? # ssh-keygen [...]
Linux acpi, activation, authenticate, bases, build, check, command, configuration, configure, connection, create, directory, exports, file, firewall, folders, format, group, hosts, Identify, images, install, interface, kernel, linux, listing, logins, logs, machine, microsoft, network, networking, recursion, recursively, roots, sbin, sendmail, services, shell, ssh, system, systems, tools, useradd, what, Windows, 0
How to delete spam email and folder regularly – Linux
Fighting spam email is a worldwide daily combat challenge. Email spam fight is just another daily server wide monitoring function of any sysad administering those email servers. Global spam email attacks and happens everyday regardless of country, server setup, domains, geolocation and public IP address you might have. Take a look of the top country [...]
Email, Linux attack, attackers, attacks, blog, command, create, crontab, directory, email, file, folders, functionality, linux, logs, mbox, recursion, recursively, roots, scripts, server, servers, source, 2
How to take Linux backups powered by Tar
This document entry however covers a foundation approach and mostly used tar arguments on backing up data using the linux command tar. ============================================= Data backup samples using Tar Linux command ============================================= A very simple usage of tar # tar cvf backup.tar * Legend: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -c create a new tar file -v verbose mode -f select [...]
Backup, Linux accesses, Backup, bases, command, compress, connection, Copy, create, crontab, date, difference, directory, enable, extension, file, filesize, fly, folders, Generator, grep, group, help, hosts, Identify, images, linux, listing, logs, multiple, partition, partitions, passwords, recursion, recursively, scripts, secure, Security, shell, source, ssh, sync, system, systems, what, 25
How to take Linux backups powered by Rsync
RSync backups data and does it very clean and well. Rsync only transfers those data that have been modified and changed so that the destination host has an exact replica from the source host. Rysnc is a command line backup tool that handles data transfers in an effective and secure manner like any other known [...]
Backup, Linux accesses, activation, authenticate, Backup, bases, bind, capability, chroot, client, command, community, compress, configuration, configure, connection, Copy, create, credentials, daemons, databases, difference, directory, edit, edition, enable, extension, file, filesize, firewall, fly, folders, greetings, grep, group, hostname, hosts, ignore, install, linux, listing, logins, logs, multiple, network, networking, partition, partitions, passwords, port, ports, possibilities, programmer, protocol, recursion, recursively, redirection, roots, secure, Security, server, servers, services, shell, sites, source, speed, ssh, sync, system, systems, tools, usr, Windows, 1
How to Install and Configure a Caching DNS server
BIND DNS are nameservers responsible basically for resolving domain names or hostnames into their equivalent IP addresses. Websites or domain names have their own equivalent IP addresses that are usually managed and provided by the same website firms. If somebody is browsing a website from his browser, this website is being resolved, looked up and [...]
DNS, Linux accesses, acl, bind, check, chroot, command, config, configuration, configure, connection, create, directory, edit, edition, equivalents, file, folders, grep, group, hostname, hosts, install, interface, linux, listing, logs, multiple, nameservers, netstat, network, networking, port, ports, recursion, recursively, server, servers, services, system, systems, 0
How to Find And Count JPG Files Recursively
I have been busy playing around with more than 100,000 images and JPG files from my hard drive and I just realized that I was issuing a few set of commands redundantly specially on counting the number of images from categorical ‘named’ folders alone and from its sub ‘event-folders’ recursively. Here’s how to find and [...]
IT-Tips, Linux alias, command, create, directory, file, folders, images, listing, recursion, recursively, roots, scripts, shell, 0
How To Delete Linux Files Older Than 360 days
Searching files recursively for deletion can be real exchausting specially if the target files are queried by their file age. Recursive searching in all linux distribution can be done by using linux find command as find linux command makes recursive searches real easy. Find command is so powerful that it can actually boosts file management [...]
IT-Tips, Linux check, command, file, folders, linux, queries, recursion, recursively, server, servers, system, systems, targeted, 3
How To Install and Configure Caching DNS on Fedora
BIND DNS are nameservers responsible basically for resolving domain names or hostnames into their equivalent IP addresses. Websites or domain names have their own equivalent IP addresses that are usually managed and provided by the same website firms. If somebody is browsing a website from his browser, this website is being resolved, looked up and [...]
DNS, Linux accesses, acl, bind, check, chroot, command, config, configuration, configure, connection, create, directory, edit, edition, equivalents, file, folders, grep, group, hostname, hosts, install, interface, linux, listing, logs, multiple, nameservers, netstat, network, networking, port, ports, recursion, recursively, server, servers, services, system, systems, 0
SSH and SCP: Howto, tips & tricks
SSH SSH is some kind of an abbreviation of Secure SHell. It is a protocol that allows secure connections between computers. In this tutorial, we’ll be dealing with the ssh command on Linux, the OpenSSH version. Most Linux distributions feature the OpenSSH client today, but if you want to be sure, have a look at [...]
IT-Tips, Linux accesses, architecture, attack, attackers, attacks, Backup, byte, client, colon, command, computer, configuration, configure, connection, Copy, databases, date, difference, directory, enable, file, functionality, Generator, hostname, hosts, linux, logins, logs, multiple, network, networking, passwords, port, ports, possibilities, prevent, protocol, recursion, recursively, scripts, secure, Security, server, servers, services, sessions, shell, source, ssh, syntax, system, systems, targeted, virtualizer, what, 0
How DNS Works
Domain name Servers (DNS) are an important but invisible part of the internet, and form one of the largest databases on it. Each machine on an internet is assigned a unique address, called an IP address, which is 32 bit number and is expressed as 4 octets. The method user to represent these IP addresses [...]
Articles accesses, authenticate, Backup, bind, check, client, community, computer, configuration, configure, connection, databases, determine, directory, extension, file, functionality, help, hosts, Identify, interface, listing, machine, nameservers, network, networking, possibilities, protocol, queries, recursion, recursively, roots, secure, Security, server, servers, services, sites, system, systems, table, unix, what, 0
28 Steps on how to harden your Linux server
If you run your own Linux server here are some tips on server hardening, liberally stolen from the CFS security GUI script for cPanel/WHM, that I have become only too familiar with since yesterday: On your firewall (you do have one don’t you?) check the incoming MySQL port and if 3306 is open, close it. [...]
IT-Tips, Linux accesses, apache, attack, attackers, attacks, build, check, choose, client, create, daemons, databases, difference, directory, edit, edition, enable, file, firewall, functionality, help, hosts, incoming, install, lib, linux, listing, logs, mysql, nameservers, port, ports, prevent, protect, protection, protocol, recursion, recursively, risk, scripts, secure, Security, server, servers, shell, sites, source, SQL, ssh, system, systems, usr, workarounds, 0
Categories
- Alerts & News
- Android
- Anti-Malware
- Anti-Spam/Virus
- Anti-Spyware
- Anti-Virus
- Apache
- Archiving
- Articles
- Audio and Video
- AWS
- Backup
- Backup
- Braindumps
- Browsers
- Browsers and Plugins
- Build Tools
- Cacti
- CentOS
- Cisco
- Cisco IOS Command Reference
- Citrix NetScaler
- Cleaning and Tweaking
- Clustering
- Clustering
- Compilers
- Data recovery
- Database
- Database
- Databases
- Debuggers
- Dell
- Dell
- Desktops
- Developer
- DHCP
- DNS
- Drivers Download
- Drupal
- Editors
- Encryption Software
- Exchange Server
- Fedora
- File Management
- firefox
- Firefox Add-ons
- Firewall
- Free ebooks
- Free software downloads
- Free Tools
- FTP
- FTP
- Games
- Google Plus
- Graphics
- Hacking
- Hardware
- Help Desk software
- High-Availability
- HP
- HP
- IIS
- Interpreters
- iphone
- IT-Tips
- LAMP
- Languages
- Laptops
- Latest Product & Technologies
- Linux
- Linux Commands
- Load Balancer
- Mac
- Memcached
- Messaging and Chat
- miscellaneous
- Mobile Development
- Mobiles
- Monitoring
- MySQL
- NAS
- Networking
- Networking
- Networking Software
- Office and News
- Open Source
- OpenSource Applications
- openSUSE
- Oracle
- PHP
- Popular downloads
- PostgreSQL
- Project Management Software
- Qmail
- Red Hat
- Remote Access
- Repository
- Sci-Tech Education
- Security
- Security
- Sendmail
- SEO
- SEO Tools
- Server OS
- Service Pack
- social networking
- Software Development
- solr
- SQL
- Squid
- Storage
- Sun Solaris
- System Tuning
- Tech Guru
- Technology News
- Testing
- Ubuntu
- Utilities
- Version Control
- Video Tutorial
- Virtual Machine Applications
- Virtualization
- VoIP
- VPN
- Web-related
- web-related
- Websense
- Website Promotion
- Windows
- Windows Commands
- Zend Studio
Recent Posts
- The best memcached Monitoring tool
- Is Thin Clients are Useful for Call center ?
- A new Email Service from Microsoft called Outlook.com
- How to Detect Back Links from spam websites
- How to Ignore Replication errors in MySQL
