• skip to content

Bernhard Brunner's Blog

User Tools

  • Log In

Site Tools

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

all

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • blog (63)
  • wiki (3)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • all_that_google_knows_about_you
  • automatically_lock_windows_pc_even_if_screensaver_is_disabled_by_administrator
  • backup_and_restore_complete_typo3_installation
  • backuppc_script_archive_all_hosts
  • create_clean_html_image_gallery_from_linux
  • dokuwiki_with_authldap_and_authplain_in_parallel
  • infiniality_installation_on_linux
  • install_bitdefender_on_linux
  • install_firefox_3.5_on_ubuntu_using_ubuntuzilla
  • install_flash_player_in_linux_64bit
  • install_fonts_on_linux
  • install_latest_firefox_in_debian_using_apt_pinning
  • install_nut_on_ipcop (blog)
  • install_puddletag_on_linux_mp3tag_replacement
  • install_sane_support_for_epson_gt-2500_in_ubuntu_linux
  • install_terminator_with_built-in_quake_mode
  • install_windows_codecs_and_support_for_encrypted_dvds_in_ubuntu
  • installing_sage_on_debian_or_ubuntu
  • installing_sage_on_ubuntu_11.10
  • reinstall_grub_after_installing_windows_xp_or_windows_7
  • things_to_set_in_ubuntu_after_installing
  • typo3_gsanalytics_install_and_setup
  • ubuntu_install_handbrake_from_ppa
  • ubuntu_post_install_tasks
  • visio_2007_installer_starts_every_time
  • window_7_can_t_create_partition_for_installing
  • windows_7_postinstall (blog)
  • windows_installation_guide_with_must-have_programs
  • tls (blog:insta…postfix_smtp)

Fulltext results:

must_have_windows_software @blog
18 Hits, Last modified: 15 years ago
mize-everything-configuration make it superior to all the other file managers. If I switch the desktop ... shareware. Putty is freeware. - WinSCP. Forget all your FTP clients. FTP is dead and unsecure. I use WinSCP to send all my files over a secure connection. WinSCP is free... re Workstation is shareware. - Synergy. Synergy allows you to share your mouse and keyboard via netwo
syntax @wiki
12 Hits, Last modified: 9 months ago
to be as readable as possible. This page contains all possible syntax you may use when editing the page... texts. Of course you can **__//''combine''//__** all these. DokuWiki supports **bold**, //italic//,... exts. Of course you can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup... wercase automatically, special characters are not allowed. You can use [[some:namespaces]] by using a
set_rights_of_files_in_public_html @blog
9 Hits, Last modified: 15 years ago
lic_html directors in a secure and useful way - all files/directories get chown user:www-data, so use... w-data is added g+r for files (webserver can read all files) g+rsx for directories (webserver can read and change into all directories) - o-rights (for all) are completely removed, so shell users can't read files of other u
linux_adapt_keyboard @blog
8 Hits, Last modified: 13 years ago
t it officially diagnosed so I can't be sure, but all the symptoms seemed clear. It was worse when I wa... gram called xmodmap. This is a UNIX program which allows you to modify what the keys on the keyboard ac... put the backslash where the semi-colon is (after all, who uses a semi-colon these days?), swap the cur... t is to run xmodmap -pke. This produces a list of all the current assignments from which you can read o
unix_command_line_cheat @blog
6 Hits, Last modified: 16 years ago
e last 10 lines sed 's/foo/bar/g' file - replaces all occurrences of foo with bar in file sed -i.backup 's/food/bar/g' file - replaces all occurrences of foo with bar in file after backing... lay your currently active processes top - display all running processes kill pid - kill process id pid killall proc - kill all processes named proc * file bg - lists stopped or
apache_htaccess_for_ip_or_auth_based_access @blog
5 Hits, Last modified: 3 years ago
nd adapting the following content. In the lines ''Allow from'' you can add IP addresses which will have... ull AuthType Basic require valid-user Order deny,allow Deny from all Allow from x.y.z.w Allow from ....... Satisfy Any </code> {{tag>apache linux}} ~~LINKBACK~~ ~~DIS
backuppc_script_archive_all_hosts @blog
5 Hits, Last modified: 8 years ago
====== Backuppc: script archive all hosts ====== [[http://backuppc.sourceforge.net/|BackupPC]] is a ve... entral backup of servers and workstations. Since all backupc will reside on the backup servers disk, i... te site. This script will perform an archive of all hosts using the settings of the ''archive'' host ... n the web interface. <file bash backuppc-archive-all.sh> #!/bin/bash # Backuppc archive utility # Arch
crontab_howto @blog
5 Hits, Last modified: 16 years ago
ick reference ====== cron is a unix utility that allows tasks to be automatically run in the backgroun... your name appears in the file /usr/lib/cron/cron.allow. If that file does not exist, you can use cront... cron.deny. If only cron.deny exists and is empty, all users can use crontab. If neither file exists, only the root user can use crontab. The allow/deny files consist of one user name per line.
least_squares_regression_of_parabola @blog
5 Hits, Last modified: 8 years ago
c; double chisq; int i, j; X = gsl_matrix_alloc(obs, degree); y = gsl_vector_alloc(obs); c = gsl_vector_alloc(degree); cov = gsl_matrix_alloc(degree, degree); for(i=0; i < obs; i++) { for(j=0; j < degr
set_up_private_firefox_sync_server @blog
4 Hits, Last modified: 11 years ago
y, if you use firefox on several computers. Since all data is encrypted before it is sent to the server... local/firefox-sync-server/server-full> Order deny,allow Allow from all </Directory> WSGIProcessGroup ffsync WSGIDaemonProcess ffsync user=ffsync group=ffsync pro
run_dd_with_progress_information @blog
4 Hits, Last modified: 14 years ago
a great tool to overwrite disks quickly to erase all information on it (if you want to return them on ... as overwriting the disk will permamently destroy all data on it. CAUTION: Only do this if you know wh... s in a hurry 1. Verify that you have a backup of all your data! 2. Locate the disk, make 100% sure ... erminal window do ((this sends the USR1 signal to all running dd instances once every second, making th
remote_debian_updates_using_apt-dater @blog
4 Hits, Last modified: 14 years ago
==== Apt-dater is a relatively new utility that allows easy package management of multiple Debian ser... ocation) in apt-dater.conf, add the options that allow ssh-agent to use your ssh key (modify for your ... sudoers # apt-dater remote updates apt-dater ALL=NOPASSWD: /usr/bin/apt-get, /usr/bin/aptitude ==... you can install or update individual packages or all packages for individual hosts or groups of hosts.
release_space_from_fail2ban_sqlite3 @blog
4 Hits, Last modified: 3 years ago
fail2ban/fail2ban.sqlite3 Here few commands that allows you to dig within the db, and clean up some ro... e3 /var/lib/fail2ban/fail2ban.sqlite3 Now, check all the tables available: sqlite> .tables bans fa... t 1; With this, you can check one single row, and all its parts and content. If you identify, for exam... rom 2 years ago, from 2018 and 219), you can trim all those entries with this command: sqlite> DELETE
excel_tipps @blog
3 Hits, Last modified: 16 years ago
Change the order in which you edit cells ===== We all know that when you hit enter on a cell excel usua... 03 and earlier) has a limitation of 56 colors. We all have been living with that for a while now. But w... ctive if your work involves using various options all the time. Fortunately you can turn off this featu
tasks_that_are_best_done_on_the_command_line @blog
3 Hits, Last modified: 16 years ago
A simple command will usually suffice for almost all your image resizing needs. convert -resize 300 ... -i video_origine.mpg video_finale.avi There are all sorts of things you can do with ffmpeg. ===== Re... command from Eric’s Wendelin’s blog will replace all instances of a color in CSS with another one. s
set_up_davmail_gateway @blog
3 Hits, Last modified: 7 years ago
access_encrypted_lvm_disk_from_live_cd @blog
3 Hits, Last modified: 13 years ago
debian_11_suspend_problems @blog
3 Hits, Last modified: 9 months ago
backup_and_restore_package_selections @blog
3 Hits, Last modified: 14 years ago
command_line_tipps @blog
3 Hits, Last modified: 15 years ago
configure_backuppc_with_a_non-root_account @blog
3 Hits, Last modified: 15 years ago
declouding_my_data @blog
2 Hits, Last modified: 11 years ago
dokuwiki @wiki
2 Hits, Last modified: 5 years ago
writing_custom_man_pages @blog
2 Hits, Last modified: 15 years ago
upgrade_debian_etch_to_lenny @blog
2 Hits, Last modified: 15 years ago
common_sed_taks @blog
2 Hits, Last modified: 16 years ago
sane_slow_scan_for_scanners @blog
2 Hits, Last modified: 4 years ago
reducing_the_size_of_word_document_with_built-in_pictures @blog
2 Hits, Last modified: 16 years ago
cool_tool_cutter @blog
2 Hits, Last modified: 11 years ago
monitor_linux_network_interface_traffic_using_nagios @blog
2 Hits, Last modified: 14 years ago
linux_on_usb_stick @blog
2 Hits, Last modified: 8 years ago
converting_videos_for_embedding_in_powerpoint @blog
2 Hits, Last modified: 11 years ago
install_windows_codecs_and_support_for_encrypted_dvds_in_ubuntu @blog
2 Hits, Last modified: 14 years ago
excel_double-click_tricks @blog
2 Hits, Last modified: 16 years ago
how_to_keep_your_pc_running_fast @blog
2 Hits, Last modified: 16 years ago
elegant_solution_for_remotely_accessible_vnc_desktops @blog
2 Hits, Last modified: 13 years ago
simple_backup_procedure_for_windows_c_t_bff @blog
1 Hits, Last modified: 16 years ago
debian_package_backup @blog
1 Hits, Last modified: 16 years ago
ubuntu_post_install_tasks @blog
1 Hits, Last modified: 11 years ago
bash_string_functions @blog
1 Hits, Last modified: 11 years ago
lightning_fast_command_line_use_in_linux @blog
1 Hits, Last modified: 16 years ago
use_rss_feeds_with_conky @blog
1 Hits, Last modified: 15 years ago
install_firefox_3.5_on_ubuntu_using_ubuntuzilla @blog
1 Hits, Last modified: 16 years ago
using_exiftool_to_add_meta_information_to_jpeg_images @blog
1 Hits, Last modified: 14 years ago
very_best_vim_tips @blog
1 Hits, Last modified: 15 years ago
vim_replace_in_multiple_files @blog
1 Hits, Last modified: 15 years ago
enable_shell_escape_in_miktex_running_from_winedt @blog
1 Hits, Last modified: 16 years ago
download_rtmp_files_to_mp3_forma @blog
1 Hits, Last modified: 14 years ago
configure_awstats_on_debian_webserver @blog
1 Hits, Last modified: 15 years ago
securely_wipe_free_space_using_built-in_cypher_command @blog
1 Hits, Last modified: 15 years ago
all_that_google_knows_about_you @blog
1 Hits, Last modified: 6 years ago
search_google.com_from_the_linux_command_line @blog
1 Hits, Last modified: 16 years ago
seamless_rdp_remove_decoration_fix @blog
1 Hits, Last modified: 15 years ago
install_latest_firefox_in_debian_using_apt_pinning @blog
1 Hits, Last modified: 8 years ago
configure_dns_settings_in_etc_network_interfaces @blog
1 Hits, Last modified: 11 years ago
rip_dvds_into_multi_language_multi_subtitle_video_file @blog
1 Hits, Last modified: 16 years ago
replace_oracle_openoffice_with_libreoffice_linux @blog
1 Hits, Last modified: 15 years ago
configure_linux_as_an_airprint_server @blog
1 Hits, Last modified: 13 years ago
disable_windows_keys @blog
1 Hits, Last modified: 16 years ago
opening_a_file_manager_from_the_term @blog
1 Hits, Last modified: 15 years ago
nitko_web_server_security_assessment @blog
1 Hits, Last modified: 11 years ago
installing_sage_on_debian_or_ubuntu @blog
1 Hits, Last modified: 11 years ago
installing_sage_on_ubuntu_11.10 @blog
1 Hits, Last modified: 14 years ago
metacity_compositing_effects_in_ubuntu @blog
1 Hits, Last modified: 16 years ago
latex_under_windows @blog
1 Hits, Last modified: 16 years ago
welcome @wiki
1 Hits, Last modified: 5 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