• skip to content

Bernhard Brunner's Blog

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » etc

etc

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@blog
  • Any namespace
  • blog:change_windows_desktop_background_for_day_and_night_ubuntu_gnu (1)
  • blog:install_cacert_certificate_for_postfix_smtp (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • configure_dns_settings_in_etc_network_interfaces
  • copy_a_filesystem_from_one_computer_to_another_using_tar_and_netcat
  • keep_versioning_info_of_etc_edits_using_etckeeper
  • upgrade_debian_etch_to_lenny
  • use_fetchmail_to_retrieve_mail_from_exchange_2010_server

Fulltext results:

apache2_ssl_with_cacert
20 Hits, Last modified: 16 years ago
e CAcert certificate openssl genrsa -des3 -out /etc/ssl/certs/apache_server.key 1024 openssl req -new -days 1825 -key /etc/ssl/certs/apache_server.key -out /etc/ssl/certs/apache_server.csr openssl rsa -in /etc/ssl/certs/apache_server.key -out /etc/ssl/certs/apa
tls @blog:install_cacert_certificate_for_postfix_smtp
7 Hits, Last modified: 11 years ago
http://www.cacert.org/cacert.crt cp cacert.crt /etc/postfix/ssl/cacert.pem cp private.key /etc/postfix/ssl/newreq.pem cp server.crt /etc/postfix/ssl/newcert.pem This is for main.cf, see also the other stuff above: smtpd_tls_key_file = /etc/postfix/ssl/newreq.pem smtpd_tls_cert_file = /e
configure_awstats_on_debian_webserver
6 Hits, Last modified: 15 years ago
cp /usr/share/doc/awstats/examples/apache.conf /etc/apache2/conf.d/awstats Then edit /etc/awstats/awstats.conf file and make sure the file contains (doub... e a symlink to /usr/local/bin for it. Edit the /etc/logrotate.d/apache2 and make sure it has these li... /run/apache2.pid ]; then /etc/init.d/apache2 restart > /dev/null
set_up_davmail_gateway
6 Hits, Last modified: 7 years ago
e one with your favorite text editor: sudoedit /etc/davmail.properties Set DavMail to server mode so... tificate. ===== Configuring SSL ===== cd to ''/etc/letsencrypt/live/your-server'' and convert the le... n.pem -inkey privkey.pem -certfile cert.pem -out /etc/ssl/certs/davmail.p12 </code> Add the following ... also try starting davmail using sudo davmail /etc/davmail.properties To have a proper startup jo
linux_on_usb_stick
6 Hits, Last modified: 8 years ago
robably need to install non-free drivers. Open ''/etc/apt/sources.list'' and add ''non-free contrib'' t... sks which we're not likely to come across. Open /etc/fstab and for each mount that is on your USB stor... ciated with it's usage. Append the following to /etc/fstab: tmpfs /tmp tmpfs defaults,noatim... to let you know that things are happening Open /etc/grub.d/10_linux and find the following stanza:
set_up_private_firefox_sync_server
4 Hits, Last modified: 11 years ago
refox-sync-server/tmp/sync-error.log’,) [..] $ vi etc/sync.conf [..] [storage] backend = syncstorage.st... ode> Create new apache virtual host <code>$ vi /etc/apache2/sites-available/firefox-sync <VirtualHos... alHost></code> Activate virtual host <code>$ cd /etc/apache2/sites-enabled $ ln -s ../sites-available/... t apache <code>$ apachectl configtest &amp;&amp; /etc/init.d/apache restart</code> Now you can configu
install_latest_firefox_in_debian_using_apt_pinning
4 Hits, Last modified: 8 years ago
======================= # 1. Review the files in /etc/apt/preferences.d: # Pin-Priority should be: u... ebian Security # 2. Review and copy this file to /etc/apt/preferences.d # 3. Update system, no new pack... g.org/how-to-install-firefox-quantum-on-debian-stretch-linux # Package: firefox Pin: release a=unstable... ps://linuxconfig.org/how-to-install-firefox-quantum-on-debian-stretch-linux {{tag>}} ~~DISCUSSION~~
upgrade_debian_etch_to_lenny
4 Hits, Last modified: 15 years ago
====== Upgrade debian etch to lenny ====== 1. Edit sources.list sudo vi /etc/apt/sources.list and change all words etch to lenny, or stable to testing (vim: '':s/etch/lenny/g'') 2. Update and upgrade sudo aptitude upda
how_to_fix_font_rendering_of_firefox_3.5_under_ubuntu_9.04
4 Hits, Last modified: 16 years ago
on fontconfig. Font configuration is stored in /etc/fonts/conf.d/[0-9][0-9]*.conf files. By conventio... g with 10 through 19 control font rendering (see /etc/fonts/conf.d/README) and, in fact, are symlinks to the corresponding files in the /etc/fonts/conf.avail directory. My experiments have ... nk by removing or just renaming it: sudo mv /etc/fonts/conf.d/10-hinting-slight.conf{,.disabled}
change_windows_desktop_background_for_day_and_night_using_batchfile
4 Hits, Last modified: 15 years ago
e file and store it to your scripts directory (e:\etc in my case). {{:blog:wallpaper_day.jpg?320|}} {{... eds REM - store this batchfile in a place like e:\etc REM - make a link to this batchfile in your autos... REM Configuration changes go here set wpnight=e:\etc\wallpaper_night.bmp set wpday=e:\etc\wallpaper_day.bmp set daystarthour=7 set dayendhour=20 REM Set h
keep_versioning_info_of_etc_edits_using_etckeeper
3 Hits, Last modified: 14 years ago
====== Keep versioning info of etc edits using etckeeper ====== https://help.ubuntu.com/10.04/serverguide/C/etckeeper.html {{tag>ubuntupostinstall}} ~~LINKBACK
copy_a_filesystem_from_one_computer_to_another_using_tar_and_netcat
3 Hits, Last modified: 16 years ago
ystem from one computer to another using tar and netcat ====== If you need to transfer an entire files... ystem to be copied, and start the transfer using netcat and tar: cd /mnt/sda1 tar -czpsf - . | pv ... 192.168.1.4 3333 | pv -b | tar -xzpsf - The nc (netcat) command is used for any kind of TCP connection
use_fetchmail_to_retrieve_mail_from_exchange_2010_server
3 Hits, Last modified: 14 years ago
====== Use fetchmail to retrieve mail from exchange 2010 server ====== After my employer upgraded to exchange 2010, i could no longer get my mails by fetchmail. The problem was the gssapi hanging and no... ntification. This can be solved by configuring .fetchmailrc to use plaintext authentication <code> po
sane_slow_scan_for_scanners
3 Hits, Last modified: 4 years ago
be very slow when starting up xsane, scanimage -L etc. The reason is that all scanners in /etc/sane/dll.conf are checked. To speed things up cd /etc/sane cp dll.conf dll.conf.save vim dll.conf
ubuntu_11.04_fingerprint
2 Hits, Last modified: 14 years ago
rint authentication before and have changed your /etc/pam.d/common-auth, you may be presented with a sc... saying pam-auth-update: Local modifications to /etc/pam.d/common-*, not updating. pam-auth-update: R
altgr_key_does_not_work_in_windows_guest_on_linux_host
2 Hits, Last modified: 16 years ago
linux_adapt_keyboard
2 Hits, Last modified: 13 years ago
running_bastille_on_debian_lenny
2 Hits, Last modified: 15 years ago
how_to_keep_your_pc_running_fast
2 Hits, Last modified: 16 years ago
set_rights_of_files_in_public_html
2 Hits, Last modified: 14 years ago
elegant_solution_for_remotely_accessible_vnc_desktops
2 Hits, Last modified: 13 years ago
embedding_subtitles_in_videos
2 Hits, Last modified: 15 years ago
ubuntu_post_install_tasks
2 Hits, Last modified: 11 years ago
ubunutu_natty_not_displaying_pdf_thumbnails_on_nfs_drives
2 Hits, Last modified: 14 years ago
debian_11_suspend_problems
2 Hits, Last modified: 8 months ago
configure_dns_settings_in_etc_network_interfaces
2 Hits, Last modified: 11 years ago
configure_apache2_to_use_comodo_essential_ssl_certificate
2 Hits, Last modified: 14 years ago
monitor_linux_network_interface_traffic_using_nagios
2 Hits, Last modified: 14 years ago
ubuntu_24h_time_display_when_using_en_locale
1 Hits, Last modified: 13 years ago
reset_zarafa_outlook_users
1 Hits, Last modified: 15 years ago
thunderbird_tags_with_dovecot_imap
1 Hits, Last modified: 15 years ago
using_rdesktop_to_run_windows_apps_on_linux_desktop
1 Hits, Last modified: 16 years ago
vmware_guest_clock_running_too_fast
1 Hits, Last modified: 15 years ago
vmware_ubuntu
1 Hits, Last modified: 14 years ago
writing_custom_man_pages
1 Hits, Last modified: 15 years ago
linux @blog:change_windows_desktop_background_for_day_and_night_ubuntu_gnu
1 Hits, Last modified: 15 years ago
all_that_google_knows_about_you
1 Hits, Last modified: 6 years ago
renew_license_key_of_bitdefender_for_linux_command_line_version
1 Hits, Last modified: 15 years ago
debian_setup_on_hexonet_virtual_servers
1 Hits, Last modified: 16 years ago
angepasste_nummerierung_von_ueberschriften_in_word_2007
1 Hits, Last modified: 14 years ago
backuppc_script_archive_all_hosts
1 Hits, Last modified: 8 years ago
blank_screen_with_maple_12_on_ubuntu_if_running_compiz
1 Hits, Last modified: 15 years ago
boxplots_using_excel
1 Hits, Last modified: 16 years ago
configure_linux_as_an_airprint_server
1 Hits, Last modified: 13 years ago
copying_large_files_to_usb_device_blocks_system
1 Hits, Last modified: 8 years ago
create_encrypted_tar_files
1 Hits, Last modified: 15 years ago
declouding_my_data
1 Hits, Last modified: 11 years ago
reducing_the_size_of_word_document_with_built-in_pictures
1 Hits, Last modified: 16 years ago
excel_double-click_tricks
1 Hits, Last modified: 16 years ago
excel_tipps
1 Hits, Last modified: 16 years ago
how_to_stop_systemd_spamming_syslog_with_messages
1 Hits, Last modified: 8 years ago
infiniality_installation_on_linux
1 Hits, Last modified: 3 years ago
install_bitdefender_on_linux
1 Hits, Last modified: 15 years ago
install_windows_codecs_and_support_for_encrypted_dvds_in_ubuntu
1 Hits, Last modified: 14 years ago
linux_speed_up_speed_up_ext3
1 Hits, Last modified: 16 years ago
maxmind_geoip_on_debian_lenny
1 Hits, Last modified: 15 years ago
install_terminator_with_built-in_quake_mode
1 Hits, Last modified: 14 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki