• skip to content

Bernhard Brunner's Blog

User Tools

  • Log In

Site Tools

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

code

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@blog
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • install_windows_codecs_and_support_for_encrypted_dvds_in_ubuntu
  • microsoft_update_error_code_list

Fulltext results:

set_up_private_firefox_sync_server
28 Hits, Last modified: 11 years ago
using my own server. Here's how to install one: <code>$ apt-get install python-dev mercurial sqlite3 py... env apache2-mpm-prefork libapache2-mod-wsgi make</code> Add user ffsync: <code>$ adduser --group --system --home /usr/local/firefox-sync-server --disabled-password ffsync</code> Add apache user (www-data) to group ffsync: <co
altgr_key_does_not_work_in_windows_guest_on_linux_host
17 Hits, Last modified: 16 years ago
mware/config to get it working: ====== ====== <code> I added keymap to /etc/vmware/config xkeymap.keycode.108 = 0x138 # Alt_R xkeymap.keycode.106 = 0x135 # KP_Divide xkeymap.keycode.104 = 0x11c # KP_Enter xkeymap.keycode.111 = 0x148 # Up xkeymap
ubuntu_post_install_tasks
16 Hits, Last modified: 11 years ago
), add the proxy directory in /etc/apt/apt.conf: <code>Acquire::http::Proxy "http://aptcacher:3142";</code> * Add repositories for <code>sudo add-apt-repository ppa:tualatrix/ppa sudo add-apt-repository ppa:w... e.canonical.com/</a> $(lsb_release -sc) partner"</code> * Add Tools and Themes <code>sudo apt-get inst
bash_string_functions
12 Hits, Last modified: 11 years ago
String function ===== ==== len() in bash ==== <code> $ var='Hello, World!' $ echo "${#var}" 13 </code> ==== left() in bash ==== <code> $ var='Hello, World!' #${string:position:length} $ echo "${var:0:5}" Hello </code> ==== right() in bash ==== <code> $ var='Hello,
set_up_davmail_gateway
11 Hits, Last modified: 7 years ago
is script. You must use a PASSWORD on the file! <code bash> #!/bin/bash sudo openssl pkcs12 -export -in... rtfile cert.pem -out /etc/ssl/certs/davmail.p12 </code> Add the following configuration options to info... you just generated and the passphrase you set: <code class="code-pre">davmail.ssl.keystoreType=PKCS12 davmail.ssl.keystoreFile=/usr/lib/ssl/certs/davmail.p1
install_windows_codecs_and_support_for_encrypted_dvds_in_ubuntu
10 Hits, Last modified: 14 years ago
====== Install Windows codecs and support for encrypted dvds in ubuntu ====== Install Mplayer in Ubuntu... e list sudo apt-get update Install w32 video codecs and libdvdcss2 in Ubuntu 11.04 (Natty) Support... ia and other formats has been bundled into the w32codecs package. This package is not available from the... r this command to succeed. For i386 Users install Codecs using the following command sudo apt-get i
enable_shell_escape_in_miktex_running_from_winedt
10 Hits, Last modified: 16 years ago
> Execution Modes: for LaTeX switches type in: <code>--shell-escape %0</code> for Pdflatex switches: <code>--shell-escape</code> for Texify switches: <code>--tex-option=-shell-escape %0</code> for PDFTeXify
rip_dvds_into_multi_language_multi_subtitle_video_file
8 Hits, Last modified: 16 years ago
es currently possible: MKV as the container, x264 codec for the video, dual audio, and with subtitles. T... ’t forget how :-) 1. Create a file ~/.mplayer/mencoder.conf with default compression settings. I use th... the other window, start ripping the movie: mencoder dvd://2 -vf crop=704:432:0:72 -aid 129 -o Yojimb... files: Yojimbo.avi with Japanese audio and x264 encoded movie video, and subs.idx and subs.sub with the
infiniality_installation_on_linux
8 Hits, Last modified: 3 years ago
TED; no longer needed - Clone the git repo\\ <code bash>git clone https://github.com/chenxiaolong/Debian-Packages.git cd Debian-Packages/</code> - Install the build dependencies. Run the foll... packages it lists using apt-get/synaptic/etc.\\ <code bash> cd freetype-infinality/ dpkg-checkbuilddeps... d ../fontconfig-infinality/ dpkg-checkbuilddeps </code> - Build the packages:\\ <code bash> cd ../fre
microsoft_update_error_code_list
8 Hits, Last modified: 8 years ago
====== Microsoft update error code list ====== Microsoft update sometimes fails with lovely error codes, which the linked help will not find. At last I found an error code list with hints to the possible cause of the erro... https://support.microsoft.com/de-de/help/836941 <code> Hexadezimaler Fehlercode Dezimaler Fehlercode A
linux_adapt_keyboard
7 Hits, Last modified: 13 years ago
ore elegant ways but here's my two-minute hack: <code> ~% cat paper.tex| \ perl -lne 'while ($_)... "$c $count{$c}"; } }' </code> The backslash key is often hard to stretch to, ... the semi-colon is. First you need to find the keycode for the semi-colon. There are two ways to do this... ation about it in the terminal - including the keycode. The other way to do it is to run xmodmap -pke. T
converting_videos_for_embedding_in_powerpoint
5 Hits, Last modified: 11 years ago
a really restricted support for videos. While I encode most of my videos in mkv containers, using the H.264 Video codec and multiple tracks (AAC and AC3 audio), these f... s vlc which I use to get some videos originally encoded as .mkv files embedded into powerpoint: * sele... selected profile using the tool icon: * Video codec: * check video, uncheck keep original trac
the_ultimate_bash_prompt
5 Hits, Last modified: 11 years ago
lowing prompt. Features: * user/hostname color coded for differnt hosts. * If running in a superuse... 25 characters How to use it: * copy-paste the code below into your .bashrc or, better into .bash_ali... rt the terminal and it should work right away. <code bash> bash_prompt_command() { # How many char... 1;33 White 1;37 EOM # ANSI color codes local RS="\[\033[0m\]" # reset local
installing_sage_on_ubuntu_11.10
4 Hits, Last modified: 14 years ago
e which now belong to root instead of you (USER) <code> cd .sage sudo chown $USER:$USER * -R sage </code> Should now work. ===== Setting up sagetex for LaT... xima/maple/... directly inside you LaTeX file!): <code> mkdir ~/texmf ln -s /opt/sage/local/share/te... eneric/sagetex/ ~/textmf/sagetex sudo texhash </code> Now you have the sagetex.sty file from the sage
installing_sage_on_debian_or_ubuntu
4 Hits, Last modified: 11 years ago
e which now belong to root instead of you (USER) <code> cd .sage sudo chown $USER:$USER * -R sage </code> Should now work. ===== Setting up sagetex for LaT... xima/maple/... directly inside you LaTeX file!): <code> mkdir ~/texmf ln -s /opt/sage/local/share/te... eneric/sagetex/ ~/textmf/sagetex sudo texhash </code> Now you have the sagetex.sty file from the sage
create_encrypted_tar_files
4 Hits, Last modified: 15 years ago
setup_zoneminder_on_ubuntu_12.04_virtual_server
4 Hits, Last modified: 11 years ago
synergy_protocol_version_woes
4 Hits, Last modified: 11 years ago
embedding_subtitles_in_videos
3 Hits, Last modified: 15 years ago
parsing_long_and_short_command_line_options_in_bash
3 Hits, Last modified: 4 years ago
convert_avi_to_flv
3 Hits, Last modified: 13 years ago
software_for_managing_and_playing_videos_and_music
2 Hits, Last modified: 11 years ago
simple_backup_procedure_for_windows_c_t_bff
2 Hits, Last modified: 16 years ago
thunderbird_dictionary_problem
2 Hits, Last modified: 14 years ago
ttg_t-beam_with_meshtastic
2 Hits, Last modified: 4 years ago
ubuntu_make_logitech_g15_special_keys_work
2 Hits, Last modified: 14 years ago
ubunutu_natty_not_displaying_pdf_thumbnails_on_nfs_drives
2 Hits, Last modified: 14 years ago
unix_command_line_cheat
2 Hits, Last modified: 16 years ago
use_fetchmail_to_retrieve_mail_from_exchange_2010_server
2 Hits, Last modified: 14 years ago
set_rights_of_files_in_public_html
2 Hits, Last modified: 14 years ago
use_rss_feeds_with_conky
2 Hits, Last modified: 15 years ago
set_application_which_xdg-open_uses_to_open_a_file
2 Hits, Last modified: 8 months ago
vim_replace_in_multiple_files
2 Hits, Last modified: 15 years ago
print_files_from_any_device_using_dropbox
2 Hits, Last modified: 14 years ago
linux_on_usb_stick
2 Hits, Last modified: 8 years ago
monitor_linux_network_interface_traffic_using_nagios
2 Hits, Last modified: 14 years ago
how_to_trap_interrupts_in_the_bash_shell
2 Hits, Last modified: 15 years ago
awg_m2_table
2 Hits, Last modified: 3 years ago
blank_screen_with_maple_12_on_ubuntu_if_running_compiz
2 Hits, Last modified: 15 years ago
change_windows_desktop_background_for_day_and_night_using_batchfile
2 Hits, Last modified: 15 years ago
configure_apache2_to_use_comodo_essential_ssl_certificate
2 Hits, Last modified: 14 years ago
configure_awstats_on_debian_webserver
2 Hits, Last modified: 15 years ago
configure_dns_settings_in_etc_network_interfaces
2 Hits, Last modified: 11 years ago
debian_setup_on_hexonet_virtual_servers
2 Hits, Last modified: 16 years ago
display_shortcuts_in_mozilla_firefox_html_display
2 Hits, Last modified: 15 years ago
enable_screensaver_using_registry_fiels
2 Hits, Last modified: 14 years ago
ffmpeg_stream_copy_for_lossless_avi_to_mpg_conversion
2 Hits, Last modified: 15 years ago
install_latest_firefox_in_debian_using_apt_pinning
2 Hits, Last modified: 8 years ago
least_squares_regression_of_parabola
2 Hits, Last modified: 8 years ago
linux_desktop_font_color
2 Hits, Last modified: 10 years ago
apache_htaccess_for_ip_or_auth_based_access
2 Hits, Last modified: 3 years ago
maxmind_geoip_on_debian_lenny
2 Hits, Last modified: 15 years ago
mbr_copy_backup_and_restore
2 Hits, Last modified: 14 years ago
install_fonts_on_linux
1 Hits, Last modified: 16 years ago
moving_form_dokuwiki_blog_to_wordpress_and_coming_back
1 Hits, Last modified: 11 years ago
disable_windows_keys
1 Hits, Last modified: 16 years ago
convert_microsoft_.msg_files_to_eml_for_opening_in_thunderbird
1 Hits, Last modified: 4 years ago
convert_and_crop_humax_icord_hd_files
1 Hits, Last modified: 16 years ago
quick_image_upload_to_imageshack_in_ubuntu
1 Hits, Last modified: 14 years ago
namebench_dns_benchmark
1 Hits, Last modified: 16 years ago
must_have_windows_software
1 Hits, Last modified: 15 years ago
windows_installation_guide_with_must-have_programs
1 Hits, Last modified: 13 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