"സെന്റ്. ജോൺസ് ഹയർ സെക്കന്ററി സ്കൂൾ, മറ്റം/ലിറ്റിൽകൈറ്റ്സ്/Ubuntu Tips" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം

Schoolwiki സംരംഭത്തിൽ നിന്ന്
No edit summary
No edit summary
വരി 1: വരി 1:
==പിഡിഎഫ് ഫയലുകൾ ചുരുക്കാൻ==
പിഡിഎഫ് ഫയലുകൾ ചുരുക്കാൻ <br>
പിഡിഎഫ് ഫയലുകൾ ചുരുക്കാൻ <br>
ഗോസ്റ്റ് സ്ക്രിപ്റ്റ് ഇൻസ്റ്റാൾ ചെയ്യാൻ  ടെർമിനലിൽ <br>
ഗോസ്റ്റ് സ്ക്രിപ്റ്റ് ഇൻസ്റ്റാൾ ചെയ്യാൻ  ടെർമിനലിൽ <br>
വരി 8: വരി 9:
input.pdf എന്നത് ചുരുക്കപ്പെടേണ്ട ഫയൽ <br>
input.pdf എന്നത് ചുരുക്കപ്പെടേണ്ട ഫയൽ <br>
output.pdf എന്നത് ചുരുക്കി പുതിയതായി നിർമ്മിക്കപ്പെടേണ്ട ഫയലിന്റെ നാമമായി വരേണ്ടത് <br>
output.pdf എന്നത് ചുരുക്കി പുതിയതായി നിർമ്മിക്കപ്പെടേണ്ട ഫയലിന്റെ നാമമായി വരേണ്ടത് <br>
==MBR to GPT==
You can convert from GPT to MBR and MBR to GPT without data loss (I have tried that) with gdisk in linux.
    Use at your own risk
Run command gdisk /dev/sdx with sdx as per your HDD partition
GPT fdisk (gdisk) version 1.0.1
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if
you don't want to convert your MBR partitions to GPT format!
***************************************************************
Command (? for help):
MBR to GPT
Enter w to write GPT partition on disk.
Press y to confirm your choice.
GPT to MBR
Enter r to enter in recovery and transformation options.
Enter g to convert GPT to MBR partition.
For Information
You can check table by command p.
    Warning: You will lost your boot loader (Ex. GRUB)
You can check if your partition is GPT or MBR now gdisk /dev/sdx with sdx as per your HDD partition in Partition table scan

15:22, 23 ജൂലൈ 2019-നു നിലവിലുണ്ടായിരുന്ന രൂപം

പിഡിഎഫ് ഫയലുകൾ ചുരുക്കാൻ

പിഡിഎഫ് ഫയലുകൾ ചുരുക്കാൻ
ഗോസ്റ്റ് സ്ക്രിപ്റ്റ് ഇൻസ്റ്റാൾ ചെയ്യാൻ ടെർമിനലിൽ
sudo apt-get install ghostscript ഇൻസ്റ്റാൾ ചെയ്ത ശേഷം ടെർമിനലിൽ

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

input.pdf എന്നത് ചുരുക്കപ്പെടേണ്ട ഫയൽ
output.pdf എന്നത് ചുരുക്കി പുതിയതായി നിർമ്മിക്കപ്പെടേണ്ട ഫയലിന്റെ നാമമായി വരേണ്ടത്

MBR to GPT

You can convert from GPT to MBR and MBR to GPT without data loss (I have tried that) with gdisk in linux.

   Use at your own risk

Run command gdisk /dev/sdx with sdx as per your HDD partition

GPT fdisk (gdisk) version 1.0.1

Partition table scan: MBR: MBR only BSD: not present APM: not present GPT: not present


Found invalid GPT and valid MBR; converting MBR to GPT format. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if you don't want to convert your MBR partitions to GPT format!


Command (? for help):

MBR to GPT

Enter w to write GPT partition on disk.

Press y to confirm your choice. GPT to MBR

Enter r to enter in recovery and transformation options.

Enter g to convert GPT to MBR partition. For Information

You can check table by command p.

   Warning: You will lost your boot loader (Ex. GRUB)

You can check if your partition is GPT or MBR now gdisk /dev/sdx with sdx as per your HDD partition in Partition table scan