17 private links
If you've lost your password and can't recover it via email but have access to the doku file system, you're still good.
Open up conf/user.auth.php
and replace the password of your user with 21232f297a57a5a743894a0e4a801fc3
, that will make the password be admin
.
Try this excellent solution:
jar xvf COCR2_100.zip
steps:
- drag and drop file into terminal window.
- use keyboard arrows to navigate to start of line in terminal
- type
jar xvf
in front of your file name, remembering to leave space before the start of your file name. - grab a beer and watch terminal work its magic as it extracts files.
The location of where the new files go varies, but usually best trick to find them is click on your computer name in Finder which should display most recent activity at top of all files.
If the jar
command is not available, you can install fastjar
by pasting the following in terminal:
sudo apt-get install fastjar
A custom recovery is used for installing custom software on your device. This custom software can include smaller modifications like rooting your device or even replacing the firmware of the device with a completely custom "ROM" like OmniROM
You can find the source code for TWRP at github.com/omnirom/android_bootable_recovery/
Bacula is a set of computer programs that permits the system administrator to manage backup, recovery, and verification of computer data across a network of computers of different kinds. Bacula can also run entirely upon a single computer and can backup to various types of media, including tape and disk.
In technical terms, it is a network Client/Server based backup program. Bacula is relatively easy to use and efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Due to its modular design, Bacula is scalable from small single computer systems to systems consisting of hundreds of computers located over a large network.