secure_ubuntu_system:add_software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
secure_ubuntu_system:add_software [2020/05/23 10:00] – [Install lftp (recommended)] peter | secure_ubuntu_system:add_software [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 332: | Line 332: | ||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | The following extensions are built in: | ||
- | Note that MOST Apache users probably want the libapache2-mod-php5 package. | + | * bcmath |
- | + | * bz2 | |
- | The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv libxml mbstring mhash openssl pcntl pcre Phar posix Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip zlib. | + | * calendar |
+ | * Core | ||
+ | * ctype | ||
+ | * date | ||
+ | * dba | ||
+ | * dom | ||
+ | * ereg | ||
+ | * exif | ||
+ | * fileinfo | ||
+ | * filter | ||
+ | * ftp | ||
+ | * gettext | ||
+ | * hash | ||
+ | * iconv | ||
+ | * libxml | ||
+ | * mbstring | ||
+ | * mhash | ||
+ | * openssl | ||
+ | * pcntl | ||
+ | * pcre | ||
+ | * Phar | ||
+ | * posix | ||
+ | * Reflection | ||
+ | * session | ||
+ | * shmop | ||
+ | * SimpleXML | ||
+ | * soap | ||
+ | * sockets | ||
+ | * SPL | ||
+ | * standard | ||
+ | * sysvmsg | ||
+ | * sysvsem | ||
+ | * sysvshm | ||
+ | * tokenizer | ||
+ | * wddx | ||
+ | * xml | ||
+ | * xmlreader | ||
+ | * xmlwriter | ||
+ | * zip | ||
+ | * zlib | ||
<code bash> | <code bash> | ||
sudo aptitude install apache2-utils libapache2-mod-php5 | sudo aptitude install apache2-utils libapache2-mod-php5 | ||
</ | </ | ||
+ | |||
+ | </ | ||
Line 355: | Line 399: | ||
</ | </ | ||
- | Install **traceroute** if you need a tool for diagnosing network connectivity problems. | + | <WRAP info> |
+ | **NOTE: | ||
- | The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute displays the IP number and host name (if possible) of the machines along the route taken by the packets. | + | The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. |
+ | |||
+ | Traceroute displays the IP number and host name (if possible) of the machines along the route taken by the packets. | ||
+ | |||
+ | Traceroute is used as a network debugging tool. | ||
+ | |||
+ | If you're having network connectivity problems, traceroute will show you where the trouble is coming from along the route. | ||
+ | |||
+ | </ | ||
Line 398: | Line 451: | ||
</ | </ | ||
- | **fsarchiver** is a system tool that allows you to save the contents of a file-system to a compressed archive file. The file-system can be restored on a partition which has a different size and it can be restored on a different file-system. | + | <WRAP info> |
+ | **NOTE: | ||
+ | |||
+ | The file-system can be restored on a partition which has a different size and it can be restored on a different file-system. | ||
+ | |||
+ | Unlike tar/dar, FSArchiver also creates the file-system when it extracts the data to partitions. | ||
+ | |||
+ | Everything is checksummed in the archive in order to protect the data. | ||
+ | |||
+ | If the archive is corrupt, you just loose the current file, not the whole archive. | ||
+ | |||
+ | </ | ||
secure_ubuntu_system/add_software.1590228033.txt.gz · Last modified: 2020/07/15 09:30 (external edit)