Slavisa Jovanovic
Slavisa Jovanovic
Home
Posts
Projects
Events
Talks
Publications
Contact
Light
Dark
Automatic
Linux
How to access to the previously typed command in bash terminal
Often you forget that you need root privileges while typing some commands in bash terminal. For instance, you typed: dnf update which needs sudo privileges and you’re obliged to type sudo dnf update.
Feb 3, 2021
1 min read
Linux
How to create a bootable USB from an iso
To create a bootable USB under linux is really straightforward. The following steps should be respected to guarantee the success of this operation: plug your USB flash drive into your PC use fdisk -l to identify the name of your USB drive.
Dec 8, 2019
1 min read
Linux
How to install and use svn locally
Svn is a software versioning and revision controlling system that can be used to organize your code written in any programming language. I use it often locally to organize my latex, vhdl, SystemC or other types of files.
Sep 18, 2016
2 min read
Linux
How to install Modelsim 10.2b under Fedora 21/22
If you want to use the latest Modelsim versions under Fedora 21, you may experience some problems. I’ll show you how to get rid of these problems to run successfully Modelsim.
May 20, 2015
2 min read
Linux
How to convert MBR partition table to GPT without data loss
Some linux distributions impose to use GPT (GUID Partition Table) insted of traditional MBR. If you have an already installed linux system using MBR partition table and you want to convert it to a freshly new GPT table without data loss, here is the solution.
Feb 19, 2015
1 min read
Linux
Cite
×