date
Keep Your Firefox Plugins Up to Date
A fast and easy Mozilla site makes it a snap to make sure your browser’s Plugins (not extensions) are current. More: continued here
Tech Guru, Technology News date, firefox, keep, plugins, to, up, your, 0
How to Restore Old Versions of Files in Windows Vista
Windows Vista (Business, Enterprise, and Ultimate editions), has a new feature called Restore Previous Versions. Every time a system restore point is created, new versions of your files are created at the same time. To restore from previous versions of a file: browse through your documents folder and right mouse click on the file name, [...]
Windows Copy, create, date, edit, edition, file, folders, listing, names, system, systems, Windows, 2
How to View MySQL Database’s Table Structure
The describe command gives you a list of all the data fields used in your database table. In the example, you can see that the table named test in the salesdata database keeps track of four fields: name, description, num, and date_modified. mysql> describe test; +—————+————–+——+—–+————+—————-+ | Field | Type | Null | Key | [...]
MySQL command, data, Database, databases, date, listing, mysql, names, settings, table, track, 0
How many way to share the files in windows
7 Ways to Share Information in Windows Environment Got a document, graphic, spreadsheet, program, or just a thought you want to share with your co-workers? The method you choose to share it depends on the content you’re sharing, your personal work style, the tools you have, and if you’re at home, in your office, or [...]
Windows accesses, approver, attachments, avail, choose, community, computer, connection, Copy, create, date, dependencies, devices, difference, edit, edition, file, folders, gigabyte, idl, listing, machine, megabytes, message, microsoft, msn, network, networking, outlook, personal, policy, server, servers, service, services, sites, storage, tools, what, Windows, 0
Essential Linux Server Administrator Commands
Command Summary Use arp Command mostly used for checking existing Ethernet connectivity and IP address Most common use: arp This command should be used in conjunction with the ifconfig and route commands. It is mostly useful for me to check a network card and get the IP address quick. Obviously there are many more parameters, [...]
Tech Guru accesses, activation, administrator, avail, capability, caution, check, command, configuration, configure, configured, connection, create, daemon, daemons, data, date, DHCP, difference, directory, edit, edition, execution, extension, file, file files, functionality, harddisk, headings, help, host hosts, hostname, Identify, install, interface, linux, listing, log, logging, logins, logs, machine, memory, message, multiple, names, netstat, network, networking, parameters, passwords, ping, pipes, privilege, privileges, remote, roots, scripts, secure, Security, server, servers, service, services, settings, speed, super syntax, system, systems, tab, table, tools, track, user, webserver, webservers, what, workstations, 4
Some of the Basic Commands in Linux
This is an introductory guide for people learning to use a Linux system. It focuses on command-line usage. This is not because everyone will be doing everything at the command line. On the contrary, there are many useful GUI tools and programs in Linux, and some people will be content to stay with these. However, in contrast to GUI programs, which can be learned largely by “click and try”, the command-line requires some deliberate learning, and reading documentation. The benefit of this investment is that you will learn the tools and tricks of the command line which are in many cases faster, more powerful, and more flexible than any GUI program.
Linux account, activation, alias, apps, avail, block, boot, byte, check, chroot, command, compilation, compiler, compress, configuration, configure, configured, connection, Copy, create, cron, crontab, Database, databases, date, dependencies, determine, devices, directory, distros, edit, edition, execution, fdisk, file, file files, folders, format, grep, group, headings, hosts, htpasswd, install, interface, kernel, linux, listing, log, logging, logins, logs, machine, mail, maps, memory, message, multiple, names, netstat, nfs, openness, owner, parameters, partition, partitions, passwords, ping, queries, queues, redhat, rename, report, roots, rpm, server, servers, service, services, settings, shadow, shell, source, speed, system, systems, timezone, track, troubleshoot, user, useradd, what, Windows, 0
How to View Your MySQL Database’s Table Structure
The describe command gives you a list of all the data fields used in your database table. In the example, you can see that the table named test in the salesdata database keeps track of four fields: name, description, num, and date_modified.
MySQL auto increment, command, database table, databases, date, listing, mysql, mysql database, table, table structure, test field, track, 0
How SSL Works
The SSL protocol includes two sub-protocols: the SSL record protocol and the SSL handshake protocol. The SSL record protocol defines the format used to transmit data. The SSL handshake protocol involves using the SSL record protocol to exchange a series of messages between an SSL-enabled server and an SSL-enabled client when they first establish an [...]
Tech Guru authenticate, check, client, compress, connection, date, format, functionality, Generator, Identify, listing, mac, protocol, servers, ssl, 0
How to Use command – ‘make’ – for backups
Usualy make from sys-devel/make is known as a tool for compiling applications. But it could also be used to provide often used commands so that they can be accessed easily.
IT-Tips, Linux command, compiler, compress, computer, Copy, date, directory, folders, listing, possibilities, ssh, 0
How to Get MySQL date in RFC-822 format for RSS feeds
To get the PubDate element of an RSS feed to validate, it needs to be in RFC-822 format. MySQL has flexible ways of working with dates and times which make this a simple task.
How to edit and configure the .htaccess file
How do you edit the .htaccess file? Before you upload an .htaccess file to your server, make sure there is not already one there. Your host panel or perhaps a script you have uploaded may have already changed the htaccess for some reason so you don’t want to overwrite it as doing so could change [...]
Apache, Security accesses, configuration, configure, create, date, edit, edition, extension, file, hosts, htaccess, redirection, scripts, server, servers, sites, tools, upload, what, 1
How to Install and Configure Subversion
Setting up a repository: svnadmin create /usr/local/svn/newrepos Import files into repository: svn import /import/dir file:///usr/local/svn/newrepos/projectname -m “comment” List files in a repository tree: svn list file:///usr/local/svn/newrepos/projectname svn ls #while in sandbox svn ls -v # verbose Checkout a directory: svn checkout “http://host:port/path” svn co http://host:port/path svn checkout file:///path/to/repos svn checkout file:///localhost/path/to/repos svn checkout svn+ssh://host/path/to/repos Check [...]
Tech Guru Backup, check, configuration, configure, Copy, create, date, directory, exports, file, hosts, install, listing, logs, usr, 0
50 quick linux command tips part 3
1. How to know which ports are listening from your IP address? # nmap -sT -O your-ip-address 2. How to grep an exact match? # grep -w textfile.txt 3. How to reverse grep matches? # grep -v textfile.txt # 4. How to know which service name is what port? Assuming port 443 # cat testfile.txt [...]
Linux accesses, bases, command, comparison, create, crontab, databases, date, difference, edit, edition, extension, file, filesize, folders, grep, headings, hostname, hosts, httpd, install, kernel, lib, linux, listing, machine, mbox, memory, network, networking, Nmap, ping, port, ports, queries, redhat, sendmail, server, servers, services, shell, source, ssh, system, systems, usr, what, 0
How to schedule and run script on specified time and date – Crontab
Linux systems are capable of running scheduled jobs. Server administrative task are done on regular basis even while sysads are away or during sleeping hours. This keeps a fully working production server do unattended jobs on periodical basis. cron is a linux utility that schedules and automates jobs. This blog entry covers how to do [...]
Linux accesses, blog, capability, check, command, create, crontab, date, edit, edition, file, format, fri, functionality, linux, listing, logs, machine, redirection, roots, scripts, server, servers, system, systems, 0
How to do ssh log parsing and monitoring
Server SSH log files provides us information from simple system to critical system security message. Here are quick ways of doing it via CLI terminal. These examples could serve also as starting point to parse more search key strings not only from any ssh log files, but also to other daemon service log file such [...]
Linux apache, authenticate, bases, blog, command, config, create, daemons, date, email, file, Generator, grep, headings, linux, listing, logins, logs, mysql, parsed, passwords, queries, redirection, roots, scripts, secure, Security, sendmail, server, servers, services, ssh, system, systems, uniq, what, 1
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
