|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
| Sub Categories | |||||
|
Debian (2) |
FreeBSD (11) |
Gentoo (1) |
|||
|
HP-UX (1) |
Linux (4) |
MacOS (1) |
|||
|
OpenBSD (1) |
Solaris (7) |
||||
|
Showing: 1-8 of 8
Articles
|
||||||
|
Recursively chmod only directories or files
Ever come across the problem of needing to chmod a directory and its many, many, sub-directories, but you don’t want to touch any of the...
|
||||||
|
||||||
|
Install and enabling Apache mod_substitute
There is an interesting module for apache which does automatic search and replacement operations using regular expressions. For information about...
|
||||||
|
||||||
|
Search for text in binary files
To search for all occurrences of the text “maybe” in the binary file filename use:
$ strings filename | grep maybe
|
||||||
|
||||||
|
Back-up data using rsync
Īn două cuvinte,
1. Pe ambele servere se instalează rsync.
2. Pe serverul de back-up se crează directoriul īn care va fi...
|
||||||
|
||||||
|
SSL - Generate self signed certificates
#!/bin/bash
#instructions from http://www.tc.umn.edu/~brams006/selfsign.html
BITCOUNT=512
TIMEOUT=3650 #ten years
echo Generate your own...
|
||||||
|
||||||
|
Subversion - the quick start guide
Se presupune că Subversion este deja instalat.
Crearea repozitoriului
Setarea drepturilor de acces
Crearea unui proiect nou
...
|
||||||
|
||||||
|
Lunching KDE Control Panel Modules from command line
From a termina (like xterm), run:
kcmshell [module]
The following modules are available:
background -...
|
||||||
|
||||||
|
Using Cron
Cron
Summary
Cron allows you to program jobs to be performed at specific times or at steady intervals. This month Mo Budlong explains some cron...
|
||||||
|
||||||
Powered by
KBPublisher (Knowledge base software)
