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

 

 

 

Search found 19 matches

by user6c57b8
2022-08-05 17:53
Forum: Off-Topic
Topic: Which Browser do you use?
Replies: 124
Views: 124211

Re: Which Browser do you use?

Honestly the best web-browser to use is your own web-browser that you constructed from scratch. 0% Fortunately, that 0% can be done within $time_at_end_of_day [exclusive [ie. the end-point is exclusive]] [assuming you want HTML5 + HTML4 compatability + HTML5 videos to work on youtube + JavaScript AJ...
by user6c57b8
2022-07-24 21:14
Forum: Installation
Topic: Apt upgrade hangs on DKMS sign tool invocation
Replies: 1
Views: 1169

Re: Apt upgrade hangs on DKMS sign tool invocation

If I were you (because I'm a 900% fan of sanity checks) I'd make your script something like this: #!/bin/sh echo 'Hello, World! STDOUT' echo 'Hello, World! STDERR' >&2 as /root/sign-dkms-modules.sh then: sudo chmod 0777 /root/sign-dkms-modules.sh /root/sign-dkms-modules.sh #give it a whirl And t...
by user6c57b8
2022-07-24 03:28
Forum: Graphical Environments & Desktops
Topic: Can't Install Desktop - Debian 12 Bookworm
Replies: 19
Views: 4281

Re: Can't Install Desktop - Debian 12 Bookworm

Debian stable (ie. Debian 11.4 "Bullseye") (versus testing and/or unstable) has more up-to-date kernels in backports if you need it..I guess. I'm assuming there is a 3% chance a more up-to-date kernel will fix your RaspberryPi4 sound issue. While you're in Debian testing a sudo apt update;...
by user6c57b8
2022-07-23 21:06
Forum: Graphical Environments & Desktops
Topic: Can't Install Desktop - Debian 12 Bookworm
Replies: 19
Views: 4281

Re: Can't Install Desktop - Debian 12 Bookworm

liquid_mobius wrote: 2022-07-23 19:41Thanks for your help.
So you're good? Is this thread

Code: Select all

[SOLVED]
?
by user6c57b8
2022-07-20 16:39
Forum: Off-Topic
Topic: Lennart Poettering leaves Red Hat for Microsoft
Replies: 18
Views: 5725

Re: Lennart Poettering leaves Red Hat for Microsoft

Lennart Poettering leaves Red Hat for Microsoft
So Potter joined Slytherin?
by user6c57b8
2022-07-10 19:30
Forum: General Debian
Topic: Share your Debian SCRIPTS
Replies: 85
Views: 52049

Re: Share your Debian SCRIPTS

updated apt-show-BIN-files-from-manually-installed-packages.sh from 1.0 to 2.0 (changes: added blue color to the output command.) (open bugs: some people reported some bin paths are invalid bin paths.)
by user6c57b8
2022-07-02 08:09
Forum: Off-Topic
Topic: Join me on Teeworlds playing on an FNG server :D
Replies: 0
Views: 1750

Join me on Teeworlds playing on an FNG server :D

Yes. The teeworlds on stable is 100% good. (It's the version I use.) To be perfectly honest if you play on these servers and you're new there's a 90% chance you're gonna get voted out of the server (assuming it's currently a team game) because you'd be basically feeding the other team. *sigh*. But t...
by user6c57b8
2022-06-30 21:04
Forum: General Debian
Topic: Share Your BASH Aliases
Replies: 11
Views: 27585

Re: Share Your BASH Aliases

alias bash++='/usr/bin/perl' #0% useful, 13% funny alias battery='echo acpitool -b' alias bitchx='/usr/bin/weechat -a -p --plugins irc,logger,alias,exec' #no auto-connect to a server and no plug-ins automatically loaded alias ..='cd ..' alias check-network='bash -c "ip route; curl -IL http://n...
by user6c57b8
2022-06-30 20:52
Forum: Off-Topic
Topic: Which Browser do you use?
Replies: 124
Views: 124211

Re: Which Browser do you use?

I don't use Firefox because they use Rust in their source code.
There is something wrong with Rust.
by user6c57b8
2022-06-28 11:41
Forum: Off-Topic
Topic: How much do you trust Debian?
Replies: 78
Views: 42851

Re: How much do you trust Debian?

How much do you trust Debian?
I 3% trust Debian, which is more than I trust my older sister.
by user6c57b8
2022-06-27 05:08
Forum: Off-Topic
Topic: Security in 2022
Replies: 13
Views: 2537

Re: Security in 2022

What's the TL;DR version of this forum topic post?
by user6c57b8
2022-06-23 22:56
Forum: General Questions
Topic: Installing go1.16
Replies: 2
Views: 796

Re: Installing go1.16

Code: Select all

cd /usr/local/bin
sudo ln -s /usr/bin/go1.16 go
I'm 90%sure somebody is going to correct me. And thank god.
by user6c57b8
2022-06-23 03:43
Forum: General Debian
Topic: Has Debian its own version of Linux Kernel?
Replies: 16
Views: 3220

Re: Has Debian its own version of Linux Kernel?

Some statistics (FACTS) comparing the Debian Stable kernel source VS Linus' Github Linux kernel source clone find src-linux-kernel-debian/linux-5.10.106/ -type f | wc -l #Debian 11.3 (stable/bullseye) 72931 find src-linux-kernel-linus/linux/ -type f | wc -l 76913 diff --recursive --report-identical...
by user6c57b8
2022-06-19 02:21
Forum: General Debian
Topic: Share your Debian SCRIPTS
Replies: 85
Views: 52049

Re: Share your Debian SCRIPTS

Who needs a catch-everything libapt command when you can have a catch-everything cheating/reference program? I call it apt-easy or apt-reference or apt-safe? #!/bin/bash #this is a 10%-31% comprehensive debian package management reference. #see the man packages for apt apt-cache apt-file apt-get apt...
by user6c57b8
2022-06-10 22:02
Forum: General Debian
Topic: Share your Debian SCRIPTS
Replies: 85
Views: 52049

Output the /BIN/ commands of all the packages you have "manually" installed on your Debian system

(see: post subject) VERSION 2 (latest) (2022-07-10) (changes: added blue color to the output command.) (open bugs: some people reported some bin paths are invalid bin paths.) for str_package_name in $(apt-mark showmanual); do str_package_filelist_bin="$(dpkg --listfiles "$str_package_name&...
by user6c57b8
2022-06-04 22:50
Forum: General Debian
Topic: Share your Debian SCRIPTS
Replies: 85
Views: 52049

Re: Share your Debian SCRIPTS

Code: Select all

#show all recommended packages of all of the packages you manually insalled with `sudo apt install` or `sudo dpkg -i` or whatever:
for i in `apt-mark showmanual`; do rec="$(dpkg-query -f '${Recommends}' -W $i)"; [ -n "$rec" ] && echo "$i: $rec"; done
by user6c57b8
2022-06-01 18:12
Forum: Programming
Topic: [SOLVED] How can I make an app think it's running in another directory (without merely changing HOME env. var.)?
Replies: 4
Views: 1879

Re: How can I make an app think it's running in another directory (without merely changing HOME environment variable)?

s3a wrote: How can I make an app think it's running in another directory?
chdir() #in python/perl/php/C/C++
cd #in bash

Just google 'chdir $your_language_of_choice_here'
by user6c57b8
2022-06-01 18:05
Forum: Programming
Topic: Create a Debian package from ROS application /pyc file
Replies: 1
Views: 2009

Re: Create a Debian package from ROS application /pyc file

...but when I tried with pyc file, it does not work. Dang that is very descriptive (of the error message/output). lol. I'll just assume that it outputs nothing. I'm 13-38%confused how .pyc files I work. I'm pretty sure they're "compiled" python programs. Is the .pyc file necessary? Could ...
by user6c57b8
2022-06-01 17:58
Forum: Programming
Topic: How to make a Debian package of a Qt5 app?
Replies: 7
Views: 4900

Re: How to make a Debian package of a Qt5 app?

How to make a Debian package of a Qt5 app? lol I'm gonna tell you my family secret. The technique is 900% cheating. #this 100% works. You can use this as a bash script or just execute line-by-line # in your terminal. mkdir -p ~/Downloads/qt5-example-deb-files cd ~/Downloads/qt5-example-deb-files #t...