Skip to content

Instantly share code, notes, and snippets.

@dmdotin
dmdotin / Grub Loader not shown in startup ubuntu - win10
Last active October 5, 2017 20:03
Grub Loader not shown in startup ubuntu / win10
Login in to Win10
Run CMD as Administrator
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
Add above line & ENTER
Restart
@dmdotin
dmdotin / Install Malayalam fonts in Ubuntu 16.04
Last active March 8, 2018 19:12
Install Malayalam fonts in Ubuntu 16.04
Open a Terminal and apply following commands
sudo su
apt-get install fonts-smc fonts-samyak-mlym fonts-mlym fonts-lohit-mlym
To get more Malayalam fonts, visit https://smc.org.in/fonts/
@dmdotin
dmdotin / Installing Pencil wireframe , cheching checksum & installing in Ubuntu 16.04
Last active March 9, 2018 22:50
Installing Pencil wireframe , cheching checksum & installing in Ubuntu 16.04
64 bit
If you not installed gdebi , Type below command
:~$ sudo apt install gdebi
Visit https://pencil.evolus.vn/Downloads.html & get Latest Release link
Open Terminal & type
@dmdotin
dmdotin / Verify downloaded file checksum in ubuntu
Created April 3, 2018 20:00
Verify downloaded file checksum in ubuntu
Open Terminal using ..
Ctrl+Alt+T
Assume you downloaded ISO file in " Downloads/ISO files " Directory
Use " cd " command to enter the folders .. Example :
$ cd Downloads/ISO\ files/ & Press Enter ( If your folder names are with space use back slash , space to enter the directory )
@dmdotin
dmdotin / Mounting Drive problem ubuntu windows dual boot
Created April 4, 2018 19:11
Mounting Drive problem ubuntu windows dual boot
Open your applications menu, search for “Disks”, and launch the Disks application.
Seelct the drive containing the Windows system partition, and then select the Windows system partition on that drive. It’ll be an NTFS partition.
Click the gear icon below the partition and select “Edit Mount Options”.
Disable the “Automatic Mount Options” setting at the top of the window.
In the mount options box, copy-paste or type the following text ..
,remove_hiberfile
@dmdotin
dmdotin / Install Brave browser to Ubuntu
Created May 16, 2018 17:14
Install Brave browser to Ubuntu
Open Terminal Press - Ctrl+Alt+T
Enter
wget -O brave.deb https://laptop-updates.brave.com/latest/dev/ubuntu64
Once finished Enter
sudo dpkg -i brave.deb
@dmdotin
dmdotin / How to move desktop launcher to bottom in ubuntu 16
Created May 16, 2018 17:22
How to move desktop launcher to bottom in ubuntu 16
Open Terminal - Ctrl+Alt+T
Enter below command -
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
if you want to move back to left use command below -
gsettings set com.canonical.Unity.Launcher launcher-position Left
@dmdotin
dmdotin / Enabling Ubuntu - win 10 Dual boot Select menu in HP Laptop
Created June 16, 2018 11:03
Enabling Ubuntu - win 10 Dual boot Select menu in HP Laptop
Install Ubuntu for Dual OS ( as normal )
Start Laptop & check if Dual boot select menu appears ..
If no .. Shut down & Start Again ..
Press " ESC " key to enter boot menu
Enter Bios Setup F10
@dmdotin
dmdotin / How to Format a USB Flash Drive - NTFS , FAT32 , RAW ( Windows )
Last active December 16, 2018 12:44
How to Format a USB Flash Drive - NTFS , FAT32 . RAW ( Windows )
1. Open up cmd from the start menu
2. Type compmgmt.msc to open your computer management tool and locate the disk (Number) [ From Storage > Disk Managemnt ]
3. Once you have the disk number, remember it, then pull command prompt back up and type in: diskpart
4. Type: list disk
5. Then type: select disk 2 (if Number is 2 .. From step 2 )
6. Then type: clean
7. Then Type: create partition primary
8. Then type: active
9. Finally type: format fs= fat32 (OR NTFS)
[ Note it will take little time , Dont remove USB till formatting finished , you can check details in Step 2 Window ]
@dmdotin
dmdotin / Install Rambox in Ubuntu
Last active December 18, 2018 12:26
Install Rambox in Ubuntu
Updated Dec 18 , 2018 / Version 0.6.3
32 bit
sudo apt install gdebi
Visit https://github.com/saenzramiro/rambox/releases & get Latest Release
wget https://github.com/ramboxapp/community-edition/releases/download/0.6.3/Rambox-0.6.3-linux-i386.deb