os Archives - Mp3 Store https://mp3store.in/tag/os/ Technical and technology Tue, 30 Aug 2022 14:58:56 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 https://i0.wp.com/mp3store.in/wp-content/uploads/2022/09/cropped-logooooo-1.jpg?fit=32%2C32&ssl=1 os Archives - Mp3 Store https://mp3store.in/tag/os/ 32 32 208601112 HOW TO CREATE A BOOTABLE PENDRIVE https://mp3store.in/2022/08/30/how-to-create-a-bootable-pendrive/ https://mp3store.in/2022/08/30/how-to-create-a-bootable-pendrive/#respond Tue, 30 Aug 2022 14:55:25 +0000 https://mp3store.in/?p=375 WHAT IS A BOOTABLE DEVICE ;     A boot device is any piece of hardware containing the files required for a computer to start Typically a cd. For many purposes like installing a new operating system or repairing the os or live booting an operating system. But CDs are not convenient. Making a usb drive bootable make it very convenient as well as useful . in this article we wil see how to make usb pendrive into a bootable device   MAKING A BOOTABLE PENDRIVE MAKING BOOTABLE WINDOWS USB PENDRIVE     Making a bootable windows pendrive is very easy,

The post HOW TO CREATE A BOOTABLE PENDRIVE appeared first on Mp3 Store.

]]>
WHAT IS A BOOTABLE DEVICE ;

    A boot device is any piece of hardware containing the files required for a computer to start

Typically a cd. For many purposes like installing a new operating system or repairing the os or live booting an operating system. But CDs are not convenient. Making a usb drive bootable make it very convenient as well as useful . in this article we wil see how to make usb pendrive into a bootable device

 

MAKING A BOOTABLE PENDRIVE [Windows]

MAKING BOOTABLE WINDOWS USB PENDRIVE

    Making a bootable windows pendrive is very easy, it doesn’t even require any additional software other than a iso disk mounter .

STEP 1; insert the pendrive in to the computer [AT LEAST 4GB]

STEP 2;format the usb drive to exFat format

STEP 3;Download the windows iso file from the microsoft

STEP 4;mount the iso file using an iso mounting software

STEP 5;Just copy all the contents from the iso into your formatted usb pendrive

 

MAKING BOOTABLE PENDRIVE OF LINUX OR WINDOWS USING RUFUS;

Rufus is an amazing simple to use utility for creating bootable pendrive for any operating system.

rusfus

STEP 1; Download rufus from the website

STEP 2; Install it and open the rufus

STEP 3: Insert the usb drive

STEP 4; Select the inserted usb drive [it will automatically select the inserted usb drive]

STEP 5; Select the iso image of the operating system it can be linux iso or windows iso

STEP 6; select the required drive type weather it is for BIOS or UEFI

STEP 7; click start wait until the process is finished

 

MAKING A BOOTABLE PENDRIVE [LINUX/MACOS]

    Rusfus is not available in other operating system but fortunately there any many other utilities that do the same thing on other operating system. In this article be will be using etcher

Disclaimer etcher cannot create a bootable windows pendrive ,so you need to use the iso mounting and coping method mentioned in the start of the article

etcher

  STEP 1; Download the etcher form their website

STEP 2: Install it and open the software

STEP 3; First select the usb drive you need to make it as bootable

STEP 4; Then select the iso image of your choose [not windows iso]

STEP 5; Then just flash wait until the process is completed

If you want to know more about linux and wanted to try out linux distros check out the article about linux

The post HOW TO CREATE A BOOTABLE PENDRIVE appeared first on Mp3 Store.

]]>
https://mp3store.in/2022/08/30/how-to-create-a-bootable-pendrive/feed/ 0 375
HOW TO FORMAT USING CMD https://mp3store.in/2022/08/28/how-to-format-using-cmd/ https://mp3store.in/2022/08/28/how-to-format-using-cmd/#respond Sun, 28 Aug 2022 05:59:08 +0000 https://mp3store.in/?p=367 HOW TO FORMAT USING THE CMD IN WINDOWS     In windows command line there is a very powerful drive formatting tool build in it It can be used to format drive or change the format of a drive or usb to another format as well partition the drive as per the user intended HOW TO FORMAT A USB DRIVE/HARD DRIVE: STEP 1:    Open Command Prompt As Administrator Opening the command prompt. To Search for command prompt search in taskbar ,and right click or select  run as Administrator from the menu. STEP 2:Use Diskpart To use diskpart Once the command line

The post HOW TO FORMAT USING CMD appeared first on Mp3 Store.

]]>
HOW TO FORMAT USING THE CMD IN WINDOWS

    In windows command line there is a very powerful drive formatting tool build in it

It can be used to format drive or change the format of a drive or usb to another format as well partition the drive as per the user intended

HOW TO FORMAT A USB DRIVE/HARD DRIVE:

STEP 1:    Open Command Prompt As Administrator

Opening the command prompt.

To Search for command prompt search in taskbar ,and right click or select  run as Administrator from the menu.

STEP 2:Use Diskpart

To use diskpart

Once the command line is open, type ‘diskpart’ in the terminal and press Enter it will open the  diskpart cli utility.

diskpart command

STEP 3:Type List Disk

to list the available disks in the entire system

The above command will open a Diskpart window. In this terminal prompt, type ‘list disk’ and press Enter. It will list all the available drives in the entire system.

Note the drive number of the disk because it will be used in the next step

list disk command

STEP 4:Select the Drive to Format

To format  a drive.

Now type ‘select disk (disk number)’ Select  the drive number which needs to be formatted by typing “select disk ‘no’ ” this will select the disk.

select disk command

STEP 5:Clean the Disk

Using the clean function.

In this step, type ‘clean’. This command will format all files and folders within them, and successfully clean up the disk.in after this step the drive become inaccessible

STEP 6:Create Partition Primary

To make a primary partition.

To make the drive access the drive again, type ‘create partition primary’ and press enter

STEP 7:Format the Drive

To Formatting a drive.

The above steps are all same for usb or harddisk but formatting the drive is little bit different from each others

Now format the drive with the NTFS file system. Type ‘format fs=ntfs quick’ and press Enter.

Now format the usb drive with the fat32 file system. Type ‘format fs=fat32 quick’ and press Enter.

Don’t forget to enter quick or it may take long time to format

format command

STEP 8:Assign a Drive Letter

To Assigning a drive letter.

To assign a drive letter, you can type ‘assign’ and enter this will assign a random letter to the newly formatted drive.

STEP 9 : Exiting the diskpart

Type “EXIT” in the prompt

Then type EXIT again to close the cmd

The post HOW TO FORMAT USING CMD appeared first on Mp3 Store.

]]>
https://mp3store.in/2022/08/28/how-to-format-using-cmd/feed/ 0 367
USEFUL LINUX COMMAND [PART-2] https://mp3store.in/2022/08/15/useful-linux-command-part-2/ https://mp3store.in/2022/08/15/useful-linux-command-part-2/#respond Mon, 15 Aug 2022 03:41:40 +0000 https://mp3store.in/?p=356 Linux is an open-source operating system that runs on a wide variety of hardware from watches to supercomputers . this operating system can be controlled using just your keyboard and no need to use your mouse but all the linux operating system comes with graphical user interface {GUI}.but learning commands is useful to make your experience amazing If you want to try linux checkout this article of best linux distro in 2022 .as well as check out other linux command series here 1.vim vim is a free and open source terminal text editor that’s in use since the ’90s. It

The post USEFUL LINUX COMMAND [PART-2] appeared first on Mp3 Store.

]]>
Linux is an open-source operating system that runs on a wide variety of hardware from watches to supercomputers . this operating system can be controlled using just your keyboard and no need to use your mouse but all the linux operating system comes with graphical user interface {GUI}.but learning commands is useful to make your experience amazing

If you want to try linux checkout this article of best linux distro in 2022 .as well as check out other linux command series here

1.vim

vim is a free and open source terminal text editor that’s in use since the ’90s. It lets users to edit plain text files using efficient keybindings.

Some people thinks it is difficult to use but exiting Vim is one of the most-viewed questions but once you get used to it, it becomes your best ally in the command line.

2.suble

Its an alternate gui text editor,it is the command line command to open a file in the popular sublime text editor it is a gui text editor .but you need to install the sublime text editor to use this command

3.which

The which command prints the full path of shell commands. If it can’t recognize the given command, it’ll throw an error.

For eg, we can use this to check the folder path for Python

4.shred

If you want a file to be impossible to recover,then  shred can help you with this task. This command rewrites the contents of a file again and again until the final result becomes extremely difficult to recover.

5.whoami

The whoami command (stands for “who am i”) displays the username currently in use

6.whatis

whatis simple prints a single-line description of any other command, making it a helpful reference:

It gives a single line definition for the  command or programs .

7.wc

Wc stands for “word count,” and as the name suggests, it returns the number of words in a text document or a text file:

wc long.txt

 

# 37 207 1000 long.txt

Let’s breakdown the output of this command:

  • 37 lines
  • 207 words
  • 1000 byte-size
  • The name of the file (long.txt)

If you only need the number of words in the file, use the -w flag:

wc -w long.txt

8.uname

uname(short for “Unix name”) prints the operative system information, which comes in handy when you know your current Linux version.

Most of the time, you’ll be using the -a (–all) flag, since the default output isn’t that useful:

9.neofetch

Neofetch is a command-line interface tool that allows users to display information about your system — like shell,kerbal  version and hardware information — next to an ASCII logo of your Linux distro:

10.wget

World Wide Web get is a utility that allows the user to  retrieve content from the internet. It has one of the largest option flags available.

 

The post USEFUL LINUX COMMAND [PART-2] appeared first on Mp3 Store.

]]>
https://mp3store.in/2022/08/15/useful-linux-command-part-2/feed/ 0 356
TOP ETHICAL HACKING TOOL [PART-1] https://mp3store.in/2022/08/14/top-ethical-hacking-tool-part-1/ https://mp3store.in/2022/08/14/top-ethical-hacking-tool-part-1/#respond Sun, 14 Aug 2022 16:41:32 +0000 https://mp3store.in/?p=342 DISCLAIMER:         Hacking others without their consent is punishable by law the exception are for security reasons and ethical hacking so this article is for purely for educational purposes WHAT IS HACKING ?                 Hacking is a process of gaining access to the host computer by exploiting weakness and security vulnerabilities in the network. There are mainly two types of hackers black hat hackers and white hat hackers . Black hat hacker- this type of hacker hacks into the system with malicious intent like stealing information to sell or for blackmailing or just to sabatosh the

The post TOP ETHICAL HACKING TOOL [PART-1] appeared first on Mp3 Store.

]]>
DISCLAIMER:

        Hacking others without their consent is punishable by law the exception are for security reasons and ethical hacking so this article is for purely for educational purposes

WHAT IS HACKING ?

                Hacking is a process of gaining access to the host computer by exploiting weakness and security vulnerabilities in the network. There are mainly two types of hackers black hat hackers and white hat hackers .

Black hat hacker- this type of hacker hacks into the system with malicious intent like stealing information to sell or for blackmailing or just to sabatosh the system.

White hat hackers-this type of hacker hacks the system to know the weakness and tell the owner of the system / network about its weakness and help them rectify the vulnerabilities these hackers are employed by security companies as well as governments

TOOLS:

                Hacking tools are just computer programs that are used to crack or break the security of the computer system  and networks by exploiting the known vulnerabilities. There are many hacking tools created for different purposes. These tools make pentesting and hacking easy

So in this article we are going to see top 5 ethical hacking tools most of the tools are used in linux so if you want to know about linux check out the article about linux and if you want to know about what distro to use check out best distor in 2022

 

TOP ETHICAL HACKING TOOLS IN 2022:

This list does not follow any particular order because each tool has its own purpose

1.Nmap (Network Mapper)

    Nmap is basically a network mapper capable of discovering services and hosts on a particular network, thereby creating a network map. This software provides several features that help in searching  computer networks,and host discovery as well as detection of operating systems it runs, etc. Being script-extendible it provides advanced vulnerability detection and it can also adapt to network conditions like congestion and latency while scanning.

nmap

2.Metasploit

    Metasploit is one of the most well known frameworks and it is open-source. This is used to penetrate testing and exploit remote target in hacking  some of the features of metasploit are it is open-source as well as cross-platform

metasploit

3.Aircrack-Ng

    Wireless network usage is rising, so it’s becoming very  important to keep Wi-Fi secure. Aircrack-Ng provides ethical hackers a list of command-line tools that can check and evaluate Wi-Fi network security. Aircrack-Ng specializes in attacking, monitoring, testing, and cracking. This tool supports Windows, OS X, Linux, eComStation, as well as many other operating system

aircrack-ng

4.Wireshark

    Wireshark is a great tool that is used  for analyzing data packets and can also be used to perform deep checking of a large number of established protocols. You can also export analysis reports  to many different file formats like PostScript, Plaintext, and XML CSV.

Its feature set includes offline analysis ,cross-platform support etc..

wireshark

5.SQLMap

    SQLMap is an open-source tool that allows users to automate detecting and exploiting SQL Injection flaws and taking control of database servers. it can be used to connect directly with specific databases. SQLMap supports many different  SQL injection techniques

Features of sqlmap are it has a powerful detection engine ,supports execution of arbitrary commands

sqlmap

The post TOP ETHICAL HACKING TOOL [PART-1] appeared first on Mp3 Store.

]]>
https://mp3store.in/2022/08/14/top-ethical-hacking-tool-part-1/feed/ 0 342
THINGS TO DO AFTER YOU JAILBROKEN YOUR DEVICE https://mp3store.in/2022/07/05/things-to-do-after-you-jailbroken-your-device/ https://mp3store.in/2022/07/05/things-to-do-after-you-jailbroken-your-device/#respond Tue, 05 Jul 2022 17:01:10 +0000 https://mp3store.in/?p=61 So you jailbreak your devices now what to do with your jailbroken device,if you’re not jailbroken your iphone or you want to jailbreak your device check out how to jailbreak your device  So here are something that you should definitely try out with your jailbroken device  Now you can install application and tweaks from third party developers  Here is the link to the jailbreaking community on reddit This blog will show you first thing should be done after you jailbroke your device update your existing packages ; The first thing you should do is to update your package from your

The post THINGS TO DO AFTER YOU JAILBROKEN YOUR DEVICE appeared first on Mp3 Store.

]]>
So you jailbreak your devices now what to do with your jailbroken device,if you’re not jailbroken your iphone or you want to jailbreak your device check out how to jailbreak your device 

So here are something that you should definitely try out with your jailbroken device 

Now you can install application and tweaks from third party developers 

Here is the link to the jailbreaking community on reddit

This blog will show you first thing should be done after you jailbroke your device

update your existing packages ;

The first thing you should do is to update your package from your package manager

This will provide the best experience

HOW TO ADD REPO TO THE PACKAGE MANAGER

Repo are like addition source to the package manager,package manager comes with some default repo but in ored to get apps and extension from other the developer of these apps and tweaks may have there own repo or save it in another repo for their convenience

Step 1:open cydia on the bottom click on the  source tab

Step 2:In the source tab press the edit button

Step 3:And press the add button

Step 4:Then enter the repo link in the field and press ok add source(cydia will go into command line like interface it will load then click return to cydia once the process is completed)

This this are not in particular order

1.Install newer package manager  :

Most jailbreak exploit come with cydia as its default package manager but to be honest cydia feels     very much outdated look wise as well as it functional wise it lacks many thing compare to modern package managers available for the device

My recommendation is Installer 5 this is a modern manager for jailbroken devices

Available from apptapp repo(https://apptapp.me/repo/)

2.install appsync unified 

AppSync Unified is a tweak that allows users to freely install altered, fakesigned, or unsigned IPA app packages on their iOS devices that iOS may otherwise consider invalid app packages

Some popular use cases include:

  • Installing freely-distributed applications that are not available from the apple App Store without having to re-sign the app every 7 days (if the user does not have a subscribe to the Apple Developer Program)
  • Assisting in the development of iOS applications with Xcode
  • Cloning or downgrading already-installed apps

By using it you can easily install apps without needing to re-sign using methods like altstore etc..

If you don’t want to jailbreak your device just to sideload check out how to side load without jailbreking your device

Repo: https://cydia.akemi.ai/

3.installing custom themes :

This is a very personal and fun aspect of the jailbroken device people often jailbreak there device so that they can change the boring iphone user interface

There is an easy way to theme the entire device by installing snowboard

Snowboard:

Snowboard is a theme engine for jailbroken devices that can change the entire feel and aesthetics of your device completely to unlock its full potential. You need to install its extension so that you can change different parts of the device, for example the icon extension used to change the icons ,dock,menu bar extension . if you only want to change icon then install only the icons extensions

Themes and icons packs are available from the packet manager under themes section

My favorite repo for fonts and themes (https://evynw.github.io/)

4.Installing filza

Filza is one of the essential tools for the jailbroken device,filza is a powerful file manager for the iphone it allow access to the root file of your device     which is not available for non jailbroken devices it also includes unzipping,copy,paste file creation etc…

Filza is a paid software but don’t worry there is no need to pay for it to use the full functionality of the software

Filza is is available from the repo :Bigboss repo

5.insatall icleaner :

Icleaner is a cleaning utility for ios device which scan the entire root system and find duplicate, unused dependency ,remaining ota update and remove them it give lot of storage of the iphone with we really need

These are some of the things you must do when you first do. We will see tweaks and apps you must have as well as tips and tricks for your jailbroken device  soon in our blog posts .

The post THINGS TO DO AFTER YOU JAILBROKEN YOUR DEVICE appeared first on Mp3 Store.

]]>
https://mp3store.in/2022/07/05/things-to-do-after-you-jailbroken-your-device/feed/ 0 61
MUST HAVE TWEAKS FOR JAILBROKEN DEVICE : https://mp3store.in/2022/07/05/must-have-tweaks-for-jailbroken-device/ https://mp3store.in/2022/07/05/must-have-tweaks-for-jailbroken-device/#respond Tue, 05 Jul 2022 16:39:43 +0000 https://mp3store.in/?p=50 SHUFFLE     Shuffle is a jailbreak tweak that revamp the look of the Settings app allowing users  to better organize apps and installed tweaks through their packet manager. shuffle works with all modern jailbreaks running iOS 10 – iOS 14. Once you install the Shuffle it  adds new sections in the top of the settings apps with Tweaks, Apps, and System Apps. which allows users  to quickly manage all tweaks, preferences without need to scroll down. Everything is organized the way you would expect from the beginning. When you have installed a lot of tweaks you will be able  to

The post MUST HAVE TWEAKS FOR JAILBROKEN DEVICE : appeared first on Mp3 Store.

]]>
  • SHUFFLE
  •     Shuffle is a jailbreak tweak that revamp the look of the Settings app allowing users  to better organize apps and installed tweaks through their packet manager. shuffle works with all modern jailbreaks running iOS 10 – iOS 14.

    Once you install the Shuffle it  adds new sections in the top of the settings apps with Tweaks, Apps, and System Apps. which allows users  to quickly manage all tweaks, preferences without need to scroll down. Everything is organized the way you would expect from the beginning.

    When you have installed a lot of tweaks you will be able  to know that each section comes with a search bar that allows users to find tweaks and preferences. This works also with installed Apps.

    But wait, there is more to this Shuffle tweak that doesn’t only organize the tweak list in sections. It can also manage tweaks Preference Bundles allowing users to disable the settings pane for selected tweaks. This option is available in the Advanced tab which is available at the  bottom of the Tweaks Section.

    1. SYLPH

        Sylph tweak was developed by the developer Max Dausch ,Sylph tweak is used to customize the ugly lock screen music player it has three different style lock to it users can choose the look from the tweak preference setting that can be accessed via the settings app

    It can be further customized by the next tweak in this list that is custom player

     

    1. CUSTOMMISICPLAYER

        This tweak allows user to customize the lock screen music player the features of thus tweak are as follows

    CustomPlayer is a tweak to customize your music experience!

    Current features:

    • colorizing the music player on the lockscreen/notification center.
    • Hide the music player on the lockscreen/notification center.
    • colorizing the now playing view in the Spotify app.
    • colorizing the music module in the control center.
    1. KALM

        The recent ios update added the ability to customize the lock screen however if you ran older version of ios and still need something similar to it then it is the best option

    The iOS Lock screen has rarely received subtle design changes over the years, but they haven’t been quite as outdated as some users would like to see. users like to see more of my most important information directly on my Lock screen every day without having to swipe anywhere.

    If you’re wanting something like this, then I think you’ll enjoy a newly released jailbreak tweak called Kalm by iOS developer ubik. Kalm brings a gorgeous information-oriented info to your iOS device’s Lock screen, allowing you to see more of what’s happening  at a glance with less interaction on your part.

    Kalm integrates useful information types into the iOS Lock screen, that includes current Weather conditions and Up Next Calendar events in addition to a gorgeous new date and time display that can be customized by the user.

    Once installed, users can change the  preference setting of kalm in the Settings app where they can configure the Kalm interface to their liking

    1. CALLBARXS

        If you have a jailbroken iPhone, then you should definitely get  Elias Limneos’ new CallBar XS tweak to your device

    Just like its older brother , CallBar XS old iphone interface by incorporating a less intrusive incoming and outgoing phone call interface. In other words, it replaces iOS’ full-screen call interface with one that is normally larger than a standard notification banner, and also it does not sacrifice any functionality.

    On the other side,, CallBar XS also includes a many pre themes in the tweak that you can change it from the setting app

    What’s more, CallBar XS supports more than just the native phone app; it  supports popular apps like whatsapp facetime etc…

    The post MUST HAVE TWEAKS FOR JAILBROKEN DEVICE : appeared first on Mp3 Store.

    ]]>
    https://mp3store.in/2022/07/05/must-have-tweaks-for-jailbroken-device/feed/ 0 50
    IOS 16 TOP FEATURES [PART-2] https://mp3store.in/2022/07/05/top-ios-16-features-part-2/ https://mp3store.in/2022/07/05/top-ios-16-features-part-2/#respond Tue, 05 Jul 2022 16:10:27 +0000 https://mp3store.in/?p=40 This article is the continuation of top ios 16 features part-1 check out the previous article here 1 Communication and Collaboration     This years ios 16 improved in lot of ways in collaborating features in each of the apps      Messages In iOS 16, users can finally edit or undo a recently sent message up to 15 minutes after sending it, and also they can recover recently deleted messages for up to 30 days, and pin conversations as unread to come back to them later. When mentioning a contact name in the iMessages app, mention suggestions now include the  contact

    The post IOS 16 TOP FEATURES [PART-2] appeared first on Mp3 Store.

    ]]>
    This article is the continuation of top ios 16 features part-1 check out the previous article here

    1 Communication and Collaboration

        This years ios 16 improved in lot of ways in collaborating features in each of the apps 

        Messages

    In iOS 16, users can finally edit or undo a recently sent message up to 15 minutes after sending it, and also they can recover recently deleted messages for up to 30 days, and pin conversations as unread to come back to them later.

    When mentioning a contact name in the iMessages app, mention suggestions now include the  contact image in the Quick Tap. Apple has also revamped the voice messaging experience with a separate iMessages app.

    Collaboration invitations also make it easier to work on a shared project inside the  Messages app and allows everyone in a thread to be automatically added to a spreadsheet,document or project and see any edits updates at the top of a Messages thread. This feature is compatible with all the Apple apps such as, Keynote, Numbers, reminder ,Pages, Notes,, and Safari, as well as third-party apps thanks to a Messages Collaboration API.

    iOS 16 also brings SharePlay to Messages app, making it possible to enjoy synced content like watching movies or listening to songs and shared playback controls while chatting in the Messages app. Also, a new Shared with You API allows developers to build a Shared with You section on  third-party apps if the developer implemented it.

    FaceTime

     FaceTime can now magically  hand off calls from the iPhone to a Mac or iPad, and vice versa. When calls are handed off to the desired devices, connected Bluetooth headsets also transition to the new device simultaneously.

    Live Captions is also introduced in  FaceTime, it  allows users to automatically interpret dialogue in FaceTime calls with speaker attribution to easily follow along with group conversations.

    The SharePlay app can now  allow users to see which of their favorite apps are supported by SharePlay and it can be opened from the FaceTime controls. Users can tap the Share button during an active FaceTime call to start collaborating with others on the call in Files, Keynote, Numbers, Pages, Notes, Reminders, Safari, and supported third-party apps.

     

    Freeform

    Freeform is a new app that provides a flexible canvas for outlining new projects, collecting assets, or brainstorming new ideas. Users can now write or draw anywhere on the canvas and select and move text or drawings around as needed. With multimedia support included in it, now users can embed audio, images, audio, PDFs, documents, and web page links, all with all the inline previews.

    With real-time collaboration, users can now view others’ contributions as they add content and make edits. Freeform uses the Messages Collaboration API to see updates from collaborators part in Messages conversations and also users can initiate a FaceTime call directly from Freeform app.

    Mail

    Finally users can schedule emails ahead of time and have up to ten seconds to undo the delivery of a mail they sent before it reaches a receiver’s inbox. Mail can detect if a user forgot to include an important part from their message, like an attachment, and there are options to resurface a message at any date and time with Remind Later. Follow Up suggestions can automatically remind the users to do a follow up on an email if they have not received a response, and it can also add context and detail with rich links.

    The Mail app can also receive a significant update in  iOS 16 ,by using advanced techniques for delivering more accurate, relevant results. Users can now see recent emails, documents,contacts and links the moment they begin to search for emails. Search results are also improved significantly by automatically correcting typing errors and also by using synonyms for search terms.

    The post IOS 16 TOP FEATURES [PART-2] appeared first on Mp3 Store.

    ]]>
    https://mp3store.in/2022/07/05/top-ios-16-features-part-2/feed/ 0 40
    IOS 16 TOP FEATURES [PART-1] https://mp3store.in/2022/07/05/top-ios-16-features-part-1/ https://mp3store.in/2022/07/05/top-ios-16-features-part-1/#respond Tue, 05 Jul 2022 16:06:58 +0000 https://mp3store.in/?p=37 iOS 16 Overview Apple in WWDC 2022 previewed the latest version of the IOS,that is iOS 16 it introduces redesigned, customizable Lock Screens, the ability to edit and delete messages, improved Focus modes, an iCloud Shared Photos Library for families, major improvements for apps like Mail, Home, and Wallet, and much more. Also improved focus mode as well as many collaborative  focused changes the feature changes are also included in the ipados  1.LOCK SCREEN     In iOS 16, finally users can customize their Lock Screens to their desired look and can easily switch between multiple of them by simply holding

    The post IOS 16 TOP FEATURES [PART-1] appeared first on Mp3 Store.

    ]]>
    iOS 16 Overview

    Apple in WWDC 2022 previewed the latest version of the IOS,that is iOS 16 it introduces redesigned, customizable Lock Screens, the ability to edit and delete messages, improved Focus modes, an iCloud Shared Photos Library for families, major improvements for apps like Mail, Home, and Wallet, and much more.

    Also improved focus mode as well as many collaborative  focused changes the feature changes are also included in the ipados 

    1.LOCK SCREEN

        In iOS 16, finally users can customize their Lock Screens to their desired look and can easily switch between multiple of them by simply holding down and swiping the screen.

    Users can now choose a new effect for wallpapers like the subject can be  set in front of the time and change the font of the date and type with a range of new styles and color options. A brand new  gallery displays suggestions to create custom Lock Screens,with live weather conditions, animated views of the Earth, moon, and solar system, emojis, unique backdrops, image suggestions, and many more.

    It can have complication like apple watch and add widget to the lock screen

    2.NOTIFICATION

        Notifications is now completely  redesigned in iOS 16 now it  rolls up from the bottom of the screen instead of the traditional way ,it is to  ensure that users have a good view of their customized  Lock Screen while being able to easily see notifications as they arrive. There are many ways to view notifications on the Lock Screen like expanded list view, count view ,stacked view, and a pinch allows users to change the layout in context.

    3.Live Activities

        Live Activities is a new feature in ios 16  that helps users keep track of things that are happening in real-time, such as a sports game, workout, ride-share, or food delivery order, directly from the Lock Screen. Instead of a new notification for every update it updates in real time it takes the form of a card at the bottom of the Lock Screen that persists for as long as the activity occurs.

    3.IMPROVED FOCUS MODE 

        Focus mode was first  introduced with iOS 15 last year and now it has been expanded and refined in iOS 16, iPadOS 16, watchOS 9, and macOS Ventura. Accompanying the redesigned customizable Lock Screen now the users can now set each Focus mode to have a linked Lock Screen. In addition to all of the existing ways to activate a Focus mode, like in Control Center or via automations, iPhone users can now choose between Lock Screens to enable a different set  Focus mode.

    iOS 16 suggests Home Screen and Lock Screen set up  with apps, wallpapers, and widgets when users set up a Focus mode, and users can also directly tie an Apple Watch face to a specific Focus mode. The process of setting up a Focus mode has been improved  with a personalized setup experience for each option.

    One of the biggest additions to Focus mode  in iOS 16 is Focus filters. Focus filters allow users to set limits  within apps like Mail,calendar  ,safari, and messages to only display relevant content, such as a particular Tab Group in Safari,or set of calendars  events in the Calendar app, With a new Focus filter API, developers can build this functionality into their apps and change content based on a user’s current Focus.

    There are also more customizable  options inside Focus modes, with an ability to silence notifications from apps and people, effectively adding the ability to not include notifications rather than only allow them as is the case in iOS 15.

    These are some of the features of ios 16 we will see addition improvement in the next article

    The post IOS 16 TOP FEATURES [PART-1] appeared first on Mp3 Store.

    ]]>
    https://mp3store.in/2022/07/05/top-ios-16-features-part-1/feed/ 0 37
     BASIC LINUX COMMAND FOR ABSOLUTE BEGINNERS [PART-1] https://mp3store.in/2022/07/05/basic-linux-command-for-absolute-beginners-part-1/ https://mp3store.in/2022/07/05/basic-linux-command-for-absolute-beginners-part-1/#respond Tue, 05 Jul 2022 14:04:19 +0000 https://mp3store.in/?p=20 WHAT IS LINUX ?     Linux is a family of open source operating system running linux kernel you might not know about linux but the world is run by linux ,all the server are exclusively runs linux operating system because linux is known for its stability and relatability as well is it can run on wide range of hardware from watches to supercomputers     Unlike windows and mac os linux is completely open source and it has a very large community of people that helps ordinary people to get using linux, and there are lot of distribution there is something

    The post  BASIC LINUX COMMAND FOR ABSOLUTE BEGINNERS [PART-1] appeared first on Mp3 Store.

    ]]>
    WHAT IS LINUX ?

        Linux is a family of open source operating system running linux kernel you might not know about linux but the world is run by linux ,all the server are exclusively runs linux operating system because linux is known for its stability and relatability as well is it can run on wide range of hardware from watches to supercomputers

        Unlike windows and mac os linux is completely open source and it has a very large community of people that helps ordinary people to get using linux, and there are lot of distribution there is something for everyone in the linux 

        Unlike other os the linux doesn’t even need GUI(Graphical user interface) or mouse  to operate the entire system ,it can even operate by commands in the terminal many people are scared because of that but most linux distros come with GUI but still learning some command will improve your day to day workflow in linux

        So these are some of the command for beginners 

    check out the a small introduction to linux here.

    1.ls command

        ls  command is used to list all the file in the current directory you are in if you want the ls command to to show hidden files then use -a as an argument to show the all the file with hidden files in the current directory

    2.cp-command 

        cp command is used to copy files through the command line interface. It takes two parameter: The first is the location of the file to be copied, the second is where to copy the file.

    3.cd command

        cd-  change directory

        It is used to go to a specific directory. For example, if you are in the home folder, and you want to change it to the downloads folder, then you can type in “cd Downloads”., this command is case sensitive, and you have to type in exact name of the folder. But the changing director should be with in the current directory for example you are in downloads folder you want to open ex1 folder but it is inside 

    Some other folder in the download directory then the command should be cd Download/folder/ex1 also if the folder you want to open having two name like space in between then the space should be denoted by \ for example if the name of the folder is home work then the command should be cd home\work

    If you want to go back then use cd ..

    5.cat command

        cat command is used to display the contents of a file. For example cat hello.txt 

    The contents of the hello.txt file will be displayed

    6.mv-command

        mv it is similar to cut in other operating system it is same as cp command but instead of coping its content it will move the content it have two argument the first should be the source location next should be the destination

    7.mkdir-command

        mkdir command is used to create a new director for example mkdir hello it will create a new folder in the current working directory it can also use to create inside the other director for example it can create new folder inside the hello folder by using mkdir /hello/hello2

    If you folder need two word then the blank space is represented by \

    8.rmdir-command

        rmdir  is exactly opposite to mkdir command; it is use to delete the directory but it can only delete empty directory to delete the contents of the file rm command is used for that purpose.

    9.rm command

     rm command is used to delete files and directories.  Use “rm -r” to delete just the directory. Defaut It deletes both the folder and the files contained within the directory.

    10.touch-command

        Touch command is used to create file it can create any type of file for example touch hello.txt

    It will create an empty text file with the name hello

    The post  BASIC LINUX COMMAND FOR ABSOLUTE BEGINNERS [PART-1] appeared first on Mp3 Store.

    ]]>
    https://mp3store.in/2022/07/05/basic-linux-command-for-absolute-beginners-part-1/feed/ 0 20