DART
NASA uderzyło statkiem kosmicznym DART w asteroidę. żródło

Naukowcy z NASA czekali prawie rok od czasu, gdy SpaceX rozpoczął misję Double Asteroid Redirection Test (DART) w listopadzie 2021 r., Aby ustalić, czy statek kosmiczny może zderzyć się z asteroidą świnki morskiej, aby strącić ją z kursu.
Zbudowany i zarządzany przez Johns Hopkins Applied Physics Laboratory dla NASA, statek kosmiczny DART spędza około 10 miesięcy w podróży w jedną stronę do małego księżyca asteroidy Didymos o nazwie Dimorphos, który jest również uważany za asteroidę.
Specyfikacje dotyczące statku kosmicznego DART:
- DART bez paneli słonecznych: 6,2 stopy długości × 5,9 stopy szerokości × 8,5 stopy wysokości
- Panele słoneczne: Każdy z nich ma 27,9 stopy długości
- Waga podczas uderzenia: 1,260 funtów
- Prędkość uderzenia: 3,8 mil na sekundę
Dimorphos
Układ podwójny asteroid składa się tylko z Didymousa o średnicy około pół mili i małego księżyca (czasami nazywanego księżycem) Dimorphos, który ma średnicę 525 stóp i jest celem tego małego eksperymentu.
Gdy dynamiczny duet krąży wokół Słońca, może sięgać tak blisko Ziemi, jak prawie pół AU do około 3 AU dalej, co jest po prostu nieśmiałe poza orbitą Marsa.
(Nie wiesz, co to jest AU? Oznacza "jednostkę astronomiczną", a jedna AU to ta sama odległość od Słońca do Ziemi lub około 93 milionów mil.)
W momencie uderzenia Dimorphos będzie zaledwie 6,8 miliona mil od Ziemi, praktycznie spacer po bloku w kategoriach kosmicznych.
Oczekuje się, że uderzenie nastąpi o 19:14 EDT, w poniedziałek, 26 września, ponieważ statek kosmiczny DART jest używany jako taran, ponieważ pędzi prawie 4 mile na sekundę, gdy uderza w Dimorphos.
Usługa karty inteligentnej nie działa prawidłowo - KIR Szafir
Błąd podczas uruchamiania aplikacji CrytoCard Graphite Manager na serwerze Windows 2019
Podczas uruchomienia aplikacji z nie podłączonym lub uszkodzonym podpisem elektronicznym pokazuje się poniższy komunikat:
Usługa karty inteligentnej nie działa prawidłowo.
Uruchomienie tej samej aplikacji na Windows 10 bez podpiętego klucza nie pokazuje tego komunikatu.

Komunikat ten jest mylący i nie świadczy o problemie z usługa karty inteligentnej a świadczy o błędnym podłączeniu karty.
Standardowo do prawidłowej pracy muszą być podpisu elektronicznego musza być zainstalowane następujące usługi:
Karta inteligentna
Usługi kryptograficzne
Propagacja certyfikatu
Check Disk Space Usage on CentOS
Check Disk Space Usage on CentOS
Most commonly used commands for checking disk spaces or usage or free spaces are df, du and free.
df command is used to get the details disk spaces information of the file system. DF - stands for disk filesystem.
–help is the common option for any command to get all information for using the command.
-h option is used with df command to display the disk space in human readable format. Disk space value will be shown in GB and MB.
-m option is used with df command to show the disk space in MB.
-T option is used with df command to show the file type.
You can show the disk space information of any particular folder in human readable format by using above command. The output will show the disk space information of Public folder.
You can use two options -hT together to get the file types in human readable format.
Another useful command to find out the usage information is all files and folders. Here, du stands for disk usage. This command retrieves information of folders and sub-folders and files recursively. So, this command can be used to get more detail information of disk usage.
The output will show the size information of files and folders in more human readable format.
The output will show the size of Downloads folder.
The output will show the size of Downloads folder with last modification time.
The output will show the size of Downloads folder in MB.
free command is used to get the detail used and unused information of the computer memory and swap.
The output shows the memory and swap usage information in byes.
The output shows the memory and swap usage information in GB and MB.
The output shows the memory and swap usage information in MB.
One of the mostly used built-in tool to monitor the partition of the disk is fdisk. Using this tool you can not only monitor the disk partition but also create, move, copy and delete disk partitions. You must have root privilege to run this command.
-l option is used to get information about all available partitions on your operating system. You have to provide root password to run this command.
You have to mention the device name with –l and fdisk command for getting the information of specific partition or device.
You can print the output of any device by executing fdisk command with device name. When you will run the command, a prompt will appear to take the next command if the device name exists. Type ‘p’ to print the output.
How to configure static IP address on CentOS
How to configure static IP address on CentOS
By default CentOS minimal install does not come with pre-configure network. In this small tutorial i will explain how to set static ip address on CentOS 6.5 minimal.
First, need to edit the set up for the ethernet. Let’s start with editing this file:
EDIT Device:
# vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0 HWADDR=DC:41:A9:52:4E:6D TYPE=Ethernet ONBOOT=yes BOOTPROTO=none IPV6INIT=no USERCTL=no NM_CONTROLLED=yes PEERDNS=yes IPADDR=192.168.1.10 NETMASK=255.255.255.0
Now, configure default getaway: EDIT Network:
# vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=centos6 GATEWAY=192.168.1.1 Configure DNS Server
EDIT DNS: # vi /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4
Now restart the network interface: # /etc/init.d/networking restart Check eth0:
check configuration: # ifconfig eth0 eth0 Link encap:Ethernet HWaddr DC:41:A9:52:4E:6D inet addr:192.168.1.10 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::799f:e441:a0f6:8562/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:63262 errors:0 dropped:0 overruns:0 frame:0 TX packets:32456 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:111111111 (233.0 MiB) TX bytes:11111111 (139.0 MiB)
Strona 29 z 125