Learn More 1.Open your terminal by the comment: ctrl+alt+t. 2.There are 3 version of KDE, choose one of theme: KDE Full: The complete KDE packages and KDE plazma desktop(1gb) , This includes multimedia, networking, graphics, education, games, system administration tools, and other artwork and utilities. Write this comment: “sudo apt install kde-full”. KDE Standard: This …
Category Archives: LInux
How to install PostgreSQL on ubuntu
Learn More 1.Open your termianl by ctrl+alt+t. 2. Create new repository configuration file in your /etc folder with this code: sudo sh -c ‘echo “deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main” > /etc/apt/sources.list.d/pgdg.list’ 3.Install the latest version of PostgreSQL: sudo apt-get -y install postgresql
How to install git on ubuntu
Learn More 1.Open terminal by ctrl+alt+t . 2. run $ sudo apt install git-all. After Installation(upload your project to github): Go to github.com , register and login to your account. Click “New” in the left menu. Enter your repository name, choose public , and click “Create repository”. Open your termial and navigate to your project. …
How to install nodejs on ubuntu
Learn More 1.Open terminal by ctrl+alt+T 2.Write the comment “sudo apt install nodejs”. 3.To open nodejs commend line simple run “node”.
How to extract and open 7z file in linux(ubuntu)
Learn More Right click on the 7z file you want to open and click “open with other applications” Select P7zip Desktop and click Select. 3. After you open the 7zip windows , go to Edit and click “select all” and then click extract. 4. Chose the path you want to extract the files with the …
Continue reading “How to extract and open 7z file in linux(ubuntu)”
How to install phpMyAdmin on ubuntu
Learn More The best way to install phpmyadmin in ubuntu is via “xampp” local server. It is very easy and fast installation. Download xampp for ubuntu from here: https://www.apachefriends.org/download.html. (You need to choose the correct xampp version that match to your php version that installed on your ubuntu. to see your php version , enter …
How to fix Very High cpu in linux(100% cpu usage)
Learn More After a lot of time , I solved this problem. My new lenovo laptop always did a lot of noise and i didn’t know why, I thought that the problem is the specific this lenovo model , I tried to search in many forum and i search in the offical lenovo forum. some …
Continue reading “How to fix Very High cpu in linux(100% cpu usage)”
Wine Error: How to fix “invalid name” error with exe file
Learn More Today i face a problem to open installation exe file with “wine”. This is the error: To fix this error you only need to transfer the exe file to the wine drive_c. You can search this folder with your linux file manager. After you transfer the file , the problem fixed.
How to fix ubuntu boot with “Boot Repair”
Learn More If you have a problem with the dual boot windows and linux or maybe you install another Linux distribution, There is amazing tool to fix this problem by the software “Boot Repair”. To Install this software , you need to enter to ubuntu live-session with live cd or usb. You can download the …
Continue reading “How to fix ubuntu boot with “Boot Repair””
How to change folder and file permission in linux
Learn More Linux is very secure os and many time you don’t have access to read or write folder and files. Sometimes when you want to install a local server like “xampp” or “Local” and You want to edit your project folder but you can’t create a new project in your xampp folder because the …
Continue reading “How to change folder and file permission in linux”