Badges

Types

Formats

Show Only

VIM
https://mreschke.com/88/vim
manup install vimrc ,m toggle line number column ,f toggle fold column ,q close current window ,Q close current buffer ,d yank line without adding to the yanked stack ,v reselect text that was just pasted :w!! write as sudo ,ev edit vimrc file Tab jump to marching brackets / search K search for highlighted word ,/ clear search highlights ,z put highlighted word in search/replace box za fold i enter insert mo...
|
post #88 by mreschke Jul 22nd 2008 (3995 views)
qLinux Debian Xmonad
https://mreschke.com/318/qlinux-debian-xmonad
Login as root _ cat > /etc/apt/sources.list /etc/apt/apt.conf.d/99translations apt-get update apt-get upgrade apt-get install sudo #Run visudo and add your user: yourmainuser ALL=(ALL) NOPASSWD: ALL #Logout of root (type exit) and login as yourmainuser _ sudo apt-get install openssh-server rsync curl vim htop iotop multitail nmap kpartx parted smartmontools hdparm ntfsprogs sysstat ntp ntpdate bridge-utils ethtool ifenslave-2.6 python nfs-common nfs-kernel-server unzip unrar ssh...
|
post #318 by mreschke Oct 11th 2013 (2115 views)
LFS 7.0 System
https://mreschke.com/282/lfs-70-system
Build and enhance my first LFS 7.0 custom Linux distribution :r: :r: :r: :r: You should turn your LFS build into a LiveCD, then use that CD as the installer!!! http:www.linuxfromscratch.org/hints/downloads/files/boot-cd_easy.txt http:www.linux-live.org/ http:www.culmination.org/Mike/2.6-udev-nptl-bootcd.txt Installer packages http:wiki.debian.org/DebianInstaller http:fedoraproject.org/wiki/Anaconda LC_ALL=POSIX I have successfully built LFS 7.0 i686 on my 2011 qdes...
|
post #282 by mreschke Jan 14th 2012 (6320 views)
mRcore4 API Documentation
https://mreschke.com/255/mrcore4-api-documentation
Official mRcore4 RESTful API Documentation! :r: Why? I have created several RESTful API's simply because I wanted to learn how to develop webservices using PHP and REST. I sort of followed Twitters API URL style (http:dev.twitter.com/doc), if they can't do REST, no one can eh? Eventually I would like to create a native Android application for mRcore4 using these API's, and possibly experiment abstracting the database layer completely, making all queries through an API. It has already come in ha...
|
post #255 by mreschke Jun 14th 2011 (6095 views)
Mac Ports
https://mreschke.com/232/mac-ports
Update ports tree sudo port selfupdate List all ports port list Search for a port port search xxx Info on a port port info xxx Install port with port install xxx Show outdated ports port outdated Upgrade all your existing ports sudo port upgrade outdated Upgrade one port sudo port upgrade xxx You can install GTK apps like leafpad, but they look ugly. Change the GTK theme with: http:hints.macworld.com/article.php?story=20080309171359879 You can use the mac4lin gtk theme, see: http:pepijndevos.nl...
|
post #232 by mreschke Feb 3rd 2011 (2716 views)
qLinux ArchLinux KDE4 Development
https://mreschke.com/223/qlinux-archlinux-kde4-development
= :related: Related Topics :r: :r: :r: :r: This is the development topic for my custom ArchLinux KDE4 Distro. The public install page is Add to installer, screen command with my ~/.screenrc If you want to customize the overlay and upload it for all new installs, follow these steps. For creator only, passwords required Install the latest fresh qLinux ArchLinux KDE4 distro Become root su for all commands below mkdir /mrch, should be owned by root:root cd /mrch then wget http:mreschke.com/files/18...
|
post #223 by mreschke Dec 1st 2010 (4969 views)
qLinux ArchLinux
https://mreschke.com/184/qlinux-archlinux
= KDE4 Version = :related: Related Topics :r: :r: :r: :r: :r: These are my custom linux distributions based on Arch Linux. I have built several different flavors. See below for version descriptions and how to install them. All versions can be install for i686 (32bit) or amb64 (64bit). If you install using the i686 live cd, it installs i686, if you install using the amd64 live cd, it installs amd64. Do NOT install these distros. These are personal distros, very rough installer, can easily ruin y...
|
post #184 by mreschke Mar 5th 2010 (5762 views)
Respin Your Own Linux Distro
https://mreschke.com/179/respin-your-own-linux-distro
Awesome ubuntu respins (wow, this is what I have been looking for forever, its perfect) https:help.ubuntu.com/community/LiveCDCustomization Nice ubuntu remaster, notice how they copy certain home folders to /etc/skel http:crunchbanglinux.org/forums/topic/2859/remastersys-guide-create-your-own-ubuntubased-distro/ http:en.wikipedia.org/wiki/List_of_remastering_software remastersys (debian ubuntu) systemimager (any?) kickstart (Red Had/Fedora/Centos) remasterme (PCLinuxOS) Mount an ISO, then chroo...
|
post #179 by mreschke Jan 28th 2010 (6057 views)
Embedded Linux
https://mreschke.com/158/embedded-linux
See my and http:www.linuxfordevices.com/c/s/Linux-For-Devices-Articles/ http:www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Tutorial-A-simple-embedded-Linux-system/ http:www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Tutorial-Building-an-embedded-Linux-system-with-a-web-server/ http:www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Tutorial-A-web-kiosk-embedded-system/ http:www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Tutorial-An-ARMbased-web-kiosk-system/ http:ww...
|
post #158 by mreschke Oct 5th 2009 (5322 views)
Palm Zire72 Linux
https://mreschke.com/156/palm-zire72-linux
My Attempts to get my own compiled kernel to boot on my Palm Zire72 I am currently trying to build a simple busybox system for i386 using Buildroot http:buildroot.uclibc.org/buildroot.html It's compiling now, been going for about 15 minutes on my Athlon X2 2GHz I am also testing Scratchbox http:www.scratchbox.org/documentation/user/scratchbox-1.0/html/tutorial.html Followed http:buildroot.uclibc.org/buildroot.html and it took about 20 minutes on my Athlon X2 2Ghz. I basically just built it with...
|
post #156 by mreschke Sep 29th 2009 (3260 views)
ArchLinux
https://mreschke.com/136/archlinux
Related Topics https:wiki.archlinux.org/index.php/Daemon If you use HAL, start dbus before hal, even though hal will start dbus and acpid, explicitly add dbus before hal anyway Do not background dbus Do not background anything you need immediately DAEMONS=(syslog-ng gensplash dbus hal network netfs @avahi-daemon @samba @crond @openntpd @cups @mpd) I like @syslog-ng network @netfs dbus @hal @crond kdm The default base install is syslog-ng network netfs crond Installation Guid at http:wiki.archli...
|
post #136 by mreschke Feb 23rd 2009 (5715 views)
Compiling the Linux Kernel
https://mreschke.com/135/compiling-the-linux-kernel
http:www.cyberciti.biz/tips/compiling-linux-kernel-26.html After building my first LFS system, I realized the LFS project has great kernel docs See http:www.linuxfromscratch.org/lfs/view/stable/chapter08/kernel.html which really points to this great doc http:www.linuxfromscratch.org/hints/downloads/files/kernel-configuration.txt Note unless in a chroot like in LFS, just use make menuconfig instead of all the LANG stuff apt-get install build-essential libncurses5-dev Download and extract kernel...
|
post #135 by mreschke Feb 23rd 2009 (3996 views)
Linux Bootdisk
https://mreschke.com/130/linux-bootdisk
Would really like to learn more about embedded linux. Found an incredible website about Bootdisks and the boot process at http:www.tldp.org/HOWTO/Bootdisk-HOWTO which will be a good start. Later I will tackle Linux from Stratch at http:www.linuxfromscratch.org/lfs/view/stable/chapter01/how.html Also found some nice articles on a Tiny Busybox system written by the creator of BusyBox himself! Part 1 http:www.linuxjournal.com/article/4335 Part 2 http:www.linuxjournal.com/article/4395 BIOS calles s...
|
post #130 by mreschke Feb 10th 2009 (4724 views)
Kernel Virtual Machine (KVM)
https://mreschke.com/128/kernel-virtual-machine-kvm
Very nice, KVM on ubuntu instructions https:help.ubuntu.com/community/KVM Remember, theres also VirtualBox which I do have running, and there is vmware which I also have running. First attempt to virt vista Installing Windows Vista Ultimate on a KVM Virtual Machine running on Ubuntu Hardy Heron 8.04 Check if CPU can virtualize (can it returns any results) egrep '(vmx|svm)' --color=always /proc/cpuinfo Check if you have a 64 CPU (is if it returns any results) grep ' lm ' /proc/cpuinfo Check if y...
|
post #128 by mreschke Feb 9th 2009 (5516 views)
BSD Help
https://mreschke.com/122/bsd-help
FYI, new install of FreeBSD 9.0-BETA3 with docs, src, ports,, (basic standard full install) ended up using 2.5g HD space. The new installer defaults entire drive to / slice, in fact the entire installer is quite different that previous versions, much easier it seems. portsnap fetch portsnap extract portsnap upgrade (after that just 'portsnap fetch update' to get latest ports) whereis portupgrade cd /usr/ports make quicksearch name=portupgrade cd /usr/ports/ports-mgmt/portupgrade; mak...
|
post #122 by mreschke Dec 31st 2008 (4751 views)
Linux Screen Command
https://mreschke.com/68/linux-screen-command
The following are some of the most used shortcuts that lets you navigate through your screen environment. Note that unless modified by your .screenrc, by default every screen shortcut is preceded by CtrlNote that these shortcuts are case-sensitive (so use shift A and K...) Dont forget to hit Ctrl 0 through 9 - Switches between windows CtrlBackspace - Switches to the previous available CtrlA - Changes window session name K - Kills a window session c - Creates a new window ' Default screens scree...
|
post #68 by mreschke May 21st 2008 (5379 views)
Favorite Linux Commands
https://mreschke.com/25/favorite-linux-commands
<p>A list of my favorite or often used (and forgotten) linux commands (favcom).</p> <p>Most of the favorite one liners below come from <a class="urlLink" href="http://commandlinefu.com" onclick="window.open(this.href, '_blank'); return false;">http://commandlinefu.com</a> These are only the ones that I have found to be useful for me. Browse and search commandlinefu for yourself to find thousands of incredible linux commands. Also check out the references links, a lot of them simply goto commandlinefu with custom search queries.</p>
|
post #25 by mreschke Feb 14th 2008 (6238 views)
Showing 1 to 17 of 17 results