Skip to content

Tag: terminal

Interractive plots Ipython 5.0.0 in the terminal

I run Ipthon in the terminal, in linux (not a jupyter notebook). In Ipython 2.4.1, the following commands opens a pop up interactive Tk plot window: In Ipython 5.0.0, when I use the same code: nothing appears. How do I get my poping up interractive plot in Iptyhon 5.0.0? Answer From your output with ipython u…

Closing then opening standard input in C under Linux

I have a C console application under Linux (Raspbian – Raspberry Pi). The program has some character animation – it prints out messages character by character. For example, the text Please give me your name! is printed out completely after 5 seconds (char by char). Afterwards, the user is asked to…

How to run linux without any DesktopEnvironment?

I have Manjaro installed on my system and for the Desktop Environment I have XFCE4 and for login manager LXDM everything works fine but when I try to change some of the lxdm-config option I can’t login to my user, the problem came from that I disable that option to shown the select session panel and aft…

Running Java from terminal : cannot find text files

I am using Java in Eclipse for file manipulation like editing, searching, etc. For instance I have two text files. One is “sales.txt” and the other is “employees.txt”. The user is supposed to input a beginning date and ending date as arguments. Then the program finds the dates that mat…