Skip to main content

All Questions

Tagged with
0 votes
0 answers
237 views

Write the list of content of a .rar or zip archive into a txt log file with 7z

I have a huge archive.rar and I would like to know its content without extracting it. Using 7z on a Raspbian Here are the commands i tried that did just write an empty output.txt file : sudo 7z l ...
user1719210's user avatar
0 votes
1 answer
142 views

Linux - Raspberry Pi - Keep portable dvd drive awake/alive

I am trying to use my portable dvd drive with my raspberry pi and I have gotten the drive to activate using mount "sudo mount /dev/sr0 /media/cdrom_a" and copy some of the files off of it, but about ...
WannabeProgrammer's user avatar
0 votes
1 answer
59 views

Making a command line program on linux (Raspbian or Ubuntu)

My objective is to make a program that can be installed and then operated using Terminal. For example, Pip is installed We write pip install numpy in the terminal, and numpy is installed. ...
Breakpoint's user avatar
0 votes
1 answer
93 views

Raspbian space disk by default

I'm doing my first steps with Raspberry Pi (3B+), and I'm not sure about my SD card. I already have a 8 GB, but my question is : Is a 8GB SD card enough to install Raspbian and few packages such as ...
gZen0n's user avatar
  • 1
2 votes
1 answer
899 views

Why can't my RaspberryPi execute these basic commands as pi?

As it says in the title, my RaspberryPi can't execute some basic commands (e.g. ls, mkdir, su, ...) with the user 'pi'. I always get the following as output: -bash: /home/pi/bin/ls: Cannot execute ...
kiriMCplay's user avatar
1 vote
2 answers
3k views

Is is possible to port forward without access to the router page in linux?

I want to port forward a server on my raspberry pi running raspbian headless. I don't know the password to my router settings and don't want to go through the effort of resetting all of the settings ...
theReubenator's user avatar
1 vote
0 answers
104 views

Automatic USB Formatter: Linux

How can I automatically format a USB when I put it in a Raspberry Pi that is running Raspbian? This question was previouly posted by me here: https://stackoverflow.com/questions/43120420/automatic-...
Noah Sibai's user avatar
2 votes
2 answers
8k views

PHP works on command line but not in browser

When I run a basic 'hello world' php script from the command line, running the command php test.php, it returns a valid html page. However, when I try to access it by a browser, I get the text of the ...
user3273814's user avatar
0 votes
1 answer
328 views

What is the best way to auto run scripts and/services on Raspberry Pi (raspbian)?

I'm working on creating a headless media server out of my Raspberry Pi and there's a lot of junk that has to run on boot to make it useful. My question is what's the best way to run scripts in this ...
user1502186's user avatar