![]() |
| Information Here |
Τα λειτουργικά που θα υποστηρίζονται είναι :
- Windows 10 Pro (32/64bit)
- Windows 10 Enterprise (32/64)
- Windows 10 Education (32/64)
![]() |
| Information Here |
| System Architecture |
Processor: Intel (x86), AMD64, and Intel EM64T Note: Oracle provides 32-bit (Windows x86) and 64-bit (Windows x64) versions of Oracle Database for Microsoft Windows. |
|
Physical memory (RAM) |
1 GB minimum On Windows 7, Windows 8, Windows 8.1, 2 GB minimum |
|
Virtual memory |
|
|
Disk space |
Typical Install Type total: 5.35 GB Advanced Install Types total: 4.89 GB See Table 2-3 for details. |
|
Video adapter |
256 colors |
|
Screen Resolution |
1024 X 768 minimum |
# * * * * * εντολή που θα εκτελεστεί
# │ │ │ │ │ # │ │ │ │ │ # │ │ │ │ └───── Ημέρα της εβδομάδος ( 0=Κυριακή , 6=Σάββατο) # │ │ │ └────────── Μήνας (1 - 12) # │ │ └─────────────── Ημέρα του Μήνα (1 - 31) # │ └──────────────────── Ώρα (0 - 23) # └───────────────────────── Λεπτό (0 - 59)
15-> 16
sudo sed -i 's/raring/saucy/' /etc/apt/sources.list.d/official-package-repositories.list
sudo sed -i 's/olivia/petra/' /etc/apt/sources.list.d/official-package-repositories.list
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get upgrade
sudo shutdown -r now
16-> 17
sudo sed -i 's/saucy/trusty/' /etc/apt/sources.list.d/official-package-repositories.list
sudo sed -i 's/petra/qiana/' /etc/apt/sources.list.d/official-package-repositories.list
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get upgrade
sudo shutdown -r now