I'v just installed a Debian server on an old machine that was just there. In the installation process, I chose to install web-server.
Which web server is it? Apache? how do I config it? I can't find info and I'm new to the server realm so I don't know where to look.
Search found 8 matches
- 2024-05-06 08:44
- Forum: Beginners Questions
- Topic: [Software] CLI screenshot tool
- Replies: 15
- Views: 2162
Re: [Software] CLI screenshot tool
@galluzHalevi I revisited my original screen capture scripts and found they would not work with wayland (no surprise really) and did a little research and found that getting a user defined area of screen captured is not a viable option for wayland (at least not under Gnome) so I went back to my scr...
- 2024-05-06 08:39
- Forum: Beginners Questions
- Topic: [Software] CLI screenshot tool
- Replies: 15
- Views: 2162
Re: [Software] CLI screenshot tool
The following simple command will take screenshots from to-be-selected areas every second for 5 seconds: for i in {1..5}; do gnome-screenshot -a -d 1 -f test$i; done Unfortunately, due to my low bash skill, I don't know how to continuously take screenshots of a pre-defined area for a set time inter...
- 2024-03-01 13:10
- Forum: Beginners Questions
- Topic: [Software] CLI screenshot tool
- Replies: 15
- Views: 2162
Re: [Software] CLI screenshot tool
Solved So what I didn't know is that in the login screen I can choose a "Gnome on Xorg" session. This means I can use every tool I'm used too, and when I'm finished just log out and login again to have all the cool wayland features like touchpad gestures. That is a compromise I'm comfortab...
- 2024-03-01 08:27
- Forum: Beginners Questions
- Topic: [Software] CLI screenshot tool
- Replies: 15
- Views: 2162
Re: [Software] CLI screenshot tool
I sometimes need to make a screenshot of a specific area once a second for 10 minutes. I used to do it using a bash file, alternating from "sleep 1" to "shutter -s ..."
I really need a CLI tool...
I really need a CLI tool...
- 2024-02-29 15:42
- Forum: Beginners Questions
- Topic: [Software] CLI screenshot tool
- Replies: 15
- Views: 2162
[Software] CLI screenshot tool
Hello, I have just installed Debian 12, w/ Gnome 43. I really need a cli tool to make screenshots. Specifically a rectangular area. Moving from Mint, I used shutter, but I cant seem to find anything that works native and smooth on Wayland. I tried 1. shutter, scrot - no wayland support 2. shutter-on...
- 2023-01-13 21:28
- Forum: Testing And Unstable
- Topic: [Hardware] nvidia driver installation error
- Replies: 10
- Views: 6226
[Hardware] nvidia driver installation error
Hi, I am using bookworm on my dell xps 15, which has nvidia 3050 ti (I know nvidia's problems, i inherited this laptop had no choice on the matter). I'm having real problems getting the driver to work. following every guide i found, they mainly told me to: install and run nvidia-detect install the r...
- 2022-10-22 08:37
- Forum: Beginners Questions
- Topic: [Installation] Installation from bootable usb only shows grub
- Replies: 2
- Views: 640
[Installation] Installation from bootable usb only shows grub
Hello, Short version: I'm trying to install Debian on my machine (Dell xps 15 laptop). My bootable usb only shows a black screen with grub cli, no explanation at all. Long version: I'm a Linux user for about 7 years (Ubuntu / Fedora). Recent update on Ubuntu did bad things. I wanted to try the paren...