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

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • blog (47)
  • wiki (1)
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:

syntax @wiki
29 Hits, Last modified: 8 months ago
nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
set_up_private_firefox_sync_server @blog
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 @blog
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 @blog
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 @blog
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 @blog
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 @blog
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 @blog
4 Hits, Last modified: 8 years ago
====== Microsoft update error code list ====== Microsoft update sometimes fails with lovely error codes... nked 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... C -2145107924 WU_E_PT_WINHTTP_NAME_NOT_RESOLVED </code> {{tag>windows update errorcodes}} ~~DISCUSSIO
installing_sage_on_ubuntu_11.10 @blog
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 @blog
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
setup_zoneminder_on_ubuntu_12.04_virtual_server @blog
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 @blog
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 @blog
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
the_ultimate_bash_prompt @blog
3 Hits, Last modified: 11 years ago
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... $RS" } setprompt PROMPT_COMMAND=bash_prompt_command</code> {{tag>bash}} ~~LINKBACK~~ ~~DISCUSSION~~
parsing_long_and_short_command_line_options_in_bash @blog
3 Hits, Last modified: 4 years ago
and short command line options in bash ====== <code bash> parse_user_options() { local -r args=("${@}") local opts # The following code works perfectly for opts=$(getopt --options ... *) break ;; esac done } </code> {{tag>linux bash}} ~~DISCUSSION~~
thunderbird_dictionary_problem @blog
2 Hits, Last modified: 14 years ago
simple_backup_procedure_for_windows_c_t_bff @blog
2 Hits, Last modified: 16 years ago
ttg_t-beam_with_meshtastic @blog
2 Hits, Last modified: 4 years ago
ubunutu_natty_not_displaying_pdf_thumbnails_on_nfs_drives @blog
2 Hits, Last modified: 14 years ago
unix_command_line_cheat @blog
2 Hits, Last modified: 16 years ago
use_fetchmail_to_retrieve_mail_from_exchange_2010_server @blog
2 Hits, Last modified: 14 years ago
use_rss_feeds_with_conky @blog
2 Hits, Last modified: 15 years ago
vim_replace_in_multiple_files @blog
2 Hits, Last modified: 15 years ago
set_rights_of_files_in_public_html @blog
2 Hits, Last modified: 14 years ago
set_application_which_xdg-open_uses_to_open_a_file @blog
2 Hits, Last modified: 8 months ago
print_files_from_any_device_using_dropbox @blog
2 Hits, Last modified: 14 years ago
altgr_key_does_not_work_in_windows_guest_on_linux_host @blog
2 Hits, Last modified: 16 years ago
monitor_linux_network_interface_traffic_using_nagios @blog
2 Hits, Last modified: 14 years ago
display_shortcuts_in_mozilla_firefox_html_display @blog
2 Hits, Last modified: 15 years ago
awg_m2_table @blog
2 Hits, Last modified: 3 years ago
blank_screen_with_maple_12_on_ubuntu_if_running_compiz @blog
2 Hits, Last modified: 15 years ago
change_windows_desktop_background_for_day_and_night_using_batchfile @blog
2 Hits, Last modified: 15 years ago
configure_apache2_to_use_comodo_essential_ssl_certificate @blog
2 Hits, Last modified: 14 years ago
configure_awstats_on_debian_webserver @blog
2 Hits, Last modified: 15 years ago
configure_dns_settings_in_etc_network_interfaces @blog
2 Hits, Last modified: 11 years ago
debian_setup_on_hexonet_virtual_servers @blog
2 Hits, Last modified: 16 years ago
enable_screensaver_using_registry_fiels @blog
2 Hits, Last modified: 14 years ago
mbr_copy_backup_and_restore @blog
2 Hits, Last modified: 14 years ago
how_to_trap_interrupts_in_the_bash_shell @blog
2 Hits, Last modified: 15 years ago
install_latest_firefox_in_debian_using_apt_pinning @blog
2 Hits, Last modified: 8 years ago
linux_adapt_keyboard @blog
2 Hits, Last modified: 13 years ago
linux_desktop_font_color @blog
2 Hits, Last modified: 10 years ago
linux_on_usb_stick @blog
2 Hits, Last modified: 8 years ago
apache_htaccess_for_ip_or_auth_based_access @blog
2 Hits, Last modified: 2 years ago
maxmind_geoip_on_debian_lenny @blog
2 Hits, Last modified: 15 years ago
converting_videos_for_embedding_in_powerpoint @blog
1 Hits, Last modified: 11 years ago
least_squares_regression_of_parabola @blog
1 Hits, Last modified: 8 years ago
quick_image_upload_to_imageshack_in_ubuntu @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