• skip to content

Bernhard Brunner's Blog

User Tools

  • Log In

Site Tools

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

line

Search

You can find the results of your search below.

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

Matching pagenames:

  • command_line_tipps (blog)
  • lightning_fast_command_line_use_in_linux
  • parsing_long_and_short_command_line_options_in_bash
  • renew_license_key_of_bitdefender_for_linux_command_line_version
  • search_google.com_from_the_linux_command_line
  • tasks_that_are_best_done_on_the_command_line
  • unix_command_line_cheat
  • vim_show_linenumberes (blog)
  • word_footnotes_have_undeletable_extra_lines
  • linux (blog:send…pe_and_unix)

Fulltext results:

syntax @wiki
23 Hits, Last modified: 8 months ago
= DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **... DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can ... > as well. **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whi
linux_on_usb_stick @blog
18 Hits, Last modified: 8 years ago
ources.list'' and add ''non-free contrib'' to all lines after ''main'', like so: <code> ... deb http://m... entry "${OS}" "${version}" false \ "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_EXTRA} ${GRUB_CMDLINE_LINUX_DEFAULT}" \ quiet We're just going to remove the quiet option: li
unix_command_line_cheat @blog
13 Hits, Last modified: 16 years ago
====== Unix command line cheat sheet ====== <code> File Commands ls - directory listing ls -a - directo... contents of file head file - output the first 10 lines of file tail file - output the last 10 lines of file tail -f file - output the contents of file as it grows, starting with the last 10 lines sed 's/foo/bar/g' file - replaces all occurrence
lightning_fast_command_line_use_in_linux @blog
9 Hits, Last modified: 16 years ago
====== Lightning fast command line use in Linux ====== You can use keyboard shortcuts and other command line tricks to make entering commands easier and faste... n terminal: | Ctrl-a | Move to the start of the line. | | Ctrl-e | Move to the end of the line. | | Alt-] x | Moves the cursor forward to the next occurre
use_biblatex_for_printing_separate_bibliographies @blog
5 Hits, Last modified: 8 years ago
u to separate your bibliography into papers and online references. Here's how to accomplish this using L... e=inproceedings or type=book } \defbibfilter{online}{ type=online } \printbibliography[filter=papers] \printbibliography[filter=online] \end{document} </file> <file bib database.bib>
vim_show_linenumberes @blog
5 Hits, Last modified: 16 years ago
====== vim show linenumbers ====== Displaying line numbers while editing a file can be handy. This recipe describes how to turn on and off the display of line numbers in vi and vim. While editing a document... ot inserting text), type the following to turn on line numbers: :set number If you tire of the line
securely_wipe_free_space_using_built-in_cypher_command @blog
4 Hits, Last modified: 15 years ago
them, but did you know there's a built-in command-line utility that can do just that? Here's how to do i... le to use the cipher.exe utility from the command line to securely overwrite files—all you need to do is... /securely-overwrite-files-with-a-built+in-command-line-trick?utm_source=feedburner&utm_medium=feed&utm_c... ifehacker%2Ffull+%28Lifehacker%29&utm_content=Bloglines {{tag>windows security}} ~~LINKBACK~~ ~~DISCUS
debian_11_suspend_problems @blog
4 Hits, Last modified: 8 months ago
ed to work. My current workaround is: Add this line to /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="text quiet init_on_alloc=0 intel_iommu=off" No s... ''sudo vim /etc/default/grub'' - go to: GRUB_CMDLINE_LINUX=" " and add to: GRUB_CMDLINE_LINUX="init_on_alloc=0" - save and exit - ''sudo update-grub''
backuppc_script_archive_all_hosts @blog
4 Hits, Last modified: 8 years ago
's important to create archives and store them offline and at a remote site. This script will perform ... bin/BackupPC_archiveStart" hosts="" while read -r line; do # Skip comments [[ "$line" =~ ^#.*$ ]] && continue host=`echo $line | cut -f 1 -d " "` [ "$host" != "" -a "$host" != "ar
word_footnotes_have_undeletable_extra_lines @blog
4 Hits, Last modified: 14 years ago
====== Word footnotes have undeletable extra lines ====== ====== Word Fussnoten haben nicht löschbare l... dit the separator. You'll probably see some blank lines before and/or after the little horizontal separator line itself. Delete those and close and go back to Pri... ph style doesn't include formatting such as "Keep lines together", which could cause a lot of white spac
least_squares_regression_of_parabola @blog
4 Hits, Last modified: 8 years ago
e *dy, double *store) /* n, p */ { gsl_multifit_linear_workspace *ws; gsl_matrix *cov, *X; gsl_vec... vector_set(y, i, dy[i]); } ws = gsl_multifit_linear_alloc(obs, degree); gsl_multifit_linear(X, y, c, cov, &chisq, ws); /* store result ... */ for(... re[i] = gsl_vector_get(c, i); } gsl_multifit_linear_free(ws); gsl_matrix_free(X); gsl_matrix_fr
search_google.com_from_the_linux_command_line @blog
3 Hits, Last modified: 16 years ago
====== Search Google.com from the Linux command line ====== You can search Google.com from the Linux command line without using a CLI web browser like lynx or Elin... ips4linux.com/search-googlecom-from-the-linux-command-line/ {{tag>linux}} ~~LINKBACK~~ ~~DISCUSSION~~
linux_speed_up_speed_up_ext3 @blog
3 Hits, Last modified: 16 years ago
text editor with root permissions and look for a line with the following section of text: relatime,e... en /boot/grub/menu.lst and find the following two lines: # defoptions quiet splash #altoptions=(rec... hem append the following at the end of both those lines: rootflags=data=writeback then save and exit
enable_screensaver_using_registry_fiels @blog
3 Hits, Last modified: 14 years ago
e of registryshortcuts. Enter the following fourlines into text files DisableScreenSaver.reg and EnableScreenSaver.reg Note: The second line must be blank.) <code> Windows Registry Editor V... nSaver.reg. * Change the 0 to a 1 in the fourth line. * Save the file to your desktop with the nameE
crontab_howto @blog
3 Hits, Last modified: 16 years ago
The allow/deny files consist of one user name per line. ==== Commands ==== export EDITOR=vi ;to spec... 5/15 do at 5,20,35,50 '' ==== Example ==== A line in crontab file like below removes the tmp files... the following command At the end of the cron job line . '' >/dev/null 2>&1 '' ==== Generate log
common_sed_taks @blog
3 Hits, Last modified: 16 years ago
create_encrypted_tar_files @blog
2 Hits, Last modified: 15 years ago
using_rdesktop_to_run_windows_apps_on_linux_desktop @blog
2 Hits, Last modified: 16 years ago
shutdown_windows_from_a_linux_box @blog
2 Hits, Last modified: 16 years ago
tasks_that_are_best_done_on_the_command_line @blog
2 Hits, Last modified: 16 years ago
export_maple_figure_to_eps_file @blog
2 Hits, Last modified: 16 years ago
webcam_indicator_for_ubuntu @blog
2 Hits, Last modified: 14 years ago
configure_awstats_on_debian_webserver @blog
2 Hits, Last modified: 15 years ago
installing_sage_on_ubuntu_11.10 @blog
2 Hits, Last modified: 14 years ago
installing_sage_on_debian_or_ubuntu @blog
2 Hits, Last modified: 11 years ago
vmware_guest_clock_running_too_fast @blog
2 Hits, Last modified: 15 years ago
ubunutu_natty_not_displaying_pdf_thumbnails_on_nfs_drives @blog
1 Hits, Last modified: 14 years ago
writing_custom_man_pages @blog
1 Hits, Last modified: 15 years ago
ubuntu_24h_time_display_when_using_en_locale @blog
1 Hits, Last modified: 13 years ago
the_ultimate_bash_prompt @blog
1 Hits, Last modified: 11 years ago
use_rss_feeds_with_conky @blog
1 Hits, Last modified: 15 years ago
setup_zoneminder_on_ubuntu_12.04_virtual_server @blog
1 Hits, Last modified: 11 years ago
vim-latexsuite_on_ubuntu_9.10 @blog
1 Hits, Last modified: 16 years ago
program_list
1 Hits, Last modified: 6 years ago
sane_slow_scan_for_scanners @blog
1 Hits, Last modified: 4 years ago
fix_incorrect_clock_settings_in_windows_when_dual-booting_with_os_x_or_linux @blog
1 Hits, Last modified: 15 years ago
adding_syntax_custom_extensions_to_vim @blog
1 Hits, Last modified: 16 years ago
apache_htaccess_for_ip_or_auth_based_access @blog
1 Hits, Last modified: 3 years ago
boxplots_using_excel @blog
1 Hits, Last modified: 16 years ago
command_line_tipps @blog
1 Hits, Last modified: 15 years ago
configure_dns_settings_in_etc_network_interfaces @blog
1 Hits, Last modified: 11 years ago
display_windows_version_on_the_desktop @blog
1 Hits, Last modified: 15 years ago
dokuwiki_with_authldap_and_authplain_in_parallel @blog
1 Hits, Last modified: 21 months ago
elegant_solution_for_remotely_accessible_vnc_desktops @blog
1 Hits, Last modified: 13 years ago
install_bitdefender_on_linux @blog
1 Hits, Last modified: 15 years ago
rkhunter_debian @blog
1 Hits, Last modified: 14 years ago
limesurvey_password_reset @blog
1 Hits, Last modified: 9 years ago
linux_adapt_keyboard @blog
1 Hits, Last modified: 13 years ago
11_very_useful_excel_keyboard_shortcuts_you_may_not_know @blog
1 Hits, Last modified: 16 years ago
monitor_linux_network_interface_traffic_using_nagios @blog
1 Hits, Last modified: 14 years ago
moving_form_dokuwiki_blog_to_wordpress_and_coming_back @blog
1 Hits, Last modified: 11 years ago
parsing_long_and_short_command_line_options_in_bash @blog
1 Hits, Last modified: 4 years ago
renew_license_key_of_bitdefender_for_linux_command_line_version @blog
1 Hits, Last modified: 15 years ago
replace_oracle_openoffice_with_libreoffice_linux @blog
1 Hits, Last modified: 15 years ago
linux @blog:send_sms_from_the_command_line_using_skype_and_unix
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