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

Starts with
  • 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
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
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
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
install_windows_codecs_and_support_for_encrypted_dvds_in_ubuntu
6 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
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
microsoft_update_error_code_list
5 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
setup_zoneminder_on_ubuntu_12.04_virtual_server
4 Hits, Last modified: 11 years ago
Setting the resolution to 640x480 got me errors. <code>zmwatch[2429].ERR [Shared data size conflict in s... ta for monitor Monitor-1, expected 328, got 316]</code> Patching /usr/share/perl5/ZoneMinder/Memory.pm at line 130: <code> The patch for i386 ($arch should be 32 here but ... es 64 bit integer): ----- -our $arch = int(3.2*length(~0)); +our $arch = 32; beyond 320x240 </code>
synergy_protocol_version_woes
4 Hits, Last modified: 11 years ago
ynergy no longer worked. I got the error message <code>WARNING: failed to connect to server: incompatible client 1.3</code> The reason for this is that synergy on Ubuntu 13... kage from http://synergy-foss.org/download/?list <code>sudo apt-get remove synergy sudo dpkg --install s... 1.4.12-Linux-x86_64.deb sudo apt-mark hold synergy</code> {{tag>synergy}} ~~LINKBACK~~ ~~DISCUSSION~~
create_encrypted_tar_files
4 Hits, Last modified: 15 years ago
load the created archive to the created bucket: <code> aws put BUCKET/dir.tar.gz /path/to/todays_backup.tgz.aes-256-cbc </code> The best part is that you don't have to do this... backs up photos stored on the local hard disk: <code> tar -zcf – todays_backup|openssl enc -aes-256-cb... -256-cbc /path/to/todays_backup.tgz.aes-256-cbc </code> Replace yourpassword with a password of your o
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
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
converting_videos_for_embedding_in_powerpoint
3 Hits, Last modified: 11 years ago
y videos in mkv containers, using the H.264 Video codec and multiple tracks (AAC and AC3 audio), these f... selected profile using the tool icon: * Video codec: * check video, uncheck keep original track * Bitrate 2000 * Audio Code: * MPEG Audio * Check 'deinterlace' if
parsing_long_and_short_command_line_options_in_bash
3 Hits, Last modified: 4 years ago
use_rss_feeds_with_conky
2 Hits, Last modified: 15 years ago
print_files_from_any_device_using_dropbox
2 Hits, Last modified: 14 years ago
rip_dvds_into_multi_language_multi_subtitle_video_file
2 Hits, Last modified: 16 years ago
set_application_which_xdg-open_uses_to_open_a_file
2 Hits, Last modified: 8 months ago
set_rights_of_files_in_public_html
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
ubunutu_natty_not_displaying_pdf_thumbnails_on_nfs_drives
2 Hits, Last modified: 14 years ago
simple_backup_procedure_for_windows_c_t_bff
2 Hits, Last modified: 16 years ago
ttg_t-beam_with_meshtastic
2 Hits, Last modified: 4 years ago
thunderbird_dictionary_problem
2 Hits, Last modified: 14 years ago
altgr_key_does_not_work_in_windows_guest_on_linux_host
2 Hits, Last modified: 16 years ago
maxmind_geoip_on_debian_lenny
2 Hits, Last modified: 15 years ago
vim_replace_in_multiple_files
2 Hits, Last modified: 15 years ago
how_to_trap_interrupts_in_the_bash_shell
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
monitor_linux_network_interface_traffic_using_nagios
2 Hits, Last modified: 14 years ago
install_latest_firefox_in_debian_using_apt_pinning
2 Hits, Last modified: 8 years ago
blank_screen_with_maple_12_on_ubuntu_if_running_compiz
2 Hits, Last modified: 15 years ago
least_squares_regression_of_parabola
2 Hits, Last modified: 8 years ago
linux_adapt_keyboard
2 Hits, Last modified: 13 years ago
linux_desktop_font_color
2 Hits, Last modified: 10 years ago
linux_on_usb_stick
2 Hits, Last modified: 8 years ago
apache_htaccess_for_ip_or_auth_based_access
2 Hits, Last modified: 3 years ago
awg_m2_table
2 Hits, Last modified: 3 years ago
mbr_copy_backup_and_restore
2 Hits, Last modified: 14 years ago
change_windows_desktop_background_for_day_and_night_using_batchfile
2 Hits, Last modified: 15 years ago
must_have_windows_software
1 Hits, Last modified: 15 years ago
quick_image_upload_to_imageshack_in_ubuntu
1 Hits, Last modified: 14 years ago
software_for_managing_and_playing_videos_and_music
1 Hits, Last modified: 11 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