Sexism in the viral social media motivational quotes
![]() |
My Sri Lankan Version * |
![]() |
The original viral image |
download file now
![]() |
My Sri Lankan Version * |
![]() |
The original viral image |
download file now
download file now
download file now
I wanted to post a quick note in regards to my posting schedule.
For now, Ill be trying to post the meatier, original content feature posts on Mondays and Thursdays. Tuesday/Wednesday/Friday will most likely have shorter updates depending on whats going on in the gaming universe. Throughout the week Ill be collecting links that I find interesting, and Ill post a list of "weekend reading" on Saturdays.
Well see how it goes, but this is my plan for the next couple of weeks. Ive got a pretty decent list of stuff lined up and Im looking forward to posting all of it.
download file now
download file now
/* FIND THESE LINES AND CHANGE THEM IN YOUR CONFIG FILE*/
/* Authentication type */
$cfg[Servers][$i][auth_type] = cookie;
/* Server parameters */
$cfg[Servers][$i][host] = localhost;
$cfg[Servers][$i][connect_type] = tcp;
$cfg[Servers][$i][compress] = false;
/* Select mysql if your server does not have mysqli */
$cfg[Servers][$i][extension] = mysqli;
$cfg[Servers][$i][AllowNoPassword] = false;
download file now
download file now
download file now
download file now
download file now
download file now
download file now
download file now
download file now
$ sudo apt-get install geoclue-examples
$ geoclue-test-gui
>>> import dbus
>>> dest = "org.freedesktop.Geoclue.Master"
>>> path = "/org/freedesktop/Geoclue/Master/client0"
>>> addr_interface = "org.freedesktop.Geoclue.Address"
>>> posn_interface = "org.freedesktop.Geoclue.Position"
>>> bus = dbus.SessionBus()
>>> obj = bus.get_object(dest, path)
>>> addr_iface = dbus.Interface(obj, addr_interface)
>>> posn_iface = dbus.Interface(obj, posn_interface)
>>> addr_iface.GetAddress()
(dbus.Int32(1404823176), # Timestamp
dbus.Dictionary({
dbus.String(locality) : dbus.String(Milwaukee),
dbus.String(country) : dbus.String(United States),
dbus.String(countrycode): dbus.String(US),
dbus.String(region) : dbus.String(Wisconsin),
dbus.String(timezone) : dbus.String(America/Chicago)},
signature=dbus.Signature(ss)),
dbus.Struct( # Accuracy
(dbus.Int32(3),
dbus.Double(0.0),
dbus.Double(0.0)),
signature=None)
)
>>> posn_iface.GetPosition()
(dbus.Int32(3), # Num of fields
dbus.Int32(1404823176), # Timestamp
dbus.Double(43.0389), # Latitude
dbus.Double(-87.9065), # Longitude
dbus.Double(0.0), # Altitude
dbus.Struct((dbus.Int32(3), # Accuracy
dbus.Double(0.0),
dbus.Double(0.0)),
signature=None))
>>> addr_dict = addr_iface.GetAddress()[1]
>>> str(addr_dict[locality])
Milwaukee
>>> posn_iface.GetPosition()[2]
dbus.Double(43.0389)
>>> posn_iface.GetPosition()[3]
dbus.Double(-87.9065)
>>> lat = float(posn_iface.GetPosition()[2])
>>> lon = float(posn_iface.GetPosition()[3])
>>> lat,lon
(43.0389, -87.9065)
$ wget -q -O - http://geoip.ubuntu.com/lookup
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Ip>76.142.123.22</Ip>
<Status>OK</Status>
<CountryCode>US</CountryCode>
<CountryCode3>USA</CountryCode3>
<CountryName>United States</CountryName>
<RegionCode>WI</RegionCode>
<RegionName>Wisconsin</RegionName>
<City>Milwaukee</City>
<ZipPostalCode></ZipPostalCode>
<Latitude>43.0389</Latitude>
<Longitude>-87.9065</Longitude>
<AreaCode>414</AreaCode>
<TimeZone>America/Chicago</TimeZone>
</Response>
$ sudo apt-get install geoip-bin
$ geoiplookup 76.45.203.45
GeoIP Country Edition: US, United States
sudo apt-get install gir1.2-geocodeglib-1.0
download file now
download file now
download file now
sudo aptitude install atftpdUsing atftpd
sudo gedit /etc/default/atftpd
USE_INETD=trueto
USE_INETD=falseand
/var/lib/tftpbootto
/tftpbootsave and exit the file
sudo invoke-rc.d atftpd startConfiguring atftpd
sudo mkdir /tftpbootSecurity configuration for atftp
sudo chmod -R 777 /tftpboot
sudo chown -R nobody /tftpboot
sudo /etc/init.d/atftpd restart
in.tftpd : FQD or IPatftp client installation
sudo aptitude install atftpThat�s it you are ready to transfer your files using tftp clients
touch /tftpboot/hda.txt
chmod 777 /tftpboot/hda.txt
ls -l /tftpboot/
total 0
-rwxrwxrwx 1 ruchi ruchi 223 hda.txt
atftp 192.168.1.2
atftp> put hda.txt
Sent 722 bytes in 0.0 seconds
atftp> quit
ls -l /tftpboot/
total 4
-rwxrwxrwx 1 ruchi ruchi 707 2008-07-07 23:07 hda.txt
download file now
![]() |
Protagonist |
![]() |
Airi Ban |
![]() |
Daichi Shijima |
![]() |
Fumi Kanno |
![]() |
Io Nitta |
![]() |
Jungo Torii |
![]() |
Keita Wakui |
![]() |
Makoto Sako |
![]() |
Otome Yanagiya |
![]() |
Melancholy Man |
![]() |
Tiko |
![]() |
Tycho |
![]() |
Yamato Houtsuin |
![]() |
Ronald Kuriki |
![]() |
Hinako Kujyo |
![]() |
Yuzuku Akie |
download file now
download file now
download file now