Skip to content

Instantly share code, notes, and snippets.

@BenderIsMyGod
Last active February 4, 2017 15:42
Show Gist options
  • Save BenderIsMyGod/134b002e4b046a51805d15bd07fb72d9 to your computer and use it in GitHub Desktop.
Save BenderIsMyGod/134b002e4b046a51805d15bd07fb72d9 to your computer and use it in GitHub Desktop.
BLINUS_STD
#1473606223
cat /etc/zypp/repos.d/blinux_el_tigre.repo
#1473606228
cat /etc/zypp/repos.d/repo-oss.repo
#1473606236
systemctl disable ntpd
#1473606238
emacs /etc/zypp/repos.d/repo-oss.repo
#1473606284
zypper ref
#1473606343
ls -l
#1473606345
rm -rf Downloads/
#1473606346
ls -la
#1473606354
rm -rf .mozilla/ .emacs.d/ .config/ .dbus/
#1473606355
ls -la
#1473606359
rm -rf .adobe/ .cache/
#1473606360
ls -la
#1473606361
rm -rf .gnupg/
#1473606362
ls -la
#1473606364
rm -rf .local/
#1473606366
ls -l Desktop/
#1473606372
rm -rf Desktop/ inst-sys/
#1473606373
ls -l
#1473606377
cat .dmrc
#1473606379
rm -rf bin/
#1473606380
ls -la
#1473606382
rm .xsession-errors*
#1473606383
ls -la
#1473606385
rm .bash_history
#1473606386
ls -la
#1473606387
cat .Xauthority
#1473606389
ls -la
#1473606407
zypper se blinux
#1473606422
ls -l
#1473606454
shutdown -P now
#1473612462
mount
#1473612482
reboot
#1473612653
mount /dev/sda8 /mnt/
#1473612655
cd /mnt/
#1473612656
ls
#1473612664
cd /boot/grub2/
#1473612666
ls
#1473612682
cp grub.cfg grub.cfg.bak
#1473612684
emacs grub.cfg
#1473612738
update-bootloader
#1473612746
less grub.cfg
#1473612756
reboot
#1473614153
update-bootloader
#1473614162
less /boot/grub2/grub.cfg
#1473614179
shutdown -P now
#1473650458
ifconfig
#1473650461
zypper ref
#1473650470
zypper up
#1473650616
blih
#1473650646
python" blih
#1473650656
python3 /usr/bin/blih
#1473650660
python3 /usr/bin/blih whoami
#1473650670
python3 /usr/bin/blih -u manu whoami
#1473650679
python3 /usr/bin/blih -u manu repository list
#1473650756
zypper ref
#1473650759
zypper up
#1473650763
blih
#1473650770
blih -u manu whoami
#1473650793
rm /etc/ssh/ssh_host_*
#1473650796
reboot
#1473650896
passwd
#1473651042
cd
#1473651045
cat .ssh/authorized_keys
#1473651113
passwd
#1473651141
rm /etc/ssh/ssh_host_*
#1473651143
reboot
#1473778866
zypper up
#1473778907
zypper ref
#1473778910
zypper up
#1473778918
ls
#1473778925
rm /etc/ssh/ssh_host_*
#1473778928
reboot
#1473779222
emacs /etc/zypp/repos.d/blinux_el_tigre.repo
#1473779226
zypper ref
#1473779230
rm /etc/ssh/ssh_host_*
#1473779231
reboot
// Part to root urself
#1479373552
zsh
#1479373281
echo $USER
#1479373310
passwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment