Skip to content
Advertisement

Tag: debian

start file manager in terminal window wheezy

Is there an easy way to start my File Manager in GUI as root? All I want to do is temporarily create/update some files and I want to do it through the GUI. I am using a Raspberry Pi that is running Wheezy. Answer depends on your file manager. for example: sudo pcmanfm &>/dev/null &

Until Loop not working as expected

I’m currently learning Linux and as an homework, we have to create a few basic shell scripts. Nothing especially complicated but this one is giving me headaches. Here’s my code : Basically, I have another script called afficher.sh (I’m french so don’t mind the french language used) and it reads whatever file name it gets as a parameter. However, the

What is the difference between xen-linux-system-3.16.0-4-amd64 and xen-linux-system-amd64 in Debian 8 Jessie

I’m looking to migrate to Debian 8 Jessie and new Xen. I see that there two xen-linux-system-* packages available in Jessie: xen-linux-system-3.16.0-4-amd64 xen-linux-system-amd64 I have installed them, one at the time, and both install Xen Hypervisor version 4.4.1. What is the difference between them? Answer xen-linux-system-amd64 will just be a dependency on the latest version in the distribution, which is

Create a Debian imaging server for windows 7

Issue I have been tasked with creating a Debian imaging server for our company. Unfortunately my knowledge with, both Linux and servers is very limited, (this is part of an up-skilling program). Steps Currently I have tried to follow the below tutorials on creating a PXEBoot server and a ProxyDHCP: ProxyDHCP:help.ubuntu.com/community/UbuntuLTSP/ProxyDHCP PXE Boot : https://help.ubuntu.com/community/PXEInstallMultiDistro PXE Boot : https://wiki.debian.org/PXEBootInstall#Installing_Debian_using_network_booting Originally

Advertisement