Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦A custom drop down menu in html :
<div class="container">
<h1 class="title">Dropdown Menu</h1>
<ul>
<li class="dropdown">
<a href="#" data-toggle="dropdown">First Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">Second Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">Third Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
</ul>
<p class="text-center">
See this same menu only with CSS3: <a href="https://codepen.io/pedronauck/pen/jaluz" target="_blank">https://codepen.io/pedronauck/pen/jaluz</a>
</p>
</div>
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦A custom drop down menu in html :
<div class="container">
<h1 class="title">Dropdown Menu</h1>
<ul>
<li class="dropdown">
<a href="#" data-toggle="dropdown">First Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">Second Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">Third Menu <i class="icon-arrow"></i></a>
<ul class="dropdown-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
</ul>
<p class="text-center">
See this same menu only with CSS3: <a href="https://codepen.io/pedronauck/pen/jaluz" target="_blank">https://codepen.io/pedronauck/pen/jaluz</a>
</p>
</div>
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
Will Fujitsu's former officers become "online advisors" for 1,922.43 United States Dollar a month, and will unique services penetrate?
#international
#international
Forwarded from UNDERCODE NEWS
After the appearance of the investor, Baikal Electronics orders hundreds of thousands of chips for billion-dollar projects.
#Technologies
#Technologies
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦What is REG utility in any windows ?
The REG utility is a built-in Windows program that allows you to perform various actions with the registry, including saving registry hives or parts of them to a file, adding, deleting values, querying the registry, copying, and more.
Let's take a closer look at REG capabilities.
General view of the team:
A) Operations may include:
QUERY
ADD
DELETE
COPY
SAVE
LOAD
UNLOAD
RESTORE
COMPARE
EXPORT
IMPORT
FLAGS
REG SAVE - save the registry hive to a file
B) Using:
REG SAVE [/y] [/reg:32 | /reg:64]
Example. Saving the MyApp hive to the AppBkUp.hiv file of the current folder:
REG SAVE HKLM\Software\MyCo\MyApp AppBkUp.hiv
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦What is REG utility in any windows ?
The REG utility is a built-in Windows program that allows you to perform various actions with the registry, including saving registry hives or parts of them to a file, adding, deleting values, querying the registry, copying, and more.
Let's take a closer look at REG capabilities.
General view of the team:
A) Operations may include:
QUERY
ADD
DELETE
COPY
SAVE
LOAD
UNLOAD
RESTORE
COMPARE
EXPORT
IMPORT
FLAGS
REG SAVE - save the registry hive to a file
B) Using:
REG SAVE [/y] [/reg:32 | /reg:64]
Example. Saving the MyApp hive to the AppBkUp.hiv file of the current folder:
REG SAVE HKLM\Software\MyCo\MyApp AppBkUp.hiv
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Make Windows faster and more secure :
Speed up your system and network performance
Disable unnecessary Windows services
Disable Windows telemetry
Disable Office telemetry (works only with 2016)
Disable Cortana
Disable Windows 10 automatic updates
Uninstall UWP apps
Block Skype ads
Clean up your system drive
Fix common registry issues
Remove unwanted programs running at startup
Change Microsoft Edge download folder
Edit your hosts file
Add items in desktop right-click menu
Define custom commands for run dialog
Supports silent run using configuration file
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
π¦Make Windows faster and more secure :
Speed up your system and network performance
Disable unnecessary Windows services
Disable Windows telemetry
Disable Office telemetry (works only with 2016)
Disable Cortana
Disable Windows 10 automatic updates
Uninstall UWP apps
Block Skype ads
Clean up your system drive
Fix common registry issues
Remove unwanted programs running at startup
Change Microsoft Edge download folder
Edit your hosts file
Add items in desktop right-click menu
Define custom commands for run dialog
Supports silent run using configuration file
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
1) Download https://github.com/hellzerg/optimizer/releasesβ β β Uππ»βΊπ«Δπ¬πβ β β β
2) run the exe file
Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Mounting disk images and access to files on them on linux:
How to view information about images to mount?
How to determine the file system of an image ?
1) You can use the file command to analyze which file system is used in files that are disk images.
An example of checking the test.image file :
file /mnt/disk_d/test.image
/mnt/disk_d/test.image: ISO 9660 CD-ROM filesystem data 'ARCH_202010' (bootable)
This is an ISO image.
2) An example of analyzing the disk.ntfs image :
file /mnt/disk_d/disk.ntfs
/mnt/disk_d/disk.ntfs: DOS/MBR boot sector, code offset 0x52+2, OEM-ID "NTFS ", sectors/cluster 8, Media descriptor 0xf8, sectors/track 63, heads 255, dos < 4.0 BootSector (0x0), FAT (1Y bit by descriptor); NTFS, sectors/track 63, physical drive 0x80, sectors 15654911, $MFT start cluster 786432, $MFTMirror start cluster 2, bytes/RecordSegment 2^(-1*246), clusters/index block 1, serial number 06258074758071a05; contains bootstrap BOOTMGR
As you can see, this is an image with the NTFS file system.
3) Checking the rootfs.sfs image :
file /mnt/disk_d/rootfs.sfs
/mnt/disk_d/rootfs.sfs: Squashfs filesystem, little endian, version 4.0, zstd compressed, 625010200 bytes, 58466 inodes, blocksize: 262144 bytes, created: Sat Jun 6 08:14:32 2020
This is a Squashfs file system image.
4) Analysis of the ext3-img-kw-1.dd image :
file /mnt/disk_d/ext3-img-kw-1.dd
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Mounting disk images and access to files on them on linux:
How to view information about images to mount?
How to determine the file system of an image ?
1) You can use the file command to analyze which file system is used in files that are disk images.
An example of checking the test.image file :
file /mnt/disk_d/test.image
/mnt/disk_d/test.image: ISO 9660 CD-ROM filesystem data 'ARCH_202010' (bootable)
This is an ISO image.
2) An example of analyzing the disk.ntfs image :
file /mnt/disk_d/disk.ntfs
/mnt/disk_d/disk.ntfs: DOS/MBR boot sector, code offset 0x52+2, OEM-ID "NTFS ", sectors/cluster 8, Media descriptor 0xf8, sectors/track 63, heads 255, dos < 4.0 BootSector (0x0), FAT (1Y bit by descriptor); NTFS, sectors/track 63, physical drive 0x80, sectors 15654911, $MFT start cluster 786432, $MFTMirror start cluster 2, bytes/RecordSegment 2^(-1*246), clusters/index block 1, serial number 06258074758071a05; contains bootstrap BOOTMGR
As you can see, this is an image with the NTFS file system.
3) Checking the rootfs.sfs image :
file /mnt/disk_d/rootfs.sfs
/mnt/disk_d/rootfs.sfs: Squashfs filesystem, little endian, version 4.0, zstd compressed, 625010200 bytes, 58466 inodes, blocksize: 262144 bytes, created: Sat Jun 6 08:14:32 2020
This is a Squashfs file system image.
4) Analysis of the ext3-img-kw-1.dd image :
file /mnt/disk_d/ext3-img-kw-1.dd
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS