Quantcast
Channel: User David Winiecki - Ask Ubuntu
Browsing all 7 articles
Browse latest View live

Comment by David Winiecki on Apache error "Could not reliably determine the...

Do you think this should work with Apache 2.2.22? I am still getting "Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName"

View Article


Comment by David Winiecki on How do I start/stop mysql server?

Generally you can use sudo -l to see what your specific user on your specific system is allowed to do with sudo. (Your permissions are configured in /etc/sudoers.) However I don't know for sure if it...

View Article

Comment by David Winiecki on How to remove all files from a directory?

I don't have enough reputation to add a real answer, but when using the shopt -s dotglob && rm /path/to/directory/* solution in bash, (shopt -s dotglob && rm /path/to/directory/*) (with...

View Article

Comment by David Winiecki on MySQL 8 packages not found after adding repository

Is there any documentation on what pool is? (Even better: Is there documentation somewhere on how to navigate repo.mysql.com in general, and what the purpose of each directory is, and who updates these...

View Article

Comment by David Winiecki on How can I search for a package which provides an...

I had trouble finding what installs dig so I used apt-file search -x '/dig$' (or apt-file search --regexp '/dig$'). man apt-file says that -x is slow. You can also use apt-file search dig | grep...

View Article


Comment by David Winiecki on How to let `dpkg -i` install dependencies for me?

sudo apt -f install ./foo-1.2.3.deb`

View Article

Answer by David Winiecki for Diff reports difference but both lines are the same

Not sure if this helps with hard-to-find whitespace characters, but you may want to use wdiff, a front-end to diff, which is handy for diffing. You can install it using:sudo apt install wdiff

View Article
Browsing all 7 articles
Browse latest View live




<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>