Directory ShowWhat is a directory?
A directory (also known as a folder) is an IT element that can contain files.
Imagine a large dresser containing drawers in which files or other drawers are stored. A directory can in fact contain:
files
other...
Warning: rmdir(..): Directory not empty ShowWarning: rmdir(..): Directory not empty
If you are attempting to delete a PHP file and that you get the error message:
Warning: rmdir(..): Directory not emptyť.
This might mean that the directory is not empty. To be able to...
[MS-Dos]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file
Intro
Explanation
Intro
It may be convenient to make the listing of one or more directories in a file, to make a catalog of files.
Under MS-DOS (or Windows by opening a...
Hiding a file or directory under Linux ShowHiding a file or directory under Linux
To hide a file or directory in Linux, just have its name be preceded by a period (.).
For example:
. bash_history
. bash_profile
. ssh
Note that by doing so you are not really hiding the...
Create an Attendance Report with Excel sheet ShowCreate an Attendance Report with Excel sheet
Issue
Solution
Issue
In the case you want to create an attendance report with Excel , here below you will find a nice example:
Consider that your report will have the following...
Remove Directory Links from Favorites ShowRemove Directory Links from favourites
Hiding Links folder
Permanently delete the Links folder
Despite deleting the folder "Links" in favorites, this one is regenerated automatically when you restart the computer.
There are two...
Download Scribes Report Builder ShowScribes Report Builder is a report generator for databases Firebird, Interbase, PostGre-Sql, Sybase, SqlLite, Mysql, Oracle, Microsoft Access, Microsoft SQL Server, Excel databases, text files or the ODBC connections.
Its main features are:
-...
UNIX Commands ShowTable of the main UNIX commands
Unix Commands
Description
Options
ls
lists the content of a directory
-a
Displays all files, including hidden files
-I
Displays a...
Certificates ShowIntroduction to the concept of certificates
Asymmetric encryption algorithms are based on the sharing of a public key among various users. In general, this key is shared via an electronic directory (usually in LDAP format) or a website.
However,...