Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

DebianNewbie

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
LinuxGuru
Posts: 3
Joined: 2017-03-04 02:19

DebianNewbie

#1 Post by LinuxGuru »

Hi folks, I am new linux user still learning and I have some questions regarding Linux " Debian especially "

1-)what is the alternative for MS visual studio I was writing Python and C++ using visual studio what IDE/Compiler do we use in debian and how to install it


2-) which kernel version is recommended for me as my laptop is HP ProBook Notebook Intel Core i5

3-) When I was Windows user when I play a video via VLC it uses less than 2% of CPU when I was testing on Ubuntu to be honest it used 5% of CPU what the problem could be ?




Many thanks in Advance

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: DebianNewbie

#2 Post by GarryRicketson »

when I was testing on Ubuntu to be honest it used 5% of CPU what the problem could be ?
Ask them on the Ubuntu forum, Debian is not Ubuntu.


how to install packages on Debian

https://wiki.debian.org/DebianPackageManagement

The question on How to install a package, on Debian has been asked on this forum over 100 times, and answered. Try searching and browsing the forum a little before posting random , multiple questions.
Example:
what is the Linux , or Debian alternative for MS visual studio
There are many hits, some
leads to :
https://packages.debian.org/jessie-backports/codeblocks
====
https://packages.debian.org/search?keywords=eclipse

Even better:
Ides and compilers for Debian
There all ready is a topic on this right here on the this forum,
http://forums.debian.net/viewtopic.php?f=8&t=82051

All of these questions can be answered by doing a simple search.
something apparently you do not know how to do, but it is expected
that you at least try to find the answers, first , before posting. Please read the first
link in my signature,...
Last edited by GarryRicketson on 2017-03-04 05:06, edited 2 times in total.

Segfault
Posts: 993
Joined: 2005-09-24 12:24
Has thanked: 5 times
Been thanked: 17 times

Re: DebianNewbie

#3 Post by Segfault »

Extraordinary, there still are people who believe Windows? That 2% is most certainly fake.

BTW, there are several generations of i5, if using internal graphics then kernel version matters, yes.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: DebianNewbie

#4 Post by stevepusser »

Not fake if the video decoding is handed off to the graphics processor. I can watch 4K h.264 with some applications and va-api on my Skylake GPU and use 3 percent CPU. This in a Jessie derivative with backports.
MX Linux packager and developer

Segfault
Posts: 993
Joined: 2005-09-24 12:24
Has thanked: 5 times
Been thanked: 17 times

Re: DebianNewbie

#5 Post by Segfault »

Two operating systems displaying different CPU usage using same hardware and acceleration - one of them has to be wrong.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: DebianNewbie

#6 Post by Head_on_a_Stick »

LinuxGuru wrote:1-)what is the alternative for MS visual studio I was writing Python and C++ using visual studio what IDE/Compiler do we use in debian and how to install it

Code: Select all

# apt install vim build-essential
https://sanctum.geek.nz/arabesque/series/unix-as-ide/
deadbang

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: DebianNewbie

#7 Post by stevepusser »

2-) which kernel version is recommended for me as my laptop is HP ProBook Notebook Intel Core i5
You have to be more specific--i5 graphics can range from first (2009) to the current seventh generation. Jessie's stock kernel and drivers should cover up to and including fourth generation.

https://en.wikipedia.org/wiki/List_of_I ... processors

A good site for finding Linux alternatives to Windows-only software is alternativeto.net.
Last edited by stevepusser on 2017-03-05 19:29, edited 1 time in total.
MX Linux packager and developer

tynman
Posts: 132
Joined: 2016-05-03 19:48
Location: British Columbia, Canada
Been thanked: 2 times

Re: DebianNewbie

#8 Post by tynman »

1-)what is the alternative for MS visual studio I was writing Python and C++ using visual studio what IDE/Compiler do we use in debian and how to install it
Regarding IDEs, I looked around semi-seriously a few years ago, and didn't find anything I liked. Eclipse was the most promising IDE I found, but it was unusably slow (on a not particularly powerful workstation), and it didn't have support for C#. At the time, I had not yet heard of Python.

The .net framework is provided in the Linux world by Mono. And the MonoDevelop IDE was created by the Mono people specifically to support C#.

In the last year or so, the following IDEs have caught my eye: (1) Atom and (2) Visual Studio Code. IMHO, those would be worth looking at. There are Debian packages available for both. Instructions for installing are easy to find. They both have support for C#.

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 5 times
Been thanked: 16 times

Re: DebianNewbie

#9 Post by Dai_trying »

For python I use PyCharm, I do find it quite resource hungry but it does provide a lot of convenient tools built in.

Post Reply