• 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.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • blog (54)
  • files (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 @blog
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
linux_on_usb_stick @blog
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:
configure_awstats_on_debian_webserver @blog
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 @blog
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
davmail @files
4 Hits, Last modified: 7 years ago
il Exchange gateway" NAME=davmail CONFIG=/etc/davmail.properties DAEMON=/usr/bin/$NAME ... G" PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME LOGFILE=/var/log/davmail.log ... guration variable file if it is present [ -r /etc/default/$NAME ] && . /etc/default/$NAME # Load the VERBOSE setting and other rcS variables .
change_windows_desktop_background_for_day_and_night_using_batchfile @blog
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
set_up_private_firefox_sync_server @blog
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
how_to_fix_font_rendering_of_firefox_3.5_under_ubuntu_9.04 @blog
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}
sane_slow_scan_for_scanners @blog
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
embedding_subtitles_in_videos @blog
2 Hits, Last modified: 15 years ago
itles (SRT) into video files (AVI, MPG, MP4, MKV, etc.) Video players like VLC have the option of rend... ng-subtitles-srt-into-video-files-avi-mpg-mp4-mkv-etc/ {{tag>linux video}} ~~LINKBACK~~ ~~DISCUSSION~
set_rights_of_files_in_public_html @blog
2 Hits, Last modified: 14 years ago
les of other users (possibly containing passwords etc). You can run the script using ''sudo fixphright... les of other users (possibly containing passwords etc). # This can be run in a cronjob
altgr_key_does_not_work_in_windows_guest_on_linux_host @blog
2 Hits, Last modified: 16 years ago
on european keyboards. I added these entries to /etc/vmware/config to get it working: ====== ====== <code> I added keymap to /etc/vmware/config xkeymap.keycode.108 = 0x138 # Alt_
install_latest_firefox_in_debian_using_apt_pinning @blog
2 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
how_to_keep_your_pc_running_fast @blog
2 Hits, Last modified: 16 years ago
ded, with the most important work software on it, etc. Update the image about every month. * When (n... daters that get installed alongside Acrobat, Java etc. http://technet.microsoft.com/en-us/sysinternal
ubuntu_11.04_fingerprint @blog
2 Hits, Last modified: 14 years ago
elegant_solution_for_remotely_accessible_vnc_desktops @blog
2 Hits, Last modified: 13 years ago
monitor_linux_network_interface_traffic_using_nagios @blog
2 Hits, Last modified: 14 years ago
configure_apache2_to_use_comodo_essential_ssl_certificate @blog
2 Hits, Last modified: 14 years ago
ubunutu_natty_not_displaying_pdf_thumbnails_on_nfs_drives @blog
2 Hits, Last modified: 14 years ago
debian_11_suspend_problems @blog
2 Hits, Last modified: 8 months ago
ubuntu_post_install_tasks @blog
2 Hits, Last modified: 11 years ago
configure_dns_settings_in_etc_network_interfaces @blog
2 Hits, Last modified: 11 years ago
reset_zarafa_outlook_users @blog
1 Hits, Last modified: 15 years ago
running_bastille_on_debian_lenny @blog
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
writing_custom_man_pages @blog
1 Hits, Last modified: 15 years ago
renew_license_key_of_bitdefender_for_linux_command_line_version @blog
1 Hits, Last modified: 15 years ago
vmware_ubuntu @blog
1 Hits, Last modified: 14 years ago
using_rdesktop_to_run_windows_apps_on_linux_desktop @blog
1 Hits, Last modified: 16 years ago
thunderbird_tags_with_dovecot_imap @blog
1 Hits, Last modified: 15 years ago
upgrade_debian_etch_to_lenny @blog
1 Hits, Last modified: 15 years ago
ubuntu_24h_time_display_when_using_en_locale @blog
1 Hits, Last modified: 13 years ago
vmware_guest_clock_running_too_fast @blog
1 Hits, Last modified: 15 years ago
all_that_google_knows_about_you @blog
1 Hits, Last modified: 6 years ago
reducing_the_size_of_word_document_with_built-in_pictures @blog
1 Hits, Last modified: 16 years ago
debian_setup_on_hexonet_virtual_servers @blog
1 Hits, Last modified: 16 years ago
angepasste_nummerierung_von_ueberschriften_in_word_2007 @blog
1 Hits, Last modified: 14 years ago
backuppc_script_archive_all_hosts @blog
1 Hits, Last modified: 8 years ago
blank_screen_with_maple_12_on_ubuntu_if_running_compiz @blog
1 Hits, Last modified: 15 years ago
boxplots_using_excel @blog
1 Hits, Last modified: 16 years ago
configure_linux_as_an_airprint_server @blog
1 Hits, Last modified: 13 years ago
copying_large_files_to_usb_device_blocks_system @blog
1 Hits, Last modified: 8 years ago
create_encrypted_tar_files @blog
1 Hits, Last modified: 15 years ago
declouding_my_data @blog
1 Hits, Last modified: 11 years ago
maxmind_geoip_on_debian_lenny @blog
1 Hits, Last modified: 15 years ago
excel_double-click_tricks @blog
1 Hits, Last modified: 16 years ago
excel_tipps @blog
1 Hits, Last modified: 16 years ago
how_to_stop_systemd_spamming_syslog_with_messages @blog
1 Hits, Last modified: 8 years ago
infiniality_installation_on_linux @blog
1 Hits, Last modified: 3 years ago
install_bitdefender_on_linux @blog
1 Hits, Last modified: 15 years ago
install_windows_codecs_and_support_for_encrypted_dvds_in_ubuntu @blog
1 Hits, Last modified: 14 years ago
keep_versioning_info_of_etc_edits_using_etckeeper @blog
1 Hits, Last modified: 14 years ago
linux_speed_up_speed_up_ext3 @blog
1 Hits, Last modified: 16 years ago
install_terminator_with_built-in_quake_mode @blog
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